@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@500;700&display=swap");
/* font-weight
-------------------------------------------------- */
/* ============================================================ */
/* 基本設定 */
/* ============================================================ */
@media print, screen and (min-width: 768.5px) {
  html {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  /* --------------------------------------------------- */
  /* pagetop */
  /* --------------------------------------------------- */
}
@media screen and (min-width: 768.5px) and (min-width: 767.5px) and (max-width: 1024px) {
  html {
    font-size: 0.9765625vw;
  }
}
@media print, screen and (min-width: 768.5px) {
  .wrap {
    color: #333;
    font-size: 1.5rem;
    line-height: 1.8;
    font-family: "ヒラギノ明朝 W3 JIS2004", sans-serif;
    overflow-x: hidden;
    margin-top: 90px;
  }
  .sp-view {
    display: none !important;
  }
  a {
    color: #333;
  }
  a:hover {
    color: #333;
  }
  .pagetop {
    position: fixed;
    right: 50px;
    bottom: 50px;
  }
  .pagetop__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: #000;
    color: #fff;
    font-size: 2.4rem;
    text-decoration: none;
    border: 1px solid #4d4d4d;
    border-radius: 25px;
    transition: 0.5s all;
  }
  .pagetop__link:hover {
    background: #fff;
    color: #333;
  }
}
/* ============================================================ */
/* header */
/* ============================================================ */
@media print, screen and (min-width: 768.5px) {
  .header {
    z-index: 10;
    width: 100%;
    padding: 0 10px;
    position: relative;
  }
  .header--lp {
    padding: 0 10px;
  }
  .header__top {
    max-width: 1200px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
  }
  .header__top__logo {
    display: flex;
    align-items: center;
  }
  .header__top__logo__text {
    width: 200px;
    margin: 0 0 0 15px;
  }
  .header__top__btn {
    display: flex;
    position: absolute;
    top: 24px;
    right: 0;
  }
  .header__top__btn__item {
    flex: 0 0 88px;
    width: 88px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.3rem;
    text-decoration: none;
    letter-spacing: -1.5px;
    margin: 0;
  }
  .header__top__btn__item--blog .header__top__btn__item__ico {
    font-size: 1.5rem;
  }
  .header__top__btn__item--youtube .header__top__btn__item__ico {
    font-size: 2rem;
  }
  .header__top__btn__item--event {
    letter-spacing: -2.5px;
  }
  .header__top__btn__item__ico {
    background: #000;
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
    letter-spacing: 0;
    font-size: 1rem;
    border: 1px solid #000;
    transition: 0.5s all;
  }
  .header__top__btn__item__text {
    font-size: 1.2rem;
  }
  .header__top__btn__item:hover .header__top__btn__item__ico {
    background: #fff;
    color: #000;
  }
  .header .gnav {
    background: #fafafa;
    border-top: 1px solid #d5d5d5;
    width: 100%;
    z-index: 100;
    position: absolute;
    top: 100px;
    left: 0;
    height: 51px;
  }
  .header .gnav__inner {
    margin: 0 auto;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 768.5px) and (min-width: 1540px) {
  .header .gnav__inner {
    width: 1540px;
  }
}
@media print, screen and (min-width: 768.5px) {
  .header .gnav__inner__swiper {
    position: relative;
  }
  .header .gnav__item {
    height: 50px;
    font-size: 1.5rem;
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0;
    text-decoration: none;
    text-align: center;
  }
  .header .gnav__item::before {
    position: absolute;
    left: 50%;
    bottom: 10px;
    z-index: 5;
    content: "";
    width: 0;
    height: 2px;
    background: #00b9ef;
    backface-visibility: hidden;
    transform: translateX(-50%);
    transition: 0.5s all;
  }
  .header .gnav__item:hover::before {
    width: 80%;
  }
  .header .gnav__item .__br {
    display: none;
  }
}
@media print, screen and (min-width: 768.5px) and (max-width: 1100px) {
  .header .gnav__item {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 768.5px) and (max-width: 1000px) {
  .header .gnav__item {
    font-size: 1.3rem;
  }
  .header .gnav__item .__br {
    display: block;
  }
}
@media print, screen and (min-width: 768.5px) {
  .header .gnav.is-fixed {
    left: 0;
    position: fixed;
    top: 0;
  }
  .nssol .gnav__item--solutionguide::before {
    width: 80%;
  }
  .datarobot .gnav__item--datarobot::before {
    width: 80%;
  }
  .m3daas .gnav__item--m3daas::before {
    width: 80%;
  }
  .multiclouds .gnav__item--multiclouds::before,
  .absonne .gnav__item--multiclouds::before {
    width: 80%;
  }
  .nsfitos .gnav__item--nsfitos::before {
    width: 80%;
  }
  .emerald .gnav__item--emerald::before {
    width: 80%;
  }
  .datacenter .gnav__item--datacenter::before {
    width: 80%;
  }
  .contracthub .gnav__item--contracthub::before {
    width: 80%;
  }
  .nsseint .gnav__item--nsseint::before {
    width: 80%;
  }
  .nsseint .gnav__item--nsseint::before {
    width: 80%;
  }
  .workflow .gnav__item--workflow::before {
    width: 80%;
  }
  .document .gnav__item--document::before {
    width: 80%;
  }
  .dwp .gnav__item--dwp::before {
    width: 80%;
  }
}
@media print, screen and (min-width: 768.5px) {
  .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
  }
  .swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
  }
  .swiper-wrapper {
    position: relative;
    max-width: 1200px;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
  }
  .swiper-container-android .swiper-slide,
  .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
  }
  .swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
  }
  .swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
  }
  .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
  }
  .swiper-slide-invisible-blank {
    visibility: hidden;
  }
  /* Auto Height */
  .swiper-container-autoheight,
  .swiper-container-autoheight .swiper-slide {
    height: auto;
  }
  .swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
  }
  /* 3D Effects */
  .swiper-container-3d {
    perspective: 1200px;
  }
  .swiper-container-3d .swiper-wrapper,
  .swiper-container-3d .swiper-slide,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  /* CSS Mode */
  .swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
  }
  .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
  }
  .swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  .swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
  }
  .swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
  }
  :root {
    --swiper-navigation-size: 44px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 40px;
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    font-family: "icomoon" !important;
  }
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-family: "icomoon" !important;
    font-size: 3rem;
  }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 0px;
    right: auto;
    background: linear-gradient(90deg, #fafafa 60%, rgba(250, 250, 250, 0) 100%);
  }
  .swiper-button-prev:after,
  .swiper-container-rtl .swiper-button-next:after {
    content: "\f104";
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
    background: linear-gradient(90deg, rgba(250, 250, 250, 0) 0%, #fafafa 40%);
  }
  .swiper-button-next:after,
  .swiper-container-rtl .swiper-button-prev:after {
    content: "\f105";
  }
  .swiper-button-prev.swiper-button-white,
  .swiper-button-next.swiper-button-white {
    --swiper-navigation-color: #ffffff;
  }
  .swiper-button-prev.swiper-button-black,
  .swiper-button-next.swiper-button-black {
    --swiper-navigation-color: #000000;
  }
  .swiper-button-lock {
    display: none;
  }
  :root {
    /*
    --swiper-pagination-color: var(--swiper-theme-color);
    */
  }
  .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
  }
  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
  }
  /* Common Styles */
  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
  }
  /* Bullets */
  .swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
  }
  button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
  }
  .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
  }
  .swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
  }
  .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
  }
  .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
  }
  .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left;
  }
  .swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right;
  }
  /* Progress */
  .swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
  }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-container-horizontal > .swiper-pagination-progressbar,
  .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
  }
  .swiper-container-vertical > .swiper-pagination-progressbar,
  .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
  }
  .swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
  }
  .swiper-pagination-black {
    --swiper-pagination-color: #000000;
  }
  .swiper-pagination-lock {
    display: none;
  }
  /* Scrollbar */
  .swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
  }
  .swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
  }
  .swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
  }
  .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
  }
  .swiper-scrollbar-cursor-drag {
    cursor: move;
  }
  .swiper-scrollbar-lock {
    display: none;
  }
  .swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .swiper-zoom-container > img,
  .swiper-zoom-container > svg,
  .swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .swiper-slide-zoomed {
    cursor: move;
  }
  /* Preloader */
  :root {
    /*
    --swiper-preloader-color: var(--swiper-theme-color);
    */
  }
  .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
  }
  .swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
  }
  .swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
  }
  @keyframes swiper-preloader-spin {
    100% {
      transform: rotate(360deg);
    }
  }
  /* a11y */
  .swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
  }
  .swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
  }
  .swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
  }
  .swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-container-fade .swiper-slide-active,
  .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-container-cube {
    overflow: visible;
  }
  .swiper-container-cube .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
  }
  .swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
  }
  .swiper-container-cube .swiper-slide-active,
  .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-container-cube .swiper-slide-active,
  .swiper-container-cube .swiper-slide-next,
  .swiper-container-cube .swiper-slide-prev,
  .swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
  }
  .swiper-container-cube .swiper-slide-shadow-top,
  .swiper-container-cube .swiper-slide-shadow-bottom,
  .swiper-container-cube .swiper-slide-shadow-left,
  .swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }
  .swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: blur(50px);
    z-index: 0;
  }
  .swiper-container-flip {
    overflow: visible;
  }
  .swiper-container-flip .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
  }
  .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-container-flip .swiper-slide-active,
  .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-container-flip .swiper-slide-shadow-top,
  .swiper-container-flip .swiper-slide-shadow-bottom,
  .swiper-container-flip .swiper-slide-shadow-left,
  .swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }
}
/* ============================================================ */
/* .main-column */
/* ============================================================ */
@media print, screen and (min-width: 768.5px) {
  #main {
    margin-top: 0 !important;
  }
  .main-column {
    max-width: 1540px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .main-column__content {
    width: calc(100% - 300px);
  }
  .main-column__content .inner {
    max-width: 100%;
  }
  .main-column__content .inner_800 {
    width: auto;
    max-width: 800px;
  }
  .main-column__content .ebook .inner {
    width: 100%;
    margin: 0 0 60px;
    padding: 50px 30px 50px 0px;
  }
  /* ============================================================ */
  /* .メインビジュアル（タイトル）部分背景 */
  /* ============================================================ */
  /* ============================================================ */
  /* .sp-snav-ttl スマホ表示時　ページタイトル上に表示されるローカルナビタイトル */
  /* ============================================================ */
  /* ============================================================ */
  /* .contents */
  /* ============================================================ */
  /* .btn */
  /* ------------------------------------------------------------ */
  /* ============================================================ */
  /* タブレット表示時などにフォームがメインコンテンツ幅からはみ出ないための調整（/datarobot/inquiry/等） */
  /* ============================================================ */
  /* ============================================================ */
  /* タブレット表示時、フォームの利用規約同意エリアが画面幅からはみ出ないための調整（/m3daas/resource/daas-for-flexibility-and-security/等） */
  /* ============================================================ */
  /* ============================================================ */
  /* ブログのコンテンツ部分修正（/blog/m3daas/application-virtualization-2.html等） */
  /* ============================================================ */
}
@media print, screen and (min-width: 768.5px) and (max-width: 900.5px) {
  .main-column__content .ebook .inner .btn {
    width: 100% !important;
    min-width: auto;
  }
}
@media print, screen and (min-width: 768.5px) {
  .main-column__content .color_bg_dark {
    background: none !important;
  }
  .main-column__content._1column_ {
    width: 100%;
  }
  .main-column__side {
    width: 260px;
    margin: 60px 40px 50px 0;
  }
}
@media print, screen and (min-width: 768.5px) and (max-width: 949.5px) {
  .main-column__side {
    width: 200px;
  }
  .main-column__content {
    width: calc(100% - 240px);
  }
}
@media print, screen and (min-width: 768.5px) {
  .multiclouds #main #intro {
    background-image: url(https://www.itis.nssol.nipponsteel.com/images/absonne/img_intro.jpg);
  }
  .sp-snav-ttl {
    display: none;
  }
  .btn-block {
    margin: 25px 0 0;
  }
  .btn-block--right {
    text-align: right;
  }
}
@media print, screen and (min-width: 768.5px) and (max-width: 949.5px) {
  #main .title_case .img {
    min-width: 200px;
  }
}
@media print, screen and (min-width: 768.5px) {
  .form_inbound {
    width: auto;
    max-width: 900px;
  }
  .hs_form_privacy_confirm {
    width: auto;
  }
  #blog__div__bottomlink h5 {
    font-size: 1.6rem;
  }
  .blog-entry .text_area h4 {
    font-size: 1.6rem;
  }
  .blog-entry .text_area strong {
    font-weight: bold;
  }
}
/* ============================================================ */
/* footer */
/* ============================================================ */
@media print, screen and (min-width: 768.5px) {
  .footer {
    text-align: center;
    line-height: 1.6;
  }
  .footer__sitemap {
    background: #3c3c3c;
  }
  .footer__sitemap .fnav {
    max-width: 1240px;
    text-align: left;
    margin: 0 auto;
    padding: 60px 20px;
    display: flex;
    justify-content: flex-start;
  }
  .footer__sitemap .fnav__level1__item__link {
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
  }
  .footer__sitemap .fnav__level1__item__link:hover {
    text-decoration: underline;
  }
  .footer__sitemap .fnav__level1__item:not(:first-child) {
    margin-top: 35px;
  }
  .footer__sitemap .fnav__level1--01 {
    width: 21%;
  }
  .footer__sitemap .fnav__level1--02 {
    width: 22%;
  }
  .footer__sitemap .fnav__level1--03 {
    width: 22%;
  }
  .footer__sitemap .fnav__level1--04 {
    width: 22%;
  }
  .footer__sitemap .fnav__level1--05 {
    width: 13%;
  }
  .footer__sitemap .fnav__level2 {
    margin: 15px 0 0;
  }
  .footer__sitemap .fnav__level2__item {
    margin: 0 0 10px;
  }
  .footer__sitemap .fnav__level2__item__link {
    color: #fff;
    font-size: 1.3rem;
    text-decoration: none;
  }
  .footer__sitemap .fnav__level2__item__link:hover {
    text-decoration: underline;
  }
  .footer__sitemap .fnav-sub {
    border-top: 1px solid #4e4e4e;
    max-width: 1240px;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    justify-content: center;
  }
  .footer__sitemap .fnav-sub__item {
    color: #fff;
    font-size: 1.3rem;
    text-decoration: none;
    margin: 0 20px;
  }
  .footer__sitemap .fnav-sub__item:hover {
    text-decoration: underline;
  }
  .footer .copyright {
    display: block;
    padding: 20px 0;
    font-size: 1.2rem;
    color: #6f6f6f;
    background: #fff;
  }
}
/* =================================================== */
/* .snav */
/* =================================================== */
@media print, screen and (min-width: 768.5px) {
  .snav {
    border: 1px solid #d5d5d5;
  }
  .snav__accordion {
    display: none;
  }
  .snav__ttl {
    height: 60px;
    background: #333;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 0 15px;
  }
  .snav__ttl span {
    position: relative;
    padding: 0 0 0 30px;
  }
  .snav__ttl span::before {
    font-family: "icomoon";
    font-size: 1.8rem;
    position: absolute;
    left: 0;
  }
  .snav__ttl a {
    color: #fff;
  }
  .snav--multiclouds .snav__ttl span::before {
    content: "\e903";
    color: #459ee9;
  }
  .snav--nsfitos .snav__ttl span::before {
    content: "\e905";
    color: #4fbb73;
  }
  .snav--m3daas .snav__ttl span::before {
    content: "\e904";
    color: #20b8ab;
  }
  .snav--datacenter .snav__ttl span::before {
    content: "\e900";
    color: #bd5bd5;
  }
  .snav--contracthub .snav__ttl span::before {
    content: "\e902";
    color: #e67b7b;
  }
  .snav--datarobot .snav__ttl span::before {
    content: "\e901";
    color: #6268e4;
  }
  .snav--nsseint .snav__ttl span::before {
    content: "\e906";
    color: #d8bc01;
  }
  .snav--emerald .snav__ttl span::before {
    content: "\e90c";
    color: #00c0d4;
  }
  .snav--workflow .snav__ttl span::before {
    content: "\e90f";
    color: #2472a9;
  }
  .snav--document .snav__ttl span::before {
    content: "\e910";
    color: #ff9f4d;
  }
  .snav--dwp .snav__ttl span::before {
    content: "\e911";
    color: #34b1e2;
  }
  .snav__level1 {
    position: relative;
  }
  .snav__level1__element {
    min-height: 55px;
    border-top: 1px solid #d5d5d5;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    text-decoration: none;
    padding: 10px 15px 10px 28px;
    transition: 0.5s all;
    position: relative;
  }
  .snav__level1__element i {
    position: absolute;
    left: 15px;
    top: 17px;
  }
  .snav__level1__element._link_:hover {
    text-decoration: underline;
  }
  .snav__level1__accordion {
    position: absolute;
    right: 0;
    top: 1px;
    width: 35px;
    height: 54px;
    font-size: 2rem;
    color: #333;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
  }
  .snav__level1__accordion::before {
    content: "\e909";
    font-family: "icomoon" !important;
  }
  .snav__level1__accordion:hover {
    background: #6c6c6c;
    color: #fff;
  }
  .snav__level1--active .snav__level1__accordion::before {
    content: "\e90a";
  }
  .snav__level2 {
    display: none;
  }
  .snav__level2._active_ {
    display: block !important;
  }
  .snav__level2__item {
    position: relative;
  }
  .snav__level2__item__element {
    min-height: 35px;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    text-decoration: none;
    padding: 7px 15px 7px 35px;
    transition: 0.5s all;
    position: relative;
  }
  .snav__level2__item__element .icon-angle-right {
    position: absolute;
    left: 22px;
    top: 10px;
  }
  .snav__level2__item__element .icon-filter_none {
    margin-left: 3px;
    font-size: 1.3rem;
  }
  .snav__level2__item__element._link_:hover {
    text-decoration: underline;
  }
  .snav__level2__item__element._text_ .icon-filter_none {
    margin-left: 3px;
    font-size: 1.3rem;
  }
  .snav__level2__item__accordion {
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 35px;
    font-size: 2rem;
    color: #333;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
  }
  .snav__level2__item__accordion::before {
    content: "\e909";
    font-family: "icomoon" !important;
  }
  .snav__level2__item__accordion.active::before {
    content: "\e90a";
  }
  .snav__level2__item__accordion:hover {
    background: #6c6c6c;
    color: #fff;
  }
  .snav__level3 {
    display: none;
  }
  .snav__level3._active_ {
    display: block !important;
  }
  .snav__level3__item__element {
    min-height: 35px;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    text-decoration: none;
    padding: 7px 15px 7px 45px;
    transition: 0.5s all;
    position: relative;
  }
  .snav__level3__item__element i {
    position: absolute;
    left: 35px;
    top: 10px;
  }
  .snav__level3__item__element._link_:hover {
    text-decoration: underline;
  }
  .snav--multiclouds .snav__ttl i {
    color: #459ee9;
  }
  .snav--nsfitos .snav__ttl i {
    color: #4fbb73;
  }
  .snav--m3daas .snav__ttl i {
    color: #20b8ab;
  }
  .snav--datacenter .snav__ttl i {
    color: #bd5bd5;
  }
  .snav--contracthub .snav__ttl i {
    color: #e67b7b;
  }
  .snav--datarobot .snav__ttl i {
    color: #6268e4;
  }
  .snav--nsseint .snav__ttl i {
    color: #d8bc01;
  }
  .snav--workflow .snav__ttl i {
    color: #2472a9;
  }
  .snav--document .snav__ttl i {
    color: #ff9f4d;
  }
  .snav--dwp .snav__ttl i {
    color: #34b1e2;
  }
  /* =================================================== */
  /* .snav 下層ページでの展開とcurrent設定 */
  /* =================================================== */
  /* 現在地を濃いグレーで表示 */
  .snav .snav--current {
    background: #6c6c6c;
  }
  .snav .snav--current.snav__level1__element, .snav .snav--current.snav__level2__item__element,
  .snav .snav--current .snav__level3__item__element {
    color: #fff;
  }
  .snav .snav--current + .snav__level1__accordion, .snav .snav--current + .snav__level2__item__accordion {
    color: White;
  }
  /* 現在地の親カテゴリ背景を薄いグレーで表示 */
  .snav__level1--bg {
    background: #f6f6f6;
  }
}
/* ============================================================ */
/* index.html */
/* ============================================================ */
@media print, screen and (min-width: 768.5px) {
  #top .index-service__tab {
    background: #fff;
    padding: 25px 0 0;
    margin: 0 0 -1px;
  }
  #top .index-service__tab__inner {
    max-width: 1020px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  #top .index-service__tab__item {
    width: calc(50% - 20px);
    height: 60px;
    background: linear-gradient(rgb(241, 241, 241) 0%, rgb(255, 255, 255) 50%);
    font-size: 1.8rem;
    border: 1px solid #d8d8d8;
    border-bottom: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.5s all;
    margin: 9px 0 0;
  }
  #top .index-service__tab__item::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #333;
    display: inline-block;
    margin: 0 10px 0 0;
  }
  #top .index-service__tab__item:hover {
    height: 70px;
    background: #fafafa;
    margin: 0;
    box-shadow: 0px -1px 0px 0px #d8d8d8 inset;
  }
  #top .index-service__tab__item--current {
    height: 70px;
    font-size: 2rem;
    font-weight: bold;
    background: #fafafa;
    position: relative;
    box-shadow: none !important;
    margin: 0;
  }
  #top .index-service__tab__item--current::before {
    display: none;
  }
  #top .index-service__tab__item--current .index-service__tab__item__text {
    position: relative;
  }
  #top .index-service__tab__item--current .index-service__tab__item__text::before {
    content: "";
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #333;
    position: absolute;
    display: inline-block;
  }
  #top .index-service__tab__item--current .index-service__tab__item__text::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #333 transparent transparent transparent;
    bottom: -15px;
    left: calc(50% - 5px);
    position: absolute;
    display: inline-block;
  }
  #top .index-service__contents {
    background: #fafafa;
    border-top: 1px solid #d8d8d8;
  }
  #top .index-service__contents__inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 50px 20px;
  }
  #top .index-service__contents__item {
    display: none;
  }
  #top .index-service__contents__item--current {
    display: block;
  }
  #top .index-service__contents .category-wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -7.5px;
  }
  #top .index-service__contents .category-panel {
    width: calc((100% - 45px) / 3);
    margin: 0 7.5px 15px;
    background: #fff;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  }
  #top .index-service__contents .category-panel__ttl {
    border-bottom: 1px solid #e0e0e0;
  }
  #top .index-service__contents .category-panel__ttl a {
    text-decoration: none;
    font-size: 2rem;
    font-weight: bold;
    display: block;
    padding: 18px 20px 18px 65px;
    position: relative;
  }
  #top .index-service__contents .category-panel__ttl a::after {
    content: "\f105";
    font-family: "icomoon" !important;
    position: absolute;
    right: 15px;
    top: 18px;
  }
  #top .index-service__contents .category-panel__ttl__ico {
    width: 36px;
    height: 36px;
    border-radius: 20px;
    color: #fff;
    background: #f00;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 15px;
    top: 13px;
  }
  #top .index-service__contents .category-panel__body {
    padding: 20px;
  }
  #top .index-service__contents .category-panel__body .category-list__item {
    padding: 0 0 0 15px;
    margin: 0 0 8px;
    position: relative;
  }
  #top .index-service__contents .category-panel__body .category-list__item::before {
    content: "\f105";
    font-family: "icomoon" !important;
    position: absolute;
    left: 0;
    top: 0;
  }
  #top .index-service__contents .category-panel__body .category-list__item a:hover {
    text-decoration: underline;
  }
  #top .index-service__contents .category-panel--multiclouds .category-panel__ttl a:hover {
    color: #459ee9;
  }
  #top .index-service__contents .category-panel--multiclouds .category-panel__ttl a::after {
    color: #459ee9;
  }
  #top .index-service__contents .category-panel--multiclouds .category-panel__ttl__ico {
    background: #459ee9;
  }
  #top .index-service__contents .category-panel--multiclouds .category-list__item::before {
    color: #459ee9;
  }
  #top .index-service__contents .category-panel--nsfitos .category-panel__ttl a:hover {
    color: #4fbb73;
  }
  #top .index-service__contents .category-panel--nsfitos .category-panel__ttl a::after {
    color: #4fbb73;
  }
  #top .index-service__contents .category-panel--nsfitos .category-panel__ttl__ico {
    background: #4fbb73;
  }
  #top .index-service__contents .category-panel--nsfitos .category-list__item::before {
    color: #4fbb73;
  }
  #top .index-service__contents .category-panel--m3daas .category-panel__ttl a:hover {
    color: #20b8ab;
  }
  #top .index-service__contents .category-panel--m3daas .category-panel__ttl a::after {
    color: #20b8ab;
  }
  #top .index-service__contents .category-panel--m3daas .category-panel__ttl__ico {
    background: #20b8ab;
  }
  #top .index-service__contents .category-panel--m3daas .category-list__item::before {
    color: #20b8ab;
  }
  #top .index-service__contents .category-panel--emerald .category-panel__ttl a:hover {
    color: #00c0d4;
  }
  #top .index-service__contents .category-panel--emerald .category-panel__ttl a::after {
    color: #00c0d4;
  }
  #top .index-service__contents .category-panel--emerald .category-panel__ttl__ico {
    background: #00c0d4;
  }
  #top .index-service__contents .category-panel--emerald .category-list__item::before {
    color: #00c0d4;
  }
  #top .index-service__contents .category-panel--datacenter .category-panel__ttl a:hover {
    color: #bd5bd5;
  }
  #top .index-service__contents .category-panel--datacenter .category-panel__ttl a::after {
    color: #bd5bd5;
  }
  #top .index-service__contents .category-panel--datacenter .category-panel__ttl__ico {
    background: #bd5bd5;
  }
  #top .index-service__contents .category-panel--datacenter .category-list__item::before {
    color: #bd5bd5;
  }
  #top .index-service__contents .category-panel--contracthub .category-panel__ttl a:hover {
    color: #e67b7b;
  }
  #top .index-service__contents .category-panel--contracthub .category-panel__ttl a::after {
    color: #e67b7b;
  }
  #top .index-service__contents .category-panel--contracthub .category-panel__ttl__ico {
    background: #e67b7b;
  }
  #top .index-service__contents .category-panel--contracthub .category-list__item::before {
    color: #e67b7b;
  }
  #top .index-service__contents .category-panel--datarobot .category-panel__ttl a:hover {
    color: #6268e4;
  }
  #top .index-service__contents .category-panel--datarobot .category-panel__ttl a::after {
    color: #6268e4;
  }
  #top .index-service__contents .category-panel--datarobot .category-panel__ttl__ico {
    background: #6268e4;
  }
  #top .index-service__contents .category-panel--datarobot .category-list__item::before {
    color: #6268e4;
  }
  #top .index-service__contents .category-panel--nsseint .category-panel__ttl a:hover {
    color: #d8bc01;
  }
  #top .index-service__contents .category-panel--nsseint .category-panel__ttl a::after {
    color: #d8bc01;
  }
  #top .index-service__contents .category-panel--nsseint .category-panel__ttl__ico {
    background: #d8bc01;
  }
  #top .index-service__contents .category-panel--nsseint .category-list__item::before {
    color: #d8bc01;
  }
  #top .index-service__contents .category-panel--document .category-panel__ttl a:hover {
    color: #ff9f4d;
  }
  #top .index-service__contents .category-panel--document .category-panel__ttl a::after {
    color: #ff9f4d;
  }
  #top .index-service__contents .category-panel--document .category-panel__ttl__ico {
    background: #ff9f4d;
  }
  #top .index-service__contents .category-panel--document .category-list__item::before {
    color: #ff9f4d;
  }
  #top .index-service__contents .category-panel--workflow .category-panel__ttl a:hover {
    color: #2472a9;
  }
  #top .index-service__contents .category-panel--workflow .category-panel__ttl a::after {
    color: #2472a9;
  }
  #top .index-service__contents .category-panel--workflow .category-panel__ttl__ico {
    background: #2472a9;
  }
  #top .index-service__contents .category-panel--workflow .category-list__item::before {
    color: #2472a9;
  }
  #top .index-service__contents .category-panel--dwp .category-panel__ttl a:hover {
    color: #34b1e2;
  }
  #top .index-service__contents .category-panel--dwp .category-panel__ttl a::after {
    color: #34b1e2;
  }
  #top .index-service__contents .category-panel--dwp .category-panel__ttl__ico {
    background: #34b1e2;
  }
  #top .index-service__contents .category-panel--dwp .category-list__item::before {
    color: #34b1e2;
  }
  #top .index-service__contents .solution-wrap {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -7.5px;
  }
  #top .index-service__contents .solution-panel {
    width: calc((100% - 45px) / 3);
    display: flex;
    justify-content: space-between;
    margin: 0 7.5px 15px;
    padding: 20px 25px;
    background: #fff;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    transition: 0.5s all;
  }
  #top .index-service__contents .solution-panel:hover {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.35);
  }
  #top .index-service__contents .solution-panel__pic {
    width: 42%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #top .index-service__contents .solution-panel__pic img {
    width: 100%;
  }
  #top .index-service__contents .solution-panel__text {
    width: 50%;
  }
  #top .index-service__contents .solution-panel__text__ttl {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0 0 0 12px;
    position: relative;
  }
  #top .index-service__contents .solution-panel__text__ttl__sub {
    font-size: 1.3rem;
    display: block;
    margin: 5px 0 0;
  }
  #top .index-service__contents .solution-panel__text__ttl::before {
    content: "\f105";
    font-family: "icomoon" !important;
    font-size: 1.4rem;
    position: absolute;
    left: 0;
    top: 2px;
  }
  #top .index-service__contents .solution-panel__text p {
    font-size: 1.4rem;
  }
  #top .index-news__inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 60px 20px 70px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #top .index-news__update, #top .index-news__event {
    width: calc(50% - 25px);
  }
  #top .index-news__ttl {
    font-size: 2.4rem;
    font-weight: bold;
    margin: 0 0 25px;
  }
  #top .index-news__item {
    border-bottom: 1px dotted #d5d5d5;
    padding: 15px;
    font-size: 1.5rem;
    display: flex;
    align-items: flex-start;
  }
  #top .index-news__item__date {
    color: #878787;
    flex: 0 0 auto;
    margin: 0 30px 0 0;
  }
  #top .index-news__item .__elem {
    flex: 1 1 auto;
    line-height: 1.8;
    text-decoration: none;
  }
  #top .index-news__item .__elem._link_ {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }
  #top .index-news__item .__elem._link_:hover {
    text-decoration: underline;
  }
  #top .index-news__btn {
    background: #333;
    color: #fff;
    text-decoration: none;
    font-size: 1.4rem;
    height: 40px;
    min-width: 180px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #333;
    position: relative;
    transition: 0.5s all;
  }
  #top .index-news__btn .icon-fix-left,
  #top .index-news__btn .icon-fix-right {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
  #top .index-news__btn .icon-fix-left {
    left: 15px;
  }
  #top .index-news__btn .icon-fix-right {
    right: 15px;
  }
  #top .index-news__btn:hover {
    background: #fff;
    color: #333;
  }
}
/* ============================================================ */
/* Marketoフォームベース */
/* ============================================================ */
@media print, screen and (min-width: 768.5px) {
  /* Misc visuals
  ----------------------------------*/
  .ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* ui-helper
  ----------------------------------*/
  .ui-helper-hidden {
    display: none;
  }
  .ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
  }
  .ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
  }
  .ui-helper-clearfix:after {
    clear: both;
  }
  .ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
  }
  /* ui-front
  ----------------------------------*/
  .ui-front {
    z-index: 100;
  }
  /* ui-dialog
  ----------------------------------*/
  .ui-dialog {
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.2em;
    outline: 0;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    max-width: 800px;
  }
  /* ui-widget
  ----------------------------------*/
  .ui-widget-overlay {
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    padding: 40px 20px;
    overflow: auto;
    transition: 0.3s;
    box-sizing: border-box;
    font-weight: bold;
  }
  .ui-widget-header {
    padding: 15px 20px;
    font-weight: bold;
    font-size: 2.4rem;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
  }
  .ui-widget-content {
    position: relative;
    flex: 1 1 auto;
    padding: 25px 20px;
  }
  .ui-widget-buttonpane {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
  }
  /* ============================================================ */
  /* Marketo追加スタイル*/
  /* ============================================================ */
  .mktoButton,
  .ui-button {
    font-size: 16px;
    align-items: center;
    background: #00aee1;
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    line-height: 1.4;
    min-height: 60px;
    min-width: min(315px, 100%);
    padding: 15px 50px;
    position: relative;
    text-align: center;
    text-decoration-color: transparent;
    transition: background 0.3s ease;
    cursor: pointer;
  }
  .mktoButton:hover,
  .ui-button:hover {
    background: #0079ae;
  }
  .ui-button {
    font-size: 16px;
    border-radius: 30px;
    color: #fff;
    min-height: 40px;
    min-width: min(200px, 100%);
    padding: 10px 30px;
    margin: 0 20px;
  }
  /* 入力画面
  ----------------------------------*/
  .block_marketo .mktoForm {
    width: 100% !important;
  }
  .block_marketo .mktoForm .mktoFormRow {
    margin-bottom: 15px !important;
    padding-bottom: 5px !important;
    border-bottom: 1px dotted #ccc;
    font-size: 1.6rem !important;
    line-height: 1.6 !important;
    /* 個人情報保護同意チェック
    ----------------------------------*/
  }
  .block_marketo .mktoForm .mktoFormRow * {
    float: none !important;
  }
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol {
    min-height: inherit !important;
    position: inherit !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoOffset,
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoClear {
    display: none;
  }
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap {
    display: flex !important;
    align-items: center;
    position: relative;
  }
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoLogicalField.mktoCheckboxList,
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList.mktoHasWidth.mktoRequired {
    width: 100% !important;
    display: grid;
    grid-template-columns: 15px 1fr;
    grid-row-gap: 5px;
    grid-column-gap: 8px;
    align-items: baseline;
  }
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoLogicalField.mktoCheckboxList > label,
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList.mktoHasWidth.mktoRequired > label {
    margin: 0 !important;
    line-height: inherit !important;
    min-height: inherit !important;
  }
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoLabel {
    flex: 0 0 250px;
    width: 250px !important;
    display: flex;
    font-weight: bold;
  }
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea,
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select,
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap [type=text],
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap [type=tel],
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap [type=email] {
    padding: 9px 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
  }
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select,
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap [type=text],
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap [type=tel],
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap [type=email] {
    height: 40px;
  }
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap [type=text],
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap [type=email] {
    width: 100% !important;
  }
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea {
    width: 100% !important;
    min-height: 6em;
  }
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea::-moz-placeholder, .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap [type=text]::-moz-placeholder, .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap [type=tel]::-moz-placeholder, .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap [type=email]::-moz-placeholder {
    color: #cdcdcd;
  }
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea::placeholder,
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap [type=text]::placeholder,
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap [type=tel]::placeholder,
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap [type=email]::placeholder {
    color: #cdcdcd;
  }
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select,
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap [type=tel] {
    width: 40% !important;
  }
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap #PostalCode {
    width: 25% !important;
  }
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoHtmlText {
    width: 100% !important;
    display: flex;
    flex-direction: column;
  }
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoHtmlText > * {
    text-align: center;
  }
  .block_marketo .mktoForm .mktoFormRow:nth-last-of-type(2) .mktoFormCol .mktoFieldWrap {
    flex-direction: row;
  }
  .block_marketo .mktoForm .mktoFormRow:nth-last-of-type(2) .mktoFormCol .mktoFieldWrap .mktoLogicalField.mktoCheckboxList {
    width: 100% !important;
    display: grid;
    grid-template-columns: 15px 1fr;
    grid-row-gap: 5px;
    grid-column-gap: 8px;
    align-items: center;
    position: relative;
    top: -1px;
  }
  .block_marketo .mktoForm .mktoFormRow:nth-last-of-type(2) .mktoFormCol .mktoFieldWrap .mktoLogicalField.mktoCheckboxList input#privacypolicycheck {
    line-height: inherit !important;
    font-size: inherit !important;
    float: none !important;
  }
  .block_marketo .mktoForm .mktoFormRow:nth-last-of-type(2) .mktoFormCol .mktoFieldWrap .mktoLogicalField.mktoCheckboxList input#privacypolicycheck::after {
    content: "同意する";
    width: 150px;
    padding-left: 20px;
    display: block;
    line-height: 1rem;
    cursor: pointer;
  }
  .block_marketo .mktoForm .mktoFormRow:nth-last-of-type(2) .mktoFormCol .mktoFieldWrap .mktoLogicalField.mktoCheckboxList #Lblprivacypolicycheck {
    display: none;
  }
  .block_marketo .mktoForm .mktoFormRow:nth-last-of-type(2) .mktoFormCol .mktoFieldWrap .mktoLabel {
    flex: 0 0 auto;
  }
  .block_marketo .mktoForm .mktoButtonRow {
    display: block;
    margin-top: 40px !important;
  }
  .block_marketo .mktoForm .mktoButtonRow .mktoButtonWrap {
    margin: 0 !important;
    display: flex;
    justify-content: center;
  }
  .block_marketo._narrow_ .mktoForm .mktoFormRow {
    /* 個人情報保護同意チェック
    ----------------------------------*/
  }
  .block_marketo._narrow_ .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap {
    display: flex !important;
    align-items: inherit;
    position: relative;
    flex-direction: column;
  }
  .block_marketo._narrow_ .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoLabel {
    flex: 0 0 auto;
    width: auto !important;
    margin-bottom: 10px;
  }
  .block_marketo._narrow_ .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoGutter {
    display: none;
  }
  .block_marketo._narrow_ .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select,
  .block_marketo._narrow_ .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap [type=tel] {
    width: 100% !important;
  }
  .block_marketo._narrow_ .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap #PostalCode {
    width: 100% !important;
  }
  .block_marketo._narrow_ .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoHtmlText > * {
    text-align: left;
  }
  .block_marketo._narrow_ .mktoForm .mktoFormRow:nth-last-of-type(2) .mktoFormCol .mktoFieldWrap {
    flex-direction: row;
  }
  .block_marketo._narrow_ .mktoForm .mktoFormRow:nth-last-of-type(2) .mktoFormCol .mktoFieldWrap .mktoLogicalField.mktoCheckboxList {
    padding: 0 0 0 20px;
  }
  .block_marketo._narrow_ .mktoForm .mktoFormRow:nth-last-of-type(2) .mktoFormCol .mktoFieldWrap .mktoLogicalField.mktoCheckboxList #Lblprivacypolicycheck {
    display: none;
  }
  .block_marketo._narrow_ .mktoForm .mktoFormRow:nth-last-of-type(2) .mktoFormCol .mktoFieldWrap .mktoLabel {
    flex: 0 0 auto;
  }
  /* エラー表示
  ----------------------------------*/
  .mktoForm .mktoError .mktoErrorMsg,
  .mktoForm .mktoError .mktoErrorArrow {
    text-shadow: none !important;
    background-image: none !important;
    box-shadow: none !important;
    border: none !important;
    max-width: inherit !important;
  }
  /* 確認画面
  ----------------------------------*/
  .confirm_list {
    display: flex;
    border-bottom: 1px solid #a0a0a0;
    font-weight: 500;
  }
  .confirm_list:nth-child(1) {
    border-top: 1px solid #a0a0a0;
  }
  .confirm_list_ttl {
    background: #E8E8E8;
    font-weight: bold;
    text-align: left;
    padding: 15px 10px;
    flex: 0 0 300px;
    width: 300px;
  }
  .confirm_list_contents {
    text-align: left;
    padding: 15px 10px;
  }
  .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
  }
  .confirm_message {
    text-align: center;
    margin: 15px 0;
  }
  .ui-dialog-buttonpane .ui-dialog-buttonset {
    display: flex;
    justify-content: center;
  }
  .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:nth-child(2) {
    background: #6c757d;
  }
  .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:nth-child(2):hover {
    background: #5c636a;
  }
}
/* ============================================================ */
/* 基本設定 */
/* ============================================================ */
@media screen and (max-width: 768.499px) {
  body {
    background: #fff;
  }
  .html-noscroll body {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .pc-view {
    display: none !important;
  }
  a {
    color: #333;
  }
  /* --------------------------------------------------- */
  /* pagetop */
  /* --------------------------------------------------- */
  .pagetop {
    position: fixed;
    right: 15px;
    bottom: 70px;
  }
  .pagetop__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #000;
    color: #fff;
    font-size: 2.2rem;
    text-decoration: none;
    border: 1px solid #4d4d4d;
    border-radius: 25px;
  }
  /* --------------------------------------------------- */
  /* error */
  /* --------------------------------------------------- */
  .error .wrap {
    min-height: 100vh;
    position: relative;
    padding-bottom: 355px;
  }
  .error .wrap .footer {
    position: absolute;
    bottom: 55px;
    width: 100%;
  }
}
/* ============================================================ */
/* header */
/* ============================================================ */
@media screen and (max-width: 768.499px) {
  .header {
    z-index: 10;
    width: 100%;
    position: relative;
  }
  .header--lp {
    padding: 0;
  }
  .header__top {
    max-width: 100%;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-bottom: 1px solid #d5d5d5;
  }
  .header__top__logo {
    display: flex;
    align-items: center;
  }
  .header__top__logo__mark {
    width: 35px;
  }
  .header__top__logo__mark img {
    width: 100%;
  }
  .header__top__logo__text {
    width: 120px;
    margin: 0 0 0 10px;
  }
  .header__top__btn {
    display: none;
    position: absolute;
    right: 15px;
  }
  .header__top__btn__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1rem;
    line-height: 1.2;
    text-decoration: none;
    letter-spacing: -1.5px;
    margin: 0 0 0 10px;
  }
  .header__top__btn__item--event {
    letter-spacing: -2.5px;
  }
  .header__top__btn__item--contact .header__logo-area__btn__item__ico i {
    transform: scale(0.7);
  }
  .header__top__btn__item__ico {
    background: #000;
    width: 18px;
    height: 18px;
    color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 3px;
    letter-spacing: 0;
    font-size: 1rem;
  }
  .header__top__btn__item__ico i {
    transform: scale(0.9);
  }
  .header .gnav {
    width: 100%;
    height: 55px;
    background: #fafafa;
    z-index: 100;
    position: absolute;
    top: 55px;
    left: 0;
  }
  .header .gnav__inner {
    max-width: 100%;
    height: 55px;
    display: flex;
    position: relative;
  }
  .header .gnav__inner .lightSlider {
    padding: 0 30px;
  }
  .header .gnav__inner::before, .header .gnav__inner::after {
    content: "";
    width: 55px;
    height: 55px;
    top: 0;
    position: absolute;
    z-index: 10;
  }
  .header .gnav__inner::before {
    background: linear-gradient(to right, rgb(250, 250, 250) 0%, rgba(255, 255, 255, 0) 100%);
    left: 0;
  }
  .header .gnav__inner::after {
    background: linear-gradient(to left, rgb(250, 250, 250) 0%, rgba(255, 255, 255, 0) 100%);
    right: 0;
  }
  .header .gnav__inner .lSAction > a {
    opacity: 1 !important;
  }
  .header .gnav__inner .lSAction > .lSNext {
    right: 0 !important;
  }
  .header .gnav__inner .lSAction > .lSPrev {
    left: 0 !important;
  }
  .header .gnav__item {
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0;
    text-decoration: none;
    position: relative;
    font-size: 1.1rem;
    letter-spacing: -1px;
    text-align: center;
    line-height: 1.5;
    height: 55px;
  }
  .header .gnav__item::before {
    position: absolute;
    left: 50%;
    bottom: 5px;
    z-index: 5;
    content: "";
    width: 0;
    height: 2px;
    background: #00b9ef;
    backface-visibility: hidden;
    transform: translateX(-50%);
    transition: 0.5s all;
  }
  .header .gnav.is-fixed-sp {
    left: 0;
    position: fixed;
    top: 0;
  }
  .nssol .gnav__item--solutionguide::before {
    width: 100%;
  }
  .datarobot .gnav__item--datarobot::before {
    width: 100%;
  }
  .m3daas .gnav__item--m3daas::before {
    width: 100%;
  }
  .multiclouds .gnav__item--multiclouds::before {
    width: 100%;
  }
  .nsfitos .gnav__item--nsfitos::before {
    width: 100%;
  }
  .emerald .gnav__item--emerald::before {
    width: 100%;
  }
  .datacenter .gnav__item--datacenter::before {
    width: 100%;
  }
  .contracthub .gnav__item--contracthub::before {
    width: 100%;
  }
  .nsseint .gnav__item--nsseint::before {
    width: 100%;
  }
  .workflow .gnav__item--workflow::before {
    width: 100%;
  }
  .document .gnav__item--document::before {
    width: 100%;
  }
  .dwp .gnav__item--dwp::before {
    width: 100%;
  }
}
@media screen and (max-width: 768.499px) {
  .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
  }
  .swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
  }
  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
  }
  .swiper-container-android .swiper-slide,
  .swiper-wrapper {
    transform: translate3d(0px, 0, 0);
  }
  .swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
  }
  .swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
  }
  .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
  }
  .swiper-slide-invisible-blank {
    visibility: hidden;
  }
  /* Auto Height */
  .swiper-container-autoheight,
  .swiper-container-autoheight .swiper-slide {
    height: auto;
  }
  .swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
  }
  /* 3D Effects */
  .swiper-container-3d {
    perspective: 1200px;
  }
  .swiper-container-3d .swiper-wrapper,
  .swiper-container-3d .swiper-slide,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  /* CSS Mode */
  .swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
  }
  .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
  }
  .swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  .swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
  }
  .swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
  }
  :root {
    --swiper-navigation-size: 44px;
    /*
    --swiper-navigation-color: var(--swiper-theme-color);
    */
  }
  .swiper-button-prev,
  .swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    font-family: "icomoon" !important;
  }
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-family: "icomoon" !important;
    font-size: 3rem;
  }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 5px;
    right: auto;
    background: linear-gradient(90deg, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0) 100%);
  }
  .swiper-button-prev:after,
  .swiper-container-rtl .swiper-button-next:after {
    content: "\f104";
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 5px;
    left: auto;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 40%);
  }
  .swiper-button-next:after,
  .swiper-container-rtl .swiper-button-prev:after {
    content: "\f105";
  }
  .swiper-button-prev.swiper-button-white,
  .swiper-button-next.swiper-button-white {
    --swiper-navigation-color: #ffffff;
  }
  .swiper-button-prev.swiper-button-black,
  .swiper-button-next.swiper-button-black {
    --swiper-navigation-color: #000000;
  }
  .swiper-button-lock {
    display: none;
  }
  :root {
    /*
    --swiper-pagination-color: var(--swiper-theme-color);
    */
  }
  .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
  }
  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
  }
  /* Common Styles */
  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
  }
  /* Bullets */
  .swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
  }
  button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
  }
  .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
  }
  .swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
  }
  .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
  }
  .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
  }
  .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left;
  }
  .swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right;
  }
  /* Progress */
  .swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
  }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-container-horizontal > .swiper-pagination-progressbar,
  .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
  }
  .swiper-container-vertical > .swiper-pagination-progressbar,
  .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
  }
  .swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
  }
  .swiper-pagination-black {
    --swiper-pagination-color: #000000;
  }
  .swiper-pagination-lock {
    display: none;
  }
  /* Scrollbar */
  .swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
  }
  .swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
  }
  .swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
  }
  .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
  }
  .swiper-scrollbar-cursor-drag {
    cursor: move;
  }
  .swiper-scrollbar-lock {
    display: none;
  }
  .swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .swiper-zoom-container > img,
  .swiper-zoom-container > svg,
  .swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .swiper-slide-zoomed {
    cursor: move;
  }
  /* Preloader */
  :root {
    /*
    --swiper-preloader-color: var(--swiper-theme-color);
    */
  }
  .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
  }
  .swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
  }
  .swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
  }
  @keyframes swiper-preloader-spin {
    100% {
      transform: rotate(360deg);
    }
  }
  /* a11y */
  .swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
  }
  .swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
  }
  .swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
  }
  .swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-container-fade .swiper-slide-active,
  .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-container-cube {
    overflow: visible;
  }
  .swiper-container-cube .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
  }
  .swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
  }
  .swiper-container-cube .swiper-slide-active,
  .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-container-cube .swiper-slide-active,
  .swiper-container-cube .swiper-slide-next,
  .swiper-container-cube .swiper-slide-prev,
  .swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
  }
  .swiper-container-cube .swiper-slide-shadow-top,
  .swiper-container-cube .swiper-slide-shadow-bottom,
  .swiper-container-cube .swiper-slide-shadow-left,
  .swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }
  .swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: blur(50px);
    z-index: 0;
  }
  .swiper-container-flip {
    overflow: visible;
  }
  .swiper-container-flip .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
  }
  .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-container-flip .swiper-slide-active,
  .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-container-flip .swiper-slide-shadow-top,
  .swiper-container-flip .swiper-slide-shadow-bottom,
  .swiper-container-flip .swiper-slide-shadow-left,
  .swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
  }
}
/* ============================================================ */
/* .contents */
/* ============================================================ */
@media screen and (max-width: 768.499px) {
  #main {
    margin-top: 0 !important;
  }
  #main #title_area {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .main-column {
    max-width: 100%;
  }
  .main-column__content {
    width: 100%;
  }
  .main-column__content .color_bg_dark {
    background: none !important;
  }
  .main-column__side {
    width: 100%;
  }
  /* ============================================================ */
  /* .メインビジュアル（タイトル）部分背景 */
  /* ============================================================ */
  .multiclouds #main #intro {
    background-image: url(https://www.itis.nssol.nipponsteel.com/images/absonne/img_intro.jpg);
  }
  /* ============================================================ */
  /* .sp-snav-ttl スマホ表示時　ページタイトル上に表示されるローカルナビタイトル */
  /* ============================================================ */
  .sp-snav-ttl {
    height: 39px;
    background: #333;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 0 15px;
  }
  .sp-snav-ttl span {
    position: relative;
    padding: 0 0 0 25px;
  }
  .sp-snav-ttl span::before {
    font-family: "icomoon";
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    top: -1px;
  }
  .sp-snav-ttl--multiclouds span::before {
    content: "\e903";
    color: #459ee9;
  }
  .sp-snav-ttl--nsfitos span::before {
    content: "\e905";
    color: #4fbb73;
  }
  .sp-snav-ttl--m3daas span::before {
    content: "\e904";
    color: #20b8ab;
  }
  .sp-snav-ttl--datacenter span::before {
    content: "\e900";
    color: #bd5bd5;
  }
  .sp-snav-ttl--contracthub span::before {
    content: "\e902";
    color: #e67b7b;
  }
  .sp-snav-ttl--datarobot span::before {
    content: "\e901";
    color: #6268e4;
  }
  .sp-snav-ttl--nsseint span::before {
    content: "\e906";
    color: #d8bc01;
  }
  .sp-snav-ttl--emerald span::before {
    content: "\e90c";
    color: #00c0d4;
  }
  .sp-snav-ttl--workflow span::before {
    content: "\e90f";
    color: #2472a9;
  }
  .sp-snav-ttl--document span::before {
    content: "\e910";
    color: #ff9f4d;
  }
  .sp-snav-ttl--digitalworkplace span::before {
    content: "\e911";
    color: blue;
  }
  .sp-snav-ttl--inquiry, .sp-snav-ttl--sitemap {
    display: none;
  }
  /* ============================================================ */
  /* .contents */
  /* ============================================================ */
  /* .btn */
  /* ------------------------------------------------------------ */
  .btn-block {
    margin: 25px 0 0;
  }
  .btn-block--right {
    text-align: right;
  }
  .btn-block--sp-center {
    text-align: center;
  }
  /* ============================================================ */
  /* .title_case 導入事例ページタイトル下 */
  /* ============================================================ */
  /* ============================================================ */
  /* 資料ページ　右にフォームが並んだ時のレイアウト崩れ対策（/m3daas/resource/daas-for-flexibility-and-security/） */
  /* ============================================================ */
  /* ============================================================ */
  /* ブログのコンテンツ部分修正（/blog/m3daas/application-virtualization-2.html等） */
  /* ============================================================ */
}
@media only screen and (max-width: 768.499px) and (max-width: 768px) {
  #main .flex_box.flex_three.list_usecase .item:nth-child(3n+1) {
    margin-left: 0;
  }
  #main .flex_box.flex_three.list_usecase .item:nth-child(-n+3) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768.499px) {
  .title_case {
    margin-bottom: 25px;
  }
  .block_resource_dtl .aside {
    clear: both;
  }
  #blog__div__bottomlink h5 {
    font-size: 1.6rem;
  }
  .blog-entry .text_area h4 {
    font-size: 1.6rem;
  }
  .blog-entry .text_area strong {
    font-weight: bold;
  }
}
/* ============================================================ */
/* footer */
/* ============================================================ */
@media screen and (max-width: 768.499px) {
  .footer {
    text-align: center;
    line-height: 1.6;
  }
  .footer__sitemap {
    background: #3c3c3c;
  }
  .footer__sitemap .fnav {
    text-align: left;
  }
  .footer__sitemap .fnav__level1__item {
    border-top: 1px solid #4e4e4e;
    position: relative;
  }
  .footer__sitemap .fnav__level1__item__link {
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 50px;
    padding: 0 20px 0 30px;
    position: relative;
  }
  .footer__sitemap .fnav__level1__item__link i {
    position: absolute;
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 1.8rem;
  }
  .footer__sitemap .fnav__level1__item__accordion {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: #333;
    font-size: 2rem;
    color: #fff;
    line-height: 20px;
    text-align: center;
    line-height: 50px;
  }
  .footer__sitemap .fnav__level1__item__accordion::before {
    content: "\e909";
    font-family: "icomoon" !important;
  }
  .footer__sitemap .fnav__level1__item__accordion.active::before {
    content: "\e90a";
  }
  .footer__sitemap .fnav__level2 {
    display: none;
  }
  .footer__sitemap .fnav__level2__item__link {
    color: #fff;
    font-size: 1.3rem;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
  }
  .footer__sitemap .fnav__level2__item__link i {
    margin: 0 5px 0 0;
  }
  .footer__sitemap .fnav-sub {
    border-top: 1px solid #4e4e4e;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .footer__sitemap .fnav-sub__item {
    width: 50%;
    height: 50px;
    color: #fff;
    font-size: 1.3rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #4e4e4e;
  }
  .footer__sitemap .fnav-sub__item:nth-child(odd) {
    border-right: 1px solid #4e4e4e;
  }
  .footer .copyright {
    display: block;
    padding: 20px 0;
    font-size: 1.2rem;
    color: #6f6f6f;
    background: #fff;
  }
  #pagetop {
    width: 40px !important;
    height: 40px !important;
    right: 15px !important;
    left: auto !important;
    transition: 0.5s all;
  }
  #pagetop i {
    width: 40px !important;
    height: 40px !important;
  }
  #pagetop.hide {
    transform: translateY(200%);
  }
}
/* =================================================== */
/* .snav */
/* =================================================== */
@media screen and (max-width: 768.499px) {
  .snav {
    width: 100%;
    position: absolute;
    top: 0;
  }
  .snav.snav-fixed {
    position: fixed;
    top: 50px;
    width: 100%;
    left: 0;
    z-index: 100;
  }
  .snav.snav-fixed .snav__body {
    max-height: calc(100vh - 95px);
  }
  .snav__accordion {
    position: absolute;
    right: 0;
    top: 0;
    width: 39px;
    height: 39px;
    font-size: 3.4rem;
    color: #fff;
    line-height: 20px;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
    background: #333;
  }
  .snav__accordion::before {
    content: "\e909";
    font-family: "icomoon" !important;
  }
  .snav__accordion.active::before {
    content: "\e90a";
  }
  .snav__wrap {
    display: none;
  }
  .snav__ttl {
    height: 39px;
    background: #333;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding: 0 15px;
  }
  .snav__ttl span {
    position: relative;
    padding: 0 0 0 25px;
  }
  .snav__ttl span::before {
    font-family: "icomoon";
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    top: -1px;
  }
  .snav--multiclouds .snav__ttl span::before {
    content: "\e903";
    color: #459ee9;
  }
  .snav--nsfitos .snav__ttl span::before {
    content: "\e905";
    color: #4fbb73;
  }
  .snav--m3daas .snav__ttl span::before {
    content: "\e904";
    color: #20b8ab;
  }
  .snav--datacenter .snav__ttl span::before {
    content: "\e900";
    color: #bd5bd5;
  }
  .snav--contracthub .snav__ttl span::before {
    content: "\e902";
    color: #e67b7b;
  }
  .snav--datarobot .snav__ttl span::before {
    content: "\e901";
    color: #6268e4;
  }
  .snav--nsseint .snav__ttl span::before {
    content: "\e906";
    color: #d8bc01;
  }
  .snav--emerald .snav__ttl span::before {
    content: "\e90c";
    color: #00c0d4;
  }
  .snav--workflow .snav__ttl span::before {
    content: "\e90f";
    color: #2472a9;
  }
  .snav--document .snav__ttl span::before {
    content: "\e910";
    color: #ff9f4d;
  }
  .snav--dwp .snav__ttl span::before {
    content: "\e911";
    color: #34b1e2;
  }
  .snav__body {
    z-index: 1;
    background: #fff;
    position: relative;
    overflow-y: scroll;
    max-height: calc(100vh - 150px);
    box-shadow: 0px 5px 7px -4px rgba(0, 0, 0, 0.2);
    opacity: 0.99;
  }
  .snav__level1 {
    position: relative;
  }
  .snav__level1__element {
    min-height: 50px;
    border-top: 1px solid #d5d5d5;
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    text-decoration: none;
    padding: 10px 15px 10px 27px;
    transition: 0.5s all;
    position: relative;
  }
  .snav__level1__element i {
    position: absolute;
    left: 15px;
    top: 15px;
  }
  .snav__level1__accordion {
    position: absolute;
    right: 0;
    top: 1px;
    width: 35px;
    height: 49px;
    font-size: 2rem;
    color: #333;
    line-height: 20px;
    text-align: center;
    line-height: 50px;
  }
  .snav__level1__accordion::before {
    content: "\e909";
    font-family: "icomoon" !important;
  }
  .snav__level1__accordion.active::before {
    content: "\e90a";
  }
  .snav__level1--active .snav__level1__accordion::before {
    content: "\e90a";
  }
  .snav__level2 {
    display: none;
  }
  .snav__level2._active_ {
    display: block !important;
  }
  .snav__level2__item {
    position: relative;
  }
  .snav__level2__item__element {
    min-height: 35px;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    text-decoration: none;
    padding: 7px 15px 7px 40px;
    transition: 0.5s all;
    position: relative;
  }
  .snav__level2__item__element i {
    position: absolute;
    left: 27px;
    top: 9px;
  }
  .snav__level2__item__accordion {
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 35px;
    font-size: 2rem;
    color: #333;
    line-height: 20px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
  }
  .snav__level2__item__accordion::before {
    content: "\e909";
    font-family: "icomoon" !important;
  }
  .snav__level2__item__accordion.active::before {
    content: "\e90a";
  }
  .snav__level3 {
    display: none;
  }
  .snav__level3._active_ {
    display: block !important;
  }
  .snav__level3__item__element {
    min-height: 30px;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    text-decoration: none;
    padding: 5px 15px 5px 40px;
    transition: 0.5s all;
  }
  .snav__level3__item__element i {
    margin: 0 8px 0 0;
  }
  .snav--multiclouds .snav__ttl i {
    color: #459ee9;
  }
  .snav--nsfitos .snav__ttl i {
    color: #4fbb73;
  }
  .snav--m3daas .snav__ttl i {
    color: #20b8ab;
  }
  .snav--datacenter .snav__ttl i {
    color: #bd5bd5;
  }
  .snav--contracthub .snav__ttl i {
    color: #e67b7b;
  }
  .snav--datarobot .snav__ttl i {
    color: #6268e4;
  }
  .snav--nsseint .snav__ttl i {
    color: #d8bc01;
  }
  .snav--emerald .snav__ttl i {
    color: #00c0d4;
  }
  .snav--workflow .snav__ttl i {
    color: #2472a9;
  }
  .snav--document .snav__ttl i {
    color: #ff9f4d;
  }
  .snav--dwp .snav__ttl i {
    color: #34b1e2;
  }
  /* =================================================== */
  /* .snav 下層ページでの展開とcurrent設定 */
  /* =================================================== */
  /* 現在地を濃いグレーで表示 */
  .snav .snav--current {
    background: #6c6c6c;
  }
  .snav .snav--current.snav__level1__element, .snav .snav--current.snav__level2__item__element,
  .snav .snav--current .snav__level3__item__element {
    color: #fff;
  }
  .snav .snav--current + .snav__level1__accordion, .snav .snav--current + .snav__level2__item__accordion {
    color: White;
  }
  /* 現在地の親カテゴリ背景を薄いグレーで表示 */
  .snav__level1--bg {
    background: #f6f6f6;
  }
}
/* ============================================================ */
/* index.html */
/* ============================================================ */
@media screen and (max-width: 768.499px) {
  #top #main {
    margin-top: 0 !important;
  }
  #top .index-service__tab {
    background: #fff;
    padding: 15px 15px 0;
    margin: 0 0 -1px;
  }
  #top .index-service__tab__inner {
    display: flex;
    justify-content: space-between;
  }
  #top .index-service__tab__item {
    width: calc(50% - 5px);
    height: 60px;
    background: linear-gradient(rgb(241, 241, 241) 0%, rgb(255, 255, 255) 50%);
    font-size: 1.5rem;
    border: 1px solid #d8d8d8;
    border-bottom: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.5s all;
    margin: 9px 0 0;
    text-align: center;
    line-height: 1.3;
  }
  #top .index-service__tab__item--current {
    height: 70px;
    font-size: 1.6rem;
    font-weight: bold;
    background: #fafafa;
    position: relative;
    box-shadow: none !important;
    margin: 0;
  }
  #top .index-service__tab__item--current .index-service__tab__item__text {
    position: relative;
  }
  #top .index-service__tab__item--current .index-service__tab__item__text::before {
    content: "";
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #333;
    position: absolute;
    display: inline-block;
  }
  #top .index-service__tab__item--current .index-service__tab__item__text::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #333 transparent transparent transparent;
    bottom: -15px;
    left: calc(50% - 5px);
    position: absolute;
    display: inline-block;
  }
  #top .index-service__contents {
    background: #fafafa;
    border-top: 1px solid #d8d8d8;
  }
  #top .index-service__contents__inner {
    padding: 25px 15px;
  }
  #top .index-service__contents__item {
    display: none;
  }
  #top .index-service__contents__item--current {
    display: block;
  }
  #top .index-service__contents .category-panel {
    width: 100%;
    margin: 0 0 15px;
    background: #fff;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
  }
  #top .index-service__contents .category-panel__ttl {
    border-bottom: 1px solid #e0e0e0;
  }
  #top .index-service__contents .category-panel__ttl a {
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: bold;
    display: block;
    padding: 15px 20px 15px 55px;
    position: relative;
  }
  #top .index-service__contents .category-panel__ttl a::after {
    content: "\f105";
    font-family: "icomoon" !important;
    position: absolute;
    right: 15px;
    top: 18px;
  }
  #top .index-service__contents .category-panel__ttl__ico {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    color: #fff;
    background: #f00;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 13px;
    top: 12px;
    font-size: 1.6rem;
  }
  #top .index-service__contents .category-panel__body {
    padding: 15px;
  }
  #top .index-service__contents .category-panel__body .category-list__item {
    padding: 0 0 0 15px;
    margin: 0 0 8px;
    position: relative;
  }
  #top .index-service__contents .category-panel__body .category-list__item::before {
    content: "\f105";
    font-family: "icomoon" !important;
    position: absolute;
    left: 0;
    top: 0;
  }
  #top .index-service__contents .category-panel--multiclouds .category-panel__ttl a::after {
    color: #459ee9;
  }
  #top .index-service__contents .category-panel--multiclouds .category-panel__ttl__ico {
    background: #459ee9;
  }
  #top .index-service__contents .category-panel--multiclouds .category-list__item::before {
    color: #459ee9;
  }
  #top .index-service__contents .category-panel--nsfitos .category-panel__ttl a::after {
    color: #4fbb73;
  }
  #top .index-service__contents .category-panel--nsfitos .category-panel__ttl__ico {
    background: #4fbb73;
  }
  #top .index-service__contents .category-panel--nsfitos .category-list__item::before {
    color: #4fbb73;
  }
  #top .index-service__contents .category-panel--m3daas .category-panel__ttl a::after {
    color: #20b8ab;
  }
  #top .index-service__contents .category-panel--m3daas .category-panel__ttl__ico {
    background: #20b8ab;
  }
  #top .index-service__contents .category-panel--m3daas .category-list__item::before {
    color: #20b8ab;
  }
  #top .index-service__contents .category-panel--emerald .category-panel__ttl a::after {
    color: #00c0d4;
  }
  #top .index-service__contents .category-panel--emerald .category-panel__ttl__ico {
    background: #00c0d4;
  }
  #top .index-service__contents .category-panel--emerald .category-list__item::before {
    color: #00c0d4;
  }
  #top .index-service__contents .category-panel--datacenter .category-panel__ttl a::after {
    color: #bd5bd5;
  }
  #top .index-service__contents .category-panel--datacenter .category-panel__ttl__ico {
    background: #bd5bd5;
  }
  #top .index-service__contents .category-panel--datacenter .category-list__item::before {
    color: #bd5bd5;
  }
  #top .index-service__contents .category-panel--contracthub .category-panel__ttl a::after {
    color: #e67b7b;
  }
  #top .index-service__contents .category-panel--contracthub .category-panel__ttl__ico {
    background: #e67b7b;
  }
  #top .index-service__contents .category-panel--contracthub .category-list__item::before {
    color: #e67b7b;
  }
  #top .index-service__contents .category-panel--datarobot .category-panel__ttl a::after {
    color: #6268e4;
  }
  #top .index-service__contents .category-panel--datarobot .category-panel__ttl__ico {
    background: #6268e4;
  }
  #top .index-service__contents .category-panel--datarobot .category-list__item::before {
    color: #6268e4;
  }
  #top .index-service__contents .category-panel--nsseint .category-panel__ttl a::after {
    color: #d8bc01;
  }
  #top .index-service__contents .category-panel--nsseint .category-panel__ttl__ico {
    background: #d8bc01;
  }
  #top .index-service__contents .category-panel--nsseint .category-list__item::before {
    color: #d8bc01;
  }
  #top .index-service__contents .category-panel--document .category-panel__ttl a::after {
    color: #ff9f4d;
  }
  #top .index-service__contents .category-panel--document .category-panel__ttl__ico {
    background: #ff9f4d;
  }
  #top .index-service__contents .category-panel--document .category-list__item::before {
    color: #ff9f4d;
  }
  #top .index-service__contents .category-panel--workflow .category-panel__ttl a::after {
    color: #2472a9;
  }
  #top .index-service__contents .category-panel--workflow .category-panel__ttl__ico {
    background: #2472a9;
  }
  #top .index-service__contents .category-panel--workflow .category-list__item::before {
    color: #2472a9;
  }
  #top .index-service__contents .category-panel--dwp .category-panel__ttl a::after {
    color: #34b1e2;
  }
  #top .index-service__contents .category-panel--dwp .category-panel__ttl__ico {
    background: #34b1e2;
  }
  #top .index-service__contents .category-panel--dwp .category-list__item::before {
    color: #34b1e2;
  }
  #top .index-service__contents .solution-panel {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 0 15px;
    padding: 20px 15px;
    background: #fff;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.2);
    text-decoration: none;
  }
  #top .index-service__contents .solution-panel__pic {
    width: 42%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #top .index-service__contents .solution-panel__pic img {
    width: 100%;
  }
  #top .index-service__contents .solution-panel__text {
    width: 50%;
  }
  #top .index-service__contents .solution-panel__text__ttl {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0 0 0 12px;
    position: relative;
  }
  #top .index-service__contents .solution-panel__text__ttl__sub {
    font-size: 1.3rem;
    display: block;
    margin: 5px 0 0;
  }
  #top .index-service__contents .solution-panel__text__ttl::before {
    content: "\f105";
    font-family: "icomoon" !important;
    font-size: 1.4rem;
    position: absolute;
    left: 0;
    top: 2px;
  }
  #top .index-service__contents .solution-panel__text p {
    font-size: 1.4rem;
  }
  #top .index-news__inner {
    padding: 40px 20px;
  }
  #top .index-news__event {
    margin: 40px 0 0;
  }
  #top .index-news__ttl {
    font-size: 2.4rem;
    font-weight: bold;
    margin: 0 0 10px;
  }
  #top .index-news__item {
    border-bottom: 1px dotted #d5d5d5;
    padding: 18px 10px;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  #top .index-news__item__date {
    color: #878787;
    flex: 0 0 auto;
    margin: 0 15px 0 0;
  }
  #top .index-news__item__link {
    width: 100%;
    flex: 1 1 auto;
    line-height: 1.8;
    text-decoration: none;
    margin: 10px 0 0;
  }
  #top .index-news__item .__elem._link_ {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }
  #top .index-news__btn {
    background: #333;
    color: #fff;
    text-decoration: none;
    font-size: 1.4rem;
    height: 40px;
    min-width: 180px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #333;
    position: relative;
    transition: 0.5s all;
  }
  #top .index-news__btn .icon-fix-left,
  #top .index-news__btn .icon-fix-right {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
  #top .index-news__btn .icon-fix-left {
    left: 15px;
  }
  #top .index-news__btn .icon-fix-right {
    right: 15px;
  }
}
/* ============================================================ */
/* Marketoフォームベース */
/* ============================================================ */
@media screen and (max-width: 768.499px) {
  /* Misc visuals
  ----------------------------------*/
  .ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* ui-helper
  ----------------------------------*/
  .ui-helper-hidden {
    display: none;
  }
  .ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
  }
  .ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
  }
  .ui-helper-clearfix:after {
    clear: both;
  }
  .ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
  }
  /* ui-front
  ----------------------------------*/
  .ui-front {
    z-index: 100;
  }
  /* ui-dialog
  ----------------------------------*/
  .ui-dialog {
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.2em;
    outline: 0;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    max-width: 800px;
  }
  /* ui-widget
  ----------------------------------*/
  .ui-widget-overlay {
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    padding: 40px 20px;
    overflow: auto;
    transition: 0.3s;
    box-sizing: border-box;
    font-weight: bold;
  }
  .ui-widget-header {
    padding: 15px 20px;
    font-weight: bold;
    font-size: 2.4rem;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
  }
  .ui-widget-content {
    position: relative;
    flex: 1 1 auto;
    padding: 15px 10px;
  }
  .ui-widget-buttonpane {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
  }
  /* ============================================================ */
  /* Marketo追加スタイル*/
  /* ============================================================ */
  .mktoButton,
  .ui-button {
    font-size: 16px;
    align-items: center;
    background: #00aee1;
    border-radius: 50px;
    color: #fff;
    display: flex;
    justify-content: center;
    line-height: 1.4;
    min-height: 60px;
    min-width: min(315px, 100%);
    padding: 15px 50px;
    position: relative;
    text-align: center;
    text-decoration-color: transparent;
    transition: background 0.3s ease;
    cursor: pointer;
  }
  .mktoButton:hover,
  .ui-button:hover {
    background: #0079ae;
  }
  .ui-button {
    font-size: 16px;
    border-radius: 30px;
    color: #fff;
    min-height: 40px;
    min-width: min(150px, 100%);
    padding: 10px 10px;
    margin: 0 10px;
  }
  /* 入力画面
  ----------------------------------*/
  .block_marketo .mktoForm {
    width: 100% !important;
  }
  .block_marketo .mktoForm .mktoFormRow {
    margin-bottom: 15px !important;
    padding-bottom: 5px !important;
    border-bottom: 1px dotted #ccc;
    font-size: 1.6rem !important;
    line-height: 1.6 !important;
    /* 個人情報保護同意チェック
    ----------------------------------*/
  }
  .block_marketo .mktoForm .mktoFormRow * {
    float: none !important;
  }
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol {
    min-height: inherit !important;
    position: inherit !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
  }
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoOffset,
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoClear {
    display: none;
  }
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap {
    position: relative;
  }
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoLogicalField.mktoCheckboxList,
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList.mktoHasWidth.mktoRequired {
    width: 100% !important;
    display: grid;
    grid-template-columns: 15px 1fr;
    grid-row-gap: 5px;
    grid-column-gap: 8px;
    align-items: baseline;
    /*
    							& > label {
    								display: inline-block !important;
    								margin: 0 20px 0 5px !important;
    							}

     */
  }
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoLogicalField.mktoCheckboxList > label,
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoRadioList.mktoHasWidth.mktoRequired > label {
    margin: 0 !important;
    line-height: inherit !important;
    min-height: inherit !important;
  }
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoLabel {
    width: 100% !important;
    display: flex;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea,
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select,
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap [type=text],
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap [type=tel],
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap [type=email] {
    height: 40px;
    padding: 9px 10px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
  }
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap select,
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap [type=text],
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap [type=tel],
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap [type=email] {
    height: 40px;
  }
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap [type=text],
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap [type=email] {
    width: 100% !important;
  }
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea {
    width: 100% !important;
    min-height: 6em;
  }
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea::-moz-placeholder, .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap [type=text]::-moz-placeholder, .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap [type=tel]::-moz-placeholder, .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap [type=email]::-moz-placeholder {
    color: #cdcdcd;
  }
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap textarea::placeholder,
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap [type=text]::placeholder,
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap [type=tel]::placeholder,
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap [type=email]::placeholder {
    color: #cdcdcd;
  }
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoHtmlText {
    width: 100% !important;
    display: flex;
    flex-direction: column;
  }
  .block_marketo .mktoForm .mktoFormRow .mktoFormCol .mktoFieldWrap .mktoHtmlText > * {
    text-align: center;
  }
  .block_marketo .mktoForm .mktoFormRow:nth-last-of-type(2) .mktoFormCol .mktoFieldWrap {
    flex-direction: row;
  }
  .block_marketo .mktoForm .mktoFormRow:nth-last-of-type(2) .mktoFormCol .mktoFieldWrap .mktoLogicalField.mktoCheckboxList {
    padding: 0 0 0 10px;
  }
  .block_marketo .mktoForm .mktoFormRow:nth-last-of-type(2) .mktoFormCol .mktoFieldWrap .mktoLogicalField.mktoCheckboxList input#privacypolicycheck {
    line-height: inherit !important;
    font-size: inherit !important;
    float: none !important;
    position: absolute;
    top: 8px;
    left: 60%;
  }
  .block_marketo .mktoForm .mktoFormRow:nth-last-of-type(2) .mktoFormCol .mktoFieldWrap .mktoLogicalField.mktoCheckboxList input#privacypolicycheck::after {
    content: "同意する";
    position: relative;
    top: -7px;
    width: 100px;
    padding-left: 20px;
    display: block;
    cursor: pointer;
  }
  .block_marketo .mktoForm .mktoFormRow:nth-last-of-type(2) .mktoFormCol .mktoFieldWrap .mktoLogicalField.mktoCheckboxList #Lblprivacypolicycheck {
    display: none;
  }
  .block_marketo .mktoForm .mktoFormRow:nth-last-of-type(2) .mktoFormCol .mktoFieldWrap .mktoLabel {
    position: relative;
  }
  .block_marketo .mktoForm .mktoButtonRow {
    display: block;
    margin-top: 40px !important;
  }
  .block_marketo .mktoForm .mktoButtonRow .mktoButtonWrap {
    margin: 0 !important;
    display: flex;
    justify-content: center;
  }
  /* エラー表示
  ----------------------------------*/
  .mktoForm .mktoError .mktoErrorMsg,
  .mktoForm .mktoError .mktoErrorArrow {
    text-shadow: none !important;
    background-image: none !important;
    box-shadow: none !important;
    border: none !important;
    max-width: inherit !important;
  }
  /* 確認画面
  ----------------------------------*/
  .confirm_list {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #a0a0a0;
    font-weight: 500;
  }
  .confirm_list:nth-child(1) {
    border-top: 1px solid #a0a0a0;
  }
  .confirm_list_ttl {
    background: #E8E8E8;
    flex: 0 0 100%;
    font-weight: bold;
    text-align: left;
    padding: 8px 10px;
    border-bottom: 1px dotted #ccc;
  }
  .confirm_list_contents {
    text-align: left;
    padding: 8px 10px;
  }
  .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
  }
  .confirm_message {
    text-align: center;
    margin: 15px 0;
  }
  .ui-dialog-buttonpane .ui-dialog-buttonset {
    display: flex;
    justify-content: center;
  }
  .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:nth-child(2) {
    background: #6c757d;
  }
  .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button:nth-child(2):hover {
    background: #5c636a;
  }
}
@media all and (-ms-high-contrast: none) {
  .index-news__item .__elem._link_ *::-ms-backdrop, .index-news__item .__elem._link_ {
    max-height: 3.6em;
    position: relative;
  }
}
@media all and (-ms-high-contrast: none) {
  .index-news__item .__elem._link_ *::-ms-backdrop, .index-news__item .__elem._link_::before {
    content: "…";
    position: absolute;
    background: #fff;
    right: 0;
    bottom: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  .index-news__item .__elem._link_ *::-ms-backdrop, .index-news__item .__elem._link_::after {
    content: "";
    position: absolute;
    background: #fff;
    height: 100%;
    width: 100%;
  }
}
@media all and (-ms-high-contrast: none) {
  .swiper-button-prev {
    top: 10px;
  }
}
@media all and (-ms-high-contrast: none) {
  .swiper-button-next {
    top: 10px;
  }
}
/* position
------------------------------------------------------------ */
.u-pos-s {
  position: static !important;
}

.u-pos-a {
  position: absolute !important;
}

.u-pos-r {
  position: relative !important;
}

.u-pos-f {
  position: fixed !important;
}

.u-t-a {
  top: auto !important;
}

.u-t-0 {
  top: 0 !important;
}

.u-r-a {
  right: auto !important;
}

.u-r-0 {
  right: 0 !important;
}

.u-b-a {
  bottom: auto !important;
}

.u-b-0 {
  bottom: 0 !important;
}

.u-l-a {
  left: auto !important;
}

.u-l-0 {
  left: 0 !important;
}

.u-z-a {
  z-index: auto !important;
}

.u-z-0 {
  z-index: 0 !important;
}

.u-z-1 {
  z-index: 1 !important;
}

.u-z-2 {
  z-index: 2 !important;
}

.u-z-3 {
  z-index: 3 !important;
}

.u-z-4 {
  z-index: 4 !important;
}

.u-z-5 {
  z-index: 5 !important;
}

.u-z-6 {
  z-index: 6 !important;
}

.u-z-9999 {
  z-index: 9999 !important;
}

@media screen and (max-width: 767px) {
  .u-sp-pos-s {
    position: static !important;
  }
  .u-sp-pos-a {
    position: absolute !important;
  }
  .u-sp-pos-r {
    position: relative !important;
  }
  .u-sp-pos-f {
    position: fixed !important;
  }
  .u-sp-t-a {
    top: auto !important;
  }
  .u-sp-t-0 {
    top: 0 !important;
  }
  .u-sp-r-a {
    right: auto !important;
  }
  .u-sp-r-0 {
    right: 0 !important;
  }
  .u-sp-b-a {
    bottom: auto !important;
  }
  .u-sp-b-0 {
    bottom: 0 !important;
  }
  .u-sp-l-a {
    left: auto !important;
  }
  .u-sp-l-0 {
    left: 0 !important;
  }
  .u-sp-z-a {
    z-index: auto !important;
  }
  .u-sp-z-0 {
    z-index: 0 !important;
  }
  .u-sp-z-1 {
    z-index: 1 !important;
  }
  .u-sp-z-2 {
    z-index: 2 !important;
  }
  .u-sp-z-3 {
    z-index: 3 !important;
  }
  .u-sp-z-4 {
    z-index: 4 !important;
  }
  .u-sp-z-5 {
    z-index: 5 !important;
  }
  .u-sp-z-6 {
    z-index: 6 !important;
  }
  .u-sp-z-9999 {
    z-index: 9999 !important;
  }
}
/* float
------------------------------------------------------------ */
.u-fl-n {
  float: none !important;
}

.u-fl-l {
  float: left !important;
}

.u-fl-r {
  float: right !important;
}

.u-cl-n {
  clear: none !important;
}

.u-cl-l {
  clear: left !important;
}

.u-cl-r {
  clear: right !important;
}

.u-cl-b {
  clear: both !important;
}

@media screen and (max-width: 767px) {
  .u-sp-fl-n {
    float: none !important;
  }
  .u-sp-fl-l {
    float: left !important;
  }
  .u-sp-fl-r {
    float: right !important;
  }
  .u-sp-cl-n {
    clear: none !important;
  }
  .u-sp-cl-l {
    clear: left !important;
  }
  .u-sp-cl-r {
    clear: right !important;
  }
  .u-sp-cl-b {
    clear: both !important;
  }
}
/* display
------------------------------------------------------------ */
.u-d-n {
  display: none !important;
}

.u-d-b {
  display: block !important;
}

.u-d-f {
  display: flex !important;
}

.u-d-if {
  display: inline-flex !important;
}

.u-d-i {
  display: inline !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-li {
  display: list-item !important;
}

.u-d-ri {
  display: run-in !important;
}

.u-d-cp {
  display: compact !important;
}

.u-d-tb {
  display: table !important;
}

.u-d-itb {
  display: inline-table !important;
}

.u-d-tbcp {
  display: table-caption !important;
}

.u-d-tbcl {
  display: table-column !important;
}

.u-d-tbclg {
  display: table-column-group !important;
}

.u-d-tbhg {
  display: table-header-group !important;
}

.u-d-tbfg {
  display: table-footer-group !important;
}

.u-d-tbr {
  display: table-row !important;
}

.u-d-tbrg {
  display: table-row-group !important;
}

.u-d-tbc {
  display: table-cell !important;
}

.u-d-rb {
  display: ruby !important;
}

.u-d-rbb {
  display: ruby-base !important;
}

.u-d-rbbg {
  display: ruby-base-group !important;
}

.u-d-rbt {
  display: ruby-text !important;
}

.u-d-rbtg {
  display: ruby-text-group !important;
}

@media screen and (max-width: 767px) {
  .u-sp-d-n {
    display: none !important;
  }
  .u-sp-d-b {
    display: block !important;
  }
  .u-sp-d-f {
    display: flex !important;
  }
  .u-sp-d-if {
    display: inline-flex !important;
  }
  .u-sp-d-i {
    display: inline !important;
  }
  .u-sp-d-ib {
    display: inline-block !important;
  }
  .u-sp-d-li {
    display: list-item !important;
  }
  .u-sp-d-ri {
    display: run-in !important;
  }
  .u-sp-d-cp {
    display: compact !important;
  }
  .u-sp-d-tb {
    display: table !important;
  }
  .u-sp-d-itb {
    display: inline-table !important;
  }
  .u-sp-d-tbcp {
    display: table-caption !important;
  }
  .u-sp-d-tbcl {
    display: table-column !important;
  }
  .u-sp-d-tbclg {
    display: table-column-group !important;
  }
  .u-sp-d-tbhg {
    display: table-header-group !important;
  }
  .u-sp-d-tbfg {
    display: table-footer-group !important;
  }
  .u-sp-d-tbr {
    display: table-row !important;
  }
  .u-sp-d-tbrg {
    display: table-row-group !important;
  }
  .u-sp-d-tbc {
    display: table-cell !important;
  }
  .u-sp-d-rb {
    display: ruby !important;
  }
  .u-sp-d-rbb {
    display: ruby-base !important;
  }
  .u-sp-d-rbbg {
    display: ruby-base-group !important;
  }
  .u-sp-d-rbt {
    display: ruby-text !important;
  }
  .u-sp-d-rbtg {
    display: ruby-text-group !important;
  }
}
/* overflow
------------------------------------------------------------ */
.u-ov-v {
  overflow: visible !important;
}

.u-ov-h {
  overflow: hidden !important;
}

.u-ov-s {
  overflow: scroll !important;
}

.u-ov-a {
  overflow: auto !important;
}

.u-ovx-v {
  overflow-x: visible !important;
}

.u-ovx-h {
  overflow-x: hidden !important;
}

.u-ovx-s {
  overflow-x: scroll !important;
}

.u-ovx-a {
  overflow-x: auto !important;
}

.u-ovy-v {
  overflow-y: visible !important;
}

.u-ovy-h {
  overflow-y: hidden !important;
}

.u-ovy-s {
  overflow-y: scroll !important;
}

.u-ovy-a {
  overflow-y: auto !important;
}

@media screen and (max-width: 767px) {
  .u-sp-ov-v {
    overflow: visible !important;
  }
  .u-sp-ov-h {
    overflow: hidden !important;
  }
  .u-sp-ov-s {
    overflow: scroll !important;
  }
  .u-sp-ov-a {
    overflow: auto !important;
  }
  .u-sp-ovx-v {
    overflow-x: visible !important;
  }
  .u-sp-ovx-h {
    overflow-x: hidden !important;
  }
  .u-sp-ovx-s {
    overflow-x: scroll !important;
  }
  .u-sp-ovx-a {
    overflow-x: auto !important;
  }
  .u-sp-ovy-v {
    overflow-y: visible !important;
  }
  .u-sp-ovy-h {
    overflow-y: hidden !important;
  }
  .u-sp-ovy-s {
    overflow-y: scroll !important;
  }
  .u-sp-ovy-a {
    overflow-y: auto !important;
  }
}
/* box-sizing
------------------------------------------------------------ */
.u-bxz-cb {
  box-sizing: content-box !important;
}

.u-bxz-bb {
  box-sizing: border-box !important;
}

.u-bxsh-n {
  box-shadow: none !important;
}

@media screen and (max-width: 767px) {
  .u-sp-bxz-cb {
    box-sizing: content-box !important;
  }
  .u-sp-bxz-bb {
    box-sizing: border-box !important;
  }
  .u-sp-bxsh-n {
    box-shadow: none !important;
  }
}
/* border
------------------------------------------------------------ */
.u-ol-n {
  outline: none !important;
}

.u-olw-tn {
  outline-width: thin !important;
}

.u-olw-md {
  outline-width: medium !important;
}

.u-olw-tc {
  outline-width: thick !important;
}

.u-ols-n {
  outline-style: none !important;
}

.u-ols-dt {
  outline-style: dotted !important;
}

.u-ols-ds {
  outline-style: dashed !important;
}

.u-ols-s {
  outline-style: solid !important;
}

.u-ols-db {
  outline-style: double !important;
}

.u-ols-g {
  outline-style: groove !important;
}

.u-ols-r {
  outline-style: ridge !important;
}

.u-ols-i {
  outline-style: inset !important;
}

.u-ols-o {
  outline-style: outset !important;
}

.u-olc-i {
  outline-color: invert !important;
}

.u-bfv-h {
  backface-visibility: hidden !important;
}

.u-bfv-v {
  backface-visibility: visible !important;
}

.u-bd-n {
  border: none !important;
}

.u-bd-0 {
  border: 0 !important;
}

.u-bdcl-c {
  border-collapse: collapse !important;
}

.u-bdcl-s {
  border-collapse: separate !important;
}

.u-bdc-t {
  border-color: transparent !important;
}

.u-bdc-cc {
  border-color: currentColor !important;
}

.u-bdc-white {
  border-color: #ffffff !important;
}

.u-bdc-silver {
  border-color: #dddddd !important;
}

.u-bdc-silver-lighten {
  border-color: #eeeeee !important;
}

.u-bdc-gray {
  border-color: #cccccc !important;
}

.u-bdc-black {
  border-color: #111111 !important;
}

.u-bdc-navy {
  border-color: #001f3f !important;
}

.u-bdc-blue {
  border-color: #0074d9 !important;
}

.u-bdc-aqua {
  border-color: #7fdbff !important;
}

.u-bdc-teal {
  border-color: #39cccc !important;
}

.u-bdc-olive {
  border-color: #3d9970 !important;
}

.u-bdc-green {
  border-color: #2ecc40 !important;
}

.u-bdc-lime {
  border-color: #01ff70 !important;
}

.u-bdc-yellow {
  border-color: #ffdc00 !important;
}

.u-bdc-orange {
  border-color: #ff851b !important;
}

.u-bdc-red {
  border-color: #ff4136 !important;
}

.u-bdc-maroon {
  border-color: #85144b !important;
}

.u-bdc-fuchsia {
  border-color: #f012be !important;
}

.u-bdc-purple {
  border-color: #b10dc9 !important;
}

.u-bdc-primary {
  border-color: #0275d8 !important;
}

.u-bdc-success {
  border-color: #5cb85c !important;
}

.u-bdc-info {
  border-color: #5bc0de !important;
}

.u-bdc-warning {
  border-color: #f0ad4e !important;
}

.u-bdc-danger {
  border-color: #d9534f !important;
}

.u-bdi-n {
  -o-border-image: none !important;
  border-image: none !important;
}

.u-bds-n {
  border-style: none !important;
}

.u-bds-h {
  border-style: hidden !important;
}

.u-bds-dt {
  border-style: dotted !important;
}

.u-bds-ds {
  border-style: dashed !important;
}

.u-bds-s {
  border-style: solid !important;
}

.u-bds-db {
  border-style: double !important;
}

.u-bds-w {
  border-style: wave !important;
}

.u-bds-g {
  border-style: groove !important;
}

.u-bds-r {
  border-style: ridge !important;
}

.u-bds-i {
  border-style: inset !important;
}

.u-bds-o {
  border-style: outset !important;
}

.u-bdw-0 {
  border-width: 0 !important;
}

.u-bdw-1 {
  border-width: 1px !important;
}

.u-bdw-2 {
  border-width: 2px !important;
}

.u-bdw-3 {
  border-width: 3px !important;
}

.u-bdw-4 {
  border-width: 4px !important;
}

.u-bdw-5 {
  border-width: 5px !important;
}

.u-bdw-6 {
  border-width: 6px !important;
}

.u-bdtw-0 {
  border-top-width: 0 !important;
}

.u-bdtw-1 {
  border-top-width: 1px !important;
}

.u-bdtw-2 {
  border-top-width: 2px !important;
}

.u-bdtw-3 {
  border-top-width: 3px !important;
}

.u-bdtw-4 {
  border-top-width: 4px !important;
}

.u-bdtw-5 {
  border-top-width: 5px !important;
}

.u-bdtw-6 {
  border-top-width: 6px !important;
}

.u-bdrw-0 {
  border-right-width: 0 !important;
}

.u-bdrw-1 {
  border-right-width: 1px !important;
}

.u-bdrw-2 {
  border-right-width: 2px !important;
}

.u-bdrw-3 {
  border-right-width: 3px !important;
}

.u-bdrw-4 {
  border-right-width: 4px !important;
}

.u-bdrw-5 {
  border-right-width: 5px !important;
}

.u-bdrw-6 {
  border-right-width: 6px !important;
}

.u-bdbw-0 {
  border-bottom-width: 0 !important;
}

.u-bdbw-1 {
  border-bottom-width: 1px !important;
}

.u-bdbw-2 {
  border-bottom-width: 2px !important;
}

.u-bdbw-3 {
  border-bottom-width: 3px !important;
}

.u-bdbw-4 {
  border-bottom-width: 4px !important;
}

.u-bdbw-5 {
  border-bottom-width: 5px !important;
}

.u-bdbw-6 {
  border-bottom-width: 6px !important;
}

.u-bdlw-0 {
  border-left-width: 0 !important;
}

.u-bdlw-1 {
  border-left-width: 1px !important;
}

.u-bdlw-2 {
  border-left-width: 2px !important;
}

.u-bdlw-3 {
  border-left-width: 3px !important;
}

.u-bdlw-4 {
  border-left-width: 4px !important;
}

.u-bdlw-5 {
  border-left-width: 5px !important;
}

.u-bdlw-6 {
  border-left-width: 6px !important;
}

.u-bdt-n {
  border-top: none !important;
}

.u-bdt-0 {
  border-top: 0 !important;
}

.u-bdtc-t {
  border-top-color: transparent !important;
}

.u-bdtc-cc {
  border-top-color: currentColor !important;
}

.u-bdr-n {
  border-right: none !important;
}

.u-bdr-0 {
  border-right: 0 !important;
}

.u-bdrc-t {
  border-right-color: transparent !important;
}

.u-bdrc-cc {
  border-right-color: currentColor !important;
}

.u-bdb-n {
  border-bottom: none !important;
}

.u-bdb-0 {
  border-bottom: 0 !important;
}

.u-bdbc-t {
  border-bottom-color: transparent !important;
}

.u-bdbc-cc {
  border-bottom-color: currentColor !important;
}

.u-bdl-n {
  border-left: none !important;
}

.u-bdl-0 {
  border-left: 0 !important;
}

.u-bdlc-t {
  border-left-color: transparent !important;
}

.u-bdlc-cc {
  border-left-color: currentColor !important;
}

@media screen and (max-width: 767px) {
  .u-sp-ol-n {
    outline: none !important;
  }
  .u-sp-olw-tn {
    outline-width: thin !important;
  }
  .u-sp-olw-md {
    outline-width: medium !important;
  }
  .u-sp-olw-tc {
    outline-width: thick !important;
  }
  .u-sp-ols-n {
    outline-style: none !important;
  }
  .u-sp-ols-dt {
    outline-style: dotted !important;
  }
  .u-sp-ols-ds {
    outline-style: dashed !important;
  }
  .u-sp-ols-s {
    outline-style: solid !important;
  }
  .u-sp-ols-db {
    outline-style: double !important;
  }
  .u-sp-ols-g {
    outline-style: groove !important;
  }
  .u-sp-ols-r {
    outline-style: ridge !important;
  }
  .u-sp-ols-i {
    outline-style: inset !important;
  }
  .u-sp-ols-o {
    outline-style: outset !important;
  }
  .u-sp-olc-i {
    outline-color: invert !important;
  }
  .u-sp-bfv-h {
    backface-visibility: hidden !important;
  }
  .u-sp-bfv-v {
    backface-visibility: visible !important;
  }
  .u-sp-bd-n {
    border: none !important;
  }
  .u-sp-bd-0 {
    border: 0 !important;
  }
  .u-sp-bdcl-c {
    border-collapse: collapse !important;
  }
  .u-sp-bdcl-s {
    border-collapse: separate !important;
  }
  .u-sp-bdc-t {
    border-color: transparent !important;
  }
  .u-sp-bdc-cc {
    border-color: currentColor !important;
  }
  .u-sp-bdc-white {
    border-color: #ffffff !important;
  }
  .u-sp-bdc-silver {
    border-color: #dddddd !important;
  }
  .u-sp-bdc-silver-lighten {
    border-color: #eeeeee !important;
  }
  .u-sp-bdc-gray {
    border-color: #aaaaaa !important;
  }
  .u-sp-bdc-black {
    border-color: #111111 !important;
  }
  .u-sp-bdc-navy {
    border-color: #001f3f !important;
  }
  .u-sp-bdc-blue {
    border-color: #0074d9 !important;
  }
  .u-sp-bdc-aqua {
    border-color: #7fdbff !important;
  }
  .u-sp-bdc-teal {
    border-color: #39cccc !important;
  }
  .u-sp-bdc-olive {
    border-color: #3d9970 !important;
  }
  .u-sp-bdc-green {
    border-color: #2ecc40 !important;
  }
  .u-sp-bdc-lime {
    border-color: #01ff70 !important;
  }
  .u-sp-bdc-yellow {
    border-color: #ffdc00 !important;
  }
  .u-sp-bdc-orange {
    border-color: #ff851b !important;
  }
  .u-sp-bdc-red {
    border-color: #ff4136 !important;
  }
  .u-sp-bdc-maroon {
    border-color: #85144b !important;
  }
  .u-sp-bdc-fuchsia {
    border-color: #f012be !important;
  }
  .u-sp-bdc-purple {
    border-color: #b10dc9 !important;
  }
  .u-sp-bdc-primary {
    border-color: #0275d8 !important;
  }
  .u-sp-bdc-success {
    border-color: #5cb85c !important;
  }
  .u-sp-bdc-info {
    border-color: #5bc0de !important;
  }
  .u-sp-bdc-warning {
    border-color: #f0ad4e !important;
  }
  .u-sp-bdc-danger {
    border-color: #d9534f !important;
  }
  .u-sp-bdi-n {
    -o-border-image: none !important;
    border-image: none !important;
  }
  .u-sp-bds-n {
    border-style: none !important;
  }
  .u-sp-bds-h {
    border-style: hidden !important;
  }
  .u-sp-bds-dt {
    border-style: dotted !important;
  }
  .u-sp-bds-ds {
    border-style: dashed !important;
  }
  .u-sp-bds-s {
    border-style: solid !important;
  }
  .u-sp-bds-db {
    border-style: double !important;
  }
  .u-sp-bds-w {
    border-style: wave !important;
  }
  .u-sp-bds-g {
    border-style: groove !important;
  }
  .u-sp-bds-r {
    border-style: ridge !important;
  }
  .u-sp-bds-i {
    border-style: inset !important;
  }
  .u-sp-bds-o {
    border-style: outset !important;
  }
  .u-sp-bdw-0 {
    border-width: 0 !important;
  }
  .u-sp-bdw-1 {
    border-width: 1px !important;
  }
  .u-sp-bdw-2 {
    border-width: 2px !important;
  }
  .u-sp-bdw-3 {
    border-width: 3px !important;
  }
  .u-sp-bdw-4 {
    border-width: 4px !important;
  }
  .u-sp-bdw-5 {
    border-width: 5px !important;
  }
  .u-sp-bdw-6 {
    border-width: 6px !important;
  }
  .u-sp-bdtw-0 {
    border-top-width: 0 !important;
  }
  .u-sp-bdtw-1 {
    border-top-width: 1px !important;
  }
  .u-sp-bdtw-2 {
    border-top-width: 2px !important;
  }
  .u-sp-bdtw-3 {
    border-top-width: 3px !important;
  }
  .u-sp-bdtw-4 {
    border-top-width: 4px !important;
  }
  .u-sp-bdtw-5 {
    border-top-width: 5px !important;
  }
  .u-sp-bdtw-6 {
    border-top-width: 6px !important;
  }
  .u-sp-bdrw-0 {
    border-right-width: 0 !important;
  }
  .u-sp-bdrw-1 {
    border-right-width: 1px !important;
  }
  .u-sp-bdrw-2 {
    border-right-width: 2px !important;
  }
  .u-sp-bdrw-3 {
    border-right-width: 3px !important;
  }
  .u-sp-bdrw-4 {
    border-right-width: 4px !important;
  }
  .u-sp-bdrw-5 {
    border-right-width: 5px !important;
  }
  .u-sp-bdrw-6 {
    border-right-width: 6px !important;
  }
  .u-sp-bdbw-0 {
    border-bottom-width: 0 !important;
  }
  .u-sp-bdbw-1 {
    border-bottom-width: 1px !important;
  }
  .u-sp-bdbw-2 {
    border-bottom-width: 2px !important;
  }
  .u-sp-bdbw-3 {
    border-bottom-width: 3px !important;
  }
  .u-sp-bdbw-4 {
    border-bottom-width: 4px !important;
  }
  .u-sp-bdbw-5 {
    border-bottom-width: 5px !important;
  }
  .u-sp-bdbw-6 {
    border-bottom-width: 6px !important;
  }
  .u-sp-bdlw-0 {
    border-left-width: 0 !important;
  }
  .u-sp-bdlw-1 {
    border-left-width: 1px !important;
  }
  .u-sp-bdlw-2 {
    border-left-width: 2px !important;
  }
  .u-sp-bdlw-3 {
    border-left-width: 3px !important;
  }
  .u-sp-bdlw-4 {
    border-left-width: 4px !important;
  }
  .u-sp-bdlw-5 {
    border-left-width: 5px !important;
  }
  .u-sp-bdlw-6 {
    border-left-width: 6px !important;
  }
  .u-sp-bdt-n {
    border-top: none !important;
  }
  .u-sp-bdt-0 {
    border-top: 0 !important;
  }
  .u-sp-bdtc-t {
    border-top-color: transparent !important;
  }
  .u-sp-bdtc-cc {
    border-top-color: currentColor !important;
  }
  .u-sp-bdr-n {
    border-right: none !important;
  }
  .u-sp-bdr-0 {
    border-right: 0 !important;
  }
  .u-sp-bdrc-t {
    border-right-color: transparent !important;
  }
  .u-sp-bdrc-cc {
    border-right-color: currentColor !important;
  }
  .u-sp-bdb-n {
    border-bottom: none !important;
  }
  .u-sp-bdb-0 {
    border-bottom: 0 !important;
  }
  .u-sp-bdbc-t {
    border-bottom-color: transparent !important;
  }
  .u-sp-bdbc-cc {
    border-bottom-color: currentColor !important;
  }
  .u-sp-bdl-n {
    border-left: none !important;
  }
  .u-sp-bdl-0 {
    border-left: 0 !important;
  }
  .u-sp-bdlc-t {
    border-left-color: transparent !important;
  }
  .u-sp-bdlc-cc {
    border-left-color: currentColor !important;
  }
}
/* 背景色
------------------------------------------------------------ */
.u-bgc-t {
  background-color: transparent !important;
}

.u-bgc-cc {
  background-color: currentColor !important;
}

.u-bgc-white {
  background-color: #ffffff !important;
}

.u-bgc-silver {
  background-color: #dddddd !important;
}

.u-bgc-gray {
  background-color: #aaaaaa !important;
}

.u-bgc-black {
  background-color: #111111 !important;
}

.u-bgc-navy {
  background-color: #001f3f !important;
}

.u-bgc-blue {
  background-color: #0074d9 !important;
}

.u-bgc-aqua {
  background-color: #7fdbff !important;
}

.u-bgc-teal {
  background-color: #73D6CD !important;
}

.u-bgc-olive {
  background-color: #3d9970 !important;
}

.u-bgc-green {
  background-color: #2ecc40 !important;
}

.u-bgc-lime {
  background-color: #01ff70 !important;
}

.u-bgc-yellow {
  background-color: #ffdc00 !important;
}

.u-bgc-orange {
  background-color: #ff851b !important;
}

.u-bgc-red {
  background-color: #ff4136 !important;
}

.u-bgc-maroon {
  background-color: #85144b !important;
}

.u-bgc-fuchsia {
  background-color: #f012be !important;
}

.u-bgc-purple {
  background-color: #b10dc9 !important;
}

.u-bgc-primary {
  background-color: #0275d8 !important;
}

.u-bgc-success {
  background-color: #5cb85c !important;
}

.u-bgc-info {
  background-color: #5bc0de !important;
}

.u-bgc-warning {
  background-color: #f0ad4e !important;
}

.u-bgc-danger {
  background-color: #d9534f !important;
}

.u-bgi-n {
  background-image: none !important;
}

.u-bgr-n {
  background-repeat: no-repeat !important;
}

.u-bgr-x {
  background-repeat: repeat-x !important;
}

.u-bgr-y {
  background-repeat: repeat-y !important;
}

.u-bgr-sp {
  background-repeat: space !important;
}

.u-bgr-rd {
  background-repeat: round !important;
}

.u-bga-f {
  background-attachment: fixed !important;
}

.u-bga-s {
  background-attachment: scroll !important;
}

.u-bgp-t {
  background-position: top !important;
}

.u-bgp-r {
  background-position: right !important;
}

.u-bgp-b {
  background-position: bottom !important;
}

.u-bgp-l {
  background-position: left !important;
}

.u-bgp-c {
  background-position: center !important;
}

.u-bgsz-a {
  background-size: auto !important;
}

.u-bgsz-ct {
  background-size: contain !important;
}

.u-bgsz-cv {
  background-size: cover !important;
}

.u-bg-n {
  background: none !important;
}

.u-c-i {
  color: inherit !important;
}

@media screen and (max-width: 767px) {
  .u-sp-bgc-t {
    background-color: transparent !important;
  }
  .u-sp-bgc-cc {
    background-color: currentColor !important;
  }
  .u-sp-bgc-white {
    background-color: #ffffff !important;
  }
  .u-sp-bgc-silver {
    background-color: #dddddd !important;
  }
  .u-sp-bgc-gray {
    background-color: #aaaaaa !important;
  }
  .u-sp-bgc-black {
    background-color: #111111 !important;
  }
  .u-sp-bgc-navy {
    background-color: #001f3f !important;
  }
  .u-sp-bgc-blue {
    background-color: #0074d9 !important;
  }
  .u-sp-bgc-aqua {
    background-color: #7fdbff !important;
  }
  .u-sp-bgc-teal {
    background-color: #73D6CD !important;
  }
  .u-sp-bgc-olive {
    background-color: #3d9970 !important;
  }
  .u-sp-bgc-green {
    background-color: #2ecc40 !important;
  }
  .u-sp-bgc-lime {
    background-color: #01ff70 !important;
  }
  .u-sp-bgc-yellow {
    background-color: #ffdc00 !important;
  }
  .u-sp-bgc-orange {
    background-color: #ff851b !important;
  }
  .u-sp-bgc-red {
    background-color: #ff4136 !important;
  }
  .u-sp-bgc-maroon {
    background-color: #85144b !important;
  }
  .u-sp-bgc-fuchsia {
    background-color: #f012be !important;
  }
  .u-sp-bgc-purple {
    background-color: #b10dc9 !important;
  }
  .u-sp-bgc-primary {
    background-color: #0275d8 !important;
  }
  .u-sp-bgc-success {
    background-color: #5cb85c !important;
  }
  .u-sp-bgc-info {
    background-color: #5bc0de !important;
  }
  .u-sp-bgc-warning {
    background-color: #f0ad4e !important;
  }
  .u-sp-bgc-danger {
    background-color: #d9534f !important;
  }
  .u-sp-bgi-n {
    background-image: none !important;
  }
  .u-sp-bgr-n {
    background-repeat: no-repeat !important;
  }
  .u-sp-bgr-x {
    background-repeat: repeat-x !important;
  }
  .u-sp-bgr-y {
    background-repeat: repeat-y !important;
  }
  .u-sp-bgr-sp {
    background-repeat: space !important;
  }
  .u-sp-bgr-rd {
    background-repeat: round !important;
  }
  .u-sp-bga-f {
    background-attachment: fixed !important;
  }
  .u-sp-bga-s {
    background-attachment: scroll !important;
  }
  .u-sp-bgp-t {
    background-position: top !important;
  }
  .u-sp-bgp-r {
    background-position: right !important;
  }
  .u-sp-bgp-b {
    background-position: bottom !important;
  }
  .u-sp-bgp-l {
    background-position: left !important;
  }
  .u-sp-bgp-c {
    background-position: center !important;
  }
  .u-sp-bgsz-a {
    background-size: auto !important;
  }
  .u-sp-bgsz-ct {
    background-size: contain !important;
  }
  .u-sp-bgsz-cv {
    background-size: cover !important;
  }
  .u-sp-bg-n {
    background: none !important;
  }
  .u-sp-c-i {
    color: inherit !important;
  }
}
/* table
-------------------------------------------------- */
.u-tbl-a {
  table-layout: auto !important;
}

.u-tbl-f {
  table-layout: fixed !important;
}

@media screen and (max-width: 767px) {
  .u-sp-tbl-a {
    table-layout: auto !important;
  }
  .u-sp-tbl-f {
    table-layout: fixed !important;
  }
}
/* list-style
-------------------------------------------------- */
.u-lis-n {
  list-style: none !important;
}

.u-lisp-i {
  list-style-position: inside !important;
}

.u-lisp-o {
  list-style-position: outside !important;
}

.u-list-n {
  list-style-type: none !important;
}

.u-list-d {
  list-style-type: disc !important;
}

.u-list-c {
  list-style-type: circle !important;
}

.u-list-s {
  list-style-type: square !important;
}

.u-list-dc {
  list-style-type: decimal !important;
}

.u-list-dclz {
  list-style-type: decimal-leading-zero !important;
}

.u-list-lr {
  list-style-type: lower-roman !important;
}

.u-list-ur {
  list-style-type: upper-roman !important;
}

.u-lisi-n {
  list-style-image: none !important;
}

@media screen and (max-width: 767px) {
  .u-sp-lis-n {
    list-style: none !important;
  }
  .u-sp-lisp-i {
    list-style-position: inside !important;
  }
  .u-sp-lisp-o {
    list-style-position: outside !important;
  }
  .u-sp-list-n {
    list-style-type: none !important;
  }
  .u-sp-list-d {
    list-style-type: disc !important;
  }
  .u-sp-list-c {
    list-style-type: circle !important;
  }
  .u-sp-list-s {
    list-style-type: square !important;
  }
  .u-sp-list-dc {
    list-style-type: decimal !important;
  }
  .u-sp-list-dclz {
    list-style-type: decimal-leading-zero !important;
  }
  .u-sp-list-lr {
    list-style-type: lower-roman !important;
  }
  .u-sp-list-ur {
    list-style-type: upper-roman !important;
  }
  .u-sp-lisi-n {
    list-style-image: none !important;
  }
}
/* vertical-align
-------------------------------------------------- */
.u-va-sup {
  vertical-align: super !important;
}

.u-va-t {
  vertical-align: top !important;
}

.u-va-tt {
  vertical-align: text-top !important;
}

.u-va-m {
  vertical-align: middle !important;
}

.u-va-bl {
  vertical-align: baseline !important;
}

.u-va-b {
  vertical-align: bottom !important;
}

.u-va-tb {
  vertical-align: text-bottom !important;
}

.u-va-sub {
  vertical-align: sub !important;
}

@media screen and (max-width: 767px) {
  .u-sp-va-sup {
    vertical-align: super !important;
  }
  .u-sp-va-t {
    vertical-align: top !important;
  }
  .u-sp-va-tt {
    vertical-align: text-top !important;
  }
  .u-sp-va-m {
    vertical-align: middle !important;
  }
  .u-sp-va-bl {
    vertical-align: baseline !important;
  }
  .u-sp-va-b {
    vertical-align: bottom !important;
  }
  .u-sp-va-tb {
    vertical-align: text-bottom !important;
  }
  .u-sp-va-sub {
    vertical-align: sub !important;
  }
}
/* 左右センター
-------------------------------------------------- */
.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-j {
  text-align: justify !important;
}

@media screen and (max-width: 767px) {
  .u-sp-ta-l {
    text-align: left !important;
  }
  .u-sp-ta-c {
    text-align: center !important;
  }
  .u-sp-ta-r {
    text-align: right !important;
  }
  .u-sp-ta-j {
    text-align: justify !important;
  }
}
/* font-size
-------------------------------------------------- */
.u-font-xxxs {
  font-size: 1rem !important;
}

.u-font-xxs {
  font-size: 1.2rem !important;
}

.u-font-xs {
  font-size: 1.3rem !important;
}

.u-font-s {
  font-size: 1.5rem !important;
}

.u-font-m {
  font-size: 1.6rem !important;
}

.u-font-l {
  font-size: 1.8rem !important;
}

.u-font-xl {
  font-size: 2rem !important;
}

.u-font-xxl {
  font-size: 2.2rem !important;
}

.u-font-xxxl {
  font-size: 2.4rem !important;
}

@media screen and (max-width: 767px) {
  .u-sp-font-xxxs {
    font-size: 1rem !important;
  }
  .u-sp-font-xxs {
    font-size: 1.2rem !important;
  }
  .u-sp-font-xs {
    font-size: 1.3rem !important;
  }
  .u-sp-font-s {
    font-size: 1.5rem !important;
  }
  .u-sp-font-m {
    font-size: 1.6rem !important;
  }
  .u-sp-font-l {
    font-size: 1.8rem !important;
  }
  .u-sp-font-xl {
    font-size: 2rem !important;
  }
  .u-sp-font-xxl {
    font-size: 2.2rem !important;
  }
  .u-sp-font-xxxl {
    font-size: 2.4rem !important;
  }
}
/* font-weight
-------------------------------------------------- */
.u-font-bold {
  font-family: "ヒラギノ明朝 W6 JIS2004", sans-serif !important;
}

.u-font-normal {
  font-weight: normal !important;
}

@media screen and (max-width: 767px) {
  .u-sp-font-bold {
    font-weight: "ヒラギノ明朝 W6 JIS2004", sans-serif !important;
  }
  .u-sp-font-normal {
    font-weight: normal !important;
  }
}
/* font-color
-------------------------------------------------- */
.u-font-red {
  color: #dd0000 !important;
}

@media screen and (max-width: 767px) {
  .u-sp-font-red {
    color: #dd0000 !important;
  }
}
/* text-decoration
-------------------------------------------------- */
.u-td-n {
  text-decoration: none !important;
}

.u-td-u {
  text-decoration: underline !important;
}

.u-td-o {
  text-decoration: overline !important;
}

.u-td-l {
  text-decoration: line-through !important;
}

@media screen and (max-width: 767px) {
  .u-sp-td-n {
    text-decoration: none !important;
  }
  .u-sp-td-u {
    text-decoration: underline !important;
  }
  .u-sp-td-o {
    text-decoration: overline !important;
  }
  .u-sp-td-l {
    text-decoration: line-through !important;
  }
}
/* line-height
-------------------------------------------------- */
.u-lh-nm {
  line-height: normal !important;
}

.u-lh-i {
  line-height: inherit !important;
}

.u-lh-0 {
  line-height: 0 !important;
}

.u-lh-1 {
  line-height: 1 !important;
}

.u-lh-2 {
  line-height: 2 !important;
}

.u-lh-3 {
  line-height: 3 !important;
}

.u-lh-4 {
  line-height: 4 !important;
}

.u-lh-5 {
  line-height: 5 !important;
}

.u-lh-6 {
  line-height: 6 !important;
}

.u-lh-xs {
  line-height: 1.25 !important;
}

.u-lh-sm {
  line-height: 1.33 !important;
}

.u-lh-md {
  line-height: 1.5 !important;
}

.u-lh-lg {
  line-height: 1.75 !important;
}

.u-lh-xl {
  line-height: 2 !important;
}

@media screen and (max-width: 767px) {
  .u-sp-lh-nm {
    line-height: normal !important;
  }
  .u-sp-lh-i {
    line-height: inherit !important;
  }
  .u-sp-lh-0 {
    line-height: 0 !important;
  }
  .u-sp-lh-1 {
    line-height: 1 !important;
  }
  .u-sp-lh-2 {
    line-height: 2 !important;
  }
  .u-sp-lh-3 {
    line-height: 3 !important;
  }
  .u-sp-lh-4 {
    line-height: 4 !important;
  }
  .u-sp-lh-5 {
    line-height: 5 !important;
  }
  .u-sp-lh-6 {
    line-height: 6 !important;
  }
  .u-sp-lh-xs {
    line-height: 1.25 !important;
  }
  .u-sp-lh-sm {
    line-height: 1.33 !important;
  }
  .u-sp-lh-md {
    line-height: 1.5 !important;
  }
  .u-sp-lh-lg {
    line-height: 1.75 !important;
  }
  .u-sp-lh-xl {
    line-height: 2 !important;
  }
}
/* white-space
-------------------------------------------------- */
.u-whs-nm {
  white-space: normal !important;
}

.u-whs-p {
  white-space: pre !important;
}

.u-whs-nw {
  white-space: nowrap !important;
}

.u-whs-pw {
  white-space: pre-wrap !important;
}

.u-whs-pl {
  white-space: pre-line !important;
}

.u-wob-nm {
  word-break: normal !important;
}

.u-wob-k {
  word-break: keep-all !important;
}

.u-wob-ba {
  word-break: break-all !important;
}

.u-wow-nm {
  word-wrap: normal !important;
}

.u-wow-n {
  word-wrap: none !important;
}

.u-wow-u {
  word-wrap: unrestricted !important;
}

.u-wow-s {
  word-wrap: suppress !important;
}

.u-wow-bw {
  word-wrap: break-word !important;
}

@media screen and (max-width: 767px) {
  .u-sp-whs-nm {
    white-space: normal !important;
  }
  .u-sp-whs-p {
    white-space: pre !important;
  }
  .u-sp-whs-nw {
    white-space: nowrap !important;
  }
  .u-sp-whs-pw {
    white-space: pre-wrap !important;
  }
  .u-sp-whs-pl {
    white-space: pre-line !important;
  }
  .u-sp-wob-nm {
    word-break: normal !important;
  }
  .u-sp-wob-k {
    word-break: keep-all !important;
  }
  .u-sp-wob-ba {
    word-break: break-all !important;
  }
  .u-sp-wow-nm {
    word-wrap: normal !important;
  }
  .u-sp-wow-n {
    word-wrap: none !important;
  }
  .u-sp-wow-u {
    word-wrap: unrestricted !important;
  }
  .u-sp-wow-s {
    word-wrap: suppress !important;
  }
  .u-sp-wow-bw {
    word-wrap: break-word !important;
  }
}
/* cursor
-------------------------------------------------- */
.u-cur-a {
  cursor: auto !important;
}

.u-cur-d {
  cursor: default !important;
}

.u-cur-c {
  cursor: crosshair !important;
}

.u-cur-ha {
  cursor: hand !important;
}

.u-cur-he {
  cursor: help !important;
}

.u-cur-m {
  cursor: move !important;
}

.u-cur-p {
  cursor: pointer !important;
}

.u-cur-t {
  cursor: text !important;
}

@media screen and (max-width: 767px) {
  .u-sp-cur-a {
    cursor: auto !important;
  }
  .u-sp-cur-d {
    cursor: default !important;
  }
  .u-sp-cur-c {
    cursor: crosshair !important;
  }
  .u-sp-cur-ha {
    cursor: hand !important;
  }
  .u-sp-cur-he {
    cursor: help !important;
  }
  .u-sp-cur-m {
    cursor: move !important;
  }
  .u-sp-cur-p {
    cursor: pointer !important;
  }
  .u-sp-cur-t {
    cursor: text !important;
  }
}
/* flex
-------------------------------------------------- */
.u-fxd-r {
  flex-direction: row !important;
}

.u-fxd-rr {
  flex-direction: row-reverse !important;
}

.u-fxd-c {
  flex-direction: column !important;
}

.u-fxd-cr {
  flex-direction: column-reverse !important;
}

.u-fxw-n {
  flex-wrap: nowrap !important;
}

.u-fxw-w {
  flex-wrap: wrap !important;
}

.u-fxw-wr {
  flex-wrap: wrap-reverse !important;
}

.u-jc-fs {
  justify-content: flex-start !important;
}

.u-jc-fe {
  justify-content: flex-end !important;
}

.u-jc-c {
  justify-content: center !important;
}

.u-jc-sb {
  justify-content: space-between !important;
}

.u-jc-sa {
  justify-content: space-around !important;
}

.u-ai-fs {
  align-items: flex-start !important;
}

.u-ai-fe {
  align-items: flex-end !important;
}

.u-ai-c {
  align-items: center !important;
}

.u-ai-b {
  align-items: baseline !important;
}

.u-ai-s {
  align-items: stretch !important;
}

.u-ac-fs {
  align-content: flex-start !important;
}

.u-ac-fe {
  align-content: flex-end !important;
}

.u-ac-c {
  align-content: center !important;
}

.u-ac-sb {
  align-content: space-between !important;
}

.u-ac-sa {
  align-content: space-around !important;
}

.u-ac-s {
  align-content: stretch !important;
}

.u-ord--1 {
  order: -1 !important;
}

.u-ord-0 {
  order: 0 !important;
}

.u-ord-1 {
  order: 1 !important;
}

.u-ord-2 {
  order: 2 !important;
}

.u-ord-3 {
  order: 3 !important;
}

.u-ord-4 {
  order: 4 !important;
}

.u-ord-5 {
  order: 5 !important;
}

.u-ord-6 {
  order: 6 !important;
}

.u-ord-9999 {
  order: 9999 !important;
}

.u-fx-n {
  flex: none !important;
}

.u-fx-1_1_a {
  flex: 1 1 auto !important;
}

.u-fx-1_0_a {
  flex: 1 0 auto !important;
}

.u-fx-0_0_a {
  flex: 0 0 auto !important;
}

.u-fx-0_1_a {
  flex: 0 1 auto !important;
}

.u-fx-1_1_1 {
  flex: 1 1 1px !important;
}

.u-as-a {
  align-self: auto !important;
}

.u-as-fs {
  align-self: flex-start !important;
}

.u-as-fe {
  align-self: flex-end !important;
}

.u-as-c {
  align-self: center !important;
}

.u-as-b {
  align-self: baseline !important;
}

.u-as-s {
  align-self: stretch !important;
}

@media screen and (max-width: 767px) {
  .u-sp-fxd-r {
    flex-direction: row !important;
  }
  .u-sp-fxd-rr {
    flex-direction: row-reverse !important;
  }
  .u-sp-fxd-c {
    flex-direction: column !important;
  }
  .u-sp-fxd-cr {
    flex-direction: column-reverse !important;
  }
  .u-sp-fxw-n {
    flex-wrap: nowrap !important;
  }
  .u-sp-fxw-w {
    flex-wrap: wrap !important;
  }
  .u-sp-fxw-wr {
    flex-wrap: wrap-reverse !important;
  }
  .u-sp-jc-fs {
    justify-content: flex-start !important;
  }
  .u-sp-jc-fe {
    justify-content: flex-end !important;
  }
  .u-sp-jc-c {
    justify-content: center !important;
  }
  .u-sp-jc-sb {
    justify-content: space-between !important;
  }
  .u-sp-jc-sa {
    justify-content: space-around !important;
  }
  .u-sp-ai-fs {
    align-items: flex-start !important;
  }
  .u-sp-ai-fe {
    align-items: flex-end !important;
  }
  .u-sp-ai-c {
    align-items: center !important;
  }
  .u-sp-ai-b {
    align-items: baseline !important;
  }
  .u-sp-ai-s {
    align-items: stretch !important;
  }
  .u-sp-ac-fs {
    align-content: flex-start !important;
  }
  .u-sp-ac-fe {
    align-content: flex-end !important;
  }
  .u-sp-ac-c {
    align-content: center !important;
  }
  .u-sp-ac-sb {
    align-content: space-between !important;
  }
  .u-sp-ac-sa {
    align-content: space-around !important;
  }
  .u-sp-ac-s {
    align-content: stretch !important;
  }
  .u-sp-ord--1 {
    order: -1 !important;
  }
  .u-sp-ord-0 {
    order: 0 !important;
  }
  .u-sp-ord-1 {
    order: 1 !important;
  }
  .u-sp-ord-2 {
    order: 2 !important;
  }
  .u-sp-ord-3 {
    order: 3 !important;
  }
  .u-sp-ord-4 {
    order: 4 !important;
  }
  .u-sp-ord-5 {
    order: 5 !important;
  }
  .u-sp-ord-6 {
    order: 6 !important;
  }
  .u-sp-ord-9999 {
    order: 9999 !important;
  }
  .u-sp-fx-n {
    flex: none !important;
  }
  .u-sp-fx-1_1_a {
    flex: 1 1 auto !important;
  }
  .u-sp-fx-1_0_a {
    flex: 1 0 auto !important;
  }
  .u-sp-fx-0_0_a {
    flex: 0 0 auto !important;
  }
  .u-sp-fx-0_1_a {
    flex: 0 1 auto !important;
  }
  .u-sp-fx-1_1_1 {
    flex: 1 1 1px !important;
  }
  .u-sp-as-a {
    align-self: auto !important;
  }
  .u-sp-as-fs {
    align-self: flex-start !important;
  }
  .u-sp-as-fe {
    align-self: flex-end !important;
  }
  .u-sp-as-c {
    align-self: center !important;
  }
  .u-sp-as-b {
    align-self: baseline !important;
  }
  .u-sp-as-s {
    align-self: stretch !important;
  }
}
/* margin
------------------------------------------------------------ */
.u-m-a {
  margin: auto !important;
}

.u-ma0 {
  margin: 0 !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-ml0 {
  margin-left: 0 !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

@media screen and (max-width: 767px) {
  .u-sp-m-a {
    margin: auto !important;
  }
  .u-sp-ma0 {
    margin: 0 !important;
  }
  .u-sp-mt0 {
    margin-top: 0 !important;
  }
  .u-sp-mt5 {
    margin-top: 5px !important;
  }
  .u-sp-mt10 {
    margin-top: 10px !important;
  }
  .u-sp-mt15 {
    margin-top: 15px !important;
  }
  .u-sp-mt20 {
    margin-top: 20px !important;
  }
  .u-sp-mt25 {
    margin-top: 25px !important;
  }
  .u-sp-mt30 {
    margin-top: 30px !important;
  }
  .u-sp-mt35 {
    margin-top: 35px !important;
  }
  .u-sp-mt40 {
    margin-top: 40px !important;
  }
  .u-sp-mt45 {
    margin-top: 45px !important;
  }
  .u-sp-mt50 {
    margin-top: 50px !important;
  }
  .u-sp-mt55 {
    margin-top: 55px !important;
  }
  .u-sp-mt60 {
    margin-top: 60px !important;
  }
  .u-sp-mt65 {
    margin-top: 65px !important;
  }
  .u-sp-mt70 {
    margin-top: 70px !important;
  }
  .u-sp-mt75 {
    margin-top: 75px !important;
  }
  .u-sp-mt80 {
    margin-top: 80px !important;
  }
  .u-sp-mt85 {
    margin-top: 85px !important;
  }
  .u-sp-mt90 {
    margin-top: 90px !important;
  }
  .u-sp-mt95 {
    margin-top: 95px !important;
  }
  .u-sp-mt100 {
    margin-top: 100px !important;
  }
  .u-sp-mb0 {
    margin-bottom: 0 !important;
  }
  .u-sp-mb5 {
    margin-bottom: 5px !important;
  }
  .u-sp-mb10 {
    margin-bottom: 10px !important;
  }
  .u-sp-mb15 {
    margin-bottom: 15px !important;
  }
  .u-sp-mb20 {
    margin-bottom: 20px !important;
  }
  .u-sp-mb25 {
    margin-bottom: 25px !important;
  }
  .u-sp-mb30 {
    margin-bottom: 30px !important;
  }
  .u-sp-mb35 {
    margin-bottom: 35px !important;
  }
  .u-sp-mb40 {
    margin-bottom: 40px !important;
  }
  .u-sp-mb45 {
    margin-bottom: 45px !important;
  }
  .u-sp-mb50 {
    margin-bottom: 50px !important;
  }
  .u-sp-mb55 {
    margin-bottom: 55px !important;
  }
  .u-sp-mb60 {
    margin-bottom: 60px !important;
  }
  .u-sp-mb65 {
    margin-bottom: 65px !important;
  }
  .u-sp-mb70 {
    margin-bottom: 70px !important;
  }
  .u-sp-mb75 {
    margin-bottom: 75px !important;
  }
  .u-sp-mb80 {
    margin-bottom: 80px !important;
  }
  .u-sp-mb85 {
    margin-bottom: 85px !important;
  }
  .u-sp-mb90 {
    margin-bottom: 90px !important;
  }
  .u-sp-mb95 {
    margin-bottom: 95px !important;
  }
  .u-sp-mb100 {
    margin-bottom: 100px !important;
  }
  .u-sp-ml0 {
    margin-left: 0 !important;
  }
  .u-sp-ml5 {
    margin-left: 5px !important;
  }
  .u-sp-ml10 {
    margin-left: 10px !important;
  }
  .u-sp-ml15 {
    margin-left: 15px !important;
  }
  .u-sp-ml20 {
    margin-left: 20px !important;
  }
  .u-sp-ml25 {
    margin-left: 25px !important;
  }
  .u-sp-ml30 {
    margin-left: 30px !important;
  }
  .u-sp-ml35 {
    margin-left: 35px !important;
  }
  .u-sp-ml40 {
    margin-left: 40px !important;
  }
  .u-sp-ml45 {
    margin-left: 45px !important;
  }
  .u-sp-ml50 {
    margin-left: 50px !important;
  }
  .u-sp-ml55 {
    margin-left: 55px !important;
  }
  .u-sp-ml60 {
    margin-left: 60px !important;
  }
  .u-sp-ml65 {
    margin-left: 65px !important;
  }
  .u-sp-ml70 {
    margin-left: 70px !important;
  }
  .u-sp-ml75 {
    margin-left: 75px !important;
  }
  .u-sp-ml80 {
    margin-left: 80px !important;
  }
  .u-sp-ml85 {
    margin-left: 85px !important;
  }
  .u-sp-ml90 {
    margin-left: 90px !important;
  }
  .u-sp-ml95 {
    margin-left: 95px !important;
  }
  .u-sp-ml100 {
    margin-left: 100px !important;
  }
  .u-sp-mr0 {
    margin-right: 0 !important;
  }
  .u-sp-mr5 {
    margin-right: 5px !important;
  }
  .u-sp-mr10 {
    margin-right: 10px !important;
  }
  .u-sp-mr15 {
    margin-right: 15px !important;
  }
  .u-sp-mr20 {
    margin-right: 20px !important;
  }
  .u-sp-mr25 {
    margin-right: 25px !important;
  }
  .u-sp-mr30 {
    margin-right: 30px !important;
  }
  .u-sp-mr35 {
    margin-right: 35px !important;
  }
  .u-sp-mr40 {
    margin-right: 40px !important;
  }
  .u-sp-mr45 {
    margin-right: 45px !important;
  }
  .u-sp-mr50 {
    margin-right: 50px !important;
  }
  .u-sp-mr55 {
    margin-right: 55px !important;
  }
  .u-sp-mr60 {
    margin-right: 60px !important;
  }
  .u-sp-mr65 {
    margin-right: 65px !important;
  }
  .u-sp-mr70 {
    margin-right: 70px !important;
  }
  .u-sp-mr75 {
    margin-right: 75px !important;
  }
  .u-sp-mr80 {
    margin-right: 80px !important;
  }
  .u-sp-mr85 {
    margin-right: 85px !important;
  }
  .u-sp-mr90 {
    margin-right: 90px !important;
  }
  .u-sp-mr95 {
    margin-right: 95px !important;
  }
  .u-sp-mr100 {
    margin-right: 100px !important;
  }
}
/* padding
------------------------------------------------------------ */
.u-pa0 {
  padding: 0 !important;
}

.u-pa5 {
  padding: 5px !important;
}

.u-pa10 {
  padding: 10px !important;
}

.u-pa15 {
  padding: 15px !important;
}

.u-pa20 {
  padding: 20px !important;
}

.u-pa25 {
  padding: 25px !important;
}

.u-pa30 {
  padding: 30px !important;
}

.u-pa35 {
  padding: 35px !important;
}

.u-pa40 {
  padding: 40px !important;
}

.u-pa45 {
  padding: 45px !important;
}

.u-pa50 {
  padding: 50px !important;
}

.u-pa55 {
  padding: 55px !important;
}

.u-pa60 {
  padding: 60px !important;
}

.u-pa65 {
  padding: 65px !important;
}

.u-pa70 {
  padding: 70px !important;
}

.u-pa75 {
  padding: 75px !important;
}

.u-pa80 {
  padding: 80px !important;
}

.u-pa85 {
  padding: 85px !important;
}

.u-pa90 {
  padding: 90px !important;
}

.u-pa95 {
  padding: 95px !important;
}

.u-pa100 {
  padding: 100px !important;
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pr0 {
  padding-right: 0 !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-pb0 {
  padding-bottom: 0 !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pl0 {
  padding-left: 0 !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-pl65 {
  padding-left: 65px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

@media screen and (max-width: 767px) {
  .u-sp-pa0 {
    padding: 0 !important;
  }
  .u-sp-pa5 {
    padding: 5px !important;
  }
  .u-sp-pa10 {
    padding: 10px !important;
  }
  .u-sp-pa15 {
    padding: 15px !important;
  }
  .u-sp-pa20 {
    padding: 20px !important;
  }
  .u-sp-pa25 {
    padding: 25px !important;
  }
  .u-sp-pa30 {
    padding: 30px !important;
  }
  .u-sp-pa35 {
    padding: 35px !important;
  }
  .u-sp-pa40 {
    padding: 40px !important;
  }
  .u-sp-pa45 {
    padding: 45px !important;
  }
  .u-sp-pa50 {
    padding: 50px !important;
  }
  .u-sp-pa55 {
    padding: 55px !important;
  }
  .u-sp-pa60 {
    padding: 60px !important;
  }
  .u-sp-pa65 {
    padding: 65px !important;
  }
  .u-sp-pa70 {
    padding: 70px !important;
  }
  .u-sp-pa75 {
    padding: 75px !important;
  }
  .u-sp-pa80 {
    padding: 80px !important;
  }
  .u-sp-pa85 {
    padding: 85px !important;
  }
  .u-sp-pa90 {
    padding: 90px !important;
  }
  .u-sp-pa95 {
    padding: 95px !important;
  }
  .u-sp-pa100 {
    padding: 100px !important;
  }
  .u-sp-pt0 {
    padding-top: 0 !important;
  }
  .u-sp-pt5 {
    padding-top: 5px !important;
  }
  .u-sp-pt10 {
    padding-top: 10px !important;
  }
  .u-sp-pt15 {
    padding-top: 15px !important;
  }
  .u-sp-pt20 {
    padding-top: 20px !important;
  }
  .u-sp-pt25 {
    padding-top: 25px !important;
  }
  .u-sp-pt30 {
    padding-top: 30px !important;
  }
  .u-sp-pt35 {
    padding-top: 35px !important;
  }
  .u-sp-pt40 {
    padding-top: 40px !important;
  }
  .u-sp-pt45 {
    padding-top: 45px !important;
  }
  .u-sp-pt50 {
    padding-top: 50px !important;
  }
  .u-sp-pt55 {
    padding-top: 55px !important;
  }
  .u-sp-pt60 {
    padding-top: 60px !important;
  }
  .u-sp-pt65 {
    padding-top: 65px !important;
  }
  .u-sp-pt70 {
    padding-top: 70px !important;
  }
  .u-sp-pt75 {
    padding-top: 75px !important;
  }
  .u-sp-pt80 {
    padding-top: 80px !important;
  }
  .u-sp-pt85 {
    padding-top: 85px !important;
  }
  .u-sp-pt90 {
    padding-top: 90px !important;
  }
  .u-sp-pt95 {
    padding-top: 95px !important;
  }
  .u-sp-pt100 {
    padding-top: 100px !important;
  }
  .u-sp-pr0 {
    padding-right: 0 !important;
  }
  .u-sp-pr5 {
    padding-right: 5px !important;
  }
  .u-sp-pr10 {
    padding-right: 10px !important;
  }
  .u-sp-pr15 {
    padding-right: 15px !important;
  }
  .u-sp-pr20 {
    padding-right: 20px !important;
  }
  .u-sp-pr25 {
    padding-right: 25px !important;
  }
  .u-sp-pr30 {
    padding-right: 30px !important;
  }
  .u-sp-pr35 {
    padding-right: 35px !important;
  }
  .u-sp-pr40 {
    padding-right: 40px !important;
  }
  .u-sp-pr45 {
    padding-right: 45px !important;
  }
  .u-sp-pr50 {
    padding-right: 50px !important;
  }
  .u-sp-pr55 {
    padding-right: 55px !important;
  }
  .u-sp-pr60 {
    padding-right: 60px !important;
  }
  .u-sp-pr65 {
    padding-right: 65px !important;
  }
  .u-sp-pr70 {
    padding-right: 70px !important;
  }
  .u-sp-pr75 {
    padding-right: 75px !important;
  }
  .u-sp-pr80 {
    padding-right: 80px !important;
  }
  .u-sp-pr85 {
    padding-right: 85px !important;
  }
  .u-sp-pr90 {
    padding-right: 90px !important;
  }
  .u-sp-pr95 {
    padding-right: 95px !important;
  }
  .u-sp-pr100 {
    padding-right: 100px !important;
  }
  .u-sp-pb0 {
    padding-bottom: 0 !important;
  }
  .u-sp-pb5 {
    padding-bottom: 5px !important;
  }
  .u-sp-pb10 {
    padding-bottom: 10px !important;
  }
  .u-sp-pb15 {
    padding-bottom: 15px !important;
  }
  .u-sp-pb20 {
    padding-bottom: 20px !important;
  }
  .u-sp-pb25 {
    padding-bottom: 25px !important;
  }
  .u-sp-pb30 {
    padding-bottom: 30px !important;
  }
  .u-sp-pb35 {
    padding-bottom: 35px !important;
  }
  .u-sp-pb40 {
    padding-bottom: 40px !important;
  }
  .u-sp-pb45 {
    padding-bottom: 45px !important;
  }
  .u-sp-pb50 {
    padding-bottom: 50px !important;
  }
  .u-sp-pb55 {
    padding-bottom: 55px !important;
  }
  .u-sp-pb60 {
    padding-bottom: 60px !important;
  }
  .u-sp-pb65 {
    padding-bottom: 65px !important;
  }
  .u-sp-pb70 {
    padding-bottom: 70px !important;
  }
  .u-sp-pb75 {
    padding-bottom: 75px !important;
  }
  .u-sp-pb80 {
    padding-bottom: 80px !important;
  }
  .u-sp-pb85 {
    padding-bottom: 85px !important;
  }
  .u-sp-pb90 {
    padding-bottom: 90px !important;
  }
  .u-sp-pb95 {
    padding-bottom: 95px !important;
  }
  .u-sp-pb100 {
    padding-bottom: 100px !important;
  }
  .u-sp-pl0 {
    padding-left: 0 !important;
  }
  .u-sp-pl5 {
    padding-left: 5px !important;
  }
  .u-sp-pl10 {
    padding-left: 10px !important;
  }
  .u-sp-pl15 {
    padding-left: 15px !important;
  }
  .u-sp-pl20 {
    padding-left: 20px !important;
  }
  .u-sp-pl25 {
    padding-left: 25px !important;
  }
  .u-sp-pl30 {
    padding-left: 30px !important;
  }
  .u-sp-pl35 {
    padding-left: 35px !important;
  }
  .u-sp-pl40 {
    padding-left: 40px !important;
  }
  .u-sp-pl45 {
    padding-left: 45px !important;
  }
  .u-sp-pl50 {
    padding-left: 50px !important;
  }
  .u-sp-pl55 {
    padding-left: 55px !important;
  }
  .u-sp-pl60 {
    padding-left: 60px !important;
  }
  .u-sp-pl65 {
    padding-left: 65px !important;
  }
  .u-sp-pl70 {
    padding-left: 70px !important;
  }
  .u-sp-pl75 {
    padding-left: 75px !important;
  }
  .u-sp-pl80 {
    padding-left: 80px !important;
  }
  .u-sp-pl85 {
    padding-left: 85px !important;
  }
  .u-sp-pl90 {
    padding-left: 90px !important;
  }
  .u-sp-pl95 {
    padding-left: 95px !important;
  }
  .u-sp-pl100 {
    padding-left: 100px !important;
  }
}
/* 幅-px指定
------------------------------------------------------------ */
.u-pc-wd-a {
  width: auto !important;
}

.u-pc-wd0 {
  width: 0px !important;
}

.u-pc-wd5 {
  width: 5px !important;
}

.u-pc-wd10 {
  width: 10px !important;
}

.u-pc-wd15 {
  width: 15px !important;
}

.u-pc-wd20 {
  width: 20px !important;
}

.u-pc-wd25 {
  width: 25px !important;
}

.u-pc-wd30 {
  width: 30px !important;
}

.u-pc-wd35 {
  width: 35px !important;
}

.u-pc-wd40 {
  width: 40px !important;
}

.u-pc-wd45 {
  width: 45px !important;
}

.u-pc-wd50 {
  width: 50px !important;
}

.u-pc-wd55 {
  width: 55px !important;
}

.u-pc-wd60 {
  width: 60px !important;
}

.u-pc-wd65 {
  width: 65px !important;
}

.u-pc-wd70 {
  width: 70px !important;
}

.u-pc-wd75 {
  width: 75px !important;
}

.u-pc-wd80 {
  width: 80px !important;
}

.u-pc-wd85 {
  width: 85px !important;
}

.u-pc-wd90 {
  width: 90px !important;
}

.u-pc-wd95 {
  width: 95px !important;
}

.u-pc-wd100 {
  width: 100px !important;
}

.u-pc-wd105 {
  width: 105px !important;
}

.u-pc-wd110 {
  width: 110px !important;
}

.u-pc-wd115 {
  width: 115px !important;
}

.u-pc-wd120 {
  width: 120px !important;
}

.u-pc-wd125 {
  width: 125px !important;
}

.u-pc-wd130 {
  width: 130px !important;
}

.u-pc-wd135 {
  width: 135px !important;
}

.u-pc-wd140 {
  width: 140px !important;
}

.u-pc-wd145 {
  width: 145px !important;
}

.u-pc-wd150 {
  width: 150px !important;
}

.u-pc-wd155 {
  width: 155px !important;
}

.u-pc-wd160 {
  width: 160px !important;
}

.u-pc-wd165 {
  width: 165px !important;
}

.u-pc-wd170 {
  width: 170px !important;
}

.u-pc-wd175 {
  width: 175px !important;
}

.u-pc-wd180 {
  width: 180px !important;
}

.u-pc-wd185 {
  width: 185px !important;
}

.u-pc-wd190 {
  width: 190px !important;
}

.u-pc-wd195 {
  width: 195px !important;
}

.u-pc-wd200 {
  width: 200px !important;
}

.u-pc-wd205 {
  width: 205px !important;
}

.u-pc-wd210 {
  width: 210px !important;
}

.u-pc-wd215 {
  width: 215px !important;
}

.u-pc-wd220 {
  width: 220px !important;
}

.u-pc-wd225 {
  width: 225px !important;
}

.u-pc-wd230 {
  width: 230px !important;
}

.u-pc-wd235 {
  width: 235px !important;
}

.u-pc-wd240 {
  width: 240px !important;
}

.u-pc-wd245 {
  width: 245px !important;
}

.u-pc-wd250 {
  width: 250px !important;
}

.u-pc-wd255 {
  width: 255px !important;
}

.u-pc-wd260 {
  width: 260px !important;
}

.u-pc-wd265 {
  width: 265px !important;
}

.u-pc-wd270 {
  width: 270px !important;
}

.u-pc-wd275 {
  width: 275px !important;
}

.u-pc-wd280 {
  width: 280px !important;
}

.u-pc-wd285 {
  width: 285px !important;
}

.u-pc-wd290 {
  width: 290px !important;
}

.u-pc-wd295 {
  width: 295px !important;
}

.u-pc-wd300 {
  width: 300px !important;
}

.u-pc-wd305 {
  width: 305px !important;
}

.u-pc-wd310 {
  width: 310px !important;
}

.u-pc-wd315 {
  width: 315px !important;
}

.u-pc-wd320 {
  width: 320px !important;
}

.u-pc-wd325 {
  width: 325px !important;
}

.u-pc-wd330 {
  width: 330px !important;
}

.u-pc-wd335 {
  width: 335px !important;
}

.u-pc-wd340 {
  width: 340px !important;
}

.u-pc-wd345 {
  width: 345px !important;
}

.u-pc-wd350 {
  width: 350px !important;
}

.u-pc-wd355 {
  width: 355px !important;
}

.u-pc-wd360 {
  width: 360px !important;
}

.u-pc-wd365 {
  width: 365px !important;
}

.u-pc-wd370 {
  width: 370px !important;
}

.u-pc-wd375 {
  width: 375px !important;
}

.u-pc-wd380 {
  width: 380px !important;
}

.u-pc-wd385 {
  width: 385px !important;
}

.u-pc-wd390 {
  width: 390px !important;
}

.u-pc-wd395 {
  width: 395px !important;
}

.u-pc-wd400 {
  width: 400px !important;
}

.u-pc-wd405 {
  width: 405px !important;
}

.u-pc-wd410 {
  width: 410px !important;
}

.u-pc-wd415 {
  width: 415px !important;
}

.u-pc-wd420 {
  width: 420px !important;
}

.u-pc-wd425 {
  width: 425px !important;
}

.u-pc-wd430 {
  width: 430px !important;
}

.u-pc-wd435 {
  width: 435px !important;
}

.u-pc-wd440 {
  width: 440px !important;
}

.u-pc-wd445 {
  width: 445px !important;
}

.u-pc-wd450 {
  width: 450px !important;
}

.u-pc-wd455 {
  width: 455px !important;
}

.u-pc-wd460 {
  width: 460px !important;
}

.u-pc-wd465 {
  width: 465px !important;
}

.u-pc-wd470 {
  width: 470px !important;
}

.u-pc-wd475 {
  width: 475px !important;
}

.u-pc-wd480 {
  width: 480px !important;
}

.u-pc-wd485 {
  width: 485px !important;
}

.u-pc-wd490 {
  width: 490px !important;
}

.u-pc-wd495 {
  width: 495px !important;
}

.u-pc-wd500 {
  width: 500px !important;
}

.u-pc-wd505 {
  width: 505px !important;
}

.u-pc-wd510 {
  width: 510px !important;
}

.u-pc-wd515 {
  width: 515px !important;
}

.u-pc-wd520 {
  width: 520px !important;
}

.u-pc-wd525 {
  width: 525px !important;
}

.u-pc-wd530 {
  width: 530px !important;
}

.u-pc-wd535 {
  width: 535px !important;
}

.u-pc-wd540 {
  width: 540px !important;
}

.u-pc-wd545 {
  width: 545px !important;
}

.u-pc-wd550 {
  width: 550px !important;
}

.u-pc-wd555 {
  width: 555px !important;
}

.u-pc-wd560 {
  width: 560px !important;
}

.u-pc-wd565 {
  width: 565px !important;
}

.u-pc-wd570 {
  width: 570px !important;
}

.u-pc-wd575 {
  width: 575px !important;
}

.u-pc-wd580 {
  width: 580px !important;
}

.u-pc-wd585 {
  width: 585px !important;
}

.u-pc-wd590 {
  width: 590px !important;
}

.u-pc-wd595 {
  width: 595px !important;
}

.u-pc-wd600 {
  width: 600px !important;
}

.u-pc-wd605 {
  width: 605px !important;
}

.u-pc-wd610 {
  width: 610px !important;
}

.u-pc-wd615 {
  width: 615px !important;
}

.u-pc-wd620 {
  width: 620px !important;
}

.u-pc-wd625 {
  width: 625px !important;
}

.u-pc-wd630 {
  width: 630px !important;
}

.u-pc-wd635 {
  width: 635px !important;
}

.u-pc-wd640 {
  width: 640px !important;
}

.u-pc-wd645 {
  width: 645px !important;
}

.u-pc-wd650 {
  width: 650px !important;
}

.u-pc-wd655 {
  width: 655px !important;
}

.u-pc-wd660 {
  width: 660px !important;
}

.u-pc-wd665 {
  width: 665px !important;
}

.u-pc-wd670 {
  width: 670px !important;
}

.u-pc-wd675 {
  width: 675px !important;
}

.u-pc-wd680 {
  width: 680px !important;
}

.u-pc-wd685 {
  width: 685px !important;
}

.u-pc-wd690 {
  width: 690px !important;
}

.u-pc-wd695 {
  width: 695px !important;
}

.u-pc-wd700 {
  width: 700px !important;
}

.u-pc-wd705 {
  width: 705px !important;
}

.u-pc-wd710 {
  width: 710px !important;
}

.u-pc-wd715 {
  width: 715px !important;
}

.u-pc-wd720 {
  width: 720px !important;
}

.u-pc-wd725 {
  width: 725px !important;
}

.u-pc-wd730 {
  width: 730px !important;
}

.u-pc-wd735 {
  width: 735px !important;
}

.u-pc-wd740 {
  width: 740px !important;
}

.u-pc-wd745 {
  width: 745px !important;
}

.u-pc-wd750 {
  width: 750px !important;
}

.u-pc-wd755 {
  width: 755px !important;
}

.u-pc-wd760 {
  width: 760px !important;
}

.u-pc-wd765 {
  width: 765px !important;
}

.u-pc-wd770 {
  width: 770px !important;
}

.u-pc-wd775 {
  width: 775px !important;
}

.u-pc-wd780 {
  width: 780px !important;
}

.u-pc-wd785 {
  width: 785px !important;
}

.u-pc-wd790 {
  width: 790px !important;
}

.u-pc-wd795 {
  width: 795px !important;
}

.u-pc-wd800 {
  width: 800px !important;
}

.u-pc-wd805 {
  width: 805px !important;
}

.u-pc-wd810 {
  width: 810px !important;
}

.u-pc-wd815 {
  width: 815px !important;
}

.u-pc-wd820 {
  width: 820px !important;
}

.u-pc-wd825 {
  width: 825px !important;
}

.u-pc-wd830 {
  width: 830px !important;
}

.u-pc-wd835 {
  width: 835px !important;
}

.u-pc-wd840 {
  width: 840px !important;
}

.u-pc-wd845 {
  width: 845px !important;
}

.u-pc-wd850 {
  width: 850px !important;
}

.u-pc-wd855 {
  width: 855px !important;
}

.u-pc-wd860 {
  width: 860px !important;
}

.u-pc-wd865 {
  width: 865px !important;
}

.u-pc-wd870 {
  width: 870px !important;
}

.u-pc-wd875 {
  width: 875px !important;
}

.u-pc-wd880 {
  width: 880px !important;
}

.u-pc-wd885 {
  width: 885px !important;
}

.u-pc-wd890 {
  width: 890px !important;
}

.u-pc-wd895 {
  width: 895px !important;
}

.u-pc-wd900 {
  width: 900px !important;
}

.u-pc-wd905 {
  width: 905px !important;
}

.u-pc-wd910 {
  width: 910px !important;
}

.u-pc-wd915 {
  width: 915px !important;
}

.u-pc-wd920 {
  width: 920px !important;
}

.u-pc-wd925 {
  width: 925px !important;
}

.u-pc-wd930 {
  width: 930px !important;
}

.u-pc-wd935 {
  width: 935px !important;
}

.u-pc-wd940 {
  width: 940px !important;
}

.u-pc-wd945 {
  width: 945px !important;
}

.u-pc-wd950 {
  width: 950px !important;
}

.u-pc-wd955 {
  width: 955px !important;
}

.u-pc-wd960 {
  width: 960px !important;
}

.u-pc-wd965 {
  width: 965px !important;
}

.u-pc-wd970 {
  width: 970px !important;
}

.u-pc-wd975 {
  width: 975px !important;
}

.u-pc-wd980 {
  width: 980px !important;
}

.u-pc-wd985 {
  width: 985px !important;
}

.u-pc-wd990 {
  width: 990px !important;
}

.u-pc-wd995 {
  width: 995px !important;
}

.u-pc-wd1000 {
  width: 1000px !important;
}

@media screen and (max-width: 767px) {
  .u-sp-wd-a {
    width: auto !important;
  }
  .u-sp-wd0 {
    width: 0px !important;
  }
  .u-sp-wd5 {
    width: 5px !important;
  }
  .u-sp-wd10 {
    width: 10px !important;
  }
  .u-sp-wd15 {
    width: 15px !important;
  }
  .u-sp-wd20 {
    width: 20px !important;
  }
  .u-sp-wd25 {
    width: 25px !important;
  }
  .u-sp-wd30 {
    width: 30px !important;
  }
  .u-sp-wd35 {
    width: 35px !important;
  }
  .u-sp-wd40 {
    width: 40px !important;
  }
  .u-sp-wd45 {
    width: 45px !important;
  }
  .u-sp-wd50 {
    width: 50px !important;
  }
  .u-sp-wd55 {
    width: 55px !important;
  }
  .u-sp-wd60 {
    width: 60px !important;
  }
  .u-sp-wd65 {
    width: 65px !important;
  }
  .u-sp-wd70 {
    width: 70px !important;
  }
  .u-sp-wd75 {
    width: 75px !important;
  }
  .u-sp-wd80 {
    width: 80px !important;
  }
  .u-sp-wd85 {
    width: 85px !important;
  }
  .u-sp-wd90 {
    width: 90px !important;
  }
  .u-sp-wd95 {
    width: 95px !important;
  }
  .u-sp-wd100 {
    width: 100px !important;
  }
  .u-sp-wd105 {
    width: 105px !important;
  }
  .u-sp-wd110 {
    width: 110px !important;
  }
  .u-sp-wd115 {
    width: 115px !important;
  }
  .u-sp-wd120 {
    width: 120px !important;
  }
  .u-sp-wd125 {
    width: 125px !important;
  }
  .u-sp-wd130 {
    width: 130px !important;
  }
  .u-sp-wd135 {
    width: 135px !important;
  }
  .u-sp-wd140 {
    width: 140px !important;
  }
  .u-sp-wd145 {
    width: 145px !important;
  }
  .u-sp-wd150 {
    width: 150px !important;
  }
  .u-sp-wd155 {
    width: 155px !important;
  }
  .u-sp-wd160 {
    width: 160px !important;
  }
  .u-sp-wd165 {
    width: 165px !important;
  }
  .u-sp-wd170 {
    width: 170px !important;
  }
  .u-sp-wd175 {
    width: 175px !important;
  }
  .u-sp-wd180 {
    width: 180px !important;
  }
  .u-sp-wd185 {
    width: 185px !important;
  }
  .u-sp-wd190 {
    width: 190px !important;
  }
  .u-sp-wd195 {
    width: 195px !important;
  }
  .u-sp-wd200 {
    width: 200px !important;
  }
  .u-sp-wd205 {
    width: 205px !important;
  }
  .u-sp-wd210 {
    width: 210px !important;
  }
  .u-sp-wd215 {
    width: 215px !important;
  }
  .u-sp-wd220 {
    width: 220px !important;
  }
  .u-sp-wd225 {
    width: 225px !important;
  }
  .u-sp-wd230 {
    width: 230px !important;
  }
  .u-sp-wd235 {
    width: 235px !important;
  }
  .u-sp-wd240 {
    width: 240px !important;
  }
  .u-sp-wd245 {
    width: 245px !important;
  }
  .u-sp-wd250 {
    width: 250px !important;
  }
  .u-sp-wd255 {
    width: 255px !important;
  }
  .u-sp-wd260 {
    width: 260px !important;
  }
  .u-sp-wd265 {
    width: 265px !important;
  }
  .u-sp-wd270 {
    width: 270px !important;
  }
  .u-sp-wd275 {
    width: 275px !important;
  }
  .u-sp-wd280 {
    width: 280px !important;
  }
  .u-sp-wd285 {
    width: 285px !important;
  }
  .u-sp-wd290 {
    width: 290px !important;
  }
  .u-sp-wd295 {
    width: 295px !important;
  }
  .u-sp-wd300 {
    width: 300px !important;
  }
  .u-sp-wd305 {
    width: 305px !important;
  }
  .u-sp-wd310 {
    width: 310px !important;
  }
  .u-sp-wd315 {
    width: 315px !important;
  }
  .u-sp-wd320 {
    width: 320px !important;
  }
  .u-sp-wd325 {
    width: 325px !important;
  }
  .u-sp-wd330 {
    width: 330px !important;
  }
  .u-sp-wd335 {
    width: 335px !important;
  }
  .u-sp-wd340 {
    width: 340px !important;
  }
  .u-sp-wd345 {
    width: 345px !important;
  }
  .u-sp-wd350 {
    width: 350px !important;
  }
  .u-sp-wd355 {
    width: 355px !important;
  }
  .u-sp-wd360 {
    width: 360px !important;
  }
  .u-sp-wd365 {
    width: 365px !important;
  }
  .u-sp-wd370 {
    width: 370px !important;
  }
  .u-sp-wd375 {
    width: 375px !important;
  }
  .u-sp-wd380 {
    width: 380px !important;
  }
  .u-sp-wd385 {
    width: 385px !important;
  }
  .u-sp-wd390 {
    width: 390px !important;
  }
  .u-sp-wd395 {
    width: 395px !important;
  }
  .u-sp-wd400 {
    width: 400px !important;
  }
  .u-sp-wd405 {
    width: 405px !important;
  }
  .u-sp-wd410 {
    width: 410px !important;
  }
  .u-sp-wd415 {
    width: 415px !important;
  }
  .u-sp-wd420 {
    width: 420px !important;
  }
  .u-sp-wd425 {
    width: 425px !important;
  }
  .u-sp-wd430 {
    width: 430px !important;
  }
  .u-sp-wd435 {
    width: 435px !important;
  }
  .u-sp-wd440 {
    width: 440px !important;
  }
  .u-sp-wd445 {
    width: 445px !important;
  }
  .u-sp-wd450 {
    width: 450px !important;
  }
  .u-sp-wd455 {
    width: 455px !important;
  }
  .u-sp-wd460 {
    width: 460px !important;
  }
  .u-sp-wd465 {
    width: 465px !important;
  }
  .u-sp-wd470 {
    width: 470px !important;
  }
  .u-sp-wd475 {
    width: 475px !important;
  }
  .u-sp-wd480 {
    width: 480px !important;
  }
  .u-sp-wd485 {
    width: 485px !important;
  }
  .u-sp-wd490 {
    width: 490px !important;
  }
  .u-sp-wd495 {
    width: 495px !important;
  }
  .u-sp-wd500 {
    width: 500px !important;
  }
  .u-sp-wd505 {
    width: 505px !important;
  }
  .u-sp-wd510 {
    width: 510px !important;
  }
  .u-sp-wd515 {
    width: 515px !important;
  }
  .u-sp-wd520 {
    width: 520px !important;
  }
  .u-sp-wd525 {
    width: 525px !important;
  }
  .u-sp-wd530 {
    width: 530px !important;
  }
  .u-sp-wd535 {
    width: 535px !important;
  }
  .u-sp-wd540 {
    width: 540px !important;
  }
  .u-sp-wd545 {
    width: 545px !important;
  }
  .u-sp-wd550 {
    width: 550px !important;
  }
  .u-sp-wd555 {
    width: 555px !important;
  }
  .u-sp-wd560 {
    width: 560px !important;
  }
  .u-sp-wd565 {
    width: 565px !important;
  }
  .u-sp-wd570 {
    width: 570px !important;
  }
  .u-sp-wd575 {
    width: 575px !important;
  }
  .u-sp-wd580 {
    width: 580px !important;
  }
  .u-sp-wd585 {
    width: 585px !important;
  }
  .u-sp-wd590 {
    width: 590px !important;
  }
  .u-sp-wd595 {
    width: 595px !important;
  }
  .u-sp-wd600 {
    width: 600px !important;
  }
  .u-sp-wd605 {
    width: 605px !important;
  }
  .u-sp-wd610 {
    width: 610px !important;
  }
  .u-sp-wd615 {
    width: 615px !important;
  }
  .u-sp-wd620 {
    width: 620px !important;
  }
  .u-sp-wd625 {
    width: 625px !important;
  }
  .u-sp-wd630 {
    width: 630px !important;
  }
  .u-sp-wd635 {
    width: 635px !important;
  }
  .u-sp-wd640 {
    width: 640px !important;
  }
  .u-sp-wd645 {
    width: 645px !important;
  }
  .u-sp-wd650 {
    width: 650px !important;
  }
  .u-sp-wd655 {
    width: 655px !important;
  }
  .u-sp-wd660 {
    width: 660px !important;
  }
  .u-sp-wd665 {
    width: 665px !important;
  }
  .u-sp-wd670 {
    width: 670px !important;
  }
  .u-sp-wd675 {
    width: 675px !important;
  }
  .u-sp-wd680 {
    width: 680px !important;
  }
  .u-sp-wd685 {
    width: 685px !important;
  }
  .u-sp-wd690 {
    width: 690px !important;
  }
  .u-sp-wd695 {
    width: 695px !important;
  }
  .u-sp-wd700 {
    width: 700px !important;
  }
  .u-sp-wd705 {
    width: 705px !important;
  }
  .u-sp-wd710 {
    width: 710px !important;
  }
  .u-sp-wd715 {
    width: 715px !important;
  }
  .u-sp-wd720 {
    width: 720px !important;
  }
  .u-sp-wd725 {
    width: 725px !important;
  }
  .u-sp-wd730 {
    width: 730px !important;
  }
  .u-sp-wd735 {
    width: 735px !important;
  }
  .u-sp-wd740 {
    width: 740px !important;
  }
  .u-sp-wd745 {
    width: 745px !important;
  }
  .u-sp-wd750 {
    width: 750px !important;
  }
  .u-sp-wd755 {
    width: 755px !important;
  }
  .u-sp-wd760 {
    width: 760px !important;
  }
  .u-sp-wd765 {
    width: 765px !important;
  }
  .u-sp-wd770 {
    width: 770px !important;
  }
  .u-sp-wd775 {
    width: 775px !important;
  }
  .u-sp-wd780 {
    width: 780px !important;
  }
  .u-sp-wd785 {
    width: 785px !important;
  }
  .u-sp-wd790 {
    width: 790px !important;
  }
  .u-sp-wd795 {
    width: 795px !important;
  }
  .u-sp-wd800 {
    width: 800px !important;
  }
  .u-sp-wd805 {
    width: 805px !important;
  }
  .u-sp-wd810 {
    width: 810px !important;
  }
  .u-sp-wd815 {
    width: 815px !important;
  }
  .u-sp-wd820 {
    width: 820px !important;
  }
  .u-sp-wd825 {
    width: 825px !important;
  }
  .u-sp-wd830 {
    width: 830px !important;
  }
  .u-sp-wd835 {
    width: 835px !important;
  }
  .u-sp-wd840 {
    width: 840px !important;
  }
  .u-sp-wd845 {
    width: 845px !important;
  }
  .u-sp-wd850 {
    width: 850px !important;
  }
  .u-sp-wd855 {
    width: 855px !important;
  }
  .u-sp-wd860 {
    width: 860px !important;
  }
  .u-sp-wd865 {
    width: 865px !important;
  }
  .u-sp-wd870 {
    width: 870px !important;
  }
  .u-sp-wd875 {
    width: 875px !important;
  }
  .u-sp-wd880 {
    width: 880px !important;
  }
  .u-sp-wd885 {
    width: 885px !important;
  }
  .u-sp-wd890 {
    width: 890px !important;
  }
  .u-sp-wd895 {
    width: 895px !important;
  }
  .u-sp-wd900 {
    width: 900px !important;
  }
  .u-sp-wd905 {
    width: 905px !important;
  }
  .u-sp-wd910 {
    width: 910px !important;
  }
  .u-sp-wd915 {
    width: 915px !important;
  }
  .u-sp-wd920 {
    width: 920px !important;
  }
  .u-sp-wd925 {
    width: 925px !important;
  }
  .u-sp-wd930 {
    width: 930px !important;
  }
  .u-sp-wd935 {
    width: 935px !important;
  }
  .u-sp-wd940 {
    width: 940px !important;
  }
  .u-sp-wd945 {
    width: 945px !important;
  }
  .u-sp-wd950 {
    width: 950px !important;
  }
  .u-sp-wd955 {
    width: 955px !important;
  }
  .u-sp-wd960 {
    width: 960px !important;
  }
  .u-sp-wd965 {
    width: 965px !important;
  }
  .u-sp-wd970 {
    width: 970px !important;
  }
  .u-sp-wd975 {
    width: 975px !important;
  }
  .u-sp-wd980 {
    width: 980px !important;
  }
  .u-sp-wd985 {
    width: 985px !important;
  }
  .u-sp-wd990 {
    width: 990px !important;
  }
  .u-sp-wd995 {
    width: 995px !important;
  }
  .u-sp-wd1000 {
    width: 1000px !important;
  }
}
/* 幅-%指定
------------------------------------------------------------ */
.u-pc-mw0p {
  width: 0% !important;
}

.u-pc-mw5p {
  width: 5% !important;
}

.u-pc-mw10p {
  width: 10% !important;
}

.u-pc-mw15p {
  width: 15% !important;
}

.u-pc-mw17p {
  width: 17% !important;
}

.u-pc-mw20p {
  width: 20% !important;
}

.u-pc-mw25p {
  width: 25% !important;
}

.u-pc-mw30p {
  width: 30% !important;
}

.u-pc-mw35p {
  width: 35% !important;
}

.u-pc-mw40p {
  width: 40% !important;
}

.u-pc-mw45p {
  width: 45% !important;
}

.u-pc-mw50p {
  width: 50% !important;
}

.u-pc-mw55p {
  width: 55% !important;
}

.u-pc-mw60p {
  width: 60% !important;
}

.u-pc-mw65p {
  width: 65% !important;
}

.u-pc-mw70p {
  width: 70% !important;
}

.u-pc-mw75p {
  width: 75% !important;
}

.u-pc-mw80p {
  width: 80% !important;
}

.u-pc-mw85p {
  width: 85% !important;
}

.u-pc-mw90p {
  width: 90% !important;
}

.u-pc-mw95p {
  width: 95% !important;
}

.u-pc-mw100p {
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  .u-sp-mw0p {
    width: 0% !important;
  }
  .u-sp-mw5p {
    width: 5% !important;
  }
  .u-sp-mw10p {
    width: 10% !important;
  }
  .u-sp-mw15p {
    width: 15% !important;
  }
  .u-sp-mw17p {
    width: 17% !important;
  }
  .u-sp-mw20p {
    width: 20% !important;
  }
  .u-sp-mw25p {
    width: 25% !important;
  }
  .u-sp-mw30p {
    width: 30% !important;
  }
  .u-sp-mw35p {
    width: 35% !important;
  }
  .u-sp-mw40p {
    width: 40% !important;
  }
  .u-sp-mw45p {
    width: 45% !important;
  }
  .u-sp-mw50p {
    width: 50% !important;
  }
  .u-sp-mw55p {
    width: 55% !important;
  }
  .u-sp-mw60p {
    width: 60% !important;
  }
  .u-sp-mw65p {
    width: 65% !important;
  }
  .u-sp-mw70p {
    width: 70% !important;
  }
  .u-sp-mw75p {
    width: 75% !important;
  }
  .u-sp-mw80p {
    width: 80% !important;
  }
  .u-sp-mw85p {
    width: 85% !important;
  }
  .u-sp-mw90p {
    width: 90% !important;
  }
  .u-sp-mw95p {
    width: 95% !important;
  }
  .u-sp-mw100p {
    width: 100% !important;
  }
}
/* 幅-最大%指定
------------------------------------------------------------ */
.u-pc-maw-n {
  max-width: none !important;
}

.u-pc-maw-1p {
  max-width: 1% !important;
}

.u-pc-maw-10p {
  max-width: 10% !important;
}

.u-pc-maw-20p {
  max-width: 20% !important;
}

.u-pc-maw-25p {
  max-width: 25% !important;
}

.u-pc-maw-30p {
  max-width: 30% !important;
}

.u-pc-maw-33p {
  max-width: 33% !important;
}

.u-pc-maw-40p {
  max-width: 40% !important;
}

.u-pc-maw-50p {
  max-width: 50% !important;
}

.u-pc-maw-60p {
  max-width: 60% !important;
}

.u-pc-maw-66p {
  max-width: 66% !important;
}

.u-pc-maw-70p {
  max-width: 70% !important;
}

.u-pc-maw-75p {
  max-width: 75% !important;
}

.u-pc-maw-80p {
  max-width: 80% !important;
}

.u-pc-maw-90p {
  max-width: 90% !important;
}

.u-pc-maw-100p {
  max-width: 100% !important;
}

@media screen and (max-width: 767px) {
  .u-sp-maw-n {
    max-width: none !important;
  }
  .u-sp-maw-1p {
    max-width: 1% !important;
  }
  .u-sp-maw-10p {
    max-width: 10% !important;
  }
  .u-sp-maw-20p {
    max-width: 20% !important;
  }
  .u-sp-maw-25p {
    max-width: 25% !important;
  }
  .u-sp-maw-30p {
    max-width: 30% !important;
  }
  .u-sp-maw-33p {
    max-width: 33% !important;
  }
  .u-sp-maw-40p {
    max-width: 40% !important;
  }
  .u-sp-maw-50p {
    max-width: 50% !important;
  }
  .u-sp-maw-60p {
    max-width: 60% !important;
  }
  .u-sp-maw-66p {
    max-width: 66% !important;
  }
  .u-sp-maw-70p {
    max-width: 70% !important;
  }
  .u-sp-maw-75p {
    max-width: 75% !important;
  }
  .u-sp-maw-80p {
    max-width: 80% !important;
  }
  .u-sp-maw-90p {
    max-width: 90% !important;
  }
  .u-sp-maw-100p {
    max-width: 100% !important;
  }
}
/* 高さ
------------------------------------------------------------ */
.u-pc-hg-a {
  height: auto !important;
}

.u-pc-hg0 {
  height: 0px !important;
}

.u-pc-hg5 {
  height: 5px !important;
}

.u-pc-hg10 {
  height: 10px !important;
}

.u-pc-hg15 {
  height: 15px !important;
}

.u-pc-hg20 {
  height: 20px !important;
}

.u-pc-hg25 {
  height: 25px !important;
}

.u-pc-hg30 {
  height: 30px !important;
}

.u-pc-hg35 {
  height: 35px !important;
}

.u-pc-hg40 {
  height: 40px !important;
}

.u-pc-hg45 {
  height: 45px !important;
}

.u-pc-hg50 {
  height: 50px !important;
}

.u-pc-hg55 {
  height: 55px !important;
}

.u-pc-hg60 {
  height: 60px !important;
}

.u-pc-hg65 {
  height: 65px !important;
}

.u-pc-hg70 {
  height: 70px !important;
}

.u-pc-hg75 {
  height: 75px !important;
}

.u-pc-hg80 {
  height: 80px !important;
}

.u-pc-hg85 {
  height: 85px !important;
}

.u-pc-hg90 {
  height: 90px !important;
}

.u-pc-hg95 {
  height: 95px !important;
}

.u-pc-hg100 {
  height: 100px !important;
}

.u-pc-hg105 {
  height: 105px !important;
}

.u-pc-hg110 {
  height: 110px !important;
}

.u-pc-hg115 {
  height: 115px !important;
}

.u-pc-hg120 {
  height: 120px !important;
}

.u-pc-hg125 {
  height: 125px !important;
}

.u-pc-hg130 {
  height: 130px !important;
}

.u-pc-hg135 {
  height: 135px !important;
}

.u-pc-hg140 {
  height: 140px !important;
}

.u-pc-hg145 {
  height: 145px !important;
}

.u-pc-hg150 {
  height: 150px !important;
}

.u-pc-hg155 {
  height: 155px !important;
}

.u-pc-hg160 {
  height: 160px !important;
}

.u-pc-hg165 {
  height: 165px !important;
}

.u-pc-hg170 {
  height: 170px !important;
}

.u-pc-hg175 {
  height: 175px !important;
}

.u-pc-hg180 {
  height: 180px !important;
}

.u-pc-hg185 {
  height: 185px !important;
}

.u-pc-hg190 {
  height: 190px !important;
}

.u-pc-hg195 {
  height: 195px !important;
}

.u-pc-hg200 {
  height: 200px !important;
}

.u-pc-hg205 {
  height: 205px !important;
}

.u-pc-hg210 {
  height: 210px !important;
}

.u-pc-hg215 {
  height: 215px !important;
}

.u-pc-hg220 {
  height: 220px !important;
}

.u-pc-hg225 {
  height: 225px !important;
}

.u-pc-hg230 {
  height: 230px !important;
}

.u-pc-hg235 {
  height: 235px !important;
}

.u-pc-hg240 {
  height: 240px !important;
}

.u-pc-hg245 {
  height: 245px !important;
}

.u-pc-hg250 {
  height: 250px !important;
}

.u-pc-hg255 {
  height: 255px !important;
}

.u-pc-hg260 {
  height: 260px !important;
}

.u-pc-hg265 {
  height: 265px !important;
}

.u-pc-hg270 {
  height: 270px !important;
}

.u-pc-hg275 {
  height: 275px !important;
}

.u-pc-hg280 {
  height: 280px !important;
}

.u-pc-hg285 {
  height: 285px !important;
}

.u-pc-hg290 {
  height: 290px !important;
}

.u-pc-hg295 {
  height: 295px !important;
}

.u-pc-hg300 {
  height: 300px !important;
}

.u-pc-hg305 {
  height: 305px !important;
}

.u-pc-hg310 {
  height: 310px !important;
}

.u-pc-hg315 {
  height: 315px !important;
}

.u-pc-hg320 {
  height: 320px !important;
}

.u-pc-hg325 {
  height: 325px !important;
}

.u-pc-hg330 {
  height: 330px !important;
}

.u-pc-hg335 {
  height: 335px !important;
}

.u-pc-hg340 {
  height: 340px !important;
}

.u-pc-hg345 {
  height: 345px !important;
}

.u-pc-hg350 {
  height: 350px !important;
}

.u-pc-hg355 {
  height: 355px !important;
}

.u-pc-hg360 {
  height: 360px !important;
}

.u-pc-hg365 {
  height: 365px !important;
}

.u-pc-hg370 {
  height: 370px !important;
}

.u-pc-hg375 {
  height: 375px !important;
}

.u-pc-hg380 {
  height: 380px !important;
}

.u-pc-hg385 {
  height: 385px !important;
}

.u-pc-hg390 {
  height: 390px !important;
}

.u-pc-hg395 {
  height: 395px !important;
}

.u-pc-hg400 {
  height: 400px !important;
}

.u-pc-hg405 {
  height: 405px !important;
}

.u-pc-hg410 {
  height: 410px !important;
}

.u-pc-hg415 {
  height: 415px !important;
}

.u-pc-hg420 {
  height: 420px !important;
}

.u-pc-hg425 {
  height: 425px !important;
}

.u-pc-hg430 {
  height: 430px !important;
}

.u-pc-hg435 {
  height: 435px !important;
}

.u-pc-hg440 {
  height: 440px !important;
}

.u-pc-hg445 {
  height: 445px !important;
}

.u-pc-hg450 {
  height: 450px !important;
}

.u-pc-hg455 {
  height: 455px !important;
}

.u-pc-hg460 {
  height: 460px !important;
}

.u-pc-hg465 {
  height: 465px !important;
}

.u-pc-hg470 {
  height: 470px !important;
}

.u-pc-hg475 {
  height: 475px !important;
}

.u-pc-hg480 {
  height: 480px !important;
}

.u-pc-hg485 {
  height: 485px !important;
}

.u-pc-hg490 {
  height: 490px !important;
}

.u-pc-hg495 {
  height: 495px !important;
}

.u-pc-hg500 {
  height: 500px !important;
}

.u-pc-hg505 {
  height: 505px !important;
}

.u-pc-hg510 {
  height: 510px !important;
}

.u-pc-hg515 {
  height: 515px !important;
}

.u-pc-hg520 {
  height: 520px !important;
}

.u-pc-hg525 {
  height: 525px !important;
}

.u-pc-hg530 {
  height: 530px !important;
}

.u-pc-hg535 {
  height: 535px !important;
}

.u-pc-hg540 {
  height: 540px !important;
}

.u-pc-hg545 {
  height: 545px !important;
}

.u-pc-hg550 {
  height: 550px !important;
}

.u-pc-hg555 {
  height: 555px !important;
}

.u-pc-hg560 {
  height: 560px !important;
}

.u-pc-hg565 {
  height: 565px !important;
}

.u-pc-hg570 {
  height: 570px !important;
}

.u-pc-hg575 {
  height: 575px !important;
}

.u-pc-hg580 {
  height: 580px !important;
}

.u-pc-hg585 {
  height: 585px !important;
}

.u-pc-hg590 {
  height: 590px !important;
}

.u-pc-hg595 {
  height: 595px !important;
}

.u-pc-hg600 {
  height: 600px !important;
}

.u-pc-hg605 {
  height: 605px !important;
}

.u-pc-hg610 {
  height: 610px !important;
}

.u-pc-hg615 {
  height: 615px !important;
}

.u-pc-hg620 {
  height: 620px !important;
}

.u-pc-hg625 {
  height: 625px !important;
}

.u-pc-hg630 {
  height: 630px !important;
}

.u-pc-hg635 {
  height: 635px !important;
}

.u-pc-hg640 {
  height: 640px !important;
}

.u-pc-hg645 {
  height: 645px !important;
}

.u-pc-hg650 {
  height: 650px !important;
}

.u-pc-hg655 {
  height: 655px !important;
}

.u-pc-hg660 {
  height: 660px !important;
}

.u-pc-hg665 {
  height: 665px !important;
}

.u-pc-hg670 {
  height: 670px !important;
}

.u-pc-hg675 {
  height: 675px !important;
}

.u-pc-hg680 {
  height: 680px !important;
}

.u-pc-hg685 {
  height: 685px !important;
}

.u-pc-hg690 {
  height: 690px !important;
}

.u-pc-hg695 {
  height: 695px !important;
}

.u-pc-hg700 {
  height: 700px !important;
}

.u-pc-hg705 {
  height: 705px !important;
}

.u-pc-hg710 {
  height: 710px !important;
}

.u-pc-hg715 {
  height: 715px !important;
}

.u-pc-hg720 {
  height: 720px !important;
}

.u-pc-hg725 {
  height: 725px !important;
}

.u-pc-hg730 {
  height: 730px !important;
}

.u-pc-hg735 {
  height: 735px !important;
}

.u-pc-hg740 {
  height: 740px !important;
}

.u-pc-hg745 {
  height: 745px !important;
}

.u-pc-hg750 {
  height: 750px !important;
}

.u-pc-hg755 {
  height: 755px !important;
}

.u-pc-hg760 {
  height: 760px !important;
}

.u-pc-hg765 {
  height: 765px !important;
}

.u-pc-hg770 {
  height: 770px !important;
}

.u-pc-hg775 {
  height: 775px !important;
}

.u-pc-hg780 {
  height: 780px !important;
}

.u-pc-hg785 {
  height: 785px !important;
}

.u-pc-hg790 {
  height: 790px !important;
}

.u-pc-hg795 {
  height: 795px !important;
}

.u-pc-hg800 {
  height: 800px !important;
}

.u-pc-hg805 {
  height: 805px !important;
}

.u-pc-hg810 {
  height: 810px !important;
}

.u-pc-hg815 {
  height: 815px !important;
}

.u-pc-hg820 {
  height: 820px !important;
}

.u-pc-hg825 {
  height: 825px !important;
}

.u-pc-hg830 {
  height: 830px !important;
}

.u-pc-hg835 {
  height: 835px !important;
}

.u-pc-hg840 {
  height: 840px !important;
}

.u-pc-hg845 {
  height: 845px !important;
}

.u-pc-hg850 {
  height: 850px !important;
}

.u-pc-hg855 {
  height: 855px !important;
}

.u-pc-hg860 {
  height: 860px !important;
}

.u-pc-hg865 {
  height: 865px !important;
}

.u-pc-hg870 {
  height: 870px !important;
}

.u-pc-hg875 {
  height: 875px !important;
}

.u-pc-hg880 {
  height: 880px !important;
}

.u-pc-hg885 {
  height: 885px !important;
}

.u-pc-hg890 {
  height: 890px !important;
}

.u-pc-hg895 {
  height: 895px !important;
}

.u-pc-hg900 {
  height: 900px !important;
}

.u-pc-hg905 {
  height: 905px !important;
}

.u-pc-hg910 {
  height: 910px !important;
}

.u-pc-hg915 {
  height: 915px !important;
}

.u-pc-hg920 {
  height: 920px !important;
}

.u-pc-hg925 {
  height: 925px !important;
}

.u-pc-hg930 {
  height: 930px !important;
}

.u-pc-hg935 {
  height: 935px !important;
}

.u-pc-hg940 {
  height: 940px !important;
}

.u-pc-hg945 {
  height: 945px !important;
}

.u-pc-hg950 {
  height: 950px !important;
}

.u-pc-hg955 {
  height: 955px !important;
}

.u-pc-hg960 {
  height: 960px !important;
}

.u-pc-hg965 {
  height: 965px !important;
}

.u-pc-hg970 {
  height: 970px !important;
}

.u-pc-hg975 {
  height: 975px !important;
}

.u-pc-hg980 {
  height: 980px !important;
}

.u-pc-hg985 {
  height: 985px !important;
}

.u-pc-hg990 {
  height: 990px !important;
}

.u-pc-hg995 {
  height: 995px !important;
}

.u-pc-hg1000 {
  height: 1000px !important;
}

.u-mah-n {
  max-height: none !important;
}

.u-mah-100p {
  max-height: 100% !important;
}

.u-miw-0 {
  min-width: 0 !important;
}

.u-mih-0 {
  min-height: 0 !important;
}

@media screen and (max-width: 767px) {
  .u-sp-hg-a {
    height: auto !important;
  }
  .u-sp-hg0 {
    height: 0px !important;
  }
  .u-sp-hg5 {
    height: 5px !important;
  }
  .u-sp-hg10 {
    height: 10px !important;
  }
  .u-sp-hg15 {
    height: 15px !important;
  }
  .u-sp-hg20 {
    height: 20px !important;
  }
  .u-sp-hg25 {
    height: 25px !important;
  }
  .u-sp-hg30 {
    height: 30px !important;
  }
  .u-sp-hg35 {
    height: 35px !important;
  }
  .u-sp-hg40 {
    height: 40px !important;
  }
  .u-sp-hg45 {
    height: 45px !important;
  }
  .u-sp-hg50 {
    height: 50px !important;
  }
  .u-sp-hg55 {
    height: 55px !important;
  }
  .u-sp-hg60 {
    height: 60px !important;
  }
  .u-sp-hg65 {
    height: 65px !important;
  }
  .u-sp-hg70 {
    height: 70px !important;
  }
  .u-sp-hg75 {
    height: 75px !important;
  }
  .u-sp-hg80 {
    height: 80px !important;
  }
  .u-sp-hg85 {
    height: 85px !important;
  }
  .u-sp-hg90 {
    height: 90px !important;
  }
  .u-sp-hg95 {
    height: 95px !important;
  }
  .u-sp-hg100 {
    height: 100px !important;
  }
  .u-sp-hg105 {
    height: 105px !important;
  }
  .u-sp-hg110 {
    height: 110px !important;
  }
  .u-sp-hg115 {
    height: 115px !important;
  }
  .u-sp-hg120 {
    height: 120px !important;
  }
  .u-sp-hg125 {
    height: 125px !important;
  }
  .u-sp-hg130 {
    height: 130px !important;
  }
  .u-sp-hg135 {
    height: 135px !important;
  }
  .u-sp-hg140 {
    height: 140px !important;
  }
  .u-sp-hg145 {
    height: 145px !important;
  }
  .u-sp-hg150 {
    height: 150px !important;
  }
  .u-sp-hg155 {
    height: 155px !important;
  }
  .u-sp-hg160 {
    height: 160px !important;
  }
  .u-sp-hg165 {
    height: 165px !important;
  }
  .u-sp-hg170 {
    height: 170px !important;
  }
  .u-sp-hg175 {
    height: 175px !important;
  }
  .u-sp-hg180 {
    height: 180px !important;
  }
  .u-sp-hg185 {
    height: 185px !important;
  }
  .u-sp-hg190 {
    height: 190px !important;
  }
  .u-sp-hg195 {
    height: 195px !important;
  }
  .u-sp-hg200 {
    height: 200px !important;
  }
  .u-sp-hg205 {
    height: 205px !important;
  }
  .u-sp-hg210 {
    height: 210px !important;
  }
  .u-sp-hg215 {
    height: 215px !important;
  }
  .u-sp-hg220 {
    height: 220px !important;
  }
  .u-sp-hg225 {
    height: 225px !important;
  }
  .u-sp-hg230 {
    height: 230px !important;
  }
  .u-sp-hg235 {
    height: 235px !important;
  }
  .u-sp-hg240 {
    height: 240px !important;
  }
  .u-sp-hg245 {
    height: 245px !important;
  }
  .u-sp-hg250 {
    height: 250px !important;
  }
  .u-sp-hg255 {
    height: 255px !important;
  }
  .u-sp-hg260 {
    height: 260px !important;
  }
  .u-sp-hg265 {
    height: 265px !important;
  }
  .u-sp-hg270 {
    height: 270px !important;
  }
  .u-sp-hg275 {
    height: 275px !important;
  }
  .u-sp-hg280 {
    height: 280px !important;
  }
  .u-sp-hg285 {
    height: 285px !important;
  }
  .u-sp-hg290 {
    height: 290px !important;
  }
  .u-sp-hg295 {
    height: 295px !important;
  }
  .u-sp-hg300 {
    height: 300px !important;
  }
  .u-sp-hg305 {
    height: 305px !important;
  }
  .u-sp-hg310 {
    height: 310px !important;
  }
  .u-sp-hg315 {
    height: 315px !important;
  }
  .u-sp-hg320 {
    height: 320px !important;
  }
  .u-sp-hg325 {
    height: 325px !important;
  }
  .u-sp-hg330 {
    height: 330px !important;
  }
  .u-sp-hg335 {
    height: 335px !important;
  }
  .u-sp-hg340 {
    height: 340px !important;
  }
  .u-sp-hg345 {
    height: 345px !important;
  }
  .u-sp-hg350 {
    height: 350px !important;
  }
  .u-sp-hg355 {
    height: 355px !important;
  }
  .u-sp-hg360 {
    height: 360px !important;
  }
  .u-sp-hg365 {
    height: 365px !important;
  }
  .u-sp-hg370 {
    height: 370px !important;
  }
  .u-sp-hg375 {
    height: 375px !important;
  }
  .u-sp-hg380 {
    height: 380px !important;
  }
  .u-sp-hg385 {
    height: 385px !important;
  }
  .u-sp-hg390 {
    height: 390px !important;
  }
  .u-sp-hg395 {
    height: 395px !important;
  }
  .u-sp-hg400 {
    height: 400px !important;
  }
  .u-sp-hg405 {
    height: 405px !important;
  }
  .u-sp-hg410 {
    height: 410px !important;
  }
  .u-sp-hg415 {
    height: 415px !important;
  }
  .u-sp-hg420 {
    height: 420px !important;
  }
  .u-sp-hg425 {
    height: 425px !important;
  }
  .u-sp-hg430 {
    height: 430px !important;
  }
  .u-sp-hg435 {
    height: 435px !important;
  }
  .u-sp-hg440 {
    height: 440px !important;
  }
  .u-sp-hg445 {
    height: 445px !important;
  }
  .u-sp-hg450 {
    height: 450px !important;
  }
  .u-sp-hg455 {
    height: 455px !important;
  }
  .u-sp-hg460 {
    height: 460px !important;
  }
  .u-sp-hg465 {
    height: 465px !important;
  }
  .u-sp-hg470 {
    height: 470px !important;
  }
  .u-sp-hg475 {
    height: 475px !important;
  }
  .u-sp-hg480 {
    height: 480px !important;
  }
  .u-sp-hg485 {
    height: 485px !important;
  }
  .u-sp-hg490 {
    height: 490px !important;
  }
  .u-sp-hg495 {
    height: 495px !important;
  }
  .u-sp-hg500 {
    height: 500px !important;
  }
  .u-sp-hg505 {
    height: 505px !important;
  }
  .u-sp-hg510 {
    height: 510px !important;
  }
  .u-sp-hg515 {
    height: 515px !important;
  }
  .u-sp-hg520 {
    height: 520px !important;
  }
  .u-sp-hg525 {
    height: 525px !important;
  }
  .u-sp-hg530 {
    height: 530px !important;
  }
  .u-sp-hg535 {
    height: 535px !important;
  }
  .u-sp-hg540 {
    height: 540px !important;
  }
  .u-sp-hg545 {
    height: 545px !important;
  }
  .u-sp-hg550 {
    height: 550px !important;
  }
  .u-sp-hg555 {
    height: 555px !important;
  }
  .u-sp-hg560 {
    height: 560px !important;
  }
  .u-sp-hg565 {
    height: 565px !important;
  }
  .u-sp-hg570 {
    height: 570px !important;
  }
  .u-sp-hg575 {
    height: 575px !important;
  }
  .u-sp-hg580 {
    height: 580px !important;
  }
  .u-sp-hg585 {
    height: 585px !important;
  }
  .u-sp-hg590 {
    height: 590px !important;
  }
  .u-sp-hg595 {
    height: 595px !important;
  }
  .u-sp-hg600 {
    height: 600px !important;
  }
  .u-sp-hg605 {
    height: 605px !important;
  }
  .u-sp-hg610 {
    height: 610px !important;
  }
  .u-sp-hg615 {
    height: 615px !important;
  }
  .u-sp-hg620 {
    height: 620px !important;
  }
  .u-sp-hg625 {
    height: 625px !important;
  }
  .u-sp-hg630 {
    height: 630px !important;
  }
  .u-sp-hg635 {
    height: 635px !important;
  }
  .u-sp-hg640 {
    height: 640px !important;
  }
  .u-sp-hg645 {
    height: 645px !important;
  }
  .u-sp-hg650 {
    height: 650px !important;
  }
  .u-sp-hg655 {
    height: 655px !important;
  }
  .u-sp-hg660 {
    height: 660px !important;
  }
  .u-sp-hg665 {
    height: 665px !important;
  }
  .u-sp-hg670 {
    height: 670px !important;
  }
  .u-sp-hg675 {
    height: 675px !important;
  }
  .u-sp-hg680 {
    height: 680px !important;
  }
  .u-sp-hg685 {
    height: 685px !important;
  }
  .u-sp-hg690 {
    height: 690px !important;
  }
  .u-sp-hg695 {
    height: 695px !important;
  }
  .u-sp-hg700 {
    height: 700px !important;
  }
  .u-sp-hg705 {
    height: 705px !important;
  }
  .u-sp-hg710 {
    height: 710px !important;
  }
  .u-sp-hg715 {
    height: 715px !important;
  }
  .u-sp-hg720 {
    height: 720px !important;
  }
  .u-sp-hg725 {
    height: 725px !important;
  }
  .u-sp-hg730 {
    height: 730px !important;
  }
  .u-sp-hg735 {
    height: 735px !important;
  }
  .u-sp-hg740 {
    height: 740px !important;
  }
  .u-sp-hg745 {
    height: 745px !important;
  }
  .u-sp-hg750 {
    height: 750px !important;
  }
  .u-sp-hg755 {
    height: 755px !important;
  }
  .u-sp-hg760 {
    height: 760px !important;
  }
  .u-sp-hg765 {
    height: 765px !important;
  }
  .u-sp-hg770 {
    height: 770px !important;
  }
  .u-sp-hg775 {
    height: 775px !important;
  }
  .u-sp-hg780 {
    height: 780px !important;
  }
  .u-sp-hg785 {
    height: 785px !important;
  }
  .u-sp-hg790 {
    height: 790px !important;
  }
  .u-sp-hg795 {
    height: 795px !important;
  }
  .u-sp-hg800 {
    height: 800px !important;
  }
  .u-sp-hg805 {
    height: 805px !important;
  }
  .u-sp-hg810 {
    height: 810px !important;
  }
  .u-sp-hg815 {
    height: 815px !important;
  }
  .u-sp-hg820 {
    height: 820px !important;
  }
  .u-sp-hg825 {
    height: 825px !important;
  }
  .u-sp-hg830 {
    height: 830px !important;
  }
  .u-sp-hg835 {
    height: 835px !important;
  }
  .u-sp-hg840 {
    height: 840px !important;
  }
  .u-sp-hg845 {
    height: 845px !important;
  }
  .u-sp-hg850 {
    height: 850px !important;
  }
  .u-sp-hg855 {
    height: 855px !important;
  }
  .u-sp-hg860 {
    height: 860px !important;
  }
  .u-sp-hg865 {
    height: 865px !important;
  }
  .u-sp-hg870 {
    height: 870px !important;
  }
  .u-sp-hg875 {
    height: 875px !important;
  }
  .u-sp-hg880 {
    height: 880px !important;
  }
  .u-sp-hg885 {
    height: 885px !important;
  }
  .u-sp-hg890 {
    height: 890px !important;
  }
  .u-sp-hg895 {
    height: 895px !important;
  }
  .u-sp-hg900 {
    height: 900px !important;
  }
  .u-sp-hg905 {
    height: 905px !important;
  }
  .u-sp-hg910 {
    height: 910px !important;
  }
  .u-sp-hg915 {
    height: 915px !important;
  }
  .u-sp-hg920 {
    height: 920px !important;
  }
  .u-sp-hg925 {
    height: 925px !important;
  }
  .u-sp-hg930 {
    height: 930px !important;
  }
  .u-sp-hg935 {
    height: 935px !important;
  }
  .u-sp-hg940 {
    height: 940px !important;
  }
  .u-sp-hg945 {
    height: 945px !important;
  }
  .u-sp-hg950 {
    height: 950px !important;
  }
  .u-sp-hg955 {
    height: 955px !important;
  }
  .u-sp-hg960 {
    height: 960px !important;
  }
  .u-sp-hg965 {
    height: 965px !important;
  }
  .u-sp-hg970 {
    height: 970px !important;
  }
  .u-sp-hg975 {
    height: 975px !important;
  }
  .u-sp-hg980 {
    height: 980px !important;
  }
  .u-sp-hg985 {
    height: 985px !important;
  }
  .u-sp-hg990 {
    height: 990px !important;
  }
  .u-sp-hg995 {
    height: 995px !important;
  }
  .u-sp-hg1000 {
    height: 1000px !important;
  }
  .u-sp-mah-n {
    max-height: none !important;
  }
  .u-sp-mah-100p {
    max-height: 100% !important;
  }
  .u-sp-miw-0 {
    min-width: 0 !important;
  }
  .u-sp-mih-0 {
    min-height: 0 !important;
  }
}
/* マルチカラムレイアウト
------------------------------------------------------------ */
.u-cc-1 {
  -moz-column-count: 1 !important;
  column-count: 1 !important;
}

.u-cc-2 {
  -moz-column-count: 2 !important;
  column-count: 2 !important;
}

.u-cc-3 {
  -moz-column-count: 3 !important;
  column-count: 3 !important;
}

.u-cc-4 {
  -moz-column-count: 4 !important;
  column-count: 4 !important;
}

@media screen and (max-width: 767px) {
  .u-sp-cc-1 {
    -moz-column-count: 1 !important;
    column-count: 1 !important;
  }
  .u-sp-cc-2 {
    -moz-column-count: 2 !important;
    column-count: 2 !important;
  }
  .u-sp-cc-3 {
    -moz-column-count: 3 !important;
    column-count: 3 !important;
  }
  .u-sp-cc-4 {
    -moz-column-count: 4 !important;
    column-count: 4 !important;
  }
}
* {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  box-sizing: border-box;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
}

body {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  position: relative;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-smoothing: antialiased;
  width: 100%;
}

article,
aside,
dialog,
figure,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

hr {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

input,
select {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
}

@media print, screen and (min-width: 769px) {
  html {
    overflow-y: scroll;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  html {
    font-size: 0.9765625vw;
  }
}
body {
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 400;
  padding-top: 80px;
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  body::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 80px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 80px);
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 0.5s ease, visibility 0.5s ease;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s all;
  }
  body._gnav-show_::before {
    visibility: visible;
    opacity: 1;
    z-index: 6;
  }
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 50px;
  }
}
a {
  text-decoration: underline;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    text-decoration: none;
  }
}
a .icon-filter_none::before {
  display: inline-block;
}

sup {
  vertical-align: super;
}

input,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  input,
  select,
  textarea {
    font-size: 1.6rem !important;
  }
}
input::-moz-placeholder {
  opacity: 0.5;
}

input::placeholder {
  opacity: 0.5;
}

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

.icon-filter_none {
  margin: 0 3px;
  color: #00AEE1;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

@font-face {
  font-family: "icomoon";
  src: url("/common/icon/fonts/icomoon.eot?4ba758");
  src: url("/common/icon/fonts/icomoon.eot?4ba758#iefix") format("embedded-opentype"), url("/common/icon/fonts/icomoon.woff2?4ba758") format("woff2"), url("/common/icon/fonts/icomoon.ttf?4ba758") format("truetype"), url("/common/icon/fonts/icomoon.woff?4ba758") format("woff"), url("/common/icon/fonts/icomoon.svg?4ba758#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-] .__hidden, [class*=" icon-"] .__hidden {
  font-size: 1px;
  position: absolute;
  top: -999999px;
  left: -999999px;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  display: block;
  opacity: 0;
}

.icon-blog:before {
  content: "\e90e";
}

.icon-contact:before {
  content: "\e908";
}

.icon-event:before {
  content: "\e91c";
}

.icon-add:before {
  content: "\e909";
}

.icon-document:before {
  content: "\e910";
}

.icon-home:before {
  content: "\e911";
}

.icon-youtube:before {
  content: "\e912";
}

.icon-workflow:before {
  content: "\e90f";
}

.icon-checkbox:before {
  content: "\e907";
}

.icon-createmode_editedit:before {
  content: "\e90d";
}

.icon-remove:before {
  content: "\e90a";
}

.icon-storage:before {
  content: "\e900";
}

.icon-border_color:before {
  content: "\e901";
}

.icon-insert_drive_file:before {
  content: "\e902";
}

.icon-cloud:before {
  content: "\e903";
}

.icon-desktop_mac:before {
  content: "\e904";
}

.icon-filter_none:before {
  content: "\e90b";
}

.icon-grouppeople:before {
  content: "\e905";
}

.icon-httpslock:before {
  content: "\e906";
}

.icon-settings:before {
  content: "\e90c";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-download:before {
  content: "\e913";
}

.icon-pdf-file:before {
  content: "\e914";
}

.icon-circle-down:before {
  content: "\e915";
}

.icon-circle-left:before {
  content: "\e916";
}

.icon-circle-right:before {
  content: "\e917";
}

.icon-circle-up:before {
  content: "\e918";
}

.icon-arrow:before {
  content: "\e919";
}

.icon-window:before {
  content: "\e91a";
}

.icon-clear:before {
  content: "\e91b";
}

.e-a-txt-arrow {
  font-size: 1.8rem;
  color: #333;
  line-height: 1.8;
  text-decoration: none;
}

@media print, screen and (min-width: 1025px) {
  .e-a-txt-arrow {
    -webkit-text-decoration: underline 1px solid;
    text-decoration: underline 1px solid;
    text-decoration-color: transparent;
    text-underline-offset: 4px;
    transition: 0.5s all;
  }
}
@media print and (hover: hover) and (pointer: fine), screen and (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .e-a-txt-arrow:hover {
    color: #0079AE;
    text-decoration-color: #0079AE;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .e-a-txt-arrow:hover .__ico {
    background: #0079AE;
  }
}
@media screen and (max-width: 768px) {
  .e-a-txt-arrow {
    font-size: 1.5rem;
  }
}
.e-a-txt-arrow .__ico {
  color: #fff;
  font-size: 1rem;
  background: #00AEE1;
  line-height: 1;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: text-bottom;
  margin-left: 8px;
  transition: 0.5s all;
}

@media screen and (max-width: 768px) {
  .e-a-txt-arrow .__ico {
    transform: scale(0.8);
  }
}
.e-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-width: 300px;
  height: 60px;
  padding: 0 40px;
  background: #00AEE1;
  color: #fff !important;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  transition: 0.5s all;
  border-radius: 50px;
  z-index: 1;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .e-btn {
    width: 85%;
    min-width: auto;
    height: 50px;
    font-size: 1.5rem;
    padding: 0 30px;
  }
}
.e-btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: #0079AE;
  z-index: -1;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.5s;
}

.e-btn::after {
  display: none !important;
}

@media (hover: hover) and (pointer: fine) {
  .e-btn:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
.e-btn:not(._disabled_) {
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
  .e-btn:not(._disabled_):hover {
    color: #fff;
  }
  .e-btn:not(._disabled_):hover .__elem::before {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    opacity: 0;
    transform: translateX(25px);
  }
  .e-btn:not(._disabled_):hover .__elem::after {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
    transform: translateX(0);
  }
}
.e-btn._disabled_ {
  opacity: 0.5;
}

.e-btn._w-l_ {
  min-width: 320px;
  height: 70px;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .e-btn._w-l_ {
    width: 85%;
    min-width: 0;
    height: 50px;
    font-size: 1.6rem;
  }
}
.e-btn._w-s_ {
  min-width: inherit;
  min-width: 170px;
  height: 50px;
}

@media screen and (max-width: 768px) {
  .e-btn._w-s_ {
    width: 85%;
    min-width: 0;
    min-height: 35px;
    font-size: 1.5rem;
  }
}
.e-btn._w-xs_ {
  min-width: inherit;
  min-width: 160px;
  height: 45px;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .e-btn._w-xs_ {
    width: auto;
    min-width: 0;
    height: 40px;
    padding: 0 30px;
    font-size: 1.2rem;
  }
}
.e-btn._orange_ {
  background: #EC7E11;
}

.e-btn._orange_::before {
  background: #FF9E3E;
}

.e-btn._black_ {
  background: #000;
}

.e-btn._black_::before {
  background: #393939;
}

.e-btn._red_ {
  background: #CE2F19;
}

.e-btn._red_::before {
  background: #d14836;
}

.e-btn._navy_ {
  background: #232F3E;
}

.e-btn._navy_::before {
  background: #37495e;
}

.e-btn._blue_ {
  background: #0079AE;
}

.e-btn._blue_::before {
  background: #393939;
}

.e-btn._blue02_ {
  background: #004397;
}

.e-btn._blue02_::before {
  background: #1b5daf;
}

.e-btn._blue03_ {
  background: #2A69B2;
}

.e-btn._blue03_::before {
  background: #4985cb;
}

.e-btn._gray_ {
  color: #333;
  background: #dcdcdc;
}

.e-btn._gray_::before {
  background: #BEBEBE;
}

@media (hover: hover) and (pointer: fine) {
  .e-btn._gray_:hover {
    color: #333;
  }
}
.e-btn-arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-width: 300px;
  height: 60px;
  padding: 0 40px;
  background: #00AEE1;
  color: #fff !important;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  line-height: 1.4;
  transition: 0.5s all;
  border-radius: 50px;
  z-index: 1;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .e-btn-arrow {
    width: 85%;
    min-width: auto;
    height: 50px;
    font-size: 1.5rem;
    padding: 0 30px;
  }
}
.e-btn-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: #0079AE;
  z-index: -1;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.5s;
}

.e-btn-arrow::after {
  display: none !important;
}

@media (hover: hover) and (pointer: fine) {
  .e-btn-arrow:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
.e-btn-arrow__ico {
  position: absolute;
  top: 50%;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -5px;
  width: 11px;
  height: 10px;
  line-height: 0;
  overflow: hidden;
  vertical-align: top;
}

.e-btn-arrow__ico._left_ {
  left: 15px;
  right: inherit;
}

.e-btn-arrow__ico .__elem {
  position: relative;
  display: block;
  line-height: 0;
  width: 11px;
  height: 10px;
}

.e-btn-arrow__ico .__elem::after, .e-btn-arrow__ico .__elem::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 11px;
  height: 10px;
  background: url(/common/img/common/ico_arrow.svg) no-repeat 0 0;
  background-size: 11px 10px;
}

.e-btn-arrow__ico .__elem::after {
  transform: translateX(-25px);
}

.e-btn-arrow__ico .__elem._close_::after, .e-btn-arrow__ico .__elem._close_::before {
  background: url(/common/img/common/ico_close.svg) no-repeat 0 0;
}

.e-btn-arrow__ico .__elem._plus_::after, .e-btn-arrow__ico .__elem._plus_::before {
  background: url(/common/img/common/ico_plus.svg) no-repeat 0 0;
}

.e-btn-arrow__ico .__elem._window_::after, .e-btn-arrow__ico .__elem._window_::before {
  background: url(/common/img/common/ico_window.svg) no-repeat 0 0;
}

.e-btn-arrow__ico .__elem._top_::after, .e-btn-arrow__ico .__elem._top_::before {
  background: url(/common/img/common/ico_arrow_top.svg) no-repeat 0 0;
}

.e-btn-arrow__ico .__elem._down_::after, .e-btn-arrow__ico .__elem._down_::before {
  background: url(/common/img/common/ico_arrow_down.svg) no-repeat 0 0;
}

.e-btn-arrow__ico .__elem._prev_::after, .e-btn-arrow__ico .__elem._prev_::before {
  background: url(/common/img/common/ico_arrow_prev.svg) no-repeat 0 0;
}

.e-btn-arrow:not(._disabled_) {
  cursor: pointer;
}

@media (hover: hover) and (pointer: fine) {
  .e-btn-arrow:not(._disabled_):hover {
    color: #fff;
  }
  .e-btn-arrow:not(._disabled_):hover .__elem::before {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    opacity: 0;
    transform: translateX(25px);
  }
  .e-btn-arrow:not(._disabled_):hover .__elem::after {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
    transform: translateX(0);
  }
}
.e-btn-arrow._disabled_ {
  opacity: 0.5;
}

.e-btn-arrow._w-l_ {
  min-width: 320px;
  height: 70px;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .e-btn-arrow._w-l_ {
    width: 85%;
    min-width: 0;
    height: 50px;
    font-size: 1.6rem;
  }
}
.e-btn-arrow._w-s_ {
  min-width: inherit;
  min-width: 170px;
  height: 50px;
}

@media screen and (max-width: 768px) {
  .e-btn-arrow._w-s_ {
    width: 85%;
    min-width: 0;
    min-height: 35px;
    font-size: 1.5rem;
  }
}
.e-btn-arrow._w-xs_ {
  min-width: inherit;
  min-width: 160px;
  height: 45px;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .e-btn-arrow._w-xs_ {
    width: auto;
    min-width: 0;
    height: 40px;
    padding: 0 30px;
    font-size: 1.2rem;
  }
}
.e-btn-arrow._orange_ {
  background: #EC7E11;
}

.e-btn-arrow._orange_::before {
  background: #FF9E3E;
}

.e-btn-arrow._black_ {
  background: #000;
}

.e-btn-arrow._black_::before {
  background: #393939;
}

.e-btn-arrow._red_ {
  background: #CE2F19;
}

.e-btn-arrow._red_::before {
  background: #d14836;
}

.e-btn-arrow._navy_ {
  background: #232F3E;
}

.e-btn-arrow._navy_::before {
  background: #37495e;
}

.e-btn-arrow._blue_ {
  background: #0079AE;
}

.e-btn-arrow._blue_::before {
  background: #393939;
}

.e-btn-arrow._blue02_ {
  background: #004397;
}

.e-btn-arrow._blue02_::before {
  background: #1b5daf;
}

.e-btn-arrow._blue03_ {
  background: #2A69B2;
}

.e-btn-arrow._blue03_::before {
  background: #4985cb;
}

.e-btn-arrow._gray_ {
  color: #333 !important;
  background: #dcdcdc;
}

.e-btn-arrow._gray_::before {
  background: #BEBEBE;
}

@media (hover: hover) and (pointer: fine) {
  .e-btn-arrow._gray_:hover {
    color: #333 !important;
  }
}
.e-form-check .__elem {
  display: none;
}

.e-form-check .__elem:checked + .__txt::after {
  opacity: 1;
}

.e-form-check .__txt {
  position: relative;
  padding: 0 0 0 20px;
  cursor: pointer;
}

.e-form-check .__txt::before {
  left: 0;
  width: 14px;
  height: 14px;
  border: 2px solid #d9d9d9;
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.e-form-check .__txt::after {
  left: 1px;
  content: "\f00c";
  color: #00AEE1;
  font-family: "icomoon";
  font-size: 1.6rem;
  font-weight: 600;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.e-form-check-btn .__elem {
  display: none;
}

.e-form-check-btn .__elem:checked + .__txt {
  background: #C4E2EF;
  border: 1px solid #C4E2EF;
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 500;
}

.e-form-check-btn .__elem:checked + .__txt::before {
  color: #0079AE;
}

.e-form-check-btn .__txt {
  position: relative;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #686868;
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 400;
  padding: 10px 25px 10px 35px;
  background: #ECECEC;
  border: 1px solid #e8e8e8;
  border-radius: 25px;
  display: inline-block;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .e-form-check-btn .__txt {
    font-size: 1.3rem;
    padding: 7px 15px 7px 28px;
  }
}
.e-form-check-btn .__txt::before {
  left: 15px;
  content: "\e907";
  color: #b1b1b1;
  font-family: "icomoon";
  font-size: 1.3rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  .e-form-check-btn .__txt::before {
    left: 12px;
    font-size: 1.2rem;
  }
}
.e-form-check-btn._line_ .__elem:checked + .__txt {
  background: none;
  color: #0079AE;
  border: 1px solid #0079AE;
}

.e-form-check-btn._line_ .__txt {
  background: none;
}

.e-form-radio .__elem {
  display: none;
}

.e-form-radio .__elem:checked + .__txt::after {
  opacity: 1;
}

.e-form-radio .__txt {
  position: relative;
  padding: 0 0 0 20px;
  cursor: pointer;
}

.e-form-radio .__txt::before {
  left: 0;
  content: "";
  border: 2px solid #d9d9d9;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.e-form-radio .__txt::after {
  left: 5px;
  content: "";
  background: #00AEE1;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.e-form-select {
  display: inline-block;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #e8e8e8;
}

.e-form-text {
  display: inline-block;
  width: 100%;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #e8e8e8;
  color: #333;
}

.e-form-text._w-m_ {
  max-width: 350px;
}

.e-form-text._w-s_ {
  max-width: 100px;
}

.e-form-text._w-a_ {
  width: auto;
}

.e-form-textarea {
  display: inline-block;
  width: 100%;
  padding: 10px;
  background: #fff;
  border: 1px solid #e8e8e8;
  color: #333;
}

.e-h1 {
  background: url("/common/img/common/bg_h1.png") no-repeat right center/contain, linear-gradient(135deg, #cbe8f6 70%, #ecf6fb 100%);
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  .e-h1 {
    padding: 25px 0;
  }
}
.e-h1__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .e-h1__inner {
    padding: 0 15px;
  }
}
.e-h1__elem {
  font-size: 4.4rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 700;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .e-h1__elem {
    font-size: 2.2rem;
  }
}
.e-h1._sm_ {
  padding: 35px 0;
}

@media screen and (max-width: 768px) {
  .e-h1._sm_ {
    padding: 20px 0;
  }
}
.e-h1._sm_ .e-h1__elem {
  font-size: 3.4rem;
}

@media screen and (max-width: 768px) {
  .e-h1._sm_ .e-h1__elem {
    font-size: 2rem;
  }
}
.e-h2 {
  margin: 0 0 40px;
  font-size: 3.2rem;
  line-height: 1.3;
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 500;
  text-align: center;
}

.e-h2._c-white_ {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .e-h2 {
    font-size: 2.1rem;
    margin: 0 0 25px;
  }
}
.e-h2._line_ {
  font-size: 2.8rem;
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 500;
  text-align: left;
  border-bottom: 3px solid #02A6D6;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .e-h2._line_ {
    font-size: 2.1rem;
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
}
._migration_ h2 {
  line-height: 1.3;
  font-size: 2.8rem;
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 500;
  text-align: left;
  border-bottom: 3px solid #02A6D6;
  margin: 0 0 30px;
  padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
  ._migration_ h2 {
    font-size: 2.1rem;
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
}
.e-h3,
.c-entry-body h3 {
  margin: 0 0 25px;
  padding: 0 0 15px 20px;
  font-size: 2.4rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 500;
  border-bottom: 1px solid #D4D4D4;
  position: relative;
}

.e-h3::before,
.c-entry-body h3::before {
  content: "";
  border-left: 4px solid #00AEE1;
  position: absolute;
  left: 0;
  top: 2px;
  width: 4px;
  height: calc(100% - 17px);
}

@media screen and (max-width: 768px) {
  .e-h3,
  .c-entry-body h3 {
    margin: 0 0 15px;
    font-size: 1.9rem;
    margin: 0 0 20px;
    padding: 0 0 12px 15px;
  }
}
.e-h4 {
  position: relative;
  margin: 0 0 20px;
  padding: 3px 0 3px 15px;
  border-left: 3px solid #00AEE1;
  font-size: 2.1rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .e-h4 {
    margin: 0 0 15px;
    padding: 2px 0 2px 10px;
    font-size: 1.7rem;
  }
}
.e-h5,
._migration_ h4,
._migration_ .m-box._line-gray_ h5 {
  margin: 0 0 15px;
  font-size: 1.9rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .e-h5,
  ._migration_ h4,
  ._migration_ .m-box._line-gray_ h5 {
    margin: 0 0 10px;
    font-size: 1.6rem;
  }
}
.e-h6,
.c-entry-body h6 {
  margin: 0 0 15px;
  color: #00AEE1;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .e-h6,
  .c-entry-body h6 {
    margin: 0 0 15px;
    font-size: 1.5rem;
  }
}
.e-iframe {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.e-iframe .__elem {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.e-list__item:not(:first-child) {
  margin-top: 8px;
}

.e-list-circle__item {
  position: relative;
  padding-left: 15px;
}

.e-list-circle__item:not(:first-child) {
  margin-top: 8px;
}

.e-list-circle__item::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  display: block;
  content: "";
  background: #00AEE1;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.e-list-circle._black_ .e-list-circle__item::before {
  background: #333;
}

/* 過去記事移行のスタイル 上記スタイルを修正の場合は下記も修正 */
._migration_ .e-list-circle > li {
  position: relative;
  padding-left: 15px;
}

._migration_ .e-list-circle > li:not(:first-child) {
  margin-top: 8px;
}

._migration_ .e-list-circle > li::before {
  position: absolute;
  top: 0.7em;
  left: 0;
  display: block;
  content: "";
  background: #00AEE1;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

._migration_ .e-list-circle._black_ li::before {
  background: #333;
}

.e-list-number {
  counter-reset: number 0;
}

.e-list-number__item {
  position: relative;
  padding-left: 1.2em;
}

.e-list-number__item:not(:first-child) {
  margin-top: 8px;
}

.e-list-number__item::before {
  counter-increment: number;
  content: counter(number) ".";
  display: block;
  position: absolute;
  left: 0;
}

.e-list-number._red_ .e-list-number__item::before {
  color: #d30025;
}

/* 過去記事移行のスタイル 上記スタイルを修正の場合は下記も修正 */
._migration_ ol {
  counter-reset: number 0;
}

._migration_ ol > li {
  position: relative;
  padding-left: 1.2em;
}

._migration_ ol > li:not(:first-child) {
  margin-top: 8px;
}

._migration_ ol > li::before {
  counter-increment: number;
  content: counter(number) ".";
  display: block;
  position: absolute;
  left: 0;
}

._migration_ ol._red_ li::before {
  color: #d30025;
}

.e-list-check__item {
  position: relative;
  padding-left: 20px;
}

.e-list-check__item:not(:first-child) {
  margin-top: 8px;
}

.e-list-check__item::before {
  position: absolute;
  left: 0;
  display: block;
  content: "\e907";
  color: #00AEE1;
  font-family: "icomoon";
  font-size: 1.4rem;
}

.e-list-check._black_ .e-list-check__item::before {
  background: #333;
}

.e-list-square__item {
  position: relative;
  padding-left: 15px;
}

.e-list-square__item:not(:first-child) {
  margin-top: 8px;
}

.e-list-square__item::before {
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0.7em;
  left: 0;
  display: block;
  content: "";
  background: #00AEE1;
}

.e-list-square._black_ .e-list-square__item::before {
  background: #333;
}

.e-list-link__item {
  position: relative;
  padding-left: 13px;
}

.e-list-link__item:not(:first-child) {
  margin-top: 8px;
}

.e-list-link__item::before {
  position: absolute;
  top: 0.2em;
  left: 0;
  display: block;
  content: "\f105";
  color: #00AEE1;
  font-family: "icomoon";
  font-size: 1.4rem;
}

.e-list-link._black_ .e-list-link__item::before {
  background: #333;
}

/* 過去記事移行のスタイル 上記スタイルを修正の場合は下記も修正 */
._migration_ .e-list-link > li {
  position: relative;
  padding-left: 13px;
}

._migration_ .e-list-link > li:not(:first-child) {
  margin-top: 8px;
}

._migration_ .e-list-link > li::before {
  position: absolute;
  top: 0.2em;
  left: 0;
  display: block;
  content: "\f105";
  color: #00AEE1;
  font-family: "icomoon";
  font-size: 1.4rem;
}

._migration_ .e-list-link._black_ li::before {
  background: #333;
}

.e-label {
  width: 120px;
  height: 25px;
  text-align: center;
  font-size: 1.4rem;
  font-feature-settings: "palt";
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .e-label {
    height: 22px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .e-label {
    height: 24px;
    font-size: 1.3rem;
  }
}
.e-label._w-l_ {
  width: auto;
  min-width: 120px;
  height: 36px;
  font-size: 1.6rem;
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  .e-label._w-l_ {
    height: 26px;
    font-size: 1.4rem;
  }
}
.e-label._w-s_ {
  width: 100px;
}

@media screen and (max-width: 768px) {
  .e-label._w-s_ {
    width: 90px;
  }
}
.e-label._w-a_ {
  width: auto;
  min-width: 100px;
  padding: 0 10px;
}

.e-label._blue_ {
  background: #0074B5;
}

.e-label._gray_ {
  background: #636363;
}

.e-label._green_ {
  background: #00926B;
}

.e-label._aqua_ {
  background: #02b3bd;
}

.e-tag {
  height: 25px;
  color: #333 !important;
  text-align: center;
  font-size: 1.4rem;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #C4E2EF;
  border: 1px solid transparent;
  border-radius: 20px;
  padding: 0 7px;
  position: relative;
  transition: 0.5s all;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .e-tag {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .e-tag {
    font-size: 1.3rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .e-tag._link_:hover {
    color: #fff !important;
    background: #0074B5;
  }
}
.e-tag._w-s_ {
  width: 100px;
}

.e-tag._blue_ {
  background: #0074B5;
}

.e-tag._line-blue_ {
  color: #0074B5 !important;
  background: transparent;
  border: 1px solid #0074B5;
}

.e-hashtag {
  font-size: 1.4rem;
}

.e-hashtag::before {
  content: "#";
  color: #00AEE1;
}

.e-flag {
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 10px;
  margin: 0;
  padding: 10px 0;
  z-index: 2;
  width: 46px;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 700;
}

.e-flag::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left-width: 23px;
  border-left-style: solid;
  border-right-width: 23px;
  border-right-style: solid;
  border-bottom: 8px solid transparent;
}

.e-flag._yellow_ {
  background: linear-gradient(#EC7E11 0%, #ECC811 100%);
}

.e-flag._yellow_::after {
  border-left-color: #ECC811;
  border-right-color: #ECC811;
}

.e-flag._lg_ {
  width: 60px;
  font-size: 1.6rem;
  padding: 15px 0;
  left: auto;
  right: 36px;
}

.e-flag._lg_::after {
  border-left-width: 30px;
  border-right-width: 30px;
  border-bottom: 10px solid transparent;
}

@media screen and (max-width: 768px) {
  .e-flag._lg_ {
    width: 50px;
    font-size: 1.5rem;
    padding: 13px 0;
    left: 10px;
    right: auto;
  }
  .e-flag._lg_::after {
    border-left-width: 25px;
    border-right-width: 25px;
    border-bottom: 8px solid transparent;
  }
}
.e-figure {
  text-align: center;
}

.e-figure .__caption {
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: left;
}

.m-box {
  padding: 30px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .m-box {
    padding: 24px;
  }
}
@media screen and (max-width: 768px) {
  .m-box {
    padding: 15px;
  }
}
.m-box._gray_ {
  background: #f9f9f9;
}

.m-box._line-gray_ {
  border: 1px solid #e8e8e8;
  box-shadow: none;
}

.m-box._blue_ {
  background: #E7F5FC;
}

.m-box._yellow_ {
  background: #FFFADF;
}

.m-box._no-shadow_ {
  box-shadow: none;
}

.m-indent {
  display: table;
}

.m-indent .__item {
  display: table-cell;
  white-space: nowrap;
}

.m-indent._space_ .__item {
  padding-right: 5px;
}

.m-noscript {
  padding: 10px 15px;
  background: #00AEE1;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}

.m-pager {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0 5px;
  grid-template-areas: "prev list next";
  margin-top: 80px;
  padding: 25px 0 0;
  line-height: 1.4;
  border-top: 1px solid #e8e8e8;
}

@media screen and (max-width: 768px) {
  .m-pager {
    margin-top: 40px;
  }
}
.m-pager__item {
  display: flex;
}

.m-pager__item._prev_ {
  grid-area: prev;
  justify-content: flex-start;
}

.m-pager__item._next_ {
  grid-area: next;
  justify-content: flex-end;
}

.m-pager__item._list_ {
  grid-area: list;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .m-pager__item .e-btn,
  .m-pager__item .e-btn-arrow {
    width: 100%;
    height: 40px;
    font-size: 1.2rem;
    padding: 0 20px;
  }
}
.m-pagination {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px 0 0;
  line-height: 1.4;
}

.m-pagination__item {
  margin: 0 3px 5px;
}

@media screen and (max-width: 768px) {
  .m-pagination__item {
    margin-bottom: 10px;
  }
}
.m-pagination__link {
  display: block;
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #333;
  color: #333;
  text-decoration: none;
  border-radius: 3px;
  transition: 0.5s all;
}

@media screen and (max-width: 768px) {
  .m-pagination__link {
    padding: 8px 12px;
  }
}
.m-pagination__link._current_ {
  background: #333;
  color: #fff;
  opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
  .m-pagination__link:hover {
    background: #333;
    color: #fff;
    opacity: 1;
  }
}
.m-table,
.c-entry-body table {
  font-size: 1.6rem;
  line-height: 1.5;
  width: 100%;
}

.m-table th,
.m-table td,
.c-entry-body table th,
.c-entry-body table td {
  padding: 20px;
  border: 1px solid #e8e8e8;
  text-align: left;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .m-table th,
  .m-table td,
  .c-entry-body table th,
  .c-entry-body table td {
    padding: 15px;
  }
}
.m-table th,
.c-entry-body table th {
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 500;
}

.m-table ._al-l_,
.c-entry-body table ._al-l_ {
  text-align: left;
}

.m-table ._al-r_,
.c-entry-body table ._al-r_ {
  text-align: right;
}

.m-table ._al-c_,
.c-entry-body table ._al-c_ {
  text-align: center;
}

.m-table ._nowrap_,
.c-entry-body table ._nowrap_ {
  white-space: nowrap;
}

.m-table ._blue_,
.c-entry-body table ._blue_ {
  background: #F2F6F8;
}

.m-table ._gray_,
.c-entry-body table ._gray_ {
  background: #f2f2f2;
}

@media screen and (max-width: 768px) {
  .m-table._sp-col1_,
  .c-entry-body table._sp-col1_ {
    display: block;
  }
  .m-table._sp-col1_ thead,
  .m-table._sp-col1_ tbody,
  .m-table._sp-col1_ tr,
  .m-table._sp-col1_ th,
  .m-table._sp-col1_ td,
  .c-entry-body table._sp-col1_ thead,
  .c-entry-body table._sp-col1_ tbody,
  .c-entry-body table._sp-col1_ tr,
  .c-entry-body table._sp-col1_ th,
  .c-entry-body table._sp-col1_ td {
    display: block;
  }
  .m-table._sp-col1_ th,
  .c-entry-body table._sp-col1_ th {
    padding: 10px 15px;
  }
  .m-table._wide_,
  .c-entry-body table._wide_ {
    border: none;
    display: block;
  }
  .m-table._wide_ th,
  .m-table._wide_ td,
  .c-entry-body table._wide_ th,
  .c-entry-body table._wide_ td {
    display: block;
    padding: 5px 8px;
    border-bottom-width: 0;
    border-right-width: 0;
    text-align: center;
  }
  .m-table._wide_ th,
  .c-entry-body table._wide_ th {
    width: auto;
    text-align: left;
  }
  .m-table._wide_ .m-table__head,
  .m-table._wide_ .c-entry-body table__head,
  .c-entry-body table._wide_ .m-table__head,
  .c-entry-body table._wide_ .c-entry-body table__head {
    display: block;
    float: left;
    overflow-x: scroll;
  }
  .m-table._wide_ .m-table__body,
  .m-table._wide_ .c-entry-body table__body,
  .c-entry-body table._wide_ .m-table__body,
  .c-entry-body table._wide_ .c-entry-body table__body {
    display: block;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
  }
  .m-table._wide_ .m-table__body tr,
  .m-table._wide_ .c-entry-body table__body tr,
  .c-entry-body table._wide_ .m-table__body tr,
  .c-entry-body table._wide_ .c-entry-body table__body tr {
    display: inline-block;
    margin: 0 -3px;
  }
  .m-table._wide_ .m-table__body tr:last-child th,
  .m-table._wide_ .m-table__body tr:last-child td,
  .m-table._wide_ .c-entry-body table__body tr:last-child th,
  .m-table._wide_ .c-entry-body table__body tr:last-child td,
  .c-entry-body table._wide_ .m-table__body tr:last-child th,
  .c-entry-body table._wide_ .m-table__body tr:last-child td,
  .c-entry-body table._wide_ .c-entry-body table__body tr:last-child th,
  .c-entry-body table._wide_ .c-entry-body table__body tr:last-child td {
    border-right-width: 1px;
  }
  .m-table._wide_ .m-table__head th:last-child, .m-table._wide_ .m-table__body td:last-child,
  .m-table._wide_ .c-entry-body table__head th:last-child,
  .m-table._wide_ .c-entry-body table__body td:last-child,
  .c-entry-body table._wide_ .m-table__head th:last-child,
  .c-entry-body table._wide_ .m-table__body td:last-child,
  .c-entry-body table._wide_ .c-entry-body table__head th:last-child,
  .c-entry-body table._wide_ .c-entry-body table__body td:last-child {
    border-bottom-width: 1px;
  }
  .m-table._list_,
  .c-entry-body table._list_ {
    border: none;
  }
  .m-table._list_ tr,
  .c-entry-body table._list_ tr {
    display: block;
    margin: 0 0 20px;
  }
  .m-table._list_ th,
  .c-entry-body table._list_ th {
    display: block;
  }
  .m-table._list_ td,
  .c-entry-body table._list_ td {
    display: list-item;
    margin: 0 0 0 20px;
    padding: 5px 0 0;
    border: none;
    background: none;
  }
}
._migration_ th {
  background: #F2F6F8;
}

.m-panel {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.m-panel._gray_ .m-panel__body {
  background: #F8F8F8;
}

.m-panel__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  transition: 0.5s all;
  z-index: 1;
}

@media (hover: hover) and (pointer: fine) {
  .m-panel__link:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 768px) {
  .m-panel__link {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  }
}
.m-panel__link:hover ~ .m-panel__pic .__elem {
  transform: scale(1.05);
}

.m-panel__link:hover ~ .m-panel__body > .m-panel__ttl, .m-panel__link:hover ~ .m-panel__body > .m-panel__txt, .m-panel__link:hover ~ .m-panel__body > .m-panel__summary, .m-panel__link:hover ~ .m-panel__body > .m-panel__event-txt, .m-panel__link:hover ~ .m-panel__body > .m-panel__event-sub {
  color: #0079AE;
  text-decoration-color: #0079AE;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.m-panel__pic {
  aspect-ratio: 76/39;
  overflow: hidden;
}

.m-panel__pic .__elem {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.5s all;
}

.m-panel__body {
  background: #fff;
  padding: 25px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .m-panel__body {
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .m-panel__body {
    padding: 15px 12px 20px;
  }
}
.m-panel__ttl {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 500;
  -webkit-text-decoration: underline 1px solid;
  text-decoration: underline 1px solid;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  transition: 0.5s all;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .m-panel__ttl {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .m-panel__ttl {
    font-size: 1.6rem;
  }
}
* + .m-panel__ttl {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  * + .m-panel__ttl {
    margin-top: 10px;
  }
}
.m-panel__date + .m-panel__ttl {
  margin-top: 10px;
}

.m-panel__event-date {
  font-size: 1.4rem;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
  font-feature-settings: "palt";
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .m-panel__event-date {
    font-size: 1.4rem;
    margin-top: 10px;
    gap: 3px;
  }
}
@media screen and (max-width: 768px) {
  .m-panel__event-date {
    margin-top: 10px;
    gap: 3px;
  }
}
.m-panel__txt {
  margin-top: 10px;
  -webkit-text-decoration: underline 1px solid;
  text-decoration: underline 1px solid;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  transition: 0.5s all;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .m-panel__txt {
    font-size: 1.4rem;
  }
}
.m-panel__summary {
  font-size: 1.3rem;
  line-height: 1.7;
  margin-top: 15px;
  -webkit-text-decoration: underline 1px solid;
  text-decoration: underline 1px solid;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  transition: 0.5s all;
}

.m-panel__event-txt {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 700;
  margin-top: 10px;
  -webkit-text-decoration: underline 1px solid;
  text-decoration: underline 1px solid;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  transition: 0.5s all;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .m-panel__event-txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .m-panel__event-txt {
    font-size: 1.6rem;
  }
}
.m-panel__event-sub {
  font-size: 1.5rem;
  margin-top: 8px;
  -webkit-text-decoration: underline 1px solid;
  text-decoration: underline 1px solid;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  transition: 0.5s all;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .m-panel__event-sub {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .m-panel__event-sub {
    font-size: 1.4rem;
  }
}
.m-panel__tag {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 15px;
}

.m-panel__tag .e-tag {
  z-index: 5;
}

.m-panel__tag._mt-s_ {
  padding-top: 25px;
  margin-top: auto;
}

@media screen and (max-width: 1024px) {
  .m-panel__tag._mt-s_ {
    padding-top: 15px;
  }
}
.m-panel__hashtag {
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  padding-top: 25px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .m-panel__hashtag {
    padding-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .m-panel__hashtag {
    padding-top: 15px;
  }
}
.m-panel__release-date {
  text-align: right;
  margin-top: 10px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .m-panel__release-date {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .m-panel__release-date {
    font-size: 1.4rem;
    margin-top: 5px;
  }
}
.m-related-panel {
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.m-related-panel__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  transition: 0.5s all;
  z-index: 1;
}

@media (hover: hover) and (pointer: fine) {
  .m-related-panel__link:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 768px) {
  .m-related-panel__link {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  }
}
.m-related-panel__link:hover ~ .m-related-panel__pic .__elem {
  transform: scale(1.05);
}

.m-related-panel__link:hover ~ .m-related-panel__body::after {
  background: #0079AE;
}

.m-related-panel__link:hover ~ .m-related-panel__body > .m-related-panel__txt {
  color: #0079AE;
  text-decoration-color: #0079AE;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.m-related-panel__pic {
  aspect-ratio: 19/9;
  overflow: hidden;
  background: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.m-related-panel__pic .__elem {
  max-width: 100%;
  max-height: 100%;
  transition: 0.5s all;
}

.m-related-panel__body {
  background: #fff;
  padding: 25px 60px 25px 25px;
  flex: 1;
  display: flex;
  align-items: center;
  position: relative;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .m-related-panel__body {
    padding: 20px 60px 20px 20px;
  }
}
@media screen and (max-width: 768px) {
  .m-related-panel__body {
    padding: 15px 60px 15px 15px;
  }
}
.m-related-panel__body::after {
  content: "\e919";
  font-family: "icomoon";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  font-size: 1rem;
  background: #00AEE1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 24px;
  transition: 0.5s all;
}

.m-related-panel__txt {
  font-size: 2.1rem;
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-text-decoration: underline 1px solid;
  text-decoration: underline 1px solid;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  transition: 0.5s all;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .m-related-panel__txt {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 768px) {
  .m-related-panel__txt {
    font-size: 1.8rem;
  }
}
.m-pickup-panel {
  height: 100%;
  display: flex;
  position: relative;
}

@media screen and (max-width: 768px) {
  .m-pickup-panel {
    flex-direction: column;
  }
}
.m-pickup-panel__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  transition: 0.5s all;
  z-index: 1;
}

@media (hover: hover) and (pointer: fine) {
  .m-pickup-panel__link:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 768px) {
  .m-pickup-panel__link {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  }
}
.m-pickup-panel__link:hover ~ .m-pickup-panel__pic .__elem {
  transform: scale(1.05);
}

.m-pickup-panel__link:hover ~ .m-pickup-panel__body > .m-pickup-panel__ttl, .m-pickup-panel__link:hover ~ .m-pickup-panel__body > .m-pickup-panel__summary {
  color: #0079AE;
  text-decoration-color: #0079AE;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.m-pickup-panel__pic {
  width: 55%;
  aspect-ratio: 33/19;
  overflow: hidden;
  background: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .m-pickup-panel__pic {
    width: 100%;
  }
}
.m-pickup-panel__pic .__elem {
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: inherit !important;
  transition: 0.5s all;
}

.m-pickup-panel__body {
  width: 45%;
  background: #fff;
  padding: 35px;
  flex: 1;
  display: flex;
  align-items: flex-start;
  position: relative;
  flex-direction: column;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .m-pickup-panel__body {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .m-pickup-panel__body {
    width: 100%;
    padding: 15px;
  }
}
.m-pickup-panel__date {
  font-size: 1.6rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .m-pickup-panel__date {
    font-size: 1.5rem;
  }
}
.m-pickup-panel__ttl {
  font-size: 2.6rem;
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 700;
  line-height: 1.5;
  margin-top: 10px;
  -webkit-text-decoration: underline 1px solid;
  text-decoration: underline 1px solid;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  transition: 0.5s all;
}

@media screen and (max-width: 768px) {
  .m-pickup-panel__ttl {
    font-size: 1.6rem;
  }
}
.m-pickup-panel__summary {
  font-size: 1.3rem;
  line-height: 1.7;
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 500;
  margin-top: 15px;
  -webkit-text-decoration: underline 1px solid;
  text-decoration: underline 1px solid;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  transition: 0.5s all;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.m-pickup-panel__tag {
  padding-top: 25px;
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.m-pickup-panel__tag .e-tag {
  z-index: 5;
}

.m-recommend-panel {
  height: 100%;
  display: flex;
  position: relative;
}

@media screen and (max-width: 768px) {
  .m-recommend-panel {
    flex-direction: column;
  }
}
.m-recommend-panel__link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  transition: 0.5s all;
  z-index: 1;
}

@media (hover: hover) and (pointer: fine) {
  .m-recommend-panel__link:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 768px) {
  .m-recommend-panel__link {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  }
}
.m-recommend-panel__link:hover ~ .m-recommend-panel__pic .__elem {
  transform: scale(1.05);
}

.m-recommend-panel__link:hover ~ .m-recommend-panel__body > .m-recommend-panel__ttl, .m-recommend-panel__link:hover ~ .m-recommend-panel__body > .m-recommend-panel__summary {
  color: #0079AE;
  text-decoration-color: #0079AE;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.m-recommend-panel__pic {
  width: 25%;
  aspect-ratio: 33/19;
  overflow: hidden;
  background: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .m-recommend-panel__pic {
    width: 100%;
  }
}
.m-recommend-panel__pic .__elem {
  width: auto;
  max-width: inherit !important;
  height: 100%;
  transition: 0.5s all;
}

.m-recommend-panel__body {
  width: 75%;
  background: #fff;
  padding: 24px;
  flex: 1;
  display: flex;
  align-items: flex-start;
  position: relative;
  flex-direction: column;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .m-recommend-panel__body {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .m-recommend-panel__body {
    width: 100%;
    padding: 15px;
  }
}
.m-recommend-panel__date {
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .m-recommend-panel__date {
    font-size: 1.5rem;
  }
}
.m-recommend-panel__ttl {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 700;
  line-height: 1.4;
  margin-top: 10px;
  -webkit-text-decoration: underline 1px solid;
  text-decoration: underline 1px solid;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  transition: 0.5s all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .m-recommend-panel__ttl {
    font-size: 1.6rem;
  }
}
.m-recommend-panel__summary {
  font-size: 1.3rem;
  line-height: 1.6;
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 500;
  margin-top: 10px;
  -webkit-text-decoration: underline 1px solid;
  text-decoration: underline 1px solid;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  transition: 0.5s all;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* common
----------------------------------------------------------- */
/* blog 過去記事スタイル調整
----------------------------------------------------------- */
._migration_ {
  /* 別ウィンドウアイコン非表示
  ----------------------------------------------------------- */
  /* PDFアイコン非表示
  ----------------------------------------------------------- */
  /* こちらもおすすめ非表示
  ----------------------------------------------------------- */
  /* blockquote
  ----------------------------------------------------------- */
  /* lead
  ----------------------------------------------------------- */
  /* 外のaタグ
  ----------------------------------------------------------- */
  /* pタグに囲まれた ボタンスタイル
  ----------------------------------------------------------- */
}

._migration_ .icon-filter_none {
  display: none;
}

._migration_ .icon-pdf-file {
  display: none;
}

._migration_ #blog__div__bottomlink {
  display: none;
}

._migration_ blockquote {
  padding: 30px;
  background: #f9f9f9;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

._migration_ .lead {
  padding: 30px;
  border: 1px solid #e8e8e8;
  box-shadow: none;
}

._migration_ p + a {
  display: block;
  margin-top: 30px;
}

._migration_ p[style="text-align: center;"] .e-btn-arrow,
._migration_ .tac .e-btn-arrow {
  text-decoration: none !important;
}

.c-breadcrumb {
  padding: 15px 0;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .c-breadcrumb {
    padding: 10px 0;
  }
}
.c-breadcrumb__inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .c-breadcrumb__inner {
    padding: 0 15px;
  }
}
.c-breadcrumb__item {
  font-size: 1.3rem !important;
}

@media screen and (max-width: 768px) {
  .c-breadcrumb__item {
    font-size: 1rem !important;
  }
}
.c-breadcrumb__item:not(:last-child)::after {
  margin: 0 10px;
  content: "\f105";
  font-family: "icomoon";
}

.c-breadcrumb__link {
  color: #0079AE;
}

.c-breadcrumb._w-l_ .c-breadcrumb__inner {
  max-width: 1420px;
}

.c-breadcrumb._bg-blue_ {
  background: #F2F6F8;
}

.c-contact-form {
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .c-contact-form {
    padding-top: 50px;
  }
}
.c-contact-form__inner {
  margin-top: -80px;
  padding-top: 80px;
}

@media screen and (max-width: 768px) {
  .c-contact-form__inner {
    margin-top: -50px;
    padding-top: 50px;
  }
}
.c-entry-block {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .c-entry-block {
    width: 100%;
  }
}
.c-entry-head {
  margin-bottom: 40px;
}

.c-entry-head__label {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .c-entry-head__label {
    margin-bottom: 15px;
  }
}
.c-entry-head__ttl {
  line-height: 1.5;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .c-entry-head__ttl {
    padding-bottom: 20px;
  }
}
.c-entry-head__ttl .__main {
  font-size: 3.4rem;
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .c-entry-head__ttl .__main {
    font-size: 2.2rem;
  }
}
.c-entry-head__ttl .__sub {
  font-size: 2.6rem;
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 700;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .c-entry-head__ttl .__sub {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}
.c-entry-head__info {
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .c-entry-head__info {
    flex-direction: column;
    gap: 15px;
  }
}
.c-entry-head__date {
  width: 100%;
  margin-bottom: 20px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .c-entry-head__date {
    font-size: 1.5rem;
  }
}
.c-entry-head__tag {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}

@media print, screen and (min-width: 769px) {
  .c-entry-head__tag .e-hashtag {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .c-entry-head__tag {
    justify-content: flex-start;
    gap: 5px;
  }
}
.c-entry-body__pic {
  margin-bottom: 60px;
}

.c-entry-body__pic .__elem {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .c-entry-body__pic {
    margin-bottom: 40px;
  }
}
.c-entry-body__contents {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .c-entry-body__contents {
    margin-top: 40px;
  }
}
.c-entry-body .e-h2,
.c-entry-body h2 {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .c-entry-body .e-h2,
  .c-entry-body h2 {
    margin-top: 50px;
  }
}
.c-entry-body .e-h3,
.c-entry-body h3 {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .c-entry-body .e-h3,
  .c-entry-body h3 {
    margin-top: 30px;
  }
}
.c-entry-body .e-h4,
.c-entry-body h4 {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .c-entry-body .e-h4,
  .c-entry-body h4 {
    margin-top: 30px;
  }
}
.c-entry-body .e-h5,
.c-entry-body h5 {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .c-entry-body .e-h5,
  .c-entry-body h5 {
    margin-top: 20px;
  }
}
.c-entry-body .e-h6,
.c-entry-body h6 {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .c-entry-body .e-h6,
  .c-entry-body h6 {
    margin-top: 20px;
  }
}
.c-entry-body .e-h2 + .e-h3,
.c-entry-body h2 + h3 {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .c-entry-body .e-h2 + .e-h3,
  .c-entry-body h2 + h3 {
    margin-top: 25px;
  }
}
.c-entry-body table {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .c-entry-body table {
    margin-top: 15px;
  }
}
.c-entry-body p {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .c-entry-body p {
    margin-top: 15px;
  }
}
.c-entry-body * + ul,
.c-entry-body * + ol {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .c-entry-body * + ul,
  .c-entry-body * + ol {
    margin-top: 15px;
  }
}
.c-entry-body .m-box,
.c-entry-body blockquote {
  margin-top: 20px;
}

.c-entry-body .m-box > *:first-of-type,
.c-entry-body blockquote > *:first-of-type {
  margin-top: 0;
}

.c-entry-body strong {
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 700;
}

.c-entry-body a {
  color: #00AEE1;
}

@media (hover: hover) and (pointer: fine) {
  .c-entry-body a:hover {
    color: #00AEE1;
    text-decoration: none;
  }
}
.c-entry-body a[target=_blank]::after {
  content: "\e91a";
  color: #00AEE1;
  font-family: "icomoon";
  font-size: 1.4rem;
  margin-left: 5px;
  display: inline-block;
}

.c-entry-body a[href$=".pdf"]::after {
  content: "\e914";
  color: #d30025;
  font-family: "icomoon";
  font-size: 1.6rem;
  margin-left: 5px;
  display: inline-block;
}

.c-entry-side .form_inbound {
  border-top: none;
  padding: 15px;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.1);
}

.c-entry-foot {
  margin-top: 120px;
  padding-top: 80px;
  border-top: 1px solid #e8e8e8;
}

@media screen and (max-width: 768px) {
  .c-entry-foot {
    width: 100%;
    margin-top: 60px;
    padding-top: 40px;
  }
}
.c-entry-foot__block:not(:first-of-type) {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .c-entry-foot__block:not(:first-of-type) {
    margin-top: 40px;
  }
}
.c-entry-foot-bloglist__item:not(:first-child) {
  margin-top: 20px;
}

.c-flex {
  display: flex;
}

.c-flex__item {
  flex: 0 0 auto;
  max-width: 50%;
}

.c-flex__item img {
  max-width: 100%;
}

.c-flex._left_ {
  flex-direction: row;
}

.c-flex._left_ .c-flex__item {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .c-flex._left_ .c-flex__item {
    margin-right: 15px;
  }
}
.c-flex._right_ {
  flex-direction: row-reverse;
}

.c-flex._right_ .c-flex__item {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .c-flex._right_ .c-flex__item {
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .c-flex._sm-fd-c_ {
    flex-direction: column;
  }
  .c-flex._sm-fd-c_ .c-flex__item {
    align-self: center;
    margin: 0 auto 15px;
  }
  .c-flex._sm-fd-cr_ {
    flex-direction: column-reverse;
  }
  .c-flex._sm-fd-cr_ .c-flex__item {
    align-self: center;
    margin: 15px auto 0;
  }
}
.c-float::after {
  display: block;
  content: "";
  clear: both;
}

.c-float__item {
  max-width: 50%;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .c-float__item {
    margin-bottom: 15px;
  }
}
.c-float__item img {
  max-width: 100%;
}

.c-float__item._strech_ {
  max-width: inherit;
}

.c-float._left_ .c-float__item {
  float: left;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .c-float._left_ .c-float__item {
    margin-right: 15px;
  }
}
.c-float._right_ .c-float__item {
  float: right;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .c-float._right_ .c-float__item {
    margin-left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .c-float._sm-col1_ .c-float__item {
    float: none;
    max-width: none;
    width: 100%;
    margin: 0 0 15px;
    text-align: center;
  }
}
.c-grid:not([class*=_col]) {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

@media screen and (max-width: 768px) {
  .c-grid:not([class*=_col]) {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.c-grid .__col {
  width: 100%;
  flex-grow: 0;
  flex-shrink: 0;
}

.c-grid .__col._col-1_ {
  width: calc(8.3333333333% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .c-grid .__col._col-1_ {
    width: calc(8.3333333333% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1280px) {
  .c-grid .__col._col-lg-1_ {
    width: calc(8.3333333333% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 768px) {
  .c-grid .__col._col-lg-1_ {
    width: calc(8.3333333333% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .c-grid .__col._col-md-1_ {
    width: calc(8.3333333333% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .c-grid .__col._col-md-1_ {
    width: calc(8.3333333333% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-grid .__col._col-sm-1_ {
    width: calc(8.3333333333% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .c-grid .__col._col-sm-1_ {
    width: calc(8.3333333333% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-2_ {
  width: calc(16.6666666667% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .c-grid .__col._col-2_ {
    width: calc(16.6666666667% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1280px) {
  .c-grid .__col._col-lg-2_ {
    width: calc(16.6666666667% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 768px) {
  .c-grid .__col._col-lg-2_ {
    width: calc(16.6666666667% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .c-grid .__col._col-md-2_ {
    width: calc(16.6666666667% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .c-grid .__col._col-md-2_ {
    width: calc(16.6666666667% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-grid .__col._col-sm-2_ {
    width: calc(16.6666666667% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .c-grid .__col._col-sm-2_ {
    width: calc(16.6666666667% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-3_ {
  width: calc(25% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .c-grid .__col._col-3_ {
    width: calc(25% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1280px) {
  .c-grid .__col._col-lg-3_ {
    width: calc(25% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 768px) {
  .c-grid .__col._col-lg-3_ {
    width: calc(25% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .c-grid .__col._col-md-3_ {
    width: calc(25% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .c-grid .__col._col-md-3_ {
    width: calc(25% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-grid .__col._col-sm-3_ {
    width: calc(25% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .c-grid .__col._col-sm-3_ {
    width: calc(25% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-4_ {
  width: calc(33.3333333333% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .c-grid .__col._col-4_ {
    width: calc(33.3333333333% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1280px) {
  .c-grid .__col._col-lg-4_ {
    width: calc(33.3333333333% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 768px) {
  .c-grid .__col._col-lg-4_ {
    width: calc(33.3333333333% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .c-grid .__col._col-md-4_ {
    width: calc(33.3333333333% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .c-grid .__col._col-md-4_ {
    width: calc(33.3333333333% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-grid .__col._col-sm-4_ {
    width: calc(33.3333333333% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .c-grid .__col._col-sm-4_ {
    width: calc(33.3333333333% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-5_ {
  width: calc(41.6666666667% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .c-grid .__col._col-5_ {
    width: calc(41.6666666667% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1280px) {
  .c-grid .__col._col-lg-5_ {
    width: calc(41.6666666667% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 768px) {
  .c-grid .__col._col-lg-5_ {
    width: calc(41.6666666667% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .c-grid .__col._col-md-5_ {
    width: calc(41.6666666667% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .c-grid .__col._col-md-5_ {
    width: calc(41.6666666667% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-grid .__col._col-sm-5_ {
    width: calc(41.6666666667% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .c-grid .__col._col-sm-5_ {
    width: calc(41.6666666667% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-6_ {
  width: calc(50% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .c-grid .__col._col-6_ {
    width: calc(50% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1280px) {
  .c-grid .__col._col-lg-6_ {
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 768px) {
  .c-grid .__col._col-lg-6_ {
    width: calc(50% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .c-grid .__col._col-md-6_ {
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .c-grid .__col._col-md-6_ {
    width: calc(50% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-grid .__col._col-sm-6_ {
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .c-grid .__col._col-sm-6_ {
    width: calc(50% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-7_ {
  width: calc(58.3333333333% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .c-grid .__col._col-7_ {
    width: calc(58.3333333333% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1280px) {
  .c-grid .__col._col-lg-7_ {
    width: calc(58.3333333333% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 768px) {
  .c-grid .__col._col-lg-7_ {
    width: calc(58.3333333333% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .c-grid .__col._col-md-7_ {
    width: calc(58.3333333333% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .c-grid .__col._col-md-7_ {
    width: calc(58.3333333333% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-grid .__col._col-sm-7_ {
    width: calc(58.3333333333% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .c-grid .__col._col-sm-7_ {
    width: calc(58.3333333333% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-8_ {
  width: calc(66.6666666667% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .c-grid .__col._col-8_ {
    width: calc(66.6666666667% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1280px) {
  .c-grid .__col._col-lg-8_ {
    width: calc(66.6666666667% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 768px) {
  .c-grid .__col._col-lg-8_ {
    width: calc(66.6666666667% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .c-grid .__col._col-md-8_ {
    width: calc(66.6666666667% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .c-grid .__col._col-md-8_ {
    width: calc(66.6666666667% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-grid .__col._col-sm-8_ {
    width: calc(66.6666666667% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .c-grid .__col._col-sm-8_ {
    width: calc(66.6666666667% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-9_ {
  width: calc(75% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .c-grid .__col._col-9_ {
    width: calc(75% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1280px) {
  .c-grid .__col._col-lg-9_ {
    width: calc(75% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 768px) {
  .c-grid .__col._col-lg-9_ {
    width: calc(75% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .c-grid .__col._col-md-9_ {
    width: calc(75% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .c-grid .__col._col-md-9_ {
    width: calc(75% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-grid .__col._col-sm-9_ {
    width: calc(75% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .c-grid .__col._col-sm-9_ {
    width: calc(75% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-10_ {
  width: calc(83.3333333333% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .c-grid .__col._col-10_ {
    width: calc(83.3333333333% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1280px) {
  .c-grid .__col._col-lg-10_ {
    width: calc(83.3333333333% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 768px) {
  .c-grid .__col._col-lg-10_ {
    width: calc(83.3333333333% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .c-grid .__col._col-md-10_ {
    width: calc(83.3333333333% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .c-grid .__col._col-md-10_ {
    width: calc(83.3333333333% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-grid .__col._col-sm-10_ {
    width: calc(83.3333333333% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .c-grid .__col._col-sm-10_ {
    width: calc(83.3333333333% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-11_ {
  width: calc(91.6666666667% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .c-grid .__col._col-11_ {
    width: calc(91.6666666667% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1280px) {
  .c-grid .__col._col-lg-11_ {
    width: calc(91.6666666667% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 768px) {
  .c-grid .__col._col-lg-11_ {
    width: calc(91.6666666667% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .c-grid .__col._col-md-11_ {
    width: calc(91.6666666667% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .c-grid .__col._col-md-11_ {
    width: calc(91.6666666667% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-grid .__col._col-sm-11_ {
    width: calc(91.6666666667% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .c-grid .__col._col-sm-11_ {
    width: calc(91.6666666667% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
.c-grid .__col._col-12_ {
  width: calc(100% - 30px);
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .c-grid .__col._col-12_ {
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1280px) {
  .c-grid .__col._col-lg-12_ {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 768px) {
  .c-grid .__col._col-lg-12_ {
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .c-grid .__col._col-md-12_ {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .c-grid .__col._col-md-12_ {
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-grid .__col._col-sm-12_ {
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .c-grid .__col._col-sm-12_ {
    width: calc(100% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
}
.c-grid .__col img {
  max-width: 100%;
}

.c-grid._stretch_ .__col {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .c-grid._col2_ {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 30px 30px;
  }
}
.c-grid._col2_._auto-fit_ {
  grid-template-columns: repeat(auto-fit, minmax(482px, 1fr));
}

@media print, screen and (min-width: 769px) {
  .c-grid._col3_ {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-gap: 30px 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .c-grid._col4_ {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-gap: 30px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .c-grid._col4_._auto-fit_ {
    grid-template-columns: repeat(4, 1fr);
    grid-template-columns: repeat(auto-fit, minmax(229px, 1fr));
  }
}
@media print, screen and (min-width: 769px) {
  .c-grid._col5_ {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    grid-gap: 30px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .c-grid._col5_._auto-fit_ {
    grid-template-columns: repeat(auto-fit, minmax(229px, 1fr));
  }
}
@media print, screen and (min-width: 769px) {
  .c-grid._col6_ {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: auto;
    grid-gap: 30px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .c-grid._col6_._auto-fit_ {
    grid-template-columns: repeat(auto-fit, minmax(229px, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .c-grid._col2_, .c-grid._col3_, .c-grid._col4_, .c-grid._col5_, .c-grid._col6_ {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-gap: 30px 10px;
  }
  .c-grid._sm-col1_ {
    display: grid;
    grid-template-columns: repeat(1, 100%);
    grid-template-rows: auto;
    grid-gap: 25px 30px;
  }
}
.c-news-list {
  border-top: 1px solid #e8e8e8;
}

.c-news-list__item {
  display: flex;
  align-items: flex-start;
  padding: 15px 0;
  border-bottom: 1px solid #e8e8e8;
}

@media screen and (max-width: 768px) {
  .c-news-list__item {
    flex-direction: column;
    padding: 15px 0;
  }
}
.c-news-list__date {
  flex: 0 0 auto;
  margin: 0 20px 0 0;
}

@media screen and (max-width: 768px) {
  .c-news-list__date {
    margin: 0 0 5px;
    font-size: 1.5rem;
  }
}
.c-news-list__link {
  flex: 1 1 auto;
  -webkit-text-decoration: underline 1px solid;
  text-decoration: underline 1px solid;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  transition: 0.5s all;
}

@media screen and (max-width: 768px) {
  .c-news-list__link {
    width: 100%;
    margin: 10px 0 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-news-list__link:hover {
    color: #0079AE;
    text-decoration-color: #0079AE;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}
.c-pagetop {
  position: fixed;
  right: 50px;
  bottom: 50px;
}

@media screen and (max-width: 768px) {
  .c-pagetop {
    right: 15px;
    bottom: 15px;
  }
}
.c-pagetop__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: rgba(0, 174, 225, 0.9);
  color: #fff;
  font-size: 2.4rem;
  text-decoration: none;
  border-radius: 4px;
  transition: 0.5s all;
}

@media screen and (max-width: 768px) {
  .c-pagetop__link {
    width: 40px;
    height: 40px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-pagetop__link:hover {
    opacity: 0.7;
  }
}
.c-snav-head__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  background: #00AEE1;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  text-decoration: none;
}

.c-snav-list__item {
  border: 1px solid #e8e8e8;
  border-top: none;
}

.c-snav-list__link {
  display: flex;
  align-items: center;
  padding: 15px;
  text-decoration: none;
}

.c-snav-list__link .__txt {
  flex: 1 1 auto;
}

.c-snav-list__link .__ico {
  flex: 0 0 auto;
  margin: 0 0 0 10px;
  font-size: 1.2rem;
}

@media (hover: hover) and (pointer: fine) {
  .c-snav-list__link:hover {
    opacity: 1;
    background: rgba(0, 174, 225, 0.05);
  }
}
.c-sub-nav-list {
  border-top: 1px solid #e8e8e8;
}

.c-sub-nav-list__item {
  border: 1px solid #e8e8e8;
  border-top: none;
}

.c-sub-nav-list__link {
  display: flex;
  align-items: center;
  padding: 15px;
  text-decoration: none;
  transition: 0.5s all;
}

.c-sub-nav-list__link .__txt {
  flex: 1 1 auto;
}

.c-sub-nav-list__link .__ico {
  flex: 0 0 auto;
  margin: 0 0 0 10px;
  font-size: 1.2rem;
}

@media (hover: hover) and (pointer: fine) {
  .c-sub-nav-list__link:hover {
    opacity: 1;
    background: rgba(0, 174, 225, 0.05);
  }
}
.c-table-slide__coution {
  font-size: 1.2rem;
}

@media print, screen and (min-width: 769px) {
  .c-table-slide__coution {
    display: none;
  }
}
.c-table-slide__body {
  margin: 10px 0;
  overflow: auto;
  overflow-scrolling: touch;
}

.c-table-slide__body table {
  white-space: nowrap;
}

.c-related-link {
  font-size: 1.6rem;
  background: #F2F6F8;
}

.c-related-link__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 60px 20px;
}

@media screen and (max-width: 768px) {
  .c-related-link__inner {
    padding: 50px 15px;
  }
}
.c-btn-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  text-align: center;
  margin: 45px 0 0;
}

@media screen and (max-width: 768px) {
  .c-btn-block {
    margin: 30px 0;
    flex-direction: column;
    gap: 12px;
  }
}
.c-btn-block._col1_ {
  flex-direction: column;
}

.c-blog-tab {
  margin-top: -35px;
}

@media screen and (max-width: 768px) {
  .c-blog-tab {
    margin-top: -25px;
  }
}
.c-blog-tab-list {
  display: flex;
  margin-bottom: 50px;
  border: 1px solid #e8e8e8;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-blog-tab-list {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .c-blog-tab-list {
    margin-bottom: 30px;
  }
}
.c-blog-tab-list__item {
  width: 100%;
  height: 70px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #686868;
  font-size: 2.1rem !important;
  text-align: center;
  background: #F8F8F8;
  cursor: pointer;
  position: relative;
  transition: 0.5s all;
}

.c-blog-tab-list__item:not(:first-child) {
  border-left: 1px solid #e8e8e8;
}

.c-blog-tab-list__item._tab-active_ {
  color: #fff;
  background: #0079AE;
}

.c-blog-tab-list__item._tab-active_::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 15px solid #0079AE;
  border-bottom: 0;
  bottom: -15px;
}

@media screen and (max-width: 768px) {
  .c-blog-tab-list__item._tab-active_::after {
    border-right: 7.5px solid transparent;
    border-left: 7.5px solid transparent;
    border-top: 10px solid #0079AE;
    border-bottom: 0;
    bottom: -10px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-blog-tab-list__item:hover {
    color: #fff;
    background: #0079AE;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-blog-tab-list__item {
    height: 60px;
    font-size: 1.8rem !important;
  }
}
@media screen and (max-width: 768px) {
  .c-blog-tab-list__item {
    height: auto;
    font-size: 1.4rem !important;
    line-height: 1.4 !important;
    padding: 10px;
  }
}
.c-blog-tab-contents__item {
  display: none;
}

.c-blog-tab-contents__item._tab-show_ {
  display: block;
  animation: fadeIn 0.5s ease;
}

.c-blog-tab-contents__narrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 50px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-blog-tab-contents__narrow {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .c-blog-tab-contents__narrow {
    justify-content: flex-start;
    margin-bottom: 30px;
  }
}
.c-index-visual-slide .slick-list {
  z-index: 0 !important;
}

.c-index-visual-slide-item {
  width: 100%;
  height: 700px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-index-visual-slide-item {
    aspect-ratio: 3/2;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .c-index-visual-slide-item {
    aspect-ratio: 3/4;
    height: auto;
  }
}
.c-index-visual-slide-item__inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-left: 5.7291%;
  padding-right: 5.7291%;
}

@media screen and (max-width: 768px) {
  .c-index-visual-slide-item__inner {
    justify-content: flex-start;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.c-index-visual-slide-item__btn {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .c-index-visual-slide-item__btn {
    width: 100%;
    margin-top: auto;
    text-align: center;
  }
}
.c-index-visual-slide-item._01_ {
  background: url("/common/img/index/bg_index_visual01.png") center center/cover no-repeat;
}

@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._01_ {
    background: url("/common/img/index/bg_index_visual01_sp.png") center center/cover no-repeat;
  }
}
.c-index-visual-slide-item._01_ .c-index-visual-slide-item__ttl .__line {
  font-size: 4.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  background: #fff;
  padding: 8px 10px;
}

.c-index-visual-slide-item._01_ .c-index-visual-slide-item__ttl .__line:not(:first-child) {
  margin-top: 12px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-index-visual-slide-item._01_ .c-index-visual-slide-item__ttl .__line {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._01_ .c-index-visual-slide-item__ttl .__line {
    font-size: 5.7vw;
    padding: 4px;
  }
  .c-index-visual-slide-item._01_ .c-index-visual-slide-item__ttl .__line:not(:first-child) {
    margin-top: 5px;
  }
}
.c-index-visual-slide-item._01_ .c-index-visual-slide-item__ttl .__line .__blue {
  color: #00AEE1;
}

.c-index-visual-slide-item._02_ {
  background: url("/common/img/index/bg_index_visual02.png") center center/cover no-repeat;
}

@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._02_ {
    background: url("/common/img/index/bg_index_visual02_sp.png") center center/cover no-repeat;
  }
}
.c-index-visual-slide-item._02_ .c-index-visual-slide-item__ttl .__line {
  color: #fff;
  font-size: 4.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  background: rgb(13, 13, 14);
  padding: 8px 10px;
}

.c-index-visual-slide-item._02_ .c-index-visual-slide-item__ttl .__line:not(:first-child) {
  margin-top: 12px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-index-visual-slide-item._02_ .c-index-visual-slide-item__ttl .__line {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._02_ .c-index-visual-slide-item__ttl .__line {
    font-size: 5.7vw;
    padding: 3px 4px;
    display: inline;
    line-height: 2;
  }
  .c-index-visual-slide-item._02_ .c-index-visual-slide-item__ttl .__line:not(:first-child) {
    margin-top: 5px;
  }
}
.c-index-visual-slide-item._02_ .c-index-visual-slide-item__ttl .__line .__red {
  color: #F6745E;
}

.c-index-visual-slide-item._03_ {
  background: url("/common/img/index/bg_index_visual03.png") center center/cover no-repeat;
}

@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._03_ {
    background: url("/common/img/index/bg_index_visual03_sp.png") center center/cover no-repeat;
  }
}
.c-index-visual-slide-item._03_ .c-index-visual-slide-item__ttl {
  z-index: 1;
}

.c-index-visual-slide-item._03_ .c-index-visual-slide-item__ttl .__line {
  color: #fff;
  font-size: 4.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  background: #3D2C68;
  padding: 8px 10px;
}

.c-index-visual-slide-item._03_ .c-index-visual-slide-item__ttl .__line:not(:first-child) {
  margin-top: 12px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-index-visual-slide-item._03_ .c-index-visual-slide-item__ttl .__line {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._03_ .c-index-visual-slide-item__ttl .__line {
    font-size: 5.7vw;
    padding: 3px 4px;
    display: inline;
    line-height: 2;
  }
  .c-index-visual-slide-item._03_ .c-index-visual-slide-item__ttl .__line:not(:first-child) {
    margin-top: 5px;
  }
}
.c-index-visual-slide-item._03_ .c-index-visual-slide-item-aws {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._03_ .c-index-visual-slide-item-aws {
    width: 100%;
  }
}
.c-index-visual-slide-item._03_ .c-index-visual-slide-item-aws__pic {
  padding: 15px 10px;
  position: relative;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-index-visual-slide-item._03_ .c-index-visual-slide-item-aws__pic {
    width: 24%;
  }
}
@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._03_ .c-index-visual-slide-item-aws__pic {
    width: 18vw;
    padding: 0;
  }
}
.c-index-visual-slide-item._03_ .c-index-visual-slide-item-aws__pic::before {
  content: "";
  width: 126%;
  height: 126%;
  top: -13%;
  left: -13%;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  filter: blur(23px);
}

.c-index-visual-slide-item._03_ .c-index-visual-slide-item-aws__pic .__elem {
  width: 100%;
  position: relative;
}

.c-index-visual-slide-item._03_ .c-index-visual-slide-item-aws__txt {
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  margin-left: 15px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-index-visual-slide-item._03_ .c-index-visual-slide-item-aws__txt {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._03_ .c-index-visual-slide-item-aws__txt {
    font-size: 1.4rem;
  }
}
.c-index-visual-slide-item._04_ {
  background: url("/common/img/index/bg_index_visual04.png") center center/cover no-repeat;
}

@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._04_ {
    background: url("/common/img/index/bg_index_visual04_sp.png") center center/cover no-repeat;
  }
}
.c-index-visual-slide-item._04_ .c-index-visual-slide-item__ttl .__line {
  color: #000;
  font-size: 4.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  background: #fff;
  padding: 8px 10px;
}

.c-index-visual-slide-item._04_ .c-index-visual-slide-item__ttl .__line:not(:first-child) {
  margin-top: 12px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-index-visual-slide-item._04_ .c-index-visual-slide-item__ttl .__line {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._04_ .c-index-visual-slide-item__ttl .__line {
    font-size: 5.7vw;
    padding: 3px 4px;
    display: inline;
    line-height: 2;
  }
  .c-index-visual-slide-item._04_ .c-index-visual-slide-item__ttl .__line:not(:first-child) {
    margin-top: 5px;
  }
}
.c-index-visual-slide-item._04_ .c-index-visual-slide-item__ttl .__line .__blue {
  color: #004397;
}

.c-index-visual-slide-item._04_ .c-index-visual-slide-item__sub {
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._04_ .c-index-visual-slide-item__sub {
    margin-top: 12px;
    width: 100%;
  }
}
.c-index-visual-slide-item._04_ .c-index-visual-slide-item__sub .__txt {
  font-size: 2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 500;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-index-visual-slide-item._04_ .c-index-visual-slide-item__sub .__txt {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._04_ .c-index-visual-slide-item__sub .__txt {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.c-index-visual-slide-item._04_ .c-index-visual-slide-item__sub .__logo {
  width: 305px;
  margin-top: 24px;
  display: block;
}

.c-index-visual-slide-item._04_ .c-index-visual-slide-item__sub .__logo .__elem {
  width: 100%;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-index-visual-slide-item._04_ .c-index-visual-slide-item__sub .__logo {
    width: 53.791%;
  }
}
@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._04_ .c-index-visual-slide-item__sub .__logo {
    margin-top: 12px;
    width: 72.463%;
  }
}
.c-index-visual-slide-item._05_ {
  background: url("/common/img/index/bg_index_visual05.png") center center/cover no-repeat;
}

@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._05_ {
    background: url("/common/img/index/bg_index_visual05_sp.png") center center/cover no-repeat;
  }
}
.c-index-visual-slide-item._05_ .c-index-visual-slide-item__inner {
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .c-index-visual-slide-item._05_ .c-index-visual-slide-item__inner {
    padding-right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._05_ .c-index-visual-slide-item__inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._05_ .c-index-visual-slide-item__left {
    display: contents;
  }
}
.c-index-visual-slide-item._05_ .c-index-visual-slide-item-m3daas {
  display: flex;
  align-items: center;
  color: #fff;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._05_ .c-index-visual-slide-item-m3daas {
    order: 1;
    width: 100%;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .c-index-visual-slide-item._05_ .c-index-visual-slide-item-m3daas__pic {
    width: 19.14vw;
  }
}
@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._05_ .c-index-visual-slide-item-m3daas__pic {
    width: 37%;
  }
}
.c-index-visual-slide-item._05_ .c-index-visual-slide-item-m3daas__txt {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-left: 24px;
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .c-index-visual-slide-item._05_ .c-index-visual-slide-item-m3daas__txt {
    font-size: 1.015vw;
  }
}
@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._05_ .c-index-visual-slide-item-m3daas__txt {
    font-size: 2.666vw;
    margin-left: 12px;
  }
}
@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._05_ .c-index-visual-slide-item__ttl {
    width: 100%;
    order: 2;
  }
}
.c-index-visual-slide-item._05_ .c-index-visual-slide-item__ttl .__line {
  color: #000;
  font-size: 4.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  background: #fff;
  padding: 8px 10px;
}

.c-index-visual-slide-item._05_ .c-index-visual-slide-item__ttl .__line:not(:first-child) {
  margin-top: 12px;
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .c-index-visual-slide-item._05_ .c-index-visual-slide-item__ttl .__line {
    font-size: 3.281vw;
  }
}
@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._05_ .c-index-visual-slide-item__ttl .__line {
    font-size: 5.7vw;
    padding: 3px 4px;
    display: inline;
    line-height: 2;
  }
}
.c-index-visual-slide-item._05_ .c-index-visual-slide-item__sub {
  color: #fff;
  font-size: 2rem;
  line-height: 1.6;
  margin-top: 20px;
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .c-index-visual-slide-item._05_ .c-index-visual-slide-item__sub {
    font-size: 1.562vw;
  }
}
@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._05_ .c-index-visual-slide-item__sub {
    order: 3;
    width: 100%;
    font-size: 3.733vw;
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._05_ .c-index-visual-slide-item__btn {
    order: 5;
  }
}
.c-index-visual-slide-item._05_ .c-index-visual-slide-item__right {
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._05_ .c-index-visual-slide-item__right {
    order: 4;
    width: 100%;
    margin-top: auto;
    margin-left: 0;
  }
}
.c-index-visual-slide-item._05_ .c-index-visual-slide-item-daas-box {
  background: rgba(2, 12, 25, 0.9);
  position: relative;
}

.c-index-visual-slide-item._05_ .c-index-visual-slide-item-daas-box::before, .c-index-visual-slide-item._05_ .c-index-visual-slide-item-daas-box::after {
  content: "";
  top: 20px;
  width: 50px;
  height: 50px;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._05_ .c-index-visual-slide-item-daas-box::before, .c-index-visual-slide-item._05_ .c-index-visual-slide-item-daas-box::after {
    width: 25px;
    height: 25px;
    top: 10px;
  }
}
.c-index-visual-slide-item._05_ .c-index-visual-slide-item-daas-box::before {
  left: 20px;
  border-left: 2px solid #B4A071;
  border-top: 2px solid #B4A071;
}

@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._05_ .c-index-visual-slide-item-daas-box::before {
    left: 10px;
    border-left: 1px solid #B4A071;
    border-top: 1px solid #B4A071;
  }
}
.c-index-visual-slide-item._05_ .c-index-visual-slide-item-daas-box::after {
  right: 20px;
  border-right: 2px solid #B4A071;
  border-top: 2px solid #B4A071;
}

@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._05_ .c-index-visual-slide-item-daas-box::after {
    right: 10px;
    border-right: 1px solid #B4A071;
    border-top: 1px solid #B4A071;
  }
}
.c-index-visual-slide-item._05_ .c-index-visual-slide-item-daas-box__inner {
  position: relative;
  padding: 130px 60px 70px;
  background: url("/common/img/index/pic_visual_m3daas_crown.svg") center 60px no-repeat;
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .c-index-visual-slide-item._05_ .c-index-visual-slide-item-daas-box__inner {
    padding: 23% 4.687vw 15%;
    background: url("/common/img/index/pic_visual_m3daas_crown.svg") center 10% no-repeat;
    background-size: 44.2% auto;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._05_ .c-index-visual-slide-item-daas-box__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 11% 15px 7%;
    background-size: 22% auto;
    background-position: center 10%;
  }
}
.c-index-visual-slide-item._05_ .c-index-visual-slide-item-daas-box__inner::before, .c-index-visual-slide-item._05_ .c-index-visual-slide-item-daas-box__inner::after {
  content: "";
  bottom: 20px;
  width: 50px;
  height: 50px;
  position: absolute;
}

@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._05_ .c-index-visual-slide-item-daas-box__inner::before, .c-index-visual-slide-item._05_ .c-index-visual-slide-item-daas-box__inner::after {
    width: 25px;
    height: 25px;
    bottom: 10px;
  }
}
.c-index-visual-slide-item._05_ .c-index-visual-slide-item-daas-box__inner::before {
  left: 20px;
  border-left: 2px solid #B4A071;
  border-bottom: 2px solid #B4A071;
}

@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._05_ .c-index-visual-slide-item-daas-box__inner::before {
    left: 10px;
    border-left: 1px solid #B4A071;
    border-bottom: 1px solid #B4A071;
  }
}
.c-index-visual-slide-item._05_ .c-index-visual-slide-item-daas-box__inner::after {
  right: 20px;
  border-right: 2px solid #B4A071;
  border-bottom: 2px solid #B4A071;
}

@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._05_ .c-index-visual-slide-item-daas-box__inner::after {
    right: 10px;
    border-right: 1px solid #B4A071;
    border-bottom: 1px solid #B4A071;
  }
}
.c-index-visual-slide-item._05_ .c-index-visual-slide-item-daas-box__ttl {
  color: #fff;
  text-align: center;
}

.c-index-visual-slide-item._05_ .c-index-visual-slide-item-daas-box__ttl .__sub {
  font-family: "Noto Serif JP", "serif";
  font-weight: 500;
  font-size: 1.5rem;
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .c-index-visual-slide-item._05_ .c-index-visual-slide-item-daas-box__ttl .__sub {
    font-size: 1.171vw;
  }
}
@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._05_ .c-index-visual-slide-item-daas-box__ttl .__sub {
    font-size: 2vw;
    line-height: 1.4;
    transform: scale(0.8);
  }
}
.c-index-visual-slide-item._05_ .c-index-visual-slide-item-daas-box__ttl .__main {
  font-family: "Noto Serif JP", "serif";
  font-weight: 700;
  font-size: 4.3rem;
  margin-top: 15px;
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .c-index-visual-slide-item._05_ .c-index-visual-slide-item-daas-box__ttl .__main {
    font-size: 3.359vw;
  }
}
@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._05_ .c-index-visual-slide-item-daas-box__ttl .__main {
    font-size: 5.6vw;
    margin-top: 4px;
  }
}
.c-index-visual-slide-item._05_ .c-index-visual-slide-item-daas-box__share {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  padding: 0 55px 0 60px;
  background: url("/common/img/index/pic_visual_m3daas_frame_left.svg") left bottom 5px/auto 70% no-repeat, url("/common/img/index/pic_visual_m3daas_frame_right.svg") right bottom 5px/auto 70% no-repeat;
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .c-index-visual-slide-item._05_ .c-index-visual-slide-item-daas-box__share {
    padding: 0 3.8vw 0 4.687vw;
  }
}
@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._05_ .c-index-visual-slide-item-daas-box__share {
    margin-left: 3.333vw;
    padding: 0 5.333vw 0 6.333vw;
    background: url("/common/img/index/pic_visual_m3daas_frame_left.svg") left bottom 5px/auto 75% no-repeat, url("/common/img/index/pic_visual_m3daas_frame_right.svg") right bottom 5px/auto 75% no-repeat;
  }
}
.c-index-visual-slide-item._05_ .c-index-visual-slide-item-daas-box__share .__year {
  color: #fff;
  font-size: 2.2rem;
  font-family: "Noto Serif JP", "serif";
  font-weight: 700;
  position: absolute;
  top: 25px;
  left: 70px;
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .c-index-visual-slide-item._05_ .c-index-visual-slide-item-daas-box__share .__year {
    left: 4.468vw;
    font-size: 1.518vw;
  }
}
@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._05_ .c-index-visual-slide-item-daas-box__share .__year {
    font-size: 2.266vw;
    transform: scale(0.9);
    top: 12%;
    left: 5vw;
  }
}
.c-index-visual-slide-item._05_ .c-index-visual-slide-item-daas-box__share .__year .__lg {
  font-size: 3rem;
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .c-index-visual-slide-item._05_ .c-index-visual-slide-item-daas-box__share .__year .__lg {
    font-size: 2.143vw;
  }
}
@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._05_ .c-index-visual-slide-item-daas-box__share .__year .__lg {
    font-size: 3.266vw;
  }
}
.c-index-visual-slide-item._05_ .c-index-visual-slide-item-daas-box__share .__num {
  color: #B4A071;
  font-size: 11rem;
  font-family: "Noto Serif JP", "serif";
  font-weight: 700;
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .c-index-visual-slide-item._05_ .c-index-visual-slide-item-daas-box__share .__num {
    font-size: 7vw;
  }
}
@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._05_ .c-index-visual-slide-item-daas-box__share .__num {
    font-size: 10.666vw;
  }
}
.c-index-visual-slide-item._05_ .c-index-visual-slide-item-daas-box__share .__num .__lg {
  font-size: 17.1rem;
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .c-index-visual-slide-item._05_ .c-index-visual-slide-item-daas-box__share .__num .__lg {
    font-size: 12vw;
  }
}
@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._05_ .c-index-visual-slide-item-daas-box__share .__num .__lg {
    font-size: 17.333vw;
  }
}
.c-index-visual-slide-item._05_ .c-index-visual-slide-item-daas-box__source {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.5;
  margin: 24px auto 0;
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .c-index-visual-slide-item._05_ .c-index-visual-slide-item-daas-box__source {
    font-size: 1.1vw;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._05_ .c-index-visual-slide-item-daas-box__source {
    transform: scale(0.9);
    font-size: 2.133vw;
    margin: 12px auto 0;
  }
}
.c-index-visual-slide-item._06_ {
  background: url("/common/img/index/bg_index_visual06.jpg") center center/cover no-repeat;
}

@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._06_ {
    background: url("/common/img/index/bg_index_visual06_sp.jpg") center center/cover no-repeat;
  }
}
.c-index-visual-slide-item._06_ .c-index-visual-slide-item__ttl {
  z-index: 1;
}

.c-index-visual-slide-item._06_ .c-index-visual-slide-item__ttl .__line {
  color: #fff;
  font-size: 4.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  background: #161643;
  padding: 8px 10px;
}

.c-index-visual-slide-item._06_ .c-index-visual-slide-item__ttl .__line:not(:first-child) {
  margin-top: 12px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-index-visual-slide-item._06_ .c-index-visual-slide-item__ttl .__line {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._06_ .c-index-visual-slide-item__ttl .__line {
    font-size: 5.7vw;
    padding: 3px 4px;
    display: inline;
    line-height: 2;
  }
  .c-index-visual-slide-item._06_ .c-index-visual-slide-item__ttl .__line:not(:first-child) {
    margin-top: 5px;
  }
}
.c-index-visual-slide-item._06_ .c-index-visual-slide-item__sub {
  font-size: 2rem;
  line-height: 1.6;
  margin-top: 20px;
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .c-index-visual-slide-item._06_ .c-index-visual-slide-item__sub {
    font-size: 1.562vw;
  }
}
@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._06_ .c-index-visual-slide-item__sub {
    width: 100%;
    font-size: 3.733vw;
    margin-top: 8px;
  }
}
.c-index-visual-slide-item._06_ .c-index-visual-slide-item-xsource {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._06_ .c-index-visual-slide-item-xsource {
    width: 100%;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .c-index-visual-slide-item._06_ .c-index-visual-slide-item-xsource__pic {
    width: 19.14vw;
  }
}
@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._06_ .c-index-visual-slide-item-xsource__pic {
    width: 45%;
  }
}
.c-index-visual-slide-item._06_ .c-index-visual-slide-item-xsource__txt {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-left: 24px;
  margin-top: 20px;
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .c-index-visual-slide-item._06_ .c-index-visual-slide-item-xsource__txt {
    font-size: 1.015vw;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._06_ .c-index-visual-slide-item-xsource__txt {
    font-size: 2.666vw;
    margin-left: 12px;
    margin-top: 0;
  }
}
.c-index-visual-slide-item._07_ {
  background: url("/common/img/index/bg_index_visual07.jpg") center center/cover no-repeat;
}

@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._07_ {
    background: url("/common/img/index/bg_index_visual07_sp.jpg") center center/cover no-repeat;
  }
}
.c-index-visual-slide-item._07_ .c-index-visual-slide-item__ttl .__line {
  font-size: 6rem;
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  background: #fff;
  padding: 8px 10px;
}

.c-index-visual-slide-item._07_ .c-index-visual-slide-item__ttl .__line:not(:first-child) {
  margin-top: 12px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-index-visual-slide-item._07_ .c-index-visual-slide-item__ttl .__line {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._07_ .c-index-visual-slide-item__ttl .__line {
    font-size: 7.6vw;
    padding: 8px;
  }
  .c-index-visual-slide-item._07_ .c-index-visual-slide-item__ttl .__line:not(:first-child) {
    margin-top: 5px;
  }
}
.c-index-visual-slide-item._07_ .c-index-visual-slide-item__ttl .__line .__blue {
  color: #00AEE1;
}

.c-index-visual-slide-item._07_ .c-index-visual-slide-item__sub {
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._07_ .c-index-visual-slide-item__sub {
    margin-top: 12px;
    width: 100%;
  }
}
.c-index-visual-slide-item._07_ .c-index-visual-slide-item__sub .__txt {
  font-size: 4.2rem;
  background: #fff;
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 700;
  line-height: 1.6;
  padding: 6px;
  display: inline-block;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-index-visual-slide-item._07_ .c-index-visual-slide-item__sub .__txt {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._07_ .c-index-visual-slide-item__sub .__txt {
    font-size: 1.75rem;
    line-height: 1.5;
    padding: 8px;
  }
}
.c-index-visual-slide-item._08_ {
  background: url("/common/img/index/bg_index_visual08.jpg") center center/cover no-repeat;
}

@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._08_ {
    background: url("/common/img/index/bg_index_visual08_sp.jpg") center center/cover no-repeat;
  }
}
.c-index-visual-slide-item._08_ .c-index-visual-slide-item__ttl {
  z-index: 1;
}

.c-index-visual-slide-item._08_ .c-index-visual-slide-item__ttl .__line {
  color: #fff;
  font-size: 4.2rem;
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  background: #161643;
  padding: 8px 10px;
}

.c-index-visual-slide-item._08_ .c-index-visual-slide-item__ttl .__line:not(:first-child) {
  margin-top: 12px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-index-visual-slide-item._08_ .c-index-visual-slide-item__ttl .__line {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._08_ .c-index-visual-slide-item__ttl .__line {
    font-size: 5.7vw;
    padding: 3px 4px;
    display: inline;
    line-height: 2;
  }
  .c-index-visual-slide-item._08_ .c-index-visual-slide-item__ttl .__line:not(:first-child) {
    margin-top: 5px;
  }
}
.c-index-visual-slide-item._08_ .c-index-visual-slide-item__sub {
  font-size: 2rem;
  line-height: 1.6;
  margin-top: 20px;
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .c-index-visual-slide-item._08_ .c-index-visual-slide-item__sub {
    font-size: 1.562vw;
  }
}
@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._08_ .c-index-visual-slide-item__sub {
    width: 100%;
    font-size: 3.733vw;
    margin-top: 8px;
  }
}
.c-index-visual-slide-item._08_ .c-index-visual-slide-item-cloudharbor {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._08_ .c-index-visual-slide-item-cloudharbor {
    width: 100%;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .c-index-visual-slide-item._08_ .c-index-visual-slide-item-cloudharbor__pic {
    width: 19.14vw;
  }
}
@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._08_ .c-index-visual-slide-item-cloudharbor__pic {
    width: 65%;
  }
}
.c-index-visual-slide-item._08_ .c-index-visual-slide-item-cloudharbor__txt {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-left: 24px;
  margin-top: 20px;
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .c-index-visual-slide-item._08_ .c-index-visual-slide-item-cloudharbor__txt {
    font-size: 1.015vw;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-index-visual-slide-item._08_ .c-index-visual-slide-item-cloudharbor__txt {
    font-size: 2.666vw;
    margin-left: 12px;
    margin-top: 0;
  }
}
.c-index-visual-slide__arrow {
  width: 48px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 32px);
  background: rgba(0, 49, 91, 0.8);
  color: #fff;
  font-size: 3rem;
  cursor: pointer;
  transition: 0.5s all;
  z-index: 1;
}

@media (hover: hover) and (pointer: fine) {
  .c-index-visual-slide__arrow:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .c-index-visual-slide__arrow {
    width: 32px;
    height: 42px;
    top: calc(50% - 21px);
    font-size: 2.4rem;
  }
}
.c-index-visual-slide__arrow._prev_ {
  left: 0;
}

.c-index-visual-slide__arrow._next_ {
  right: 0;
}

.c-index-visual-slide__dots {
  position: absolute;
  bottom: -35px;
  display: flex !important;
  justify-content: center;
  width: 100%;
}

.c-index-visual-slide__dots li {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 0 7.5px;
}

.c-index-visual-slide__dots li button {
  position: relative;
  text-indent: -9999px;
  cursor: pointer;
}

.c-index-visual-slide__dots li button::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #C5C7C9;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s all;
}

@media (hover: hover) and (pointer: fine) {
  .c-index-visual-slide__dots li button:hover::before {
    background: #00AEE1;
  }
}
.c-index-visual-slide__dots li.slick-active button::before {
  background: #00AEE1;
}

.c-index-seminar {
  font-size: 1.6rem;
  background: #F2F6F8;
}

.c-index-seminar__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 90px 20px 80px;
}

@media screen and (max-width: 768px) {
  .c-index-seminar__inner {
    padding: 80px 15px 50px;
  }
}
.c-index-seminar__btn {
  text-align: center;
  margin: 45px 0 0;
}

@media screen and (max-width: 768px) {
  .c-index-seminar__btn {
    margin: 30px 0 0;
  }
}
.c-index-case {
  font-size: 1.6rem;
  background: url("/common/img/index/bg_index_case.png") center center/cover no-repeat;
}

.c-index-case__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 90px 20px 80px;
}

@media screen and (max-width: 768px) {
  .c-index-case__inner {
    padding: 50px 15px;
  }
}
.c-index-case__btn {
  text-align: center;
  margin: 45px 0 0;
}

@media screen and (max-width: 768px) {
  .c-index-case__btn {
    margin: 30px 0 0;
  }
}
.c-index-solution {
  font-size: 1.6rem;
  background: #F2F6F8;
}

.c-index-solution__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 90px 20px 80px;
}

@media screen and (max-width: 768px) {
  .c-index-solution__inner {
    padding: 50px 15px;
  }
}
.c-index-solution__txt {
  color: #0079AE;
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 500;
  text-align: center;
  font-size: 2.2rem;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-index-solution__txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .c-index-solution__txt {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.c-index-solution-ttl {
  border-left: 3px solid #00AEE1;
  padding: 0 0 0 12px;
}

.c-index-solution-ttl__link, .c-index-solution-ttl__sp-btn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

@media print and (hover: hover) and (pointer: fine), screen and (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .c-index-solution-ttl__link:hover .__txt, .c-index-solution-ttl__sp-btn:hover .__txt {
    color: #0079AE;
    text-decoration-color: #0079AE;
    text-underline-offset: 6px;
  }
  .c-index-solution-ttl__link:hover .__ico, .c-index-solution-ttl__sp-btn:hover .__ico {
    background: #0079AE;
  }
}
@media screen and (max-width: 768px) {
  .c-index-solution-ttl__link, .c-index-solution-ttl__sp-btn {
    display: flex;
    position: relative;
  }
}
.c-index-solution-ttl__link .__txt, .c-index-solution-ttl__sp-btn .__txt {
  font-size: 2.4rem;
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 500;
  padding: 0 0 3px;
  transition: 0.5s all;
  -webkit-text-decoration: underline 1px solid;
  text-decoration: underline 1px solid;
  text-decoration-color: transparent;
  text-underline-offset: 6px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-index-solution-ttl__link .__txt, .c-index-solution-ttl__sp-btn .__txt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .c-index-solution-ttl__link .__txt, .c-index-solution-ttl__sp-btn .__txt {
    font-size: 1.9rem;
  }
}
.c-index-solution-ttl__link .__ico, .c-index-solution-ttl__sp-btn .__ico {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  font-size: 1rem;
  background: #00AEE1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: 0.5s all;
}

@media screen and (max-width: 768px) {
  .c-index-solution-ttl__link .__ico, .c-index-solution-ttl__sp-btn .__ico {
    margin-left: auto;
  }
}
.c-index-solution-ttl__sp-btn::after {
  content: "\e909";
  font-family: "icomoon";
  position: absolute;
  right: 0;
  color: #00AEE1;
  font-size: 2.4rem;
}

._active_ .c-index-solution-ttl__sp-btn::after {
  content: "\e90a";
}

@media print, screen and (min-width: 769px) {
  .c-index-solution__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-gap: 15px 30px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-index-solution__list {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-index-solution__list {
    margin-top: 12px;
    grid-gap: 5px 15px;
    display: none;
  }
}
.c-index-solution__link {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  padding: 10px 20px 10px 0;
  transition: 0.5s all;
}

.c-index-solution__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(#9FD1E5, #9FD1E5) 100% 100%/100% 1px no-repeat;
}

@media (hover: hover) and (pointer: fine) {
  .c-index-solution__link:hover {
    color: #0079AE;
  }
  .c-index-solution__link:hover::after {
    background: linear-gradient(#0079AE, #0079AE) 100% 100%/100% 1px no-repeat;
    animation: linelinkHam 1s cubic-bezier(0.45, 1, 0.55, 1) 0s;
  }
}
@media print, screen and (min-width: 769px) {
  .c-index-solution__link {
    flex-grow: 0;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-index-solution__link {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .c-index-solution__link {
    font-size: 1.4rem;
  }
}
.c-index-solution__link .__ico {
  color: #0079AE;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}

.c-index-solution__btn {
  text-align: center;
  margin: 45px 0 0;
}

@media screen and (max-width: 768px) {
  .c-index-solution__btn {
    margin: 30px 0 0;
  }
}
.c-index-blog {
  font-size: 1.6rem;
  background: url("/common/img/index/bg_index_blog.png") center center/cover no-repeat;
}

.c-index-blog__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 90px 20px 80px;
}

@media screen and (max-width: 768px) {
  .c-index-blog__inner {
    padding: 50px 15px;
  }
}
.c-index-blog__btn {
  text-align: center;
  margin: 45px 0 0;
}

.c-index-news {
  font-size: 1.6rem;
}

.c-index-news__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 80px 20px;
}

@media screen and (max-width: 768px) {
  .c-index-news__inner {
    padding: 50px 15px;
  }
}
.c-index-news__list {
  border-bottom: 1px solid #C2C2C2;
}

.c-index-news__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-top: 1px solid #C2C2C2;
  padding: 25px 0;
}

@media screen and (max-width: 768px) {
  .c-index-news__item {
    flex-wrap: wrap;
  }
}
.c-index-news__label {
  margin-left: 20px;
}

.c-index-news__link {
  flex: 1;
  margin-left: 20px;
  padding: 0 30px 0 0;
  text-decoration: none;
  position: relative;
  -webkit-text-decoration: underline 1px solid;
  text-decoration: underline 1px solid;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  transition: 0.5s all;
  display: block;
}

.c-index-news__link::after {
  content: "\e919";
  font-family: "icomoon";
  color: #0079AE;
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
  font-size: 1rem;
}

.c-index-news__link[target^=_blank]::after {
  content: "\e91a";
  font-size: 1.2rem;
}

@media (hover: hover) and (pointer: fine) {
  .c-index-news__link:hover {
    color: #0079AE;
    text-decoration-color: #0079AE;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}
@media screen and (max-width: 768px) {
  .c-index-news__link {
    width: 100%;
    flex: auto;
    margin: 10px 0 0;
  }
}
.c-index-news__txt {
  flex: 1;
  margin-left: 20px;
  display: block;
}

@media screen and (max-width: 768px) {
  .c-index-news__txt {
    width: 100%;
    flex: auto;
    margin: 10px 0 0;
  }
}
.c-index-news__btn {
  text-align: center;
  margin: 45px 0 0;
}

@media screen and (max-width: 768px) {
  .c-index-news__btn {
    margin: 30px 0 0;
  }
}
.c-index-sns {
  font-size: 1.6rem;
  background: #F2F6F8;
}

.c-index-sns__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 20px;
}

@media screen and (max-width: 768px) {
  .c-index-sns__inner {
    padding: 50px 15px;
  }
}
.c-index-sns__item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 22px 0;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .c-index-sns__item {
    flex-wrap: wrap;
  }
}
.c-index-sns__link {
  flex: 1;
  text-decoration: none;
  position: relative;
  -webkit-text-decoration: underline 1px solid;
  text-decoration: underline 1px solid;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
  transition: 0.5s all;
}

.c-index-sns__link::after {
  content: "\e919";
  font-family: "icomoon";
  color: #0079AE;
  position: absolute;
  right: 15px;
  top: calc(50% - 8px);
  font-size: 1rem;
}

.c-index-sns__link[target^=_blank]::after {
  content: "\e91a";
  font-size: 1.2rem;
}

@media (hover: hover) and (pointer: fine) {
  .c-index-sns__link:hover {
    color: #0079AE;
    text-decoration-color: #0079AE;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}
@media screen and (max-width: 768px) {
  .c-index-sns__link {
    width: 100%;
    flex: auto;
    margin: 10px 0 0;
  }
}
.c-sitemap__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 36px;
}

@media screen and (max-width: 768px) {
  .c-sitemap__list {
    width: 100%;
    flex-direction: column;
  }
}
.c-sitemap__item:first-child {
  width: 100%;
  margin-bottom: 24px;
}

.c-sitemap__item:not(:first-child) {
  width: calc((100% - 72px) / 3);
  border-bottom: 1px solid #e8e8e8;
}

@media screen and (max-width: 768px) {
  .c-sitemap__item:first-child {
    margin-bottom: 12px;
  }
  .c-sitemap__item:not(:first-child) {
    width: 100%;
  }
}
.c-sitemap__link {
  width: 100%;
  text-decoration: none;
  position: relative;
  display: block;
  align-items: center;
  justify-content: flex-start;
}

@media print, screen and (min-width: 769px) {
  .c-sitemap__link {
    padding: 26px 0;
  }
}
@media print and (hover: hover) and (pointer: fine), screen and (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .c-sitemap__link:hover .__txt {
    color: #0079AE;
    text-decoration-color: #0079AE;
    text-underline-offset: 6px;
  }
  .c-sitemap__link:hover .__ico {
    color: #0079AE;
  }
}
@media screen and (max-width: 768px) {
  .c-sitemap__link {
    padding: 18px 0;
  }
}
.c-sitemap__link .__txt {
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 500;
}

@media print, screen and (min-width: 1025px) {
  .c-sitemap__link .__txt {
    font-size: 2.2rem;
    padding: 0 0 3px;
    -webkit-text-decoration: underline 1px solid;
    text-decoration: underline 1px solid;
    text-decoration-color: transparent;
    text-underline-offset: 6px;
    transition: 0.5s all;
    flex: 1;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-sitemap__link .__txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .c-sitemap__link .__txt {
    font-size: 1.6rem;
  }
}
.c-sitemap__link .__ico {
  color: #00AEE1;
  font-size: 1rem;
  right: 0;
  top: calc(50% - 5px);
  position: absolute;
  transition: 0.5s all;
}

@media screen and (max-width: 768px) {
  .c-sitemap__link .__ico {
    right: 10px;
  }
}
.c-sitemap-child {
  display: flex;
  gap: 24px;
  background: #F2F9FC;
  padding: 35px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-sitemap-child {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-sitemap-child {
    margin-top: 4px;
    padding: 15px;
    gap: 0;
    flex-direction: column;
  }
}
.c-sitemap-child__column {
  width: 33.3333333333%;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-sitemap-child__column {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .c-sitemap-child__column {
    width: 100%;
  }
}
.c-sitemap-child-ttl {
  border-left: 3px solid #00AEE1;
  padding: 0 0 0 12px;
}

@media print, screen and (min-width: 769px) {
  * + .c-sitemap-child-ttl {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .c-sitemap-child-ttl {
    margin-top: 24px;
  }
}
.c-sitemap-child-ttl__link {
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  .c-sitemap-child-ttl__link {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
  }
}
@media print and (hover: hover) and (pointer: fine), screen and (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .c-sitemap-child-ttl__link:hover .__txt {
    color: #0079AE;
    text-decoration-color: #0079AE;
    text-underline-offset: 6px;
  }
  .c-sitemap-child-ttl__link:hover .__ico {
    background: #0079AE;
  }
}
@media screen and (max-width: 768px) {
  .c-sitemap-child-ttl__link {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding: 5px 0;
  }
}
.c-sitemap-child-ttl__link .__txt {
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 500;
}

@media print, screen and (min-width: 1025px) {
  .c-sitemap-child-ttl__link .__txt {
    font-size: 2rem;
    padding: 0 0 3px;
    -webkit-text-decoration: underline 1px solid;
    text-decoration: underline 1px solid;
    text-decoration-color: transparent;
    text-underline-offset: 6px;
    transition: 0.5s all;
    flex: 1;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-sitemap-child-ttl__link .__txt {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 768px) {
  .c-sitemap-child-ttl__link .__txt {
    font-size: 1.6rem;
  }
}
.c-sitemap-child-ttl__link .__ico {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  font-size: 1rem;
  background: #00AEE1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: 0.5s all;
  transform: scale(0.7);
}

@media screen and (max-width: 768px) {
  .c-sitemap-child-ttl__link .__ico {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-left: auto;
  }
}
.c-sitemap-child-list {
  margin-top: 15px;
}

@media print, screen and (min-width: 769px) {
  .c-sitemap-child-list__item {
    margin-top: 12px;
  }
}
@media screen and (max-width: 768px) {
  .c-sitemap-child-list__item {
    border-top: 1px solid #e8e8e8;
  }
}
.c-sitemap-child-list__link {
  text-decoration: none;
}

.c-sitemap-child-list__link::after {
  content: "\f105";
  font-family: "icomoon";
  color: #0079AE;
  margin-left: 10px;
  display: inline-block;
}

@media print, screen and (min-width: 1025px) {
  .c-sitemap-child-list__link {
    font-size: 1.6rem;
    -webkit-text-decoration: underline 1px solid;
    text-decoration: underline 1px solid;
    text-decoration-color: transparent;
    text-underline-offset: 4px;
    transition: 0.5s all;
  }
}
@media print and (hover: hover) and (pointer: fine), screen and (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-sitemap-child-list__link:hover {
    color: #0079AE;
    text-decoration-color: #0079AE;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-sitemap-child-list__link {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .c-sitemap-child-list__link {
    width: 100%;
    font-size: 1.4rem;
    display: block;
    position: relative;
    padding: 10px 0;
  }
  .c-sitemap-child-list__link::after {
    position: absolute;
    right: 5px;
  }
}
.c-sitemap-sub {
  display: flex;
  flex-wrap: wrap;
  gap: 0 36px;
  margin-top: 36px;
}

@media screen and (max-width: 768px) {
  .c-sitemap-sub {
    gap: 0;
    flex-direction: column;
    margin-top: 10px;
  }
}
.c-sitemap-sub__item {
  width: calc((100% - 72px) / 3);
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .c-sitemap-sub__item {
    width: 100%;
    padding: 0;
  }
}
.c-sitemap-sub__link {
  text-decoration: none;
  display: block;
  position: relative;
}

@media print, screen and (min-width: 1025px) {
  .c-sitemap-sub__link {
    font-size: 1.6rem;
    -webkit-text-decoration: underline 1px solid;
    text-decoration: underline 1px solid;
    text-decoration-color: transparent;
    text-underline-offset: 4px;
    transition: 0.5s all;
  }
}
@media print and (hover: hover) and (pointer: fine), screen and (min-width: 1025px) and (hover: hover) and (pointer: fine) {
  .c-sitemap-sub__link:hover {
    color: #0079AE;
    text-decoration-color: #0079AE;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .c-sitemap-sub__link {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .c-sitemap-sub__link {
    font-size: 1.4rem;
    padding: 16px 0;
  }
}
.c-sitemap-sub__link .__ico {
  position: absolute;
  right: 0;
  color: #00AEE1;
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .c-sitemap-sub__link .__ico {
    right: 10px;
  }
}
.l-contents {
  max-width: 1240px;
  margin: 48px auto 80px;
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 400;
}

@media print, screen and (min-width: 769px) {
  .l-contents {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-contents {
    margin: 24px 15px 30px;
  }
}
.l-contents._col2_ {
  max-width: 1420px;
}

@media print, screen and (min-width: 1025px) {
  .l-contents._col2_ .l-contents__inner {
    display: grid;
    grid-template-columns: 1fr 400px;
    grid-template-rows: auto;
    gap: 0 80px;
    grid-template-areas: "body side";
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .l-contents._col2_ .l-contents__inner {
    display: grid;
    grid-template-columns: 1fr 33%;
    grid-template-rows: auto;
    gap: 0 40px;
    grid-template-areas: "body side";
  }
}
@media screen and (max-width: 768px) {
  .l-contents._col2_ .l-contents__inner {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto auto;
    gap: 60px 0;
    grid-template-areas: "body" "side";
  }
}
.l-contents._col2_ .l-contents__body {
  grid-area: body;
}

.l-contents._col2_ .l-contents__side {
  grid-area: side;
}

.l-contents._col2_._w-s_ {
  max-width: 1300px;
}

@media print, screen and (min-width: 1025px) {
  .l-contents._col2_._w-s_ .l-contents__inner {
    grid-template-columns: 1fr 300px;
  }
}
.l-header {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  padding: 0 370px 0 285px;
  border-bottom: 1px solid #C2C2C2;
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .l-header {
    padding: 0 0 0 285px;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 50px;
    padding: 0 0 0 10px;
  }
}
.l-header-logo {
  display: flex;
  align-items: center;
  position: absolute;
  left: 15px;
}

@media screen and (max-width: 768px) {
  .l-header-logo__mark {
    width: 36px;
  }
}
.l-header-logo__mark .__elem {
  width: 100%;
}

.l-header-logo__txt {
  width: 200px;
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  .l-header-logo__txt {
    width: 133px;
    margin-left: 10px;
  }
}
.l-header-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  right: 15px;
}

@media screen and (max-width: 1280px) {
  .l-header-btn {
    display: none;
  }
}
.l-header-btn__item:not(:first-child) {
  margin-left: 15px;
}

.l-header-menu {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  z-index: 10;
  margin-left: auto;
}

.l-header-menu__inner {
  width: 20px;
  height: 17px;
  cursor: pointer;
  transition: 0.5s all;
  position: relative;
}

.l-header-menu__item {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: 0.5s all;
}

.l-header-menu__item:nth-of-type(1) {
  top: 0;
}

.l-header-menu__item:nth-of-type(2) {
  top: 8px;
}

.l-header-menu__item:nth-of-type(3) {
  bottom: 0;
}

.l-header-menu._active_ .l-header-menu__item {
  background: #fff;
}

.l-header-menu._active_ .l-header-menu__item:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}

.l-header-menu._active_ .l-header-menu__item:nth-of-type(2) {
  opacity: 0;
}

.l-header-menu._active_ .l-header-menu__item:nth-of-type(3) {
  transform: translateY(-8px) rotate(45deg);
}

@media print, screen and (min-width: 1281px) {
  .l-header-menu {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l-header-menu {
    width: 50px;
    height: 50px;
  }
}
@media print, screen and (min-width: 1281px) {
  .l-gnav {
    flex: 1;
  }
  .l-gnav::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 80px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 0.5s ease, visibility 0.5s ease;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s all;
  }
  ._dropdown-show_ .l-gnav::before {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (min-width: 0) and (max-width: 1280px) {
  .l-gnav {
    position: fixed;
    left: 0;
    top: 80px;
    z-index: -1;
    width: 100%;
    height: calc(100% - 50px);
    background: #fff;
    padding: 0 0 45px;
    opacity: 0;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    pointer-events: none;
    transition: 0.5s all;
  }
  ._gnav-show_ .l-gnav {
    z-index: 5;
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .l-gnav {
    right: 0 !important;
    left: auto !important;
    width: 380px !important;
    min-width: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .l-gnav {
    top: 50px !important;
  }
}
@media print, screen and (min-width: 1281px) {
  .l-gnav__list {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media print, screen and (min-width: 1281px) {
  .l-gnav__item {
    padding: 0 1.5%;
  }
}
@media screen and (max-width: 1280px) {
  .l-gnav__item {
    border-bottom: 1px solid #C2C2C2;
    font-size: 1.6rem;
  }
}
.l-gnav__txt, .l-gnav__sp-btn {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: 0.5s all;
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 500;
  cursor: pointer;
}

.l-gnav__txt {
  font-size: 1.8rem;
}

@media (hover: hover) and (pointer: fine) {
  .l-gnav__txt:hover {
    color: #0079AE;
  }
}
.l-gnav__txt .__ico {
  margin: 0 0 0 10px;
  transition: 0.5s all;
}

._show_ .l-gnav__txt .__ico {
  transform: rotate(180deg);
}

.l-gnav__sp-btn {
  padding: 15px;
  position: relative;
}

.l-gnav__sp-btn::after {
  content: "\e909";
  font-family: "icomoon";
  position: absolute;
  right: 15px;
  color: #0079AE;
}

.l-gnav__sp-btn._active_::after {
  content: "\e90a";
}

@media print, screen and (min-width: 1281px) {
  .l-gnav__link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    color: #333;
    text-decoration: none;
    font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 500;
    transition: 0.5s all;
  }
}
@media print and (hover: hover) and (pointer: fine), screen and (min-width: 1281px) and (hover: hover) and (pointer: fine) {
  .l-gnav__link:hover {
    color: #0079AE;
  }
}
@media screen and (max-width: 1280px) {
  .l-gnav__link {
    width: 100%;
    display: block;
    color: #333;
    font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 500;
    text-decoration: none;
    padding: 15px;
    position: relative;
  }
  .l-gnav__link::after {
    content: "\f105";
    font-family: "icomoon";
    position: absolute;
    right: 20px;
    color: #0079AE;
  }
}
.l-gnav__link .__ico {
  margin: 0 10px 0 0;
}

@media print, screen and (min-width: 1025px) {
  .l-gnav__link .__ico {
    display: none;
  }
}
@media print, screen and (min-width: 1281px) {
  .l-gnav-btn {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .l-gnav-btn {
    text-align: center;
    padding: 40px 0;
  }
  .l-gnav-btn__item:not(:first-child) {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 1281px) {
  .l-gnav-sub {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .l-gnav-sub {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #C2C2C2;
  }
  .l-gnav-sub__item {
    width: 50%;
    border-top: 1px solid #C2C2C2;
  }
  .l-gnav-sub__item:nth-child(even) {
    border-left: 1px solid #C2C2C2;
  }
  .l-gnav-sub__link {
    width: 100%;
    display: block;
    font-size: 1.4rem;
    text-decoration: none;
    padding: 15px;
  }
}
@media print, screen and (min-width: 1281px) {
  .l-gnav-close {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .l-gnav-close {
    display: block;
    text-align: center;
    margin-top: 30px;
  }
}
.l-footer {
  width: 100%;
  background: #1D1D1E;
}

.l-footer-sitemap__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
}

@media screen and (max-width: 768px) {
  .l-footer-sitemap__inner {
    padding: 0;
    flex-direction: column;
  }
}
.l-footer-sitemap__block {
  flex: 1;
  padding: 60px 0 80px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .l-footer-sitemap__block {
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-sitemap__block {
    padding: 0;
  }
}
.l-footer-sitemap__block:not(:first-child) {
  flex: inherit;
  border-left: 1px solid #404040;
  padding-left: 4.16%;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .l-footer-sitemap__block:not(:first-child) {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-sitemap__block:not(:first-child) {
    border-left: none;
    padding-left: 0;
  }
}
.l-footer-sitemap-ttl {
  margin: 35px 0 0;
}

@media screen and (max-width: 768px) {
  .l-footer-sitemap-ttl {
    margin: 0;
    border-top: 1px solid #3E3E3E;
  }
}
.l-footer-sitemap-ttl__link, .l-footer-sitemap-ttl__sp-btn {
  font-size: 1.8rem;
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 500;
  -webkit-text-decoration: underline 1px solid;
  text-decoration: underline 1px solid;
  text-decoration-color: transparent;
  text-underline-offset: 5px;
  transition: 0.5s all;
}

@media print and (hover: hover) and (pointer: fine), screen and (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .l-footer-sitemap-ttl__link:hover, .l-footer-sitemap-ttl__sp-btn:hover {
    color: #fff;
    text-decoration-color: #fff;
    text-decoration: underline;
    text-underline-offset: 5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .l-footer-sitemap-ttl__link, .l-footer-sitemap-ttl__sp-btn {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-sitemap-ttl__link, .l-footer-sitemap-ttl__sp-btn {
    width: 100%;
    font-size: 1.6rem;
    padding: 18px 15px;
    display: inline-block;
    position: relative;
  }
  .l-footer-sitemap-ttl__link::after, .l-footer-sitemap-ttl__sp-btn::after {
    font-family: "icomoon";
    position: absolute;
    right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-sitemap-ttl__link::after {
    content: "\f105";
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-sitemap-ttl__sp-btn::after {
    content: "\e909";
  }
  ._active_ .l-footer-sitemap-ttl__sp-btn::after {
    content: "\e90a";
  }
}
.l-footer-sitemap-subttl {
  margin: 35px 0 20px;
}

@media screen and (max-width: 768px) {
  .l-footer-sitemap-subttl {
    margin: 0;
  }
  .l-footer-sitemap-subttl:not(:first-child) {
    border-top: 1px solid #3E3E3E;
  }
}
.l-footer-sitemap-subttl__link, .l-footer-sitemap-subttl__sp-btn {
  font-size: 1.6rem;
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 500;
  -webkit-text-decoration: underline 1px solid;
  text-decoration: underline 1px solid;
  text-decoration-color: transparent;
  text-underline-offset: 5px;
  transition: 0.5s all;
}

@media print and (hover: hover) and (pointer: fine), screen and (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .l-footer-sitemap-subttl__link:hover, .l-footer-sitemap-subttl__sp-btn:hover {
    color: #fff;
    text-decoration-color: #fff;
    text-decoration: underline;
    text-underline-offset: 5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .l-footer-sitemap-subttl__link, .l-footer-sitemap-subttl__sp-btn {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-sitemap-subttl__link, .l-footer-sitemap-subttl__sp-btn {
    width: 100%;
    font-size: 1.6rem;
    padding: 18px 15px;
    display: inline-block;
    position: relative;
  }
  .l-footer-sitemap-subttl__link::after, .l-footer-sitemap-subttl__sp-btn::after {
    font-family: "icomoon";
    position: absolute;
    right: 0;
    color: #CFCFCF;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-sitemap-subttl__link::after {
    content: "\f105";
    right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-sitemap-subttl__sp-btn::after {
    content: "\e909";
  }
  ._active_ .l-footer-sitemap-subttl__sp-btn::after {
    content: "\e90a";
  }
}
.l-footer-sitemap-column {
  display: flex;
}

@media screen and (max-width: 768px) {
  .l-footer-sitemap-column {
    background: #292929;
    flex-direction: column;
    padding: 0 15px;
    border-top: 1px solid #3E3E3E;
    display: none;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .l-footer-sitemap-column__item {
    width: 33.3333333333%;
  }
}
.l-footer-sitemap-column__item:not(:first-child) {
  margin-left: 7.66%;
}

@media screen and (max-width: 768px) {
  .l-footer-sitemap-column__item:not(:first-child) {
    margin: 0;
    border-top: 1px solid #3E3E3E;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-sitemap__list {
    padding-left: 25px;
    border-top: 1px solid #3E3E3E;
    display: none;
  }
}
.l-footer-sitemap__item {
  margin: 12px 0 0;
}

@media screen and (max-width: 768px) {
  .l-footer-sitemap__item {
    margin: 0;
  }
  .l-footer-sitemap__item:not(:first-child) {
    border-top: 1px solid #3E3E3E;
  }
}
.l-footer-sitemap__link {
  color: #CFCFCF;
  font-size: 1.6rem;
  -webkit-text-decoration: underline 1px solid;
  text-decoration: underline 1px solid;
  text-decoration-color: transparent;
  text-underline-offset: 5px;
  transition: 0.5s all;
}

@media print and (hover: hover) and (pointer: fine), screen and (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .l-footer-sitemap__link:hover {
    color: #CFCFCF;
    text-decoration-color: #787878;
    text-decoration: underline;
    text-underline-offset: 5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .l-footer-sitemap__link {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-sitemap__link {
    width: 100%;
    font-size: 1.4rem;
    padding: 12px 0;
    display: inline-block;
    position: relative;
  }
  .l-footer-sitemap__link::after {
    content: "\f105";
    font-family: "icomoon";
    position: absolute;
    right: 5px;
  }
}
.l-footer-subnav {
  padding: 30px 0;
  border-top: 1px solid #404040;
}

@media screen and (max-width: 768px) {
  .l-footer-subnav {
    padding: 30px 0 40px;
  }
}
.l-footer-subnav__list {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .l-footer-subnav__list {
    flex-direction: column;
    padding: 0 15px;
  }
}
.l-footer-subnav__item {
  margin: 0 25px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .l-footer-subnav__item {
    margin: 0 7.5px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-subnav__item {
    margin: 0;
  }
  .l-footer-subnav__item:not(:first-child) {
    margin-top: 20px;
  }
}
.l-footer-subnav__link {
  color: #CFCFCF;
  font-size: 1.6rem;
  -webkit-text-decoration: underline 1px solid;
  text-decoration: underline 1px solid;
  text-decoration-color: transparent;
  text-underline-offset: 5px;
  transition: 0.5s all;
}

@media (hover: hover) and (pointer: fine) {
  .l-footer-subnav__link:hover {
    color: #CFCFCF;
    text-decoration-color: #787878;
    text-decoration: underline;
    text-underline-offset: 5px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .l-footer-subnav__link {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-subnav__link {
    font-size: 1.4rem;
  }
}
.l-footer__copy {
  color: #888;
  font-size: 1.4rem;
  text-align: center;
  display: block;
  padding: 35px 0;
  background: #0C0C0C;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .l-footer__copy {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    font-size: 1.1rem;
    padding: 20px 0;
  }
}
.l-cta-contact {
  width: 100%;
  height: 300px;
  background: url("/common/img/common/bg_cta_contact.png") center center/cover no-repeat;
  line-height: 1.8;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .l-cta-contact {
    height: auto;
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .l-cta-contact {
    height: auto;
    line-height: 1.6;
  }
}
.l-cta-contact__inner {
  max-width: 1240px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .l-cta-contact__inner {
    padding: 40px 15px 50px;
    flex-direction: column;
  }
}
.l-cta-contact__txt {
  color: #fff;
  font-size: 2rem;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .l-cta-contact__txt {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .l-cta-contact__txt {
    font-size: 1.7rem;
  }
}
.l-cta-contact__btn {
  font-size: 2rem;
  margin-left: 5%;
}

@media screen and (max-width: 768px) {
  .l-cta-contact__btn {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
    text-align: center;
  }
}
@media print, screen and (min-width: 1281px) {
  .l-dropdown {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s all;
  }
  ._show_ .l-dropdown {
    visibility: visible !important;
    opacity: 1 !important;
    transition: 0.5s all;
    display: block !important;
  }
}
@media screen and (max-width: 1280px) {
  .l-dropdown {
    position: relative;
    background: #F2F9FC;
    padding: 0 15px 0 24px;
    border-top: 1px solid #C2C2C2;
    display: none;
  }
}
@media print, screen and (min-width: 1281px) {
  .l-dropdown__inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 40px 20px 60px;
  }
}
@media print, screen and (min-width: 1281px) {
  .l-dropdown-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .l-dropdown-head__ttl {
    font-size: 2.8rem;
    font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 500;
    flex: 1;
  }
}
@media screen and (max-width: 1280px) {
  .l-dropdown-head {
    display: none;
  }
}
@media print, screen and (min-width: 1281px) {
  .l-dropdown-body {
    display: flex;
    margin: 35px 0 0;
  }
  .l-dropdown-body__column:not(:first-child) {
    margin-left: 4%;
  }
}
@media screen and (max-width: 1280px) {
  .l-dropdown-body__column:not(:first-child) {
    border-top: 1px solid #C2C2C2;
  }
}
@media print, screen and (min-width: 1281px) {
  .l-dropdown-ttl {
    border-left: 3px solid #00AEE1;
    padding: 0 0 0 12px;
  }
  * + .l-dropdown-ttl {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .l-dropdown-ttl:not(:first-child) {
    border-top: 1px solid #C2C2C2;
  }
}
.l-dropdown-ttl__link, .l-dropdown-ttl__sp-btn {
  text-decoration: none;
}

@media print, screen and (min-width: 1281px) {
  .l-dropdown-ttl__link, .l-dropdown-ttl__sp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
  }
}
@media print and (hover: hover) and (pointer: fine), screen and (min-width: 1281px) and (hover: hover) and (pointer: fine) {
  .l-dropdown-ttl__link:hover .__txt, .l-dropdown-ttl__sp-btn:hover .__txt {
    color: #0079AE;
    text-decoration-color: #0079AE;
    text-underline-offset: 6px;
  }
  .l-dropdown-ttl__link:hover .__ico, .l-dropdown-ttl__sp-btn:hover .__ico {
    background: #0079AE;
  }
}
@media screen and (max-width: 1280px) {
  .l-dropdown-ttl__link, .l-dropdown-ttl__sp-btn {
    width: 100%;
    padding: 12px 0;
    display: block;
    position: relative;
  }
  .l-dropdown-ttl__link::after, .l-dropdown-ttl__sp-btn::after {
    font-family: "icomoon";
    position: absolute;
    right: 0;
    color: #0079AE;
  }
}
.l-dropdown-ttl__link .__txt, .l-dropdown-ttl__sp-btn .__txt {
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 500;
}

@media print, screen and (min-width: 1281px) {
  .l-dropdown-ttl__link .__txt, .l-dropdown-ttl__sp-btn .__txt {
    font-size: 2rem;
    padding: 0 0 3px;
    -webkit-text-decoration: underline 1px solid;
    text-decoration: underline 1px solid;
    text-decoration-color: transparent;
    text-underline-offset: 6px;
    transition: 0.5s all;
  }
}
@media print, screen and (min-width: 1281px) {
  .l-dropdown-ttl__link .__ico, .l-dropdown-ttl__sp-btn .__ico {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #fff;
    font-size: 1rem;
    background: #00AEE1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    transition: 0.5s all;
  }
}
@media screen and (max-width: 1280px) {
  .l-dropdown-ttl__link .__ico, .l-dropdown-ttl__sp-btn .__ico {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .l-dropdown-ttl__link::after {
    content: "\f105";
    right: 5px;
  }
}
.l-dropdown-ttl__sp-btn::after {
  content: "\e909";
}

._active_ .l-dropdown-ttl__sp-btn::after {
  content: "\e90a";
}

@media print, screen and (min-width: 1281px) {
  .l-dropdown-list {
    margin-top: 15px;
    display: block !important;
  }
}
@media screen and (max-width: 1280px) {
  .l-dropdown-list {
    border-top: 1px solid #C2C2C2;
    padding-left: 12px;
    display: none;
  }
  .l-dropdown-list._show_ {
    display: block;
  }
}
@media print, screen and (min-width: 1281px) {
  .l-dropdown-list__item {
    margin-top: 12px;
  }
}
@media screen and (max-width: 1280px) {
  .l-dropdown-list__item:not(:first-child) {
    border-top: 1px solid #C2C2C2;
  }
}
.l-dropdown-list__link {
  text-decoration: none;
}

@media print, screen and (min-width: 1281px) {
  .l-dropdown-list__link {
    font-size: 1.6rem;
    -webkit-text-decoration: underline 1px solid;
    text-decoration: underline 1px solid;
    text-decoration-color: transparent;
    text-underline-offset: 4px;
    transition: 0.5s all;
  }
  .l-dropdown-list__link::after {
    content: "\f105";
    font-family: "icomoon";
    color: #0079AE;
    margin-left: 10px;
    display: inline-block;
  }
}
@media print and (hover: hover) and (pointer: fine), screen and (min-width: 1281px) and (hover: hover) and (pointer: fine) {
  .l-dropdown-list__link:hover {
    color: #0079AE;
    text-decoration-color: #0079AE;
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}
@media screen and (max-width: 1280px) {
  .l-dropdown-list__link {
    width: 100%;
    font-size: 1.4rem;
    padding: 12px 0;
    display: block;
    position: relative;
  }
  .l-dropdown-list__link::after {
    content: "\f105";
    font-family: "icomoon";
    position: absolute;
    right: 5px;
    color: #0079AE;
  }
}
@media print, screen and (min-width: 1281px) {
  .l-dropdown-foot {
    text-align: center;
    margin-top: 30px;
  }
}
@media screen and (max-width: 1280px) {
  .l-dropdown-foot {
    display: none;
  }
}
.l-row__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 80px 20px;
}

@media screen and (max-width: 768px) {
  .l-row__inner {
    padding: 50px 15px;
  }
}
.l-row._bg-blue_ {
  background: #F2F6F8;
}

.l-row._pt-s_ .l-row__inner {
  padding-top: 40px;
}

.t-wrap {
  padding: 80px 0 0;
  color: #333;
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .t-wrap {
    font-size: 1.5rem;
  }
}
.u-al-l {
  text-align: left !important;
}

@media screen and (max-width: 768px) {
  .u-al-l._sm-al-l_ {
    text-align: left !important;
  }
  .u-al-l._sm-al-c_ {
    text-align: center !important;
  }
  .u-al-l._sm-al-r_ {
    text-align: right !important;
  }
}
.u-al-c {
  text-align: center !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

@media screen and (max-width: 768px) {
  .u-al-c._sm-al-l_ {
    text-align: left !important;
  }
  .u-al-c._sm-al-c_ {
    text-align: center !important;
  }
  .u-al-c._sm-al-r_ {
    text-align: right !important;
  }
}
.u-al-r {
  text-align: right !important;
}

@media screen and (max-width: 768px) {
  .u-al-r._sm-al-l_ {
    text-align: left !important;
  }
  .u-al-r._sm-al-c_ {
    text-align: center !important;
  }
  .u-al-r._sm-al-r_ {
    text-align: right !important;
  }
}
.u-al-fl {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
}

.u-al-fc {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
}

.u-al-fc > * {
  flex: 0 0 auto !important;
}

.u-al-fr {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-end !important;
}

.u-c-red {
  color: #d30025 !important;
}

.u-fw-n {
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 400;
}

.u-fw-b {
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: 500;
}

.u-fz-10 {
  font-size: 1rem !important;
}

.u-fz-12 {
  font-size: 1.2rem !important;
}

.u-fz-14 {
  font-size: 1.5rem !important;
}

.u-fz-16 {
  font-size: 1.6rem !important;
}

.u-fz-18 {
  font-size: 1.8rem !important;
}

.u-fz-20 {
  font-size: 2rem !important;
}

.u-fz-22 {
  font-size: 2.2rem !important;
}

.u-fz-24 {
  font-size: 2.4rem !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-xxxs {
  margin-bottom: 10px !important;
}

.u-mb-xxs {
  margin-bottom: 15px !important;
}

.u-mb-xs {
  margin-bottom: 20px !important;
}

.u-mb-s {
  margin-bottom: 25px !important;
}

.u-mb-m {
  margin-bottom: 30px !important;
}

.u-mb-l {
  margin-bottom: 40px !important;
}

@media screen and (max-width: 768px) {
  .u-mb-l {
    margin-bottom: 20px !important;
  }
}
.u-mb-xl {
  margin-bottom: 60px !important;
}

@media screen and (max-width: 768px) {
  .u-mb-xl {
    margin-bottom: 30px !important;
  }
}
.u-mb-xxl {
  margin-bottom: 80px !important;
}

@media screen and (max-width: 768px) {
  .u-mb-xxl {
    margin-bottom: 40px !important;
  }
}
.u-mb-xxxl {
  margin-bottom: 100px !important;
}

@media screen and (max-width: 768px) {
  .u-mb-xxxl {
    margin-bottom: 50px !important;
  }
}
.u-ml-0 {
  margin-left: 0 !important;
}

.u-ml-xxxs {
  margin-left: 10px !important;
}

.u-ml-xxs {
  margin-left: 15px !important;
}

.u-ml-xs {
  margin-left: 20px !important;
}

.u-ml-s {
  margin-left: 25px !important;
}

.u-ml-m {
  margin-left: 30px !important;
}

.u-ml-l {
  margin-left: 40px !important;
}

@media screen and (max-width: 768px) {
  .u-ml-l {
    margin-left: 20px !important;
  }
}
.u-ml-xl {
  margin-left: 60px !important;
}

@media screen and (max-width: 768px) {
  .u-ml-xl {
    margin-left: 30px !important;
  }
}
.u-ml-xxl {
  margin-left: 80px !important;
}

@media screen and (max-width: 768px) {
  .u-ml-xxl {
    margin-left: 40px !important;
  }
}
.u-ml-xxxl {
  margin-left: 100px !important;
}

@media screen and (max-width: 768px) {
  .u-ml-xxxl {
    margin-left: 50px !important;
  }
}
.u-mr-0 {
  margin-right: 0 !important;
}

.u-mr-xxxs {
  margin-right: 10px !important;
}

.u-mr-xxs {
  margin-right: 15px !important;
}

.u-mr-xs {
  margin-right: 20px !important;
}

.u-mr-s {
  margin-right: 25px !important;
}

.u-mr-m {
  margin-right: 30px !important;
}

.u-mr-l {
  margin-right: 40px !important;
}

@media screen and (max-width: 768px) {
  .u-mr-l {
    margin-right: 20px !important;
  }
}
.u-mr-xl {
  margin-right: 60px !important;
}

@media screen and (max-width: 768px) {
  .u-mr-xl {
    margin-right: 30px !important;
  }
}
.u-mr-xxl {
  margin-right: 80px !important;
}

@media screen and (max-width: 768px) {
  .u-mr-xxl {
    margin-right: 40px !important;
  }
}
.u-mr-xxxl {
  margin-right: 100px !important;
}

@media screen and (max-width: 768px) {
  .u-mr-xxxl {
    margin-right: 50px !important;
  }
}
.u-mt-0 {
  margin-top: 0 !important;
}

.u-mt-xxxs {
  margin-top: 10px !important;
}

.u-mt-xxs {
  margin-top: 15px !important;
}

.u-mt-xs {
  margin-top: 20px !important;
}

.u-mt-s {
  margin-top: 25px !important;
}

.u-mt-m {
  margin-top: 30px !important;
}

.u-mt-l {
  margin-top: 40px !important;
}

@media screen and (max-width: 768px) {
  .u-mt-l {
    margin-top: 20px !important;
  }
}
.u-mt-xl {
  margin-top: 60px !important;
}

@media screen and (max-width: 768px) {
  .u-mt-xl {
    margin-top: 30px !important;
  }
}
.u-mt-xxl {
  margin-top: 80px !important;
}

@media screen and (max-width: 768px) {
  .u-mt-xxl {
    margin-top: 40px !important;
  }
}
.u-mt-xxxl {
  margin-top: 100px !important;
}

@media screen and (max-width: 768px) {
  .u-mt-xxxl {
    margin-top: 50px !important;
  }
}
.u-pa-0 {
  padding: 0 !important;
}

.u-pa-xxxs {
  padding: 10px !important;
}

.u-pa-xxs {
  padding: 15px !important;
}

.u-pa-xs {
  padding: 20px !important;
}

.u-pa-s {
  padding: 25px !important;
}

.u-pa-m {
  padding: 30px !important;
}

.u-pa-l {
  padding: 40px !important;
}

@media screen and (max-width: 768px) {
  .u-pa-l {
    padding: 20px !important;
  }
}
.u-pa-xl {
  padding: 60px !important;
}

@media screen and (max-width: 768px) {
  .u-pa-xl {
    padding: 30px !important;
  }
}
.u-pa-xxl {
  padding: 80px !important;
}

@media screen and (max-width: 768px) {
  .u-pa-xxl {
    padding: 40px !important;
  }
}
.u-pa-xxxl {
  padding: 100px !important;
}

@media screen and (max-width: 768px) {
  .u-pa-xxxl {
    padding: 50px !important;
  }
}
.u-pb-0 {
  padding-bottom: 0 !important;
}

.u-pb-xxxs {
  padding-bottom: 10px !important;
}

.u-pb-xxs {
  padding-bottom: 15px !important;
}

.u-pb-xs {
  padding-bottom: 20px !important;
}

.u-pb-s {
  padding-bottom: 25px !important;
}

.u-pb-m {
  padding-bottom: 30px !important;
}

.u-pb-l {
  padding-bottom: 40px !important;
}

@media screen and (max-width: 768px) {
  .u-pb-l {
    padding-bottom: 20px !important;
  }
}
.u-pb-xl {
  padding-bottom: 60px !important;
}

@media screen and (max-width: 768px) {
  .u-pb-xl {
    padding-bottom: 30px !important;
  }
}
.u-pb-xxl {
  padding-bottom: 80px !important;
}

@media screen and (max-width: 768px) {
  .u-pb-xxl {
    padding-bottom: 40px !important;
  }
}
.u-pb-xxxl {
  padding-bottom: 100px !important;
}

@media screen and (max-width: 768px) {
  .u-pb-xxxl {
    padding-bottom: 50px !important;
  }
}
.u-pl-0 {
  padding-left: 0 !important;
}

.u-pl-xxxs {
  padding-left: 10px !important;
}

.u-pl-xxs {
  padding-left: 15px !important;
}

.u-pl-xs {
  padding-left: 20px !important;
}

.u-pl-s {
  padding-left: 25px !important;
}

.u-pl-m {
  padding-left: 30px !important;
}

.u-pl-l {
  padding-left: 40px !important;
}

@media screen and (max-width: 768px) {
  .u-pl-l {
    padding-left: 20px !important;
  }
}
.u-pl-xl {
  padding-left: 60px !important;
}

@media screen and (max-width: 768px) {
  .u-pl-xl {
    padding-left: 30px !important;
  }
}
.u-pl-xxl {
  padding-left: 80px !important;
}

@media screen and (max-width: 768px) {
  .u-pl-xxl {
    padding-left: 40px !important;
  }
}
.u-pl-xxxl {
  padding-left: 100px !important;
}

@media screen and (max-width: 768px) {
  .u-pl-xxxl {
    padding-left: 50px !important;
  }
}
.u-pr-0 {
  padding-right: 0 !important;
}

.u-pr-xxxs {
  padding-right: 10px !important;
}

.u-pr-xxs {
  padding-right: 15px !important;
}

.u-pr-xs {
  padding-right: 20px !important;
}

.u-pr-s {
  padding-right: 25px !important;
}

.u-pr-m {
  padding-right: 30px !important;
}

.u-pr-l {
  padding-right: 40px !important;
}

@media screen and (max-width: 768px) {
  .u-pr-l {
    padding-right: 20px !important;
  }
}
.u-pr-xl {
  padding-right: 60px !important;
}

@media screen and (max-width: 768px) {
  .u-pr-xl {
    padding-right: 30px !important;
  }
}
.u-pr-xxl {
  padding-right: 80px !important;
}

@media screen and (max-width: 768px) {
  .u-pr-xxl {
    padding-right: 40px !important;
  }
}
.u-pr-xxxl {
  padding-right: 100px !important;
}

@media screen and (max-width: 768px) {
  .u-pr-xxxl {
    padding-right: 50px !important;
  }
}
.u-pt-0 {
  padding-top: 0 !important;
}

.u-pt-xxxs {
  padding-top: 10px !important;
}

.u-pt-xxs {
  padding-top: 15px !important;
}

.u-pt-xs {
  padding-top: 20px !important;
}

.u-pt-s {
  padding-top: 25px !important;
}

.u-pt-m {
  padding-top: 30px !important;
}

.u-pt-l {
  padding-top: 40px !important;
}

@media screen and (max-width: 768px) {
  .u-pt-l {
    padding-top: 20px !important;
  }
}
.u-pt-xl {
  padding-top: 60px !important;
}

@media screen and (max-width: 768px) {
  .u-pt-xl {
    padding-top: 30px !important;
  }
}
.u-pt-xxl {
  padding-top: 80px !important;
}

@media screen and (max-width: 768px) {
  .u-pt-xxl {
    padding-top: 40px !important;
  }
}
.u-pt-xxxl {
  padding-top: 100px !important;
}

@media screen and (max-width: 768px) {
  .u-pt-xxxl {
    padding-top: 50px !important;
  }
}
.u-w0p {
  width: 0% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w0p {
    width: 0% !important;
  }
}
.u-w1p {
  width: 1% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w1p {
    width: 1% !important;
  }
}
.u-w2p {
  width: 2% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w2p {
    width: 2% !important;
  }
}
.u-w3p {
  width: 3% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w3p {
    width: 3% !important;
  }
}
.u-w4p {
  width: 4% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w4p {
    width: 4% !important;
  }
}
.u-w5p {
  width: 5% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w5p {
    width: 5% !important;
  }
}
.u-w6p {
  width: 6% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w6p {
    width: 6% !important;
  }
}
.u-w7p {
  width: 7% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w7p {
    width: 7% !important;
  }
}
.u-w8p {
  width: 8% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w8p {
    width: 8% !important;
  }
}
.u-w9p {
  width: 9% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w9p {
    width: 9% !important;
  }
}
.u-w10p {
  width: 10% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w10p {
    width: 10% !important;
  }
}
.u-w11p {
  width: 11% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w11p {
    width: 11% !important;
  }
}
.u-w12p {
  width: 12% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w12p {
    width: 12% !important;
  }
}
.u-w13p {
  width: 13% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w13p {
    width: 13% !important;
  }
}
.u-w14p {
  width: 14% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w14p {
    width: 14% !important;
  }
}
.u-w15p {
  width: 15% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w15p {
    width: 15% !important;
  }
}
.u-w16p {
  width: 16% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w16p {
    width: 16% !important;
  }
}
.u-w17p {
  width: 17% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w17p {
    width: 17% !important;
  }
}
.u-w18p {
  width: 18% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w18p {
    width: 18% !important;
  }
}
.u-w19p {
  width: 19% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w19p {
    width: 19% !important;
  }
}
.u-w20p {
  width: 20% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w20p {
    width: 20% !important;
  }
}
.u-w21p {
  width: 21% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w21p {
    width: 21% !important;
  }
}
.u-w22p {
  width: 22% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w22p {
    width: 22% !important;
  }
}
.u-w23p {
  width: 23% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w23p {
    width: 23% !important;
  }
}
.u-w24p {
  width: 24% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w24p {
    width: 24% !important;
  }
}
.u-w25p {
  width: 25% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w25p {
    width: 25% !important;
  }
}
.u-w26p {
  width: 26% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w26p {
    width: 26% !important;
  }
}
.u-w27p {
  width: 27% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w27p {
    width: 27% !important;
  }
}
.u-w28p {
  width: 28% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w28p {
    width: 28% !important;
  }
}
.u-w29p {
  width: 29% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w29p {
    width: 29% !important;
  }
}
.u-w30p {
  width: 30% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w30p {
    width: 30% !important;
  }
}
.u-w31p {
  width: 31% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w31p {
    width: 31% !important;
  }
}
.u-w32p {
  width: 32% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w32p {
    width: 32% !important;
  }
}
.u-w33p {
  width: 33% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w33p {
    width: 33% !important;
  }
}
.u-w34p {
  width: 34% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w34p {
    width: 34% !important;
  }
}
.u-w35p {
  width: 35% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w35p {
    width: 35% !important;
  }
}
.u-w36p {
  width: 36% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w36p {
    width: 36% !important;
  }
}
.u-w37p {
  width: 37% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w37p {
    width: 37% !important;
  }
}
.u-w38p {
  width: 38% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w38p {
    width: 38% !important;
  }
}
.u-w39p {
  width: 39% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w39p {
    width: 39% !important;
  }
}
.u-w40p {
  width: 40% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w40p {
    width: 40% !important;
  }
}
.u-w41p {
  width: 41% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w41p {
    width: 41% !important;
  }
}
.u-w42p {
  width: 42% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w42p {
    width: 42% !important;
  }
}
.u-w43p {
  width: 43% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w43p {
    width: 43% !important;
  }
}
.u-w44p {
  width: 44% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w44p {
    width: 44% !important;
  }
}
.u-w45p {
  width: 45% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w45p {
    width: 45% !important;
  }
}
.u-w46p {
  width: 46% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w46p {
    width: 46% !important;
  }
}
.u-w47p {
  width: 47% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w47p {
    width: 47% !important;
  }
}
.u-w48p {
  width: 48% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w48p {
    width: 48% !important;
  }
}
.u-w49p {
  width: 49% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w49p {
    width: 49% !important;
  }
}
.u-w50p {
  width: 50% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w50p {
    width: 50% !important;
  }
}
.u-w51p {
  width: 51% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w51p {
    width: 51% !important;
  }
}
.u-w52p {
  width: 52% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w52p {
    width: 52% !important;
  }
}
.u-w53p {
  width: 53% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w53p {
    width: 53% !important;
  }
}
.u-w54p {
  width: 54% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w54p {
    width: 54% !important;
  }
}
.u-w55p {
  width: 55% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w55p {
    width: 55% !important;
  }
}
.u-w56p {
  width: 56% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w56p {
    width: 56% !important;
  }
}
.u-w57p {
  width: 57% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w57p {
    width: 57% !important;
  }
}
.u-w58p {
  width: 58% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w58p {
    width: 58% !important;
  }
}
.u-w59p {
  width: 59% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w59p {
    width: 59% !important;
  }
}
.u-w60p {
  width: 60% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w60p {
    width: 60% !important;
  }
}
.u-w61p {
  width: 61% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w61p {
    width: 61% !important;
  }
}
.u-w62p {
  width: 62% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w62p {
    width: 62% !important;
  }
}
.u-w63p {
  width: 63% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w63p {
    width: 63% !important;
  }
}
.u-w64p {
  width: 64% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w64p {
    width: 64% !important;
  }
}
.u-w65p {
  width: 65% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w65p {
    width: 65% !important;
  }
}
.u-w66p {
  width: 66% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w66p {
    width: 66% !important;
  }
}
.u-w67p {
  width: 67% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w67p {
    width: 67% !important;
  }
}
.u-w68p {
  width: 68% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w68p {
    width: 68% !important;
  }
}
.u-w69p {
  width: 69% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w69p {
    width: 69% !important;
  }
}
.u-w70p {
  width: 70% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w70p {
    width: 70% !important;
  }
}
.u-w71p {
  width: 71% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w71p {
    width: 71% !important;
  }
}
.u-w72p {
  width: 72% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w72p {
    width: 72% !important;
  }
}
.u-w73p {
  width: 73% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w73p {
    width: 73% !important;
  }
}
.u-w74p {
  width: 74% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w74p {
    width: 74% !important;
  }
}
.u-w75p {
  width: 75% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w75p {
    width: 75% !important;
  }
}
.u-w76p {
  width: 76% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w76p {
    width: 76% !important;
  }
}
.u-w77p {
  width: 77% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w77p {
    width: 77% !important;
  }
}
.u-w78p {
  width: 78% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w78p {
    width: 78% !important;
  }
}
.u-w79p {
  width: 79% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w79p {
    width: 79% !important;
  }
}
.u-w80p {
  width: 80% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w80p {
    width: 80% !important;
  }
}
.u-w81p {
  width: 81% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w81p {
    width: 81% !important;
  }
}
.u-w82p {
  width: 82% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w82p {
    width: 82% !important;
  }
}
.u-w83p {
  width: 83% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w83p {
    width: 83% !important;
  }
}
.u-w84p {
  width: 84% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w84p {
    width: 84% !important;
  }
}
.u-w85p {
  width: 85% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w85p {
    width: 85% !important;
  }
}
.u-w86p {
  width: 86% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w86p {
    width: 86% !important;
  }
}
.u-w87p {
  width: 87% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w87p {
    width: 87% !important;
  }
}
.u-w88p {
  width: 88% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w88p {
    width: 88% !important;
  }
}
.u-w89p {
  width: 89% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w89p {
    width: 89% !important;
  }
}
.u-w90p {
  width: 90% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w90p {
    width: 90% !important;
  }
}
.u-w91p {
  width: 91% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w91p {
    width: 91% !important;
  }
}
.u-w92p {
  width: 92% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w92p {
    width: 92% !important;
  }
}
.u-w93p {
  width: 93% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w93p {
    width: 93% !important;
  }
}
.u-w94p {
  width: 94% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w94p {
    width: 94% !important;
  }
}
.u-w95p {
  width: 95% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w95p {
    width: 95% !important;
  }
}
.u-w96p {
  width: 96% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w96p {
    width: 96% !important;
  }
}
.u-w97p {
  width: 97% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w97p {
    width: 97% !important;
  }
}
.u-w98p {
  width: 98% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w98p {
    width: 98% !important;
  }
}
.u-w99p {
  width: 99% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w99p {
    width: 99% !important;
  }
}
.u-w100p {
  width: 100% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w100p {
    width: 100% !important;
  }
}
.u-mw0p {
  max-width: 0% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw0p {
    width: 0% !important;
  }
}
.u-mw1p {
  max-width: 1% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw1p {
    width: 1% !important;
  }
}
.u-mw2p {
  max-width: 2% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw2p {
    width: 2% !important;
  }
}
.u-mw3p {
  max-width: 3% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw3p {
    width: 3% !important;
  }
}
.u-mw4p {
  max-width: 4% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw4p {
    width: 4% !important;
  }
}
.u-mw5p {
  max-width: 5% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw5p {
    width: 5% !important;
  }
}
.u-mw6p {
  max-width: 6% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw6p {
    width: 6% !important;
  }
}
.u-mw7p {
  max-width: 7% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw7p {
    width: 7% !important;
  }
}
.u-mw8p {
  max-width: 8% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw8p {
    width: 8% !important;
  }
}
.u-mw9p {
  max-width: 9% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw9p {
    width: 9% !important;
  }
}
.u-mw10p {
  max-width: 10% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw10p {
    width: 10% !important;
  }
}
.u-mw11p {
  max-width: 11% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw11p {
    width: 11% !important;
  }
}
.u-mw12p {
  max-width: 12% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw12p {
    width: 12% !important;
  }
}
.u-mw13p {
  max-width: 13% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw13p {
    width: 13% !important;
  }
}
.u-mw14p {
  max-width: 14% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw14p {
    width: 14% !important;
  }
}
.u-mw15p {
  max-width: 15% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw15p {
    width: 15% !important;
  }
}
.u-mw16p {
  max-width: 16% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw16p {
    width: 16% !important;
  }
}
.u-mw17p {
  max-width: 17% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw17p {
    width: 17% !important;
  }
}
.u-mw18p {
  max-width: 18% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw18p {
    width: 18% !important;
  }
}
.u-mw19p {
  max-width: 19% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw19p {
    width: 19% !important;
  }
}
.u-mw20p {
  max-width: 20% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw20p {
    width: 20% !important;
  }
}
.u-mw21p {
  max-width: 21% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw21p {
    width: 21% !important;
  }
}
.u-mw22p {
  max-width: 22% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw22p {
    width: 22% !important;
  }
}
.u-mw23p {
  max-width: 23% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw23p {
    width: 23% !important;
  }
}
.u-mw24p {
  max-width: 24% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw24p {
    width: 24% !important;
  }
}
.u-mw25p {
  max-width: 25% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw25p {
    width: 25% !important;
  }
}
.u-mw26p {
  max-width: 26% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw26p {
    width: 26% !important;
  }
}
.u-mw27p {
  max-width: 27% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw27p {
    width: 27% !important;
  }
}
.u-mw28p {
  max-width: 28% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw28p {
    width: 28% !important;
  }
}
.u-mw29p {
  max-width: 29% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw29p {
    width: 29% !important;
  }
}
.u-mw30p {
  max-width: 30% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw30p {
    width: 30% !important;
  }
}
.u-mw31p {
  max-width: 31% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw31p {
    width: 31% !important;
  }
}
.u-mw32p {
  max-width: 32% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw32p {
    width: 32% !important;
  }
}
.u-mw33p {
  max-width: 33% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw33p {
    width: 33% !important;
  }
}
.u-mw34p {
  max-width: 34% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw34p {
    width: 34% !important;
  }
}
.u-mw35p {
  max-width: 35% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw35p {
    width: 35% !important;
  }
}
.u-mw36p {
  max-width: 36% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw36p {
    width: 36% !important;
  }
}
.u-mw37p {
  max-width: 37% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw37p {
    width: 37% !important;
  }
}
.u-mw38p {
  max-width: 38% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw38p {
    width: 38% !important;
  }
}
.u-mw39p {
  max-width: 39% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw39p {
    width: 39% !important;
  }
}
.u-mw40p {
  max-width: 40% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw40p {
    width: 40% !important;
  }
}
.u-mw41p {
  max-width: 41% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw41p {
    width: 41% !important;
  }
}
.u-mw42p {
  max-width: 42% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw42p {
    width: 42% !important;
  }
}
.u-mw43p {
  max-width: 43% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw43p {
    width: 43% !important;
  }
}
.u-mw44p {
  max-width: 44% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw44p {
    width: 44% !important;
  }
}
.u-mw45p {
  max-width: 45% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw45p {
    width: 45% !important;
  }
}
.u-mw46p {
  max-width: 46% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw46p {
    width: 46% !important;
  }
}
.u-mw47p {
  max-width: 47% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw47p {
    width: 47% !important;
  }
}
.u-mw48p {
  max-width: 48% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw48p {
    width: 48% !important;
  }
}
.u-mw49p {
  max-width: 49% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw49p {
    width: 49% !important;
  }
}
.u-mw50p {
  max-width: 50% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw50p {
    width: 50% !important;
  }
}
.u-mw51p {
  max-width: 51% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw51p {
    width: 51% !important;
  }
}
.u-mw52p {
  max-width: 52% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw52p {
    width: 52% !important;
  }
}
.u-mw53p {
  max-width: 53% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw53p {
    width: 53% !important;
  }
}
.u-mw54p {
  max-width: 54% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw54p {
    width: 54% !important;
  }
}
.u-mw55p {
  max-width: 55% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw55p {
    width: 55% !important;
  }
}
.u-mw56p {
  max-width: 56% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw56p {
    width: 56% !important;
  }
}
.u-mw57p {
  max-width: 57% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw57p {
    width: 57% !important;
  }
}
.u-mw58p {
  max-width: 58% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw58p {
    width: 58% !important;
  }
}
.u-mw59p {
  max-width: 59% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw59p {
    width: 59% !important;
  }
}
.u-mw60p {
  max-width: 60% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw60p {
    width: 60% !important;
  }
}
.u-mw61p {
  max-width: 61% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw61p {
    width: 61% !important;
  }
}
.u-mw62p {
  max-width: 62% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw62p {
    width: 62% !important;
  }
}
.u-mw63p {
  max-width: 63% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw63p {
    width: 63% !important;
  }
}
.u-mw64p {
  max-width: 64% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw64p {
    width: 64% !important;
  }
}
.u-mw65p {
  max-width: 65% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw65p {
    width: 65% !important;
  }
}
.u-mw66p {
  max-width: 66% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw66p {
    width: 66% !important;
  }
}
.u-mw67p {
  max-width: 67% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw67p {
    width: 67% !important;
  }
}
.u-mw68p {
  max-width: 68% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw68p {
    width: 68% !important;
  }
}
.u-mw69p {
  max-width: 69% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw69p {
    width: 69% !important;
  }
}
.u-mw70p {
  max-width: 70% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw70p {
    width: 70% !important;
  }
}
.u-mw71p {
  max-width: 71% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw71p {
    width: 71% !important;
  }
}
.u-mw72p {
  max-width: 72% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw72p {
    width: 72% !important;
  }
}
.u-mw73p {
  max-width: 73% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw73p {
    width: 73% !important;
  }
}
.u-mw74p {
  max-width: 74% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw74p {
    width: 74% !important;
  }
}
.u-mw75p {
  max-width: 75% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw75p {
    width: 75% !important;
  }
}
.u-mw76p {
  max-width: 76% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw76p {
    width: 76% !important;
  }
}
.u-mw77p {
  max-width: 77% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw77p {
    width: 77% !important;
  }
}
.u-mw78p {
  max-width: 78% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw78p {
    width: 78% !important;
  }
}
.u-mw79p {
  max-width: 79% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw79p {
    width: 79% !important;
  }
}
.u-mw80p {
  max-width: 80% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw80p {
    width: 80% !important;
  }
}
.u-mw81p {
  max-width: 81% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw81p {
    width: 81% !important;
  }
}
.u-mw82p {
  max-width: 82% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw82p {
    width: 82% !important;
  }
}
.u-mw83p {
  max-width: 83% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw83p {
    width: 83% !important;
  }
}
.u-mw84p {
  max-width: 84% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw84p {
    width: 84% !important;
  }
}
.u-mw85p {
  max-width: 85% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw85p {
    width: 85% !important;
  }
}
.u-mw86p {
  max-width: 86% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw86p {
    width: 86% !important;
  }
}
.u-mw87p {
  max-width: 87% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw87p {
    width: 87% !important;
  }
}
.u-mw88p {
  max-width: 88% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw88p {
    width: 88% !important;
  }
}
.u-mw89p {
  max-width: 89% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw89p {
    width: 89% !important;
  }
}
.u-mw90p {
  max-width: 90% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw90p {
    width: 90% !important;
  }
}
.u-mw91p {
  max-width: 91% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw91p {
    width: 91% !important;
  }
}
.u-mw92p {
  max-width: 92% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw92p {
    width: 92% !important;
  }
}
.u-mw93p {
  max-width: 93% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw93p {
    width: 93% !important;
  }
}
.u-mw94p {
  max-width: 94% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw94p {
    width: 94% !important;
  }
}
.u-mw95p {
  max-width: 95% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw95p {
    width: 95% !important;
  }
}
.u-mw96p {
  max-width: 96% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw96p {
    width: 96% !important;
  }
}
.u-mw97p {
  max-width: 97% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw97p {
    width: 97% !important;
  }
}
.u-mw98p {
  max-width: 98% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw98p {
    width: 98% !important;
  }
}
.u-mw99p {
  max-width: 99% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw99p {
    width: 99% !important;
  }
}
.u-mw100p {
  max-width: 100% !important;
}

@media screen and (max-width: 768px) {
  .u-sm-mw100p {
    width: 100% !important;
  }
}
.u-w-a {
  width: auto !important;
}

@media screen and (max-width: 768px) {
  .u-sm-w-a {
    width: auto !important;
  }
}
@media screen and (max-width: 415px) {
  .u-xs-min {
    display: none !important;
  }
}
@media print, screen and (min-width: 416px) {
  .u-xs-max {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .u-sm-min {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-sm-max {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-md-min {
    display: none !important;
  }
}
@media print, screen and (min-width: 1025px) {
  .u-md-max {
    display: none !important;
  }
}
@media screen and (max-width: 1280px) {
  .u-lg-min {
    display: none !important;
  }
}
@media print, screen and (min-width: 1281px) {
  .u-lg-max {
    display: none !important;
  }
}
@keyframes linelinkHam {
  0% {
    background-size: 100% 1px;
    background-position: 100% 100%;
    background-image: linear-gradient(#0079AE, #0079AE);
  }
  50% {
    background-size: 0 1px;
    background-position: 100% 100%;
    background-image: linear-gradient(#0079AE, #0079AE);
  }
  51% {
    background-size: 0 1px;
    background-position: 0 100%;
    background-image: linear-gradient(#0079AE, #0079AE);
  }
  to {
    background-size: 100% 1px;
    background-position: 0 100%;
    background-image: linear-gradient(#0079AE, #0079AE);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
} /*# sourceMappingURL=common.css.map */