﻿@charset "UTF-8";
/* CSS Document */
/*----- 基本構造・要素 ---------------*/
html, body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #ededed;
}
body, button, input, optgroup, select, textarea {
  font-family: 'segoe UI', 'Yu Gothic', YuGothic, '游ゴシック', '游ゴシック体', Verdana, 'Hiragino Kaku Gothic ProN', Roboto, Meiryo, 'MS PGothic', sans-serif;
  font-weight: 500;
  background-color: #fff;
  font-feature-settings: 'palt';
}
main {
  padding-bottom: 4rem;
  background-color: #fff;
}
/*h1*/
.contents h1 {
  font-size: 2rem;
  line-height: 2.75rem;
  padding: 0 0 2rem;
  color: #0087c8;
}
.doc h1 {
  font-size: 2rem;
  line-height: 2.75rem;
  padding: 0 0 1rem;
  margin-top: 0;
  color: #0087c8;
}
.column.column-list .contents h1, .info.event .contents h1 {
  font-size: 1.25rem;
  color: #212529;
  line-height: 1.875rem;
  text-align: center;
  margin: 0 0 2rem;
  padding: 0;
}
.info.event .contents h1 {
  margin-bottom: 0.5rem;
}
.info.event.live .contents h1, .info.event.webinar .contents h1 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  text-align: left;
}
.lm7 .contents h1, .extic .contents h1, .extic-price .contents h1 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 1rem;
  padding: 0;
}
.lm.case.volume h1, .extic.case.volume h1 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 1rem;
  padding: 0;
}
.lm7 .function-title h1 {
  font-size: 1.75rem;
  color: #0087c8;
  margin-bottom: 1.5rem;
  padding-top: 0.5rem;
  line-height: 2rem;
}
.extic.terms h1 {
  font-size: 1.75rem;
}
.linkage h1 {
  font-size: 1.25rem;
  margin-bottom: 0;
  padding-bottom: 0;
}
.case h1 {
  font-size: 1.25rem;
  font-weight: 700;
/*  text-align: center;*/
  margin-bottom: 0.5rem;
  color: #0087c8;
  padding-bottom: 0;
}
h1.lm-case-list {
  font-size: 1.5rem;
  margin: .5rem 0 1.75rem;
}
.prtnr h1 {
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
.solution h1 {
  font-size: 1.5rem;
  margin: .25rem 0;
}
.doc.form-input h1 {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: .75rem;
  padding: 0;
}
.recruit h1 {
  font-size: 1.75rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  color: #0087c8;
}

/* h2 --------------------*/
.contents h2 {
  position: relative;
  font-size: 1.5rem;
  margin: 2rem 0 2rem 0;
  text-align: center;
  background-color: #fff;
  padding: 0;
  color: #0087c8;
  line-height: 1.5;
}
.contents h2::before {
  position: absolute;
  z-index: 1;
  top: 50%;
  display: block;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #0087c8;
}
.contents h2 span:not(.badge) {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 1em;
  text-align: left;
  border-right: solid 1px #0087c8;
  border-left: solid 1px #0087c8;
  background-color: #fff;
}
.lm7 .contents h2 span, .extic .contents h2 span {
  color: #0087c8;
  text-align: center;
  line-height: 1.3;
}
.lm7 .function-md-body h2 {
  font-size: 1.125rem;
  font-weight: 700;
}
.lm7 .function-md-body h2::before {
  content: counter(number, decimal-leading-zero);
  color: rgba(195, 206, 216, 1.00);
  font-family: din-condensed, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  font-style: normal;
  padding-right: 0.5rem;
  counter-increment: number;
}
.solution .contents h2 span {
  text-align: center;
  font-weight: 700;
  font-size: 1.25rem;
  color: #343a40;
}
.column h2 {
  font-size: 1.25rem;
  line-height: 1.2;
  color: #1590CC;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1.25rem;
  padding-bottom: 0;
  text-align: left;
}
.column h2.card-title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  padding-bottom: 0;
  text-align: left;
  margin: 0 0 0.75rem;
}
.case-list h2, .case .contents h2 {
  font-weight: 700;
  padding: 1rem 0 0;
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.case .contents h2 {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
  color: inherit;
  margin: 0 0 0.5rem;
}
.case.volume .contents h2 {
  font-size: 1.125rem;
}
/*.lm .h2 {
  line-height: 1.4;
}*/
.lm7 .detail h2, .extic .detail h2 {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: left;
  color: inherit;
  margin: 0 0 0.5rem;
}
.doc h2 {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-top: 0;
}
.case .contents h2::before, .lm7 .contents .detail h2::before, .lm7.lm-price h2::before, .extic .contents .detail h2::before, .prtnr h2::before, .enterprise h2::before, .solution.giga .contents h2::before, .column h2::before, .column h2.card-title::before, .doc h2::before, .info .contents h2::before, .extic.extic-price h2::before {
  content: none;
}
.prtnr h2 {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: left;
  color: inherit;
  margin: 1rem 0;
}
.prtnr h2.modal-title {
  margin: 0;
  padding: 0;
  background-color: transparent;
  font-weight: 500;
}
.case.volume .contents h2 {
  margin-bottom: 1rem;
}
.case .contents h2 .badge {
  color: #fff;
  padding: 0.375rem 0.5rem;
}
.case-list.contents h2 {
  text-align: center;
  margin: 0 0 0.5rem;
  padding: 0;
  line-height: 1.2;
}
.specs h2 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3rem;
  padding-top: 0.75rem;
  border-top: 1px solid #eceeef;
  margin-bottom: .5rem;
}
.terms h2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.7rem;
  position: relative;
  margin-left: 5rem;
  margin-bottom: 5rem;
}
.terms h2::before {
  position: absolute;
  top: 0;
  left: -5rem;
  display: inline-block;
  content: '第'counter(h5) '条'; /* h2カウンターの値を表示 */
  counter-increment: h5; /* h2カウンターの値に1を加算 */
  letter-spacing: 0.1rem;
}
.solution.giga .contents h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
.info .contents h2 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: left;
  padding: 0;
}
.info .contents .event-list h2 {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.4;
  color: inherit;
  padding-bottom: 0;
}

/* h3 --------------------*/
.contents h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #0087c8;
}
.lm7 .contents h3, .extic .contents h3 {
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 700;
}
.column h3 {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  color: #212529;
}
.security h3, .isms h3 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.giga h3 {
  position: relative;
  font-size: 1.5rem;
  margin: 2rem 0 2rem 0;
  text-align: center;
  background-color: #fff;
  padding: 0;
  color: #0087c8;
  line-height: 1.5;
}
.giga h3::before {
  position: absolute;
  z-index: 1;
  top: 50%;
  display: block;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #0087c8;
}
.giga h3 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 1em;
  border-right: solid 1px #0087c8;
  border-left: solid 1px #0087c8;
  background-color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 1.25rem;
  color: #343a40;
}
.issue h3 {
  margin: .75rem 0;
  padding: 0;
  line-height: 1.0;
  font-weight: 700;
}
.issue h3::before {
  position: relative;
  display: inline-block;
  background-color: #dc3545;
  border: none;
  height: 1.5rem;
  width: 3rem;
  color: #fff;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.0;
  margin-right: .5rem;
  padding: 0.25rem;
  border-radius: 0.25rem;
  bottom: 0.25rem;
}
.issue h3.issue1::before {
  content: "課題1"
}
.issue h3.issue2::before {
  content: "課題2"
}
.issue h3.issue3::before {
  content: "課題3"
}
.download-list h3 {
  color: inherit;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
  padding: 0;
}

/*h4*/
.column h4 {
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
}
.lm7 h4 {
  font-size: 1.25rem;
}
.point h4 {
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0;
}
.solution.giga .contents h4 {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #0087c8;
}

/*h5*/





.btn {
  border-radius: 0rem;
}
.new {
  position: relative;
}
/*.new::after {
 content: "NEW";
 display: inline-block;
 font-size: 0.6125rem;
 padding: 0.25rem;
 margin-left: 0.25rem;
 line-height: 0.6125rem;
 vertical-align: 0.25rem;
 border-radius: 0.25rem;
 color: #fff;
background-color: #dc3545;
}*/
p {
  text-align: justify;
}
.lead {
  font-size: 1.125rem;
  line-height: 1.9125rem;
}
sup {
  font-size: 50%;
  top: -.75em;
}
.bg-primary {
  background-color: #0087c8 !important;
}
/*----- グローバルメニュー -----*/
.navbar {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.20);
  padding: 1.2rem 2rem;
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}
.nav-item {
  margin-left: 0.5rem;
}
.navbar-nav .nav-link:focus {
  outline: none;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  top: 55px;
}
.navbar-light .navbar-nav .nav-link {
  color: #222;
  font-size: 0.8125rem;
  border-bottom: 1px solid transparent;
  text-align: left;
}
.navbar-light .navbar-nav .nav-link:hover {
  transition: all 0.3s;
  text-decoration: none;
  color: #0175d8;
  border-bottom: 1px solid #0087c8;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #0175d8;
  border-bottom: 1px solid #0087c8;
}
.dropdown-menu.show {
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.20);
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.dropdown-item {
  border-bottom: solid 1px transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
  transition: all 0.3s;
  text-decoration: none;
  color: #0175d8;
  border-bottom: solid 1px #0175d8;
  background-color: transparent;
  outline: none;
}
.dropdown-header, .dropdown-header > a {
  font-weight: 700;
  color: #0087c8;
}
.dropdown-header > a:hover, .dropdown-header > a:focus {
  text-decoration: none;
}
.dropdown-menu {
  font-size: 0.8125rem;
}

/*モーダル*/
.modal-header {
  color: #fff !important;
}
.close, .close:focus, .close:hover {
  color: #fff !important;
  text-shadow: none;
}
/*---------- ページタイトル ----------*/
.page-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 18rem;
  margin-bottom: 3rem;
  padding-top: 82px;
}
.extic.extic-price .page-title {
  margin-bottom: 2rem;
}

/*背景*/
.profile .page-title {
  background-image: url(../images/header/profile.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.lm .page-title, .inquiry.lm .page-title {
  background-image: url("../images/header/lm.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.prtnr .page-title {
  background-image: url("../images/header/partner.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.prtnr.linkage .page-title {
  background-image: url("../images/header/linkage.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.solution.enterprise .page-title {
  background-image: url("../images/header/solution-enterprise.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.solution.cloud .page-title {
  background-image: url("../images/header/solution-cloud.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.solution.gknn .page-title {
  background-image: url("../images/header/solution-gakunin.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.solution.assess .page-title {
  background-image: url("../images/header/solution-assess.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.solution.giga .page-title {
  background-image: url("../images/header/solution-giga.webp");
  background-repeat: no-repeat;
  background-position: top 30% center;
  background-size: cover;
}
.extic .page-title {
  background-image: url("../images/header/extic.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/*タイトルボックス*/
.case .page-title {
  text-align: center;
  border-bottom: 1px solid #eee;
  background-image: url("../images/header/case.webp");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
}
.inquiry .page-title {
  text-align: center;
  border-bottom: 1px solid #eee;
  background-image: url("../images/header/inquiry.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.inquiry.doc .page-title, .doc .page-title {
  text-align: center;
  border-bottom: 1px solid #eee;
  background-image: url("../images/header/download.webp");
  background-repeat: no-repeat;
  background-position: bottom 28% center;
  background-size: cover;
}
.inquiry.recruit .page-title {
  text-align: center;
  border-bottom: 1px solid #eee;
  background-image: url("../images/header/recruit.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.info .page-title {
  text-align: center;
  border-bottom: 1px solid #eee;
  background-image: url("../images/header/info.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.info.event .page-title, .inquiry.event .page-title {
  text-align: center;
  border-bottom: 1px solid #eee;
  background-image: url("../images/header/event.webp");
  background-repeat: no-repeat;
  background-position: bottom 30% center;
  background-size: cover;
}
.info.event.webinar .page-title, .inquiry.event.webinar .page-title {
  text-align: center;
  border-bottom: 1px solid #eee;
  background-image: url("../images/header/seminar-ondemand.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.info.event.live .page-title {
  text-align: center;
  border-bottom: 1px solid #eee;
  background-image: url("../images/header/seminar-live.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.support .page-title {
  text-align: center;
  background-image: url("../images/header/support.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.column.column-list .page-title {
  text-align: center;
  border-bottom: 1px solid #eee;
  background-image: url("../images/header/column.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.column.education .page-title {
  text-align: center;
  background-image: url("../images/header/column-edu.webp");
  background-repeat: no-repeat;
  background-position: center 85%;
  background-size: cover;
}
.column.enterprise .page-title {
  text-align: center;
  background-image: url("../images/header/column-ent.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.column.public .page-title{
  text-align: center;
  background-image: url(../images/header/column-pub.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.news-letter .page-title {
  text-align: center;
  border-bottom: 1px solid #eee;
  background-image: url("../images/header/newsletter.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.idm .page-title {
  text-align: center;
  border-bottom: 1px solid #eee;
  background-image: url("../images/header/idm.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.page-title .label {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.2;
  padding: 1rem 2rem;
  border: solid 1px #0087c8;
  background-color: rgba(255, 255, 255, 0.75);
  margin-bottom: .5rem;
}
/*タイトルテキスト*/
.page-title .title-label {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
  background-color: rgba(255, 255, 255, 0.75);
  border: solid 1px #0087c8;
  padding: 1rem 2rem;
  margin-bottom: 0.5rem;
}
/*サブタイトル*/
.lm .page-sub-title, .extic .page-sub-title {
  background-color: #0087c8;
}
/*ギガスクール-------------------------------*/
.solution.giga .page-title {
  margin-bottom: 0;
}
.solution.giga .page-title .title-label {
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
  padding: 0.5rem 1.25rem 0.5rem 5.5rem;
  color: #0087c8;
  border: solid 6px #0087c8;
}
.solution.giga .page-title .title-label::before {
  position: absolute;
  top: 50%;
  left: 1rem;
  display: block;
  width: 56px;
  height: 52px;
  margin-top: -26px;
  content: '';
  background-image: url("../images/icon-extic.svg");
  background-repeat: no-repeat;
}
.solution.giga .page-sub-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  padding: 0.5rem 0;
  color: #fff;
  background-color: #0087c8;
}
.border-purple {
  border-color: #46388a !important;
}
.bg-purple {
  background-color: #5c4da3 !important;
}
/*製品・サービスの特徴と比較---------------------*/
.idm-comparison td, .idm-comparison th {
  white-space: nowrap;
}
.comparison #lm {
  width: 230px;
}
.comparison #extic {
  width: 150px;
}
.recommend {
  --x-gradient: linear-gradient(90deg, #0087c8 0 10px, transparent 0 calc(100% - 10px), #0087c8 calc(100% - 10px));
  --y-gradient: linear-gradient(#0087c8 0 10px, transparent 0 calc(100% - 10px), #0087c8 calc(100% - 10px));
  position: relative;
  padding: 0.6125rem;
  margin-top: 1rem;
  margin-bottom: 0;
  background-color: #EEF9FF;
  background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
  background-position: top, right, bottom, left;
  color: #0087c8;
  font-weight: bold;
  font-size: 0.875rem;
  text-align: center;
}


/*ソリューション-------------------------------*/
.solution .page-title {
  margin-bottom: 0;
}
.solution .page-title .title-label {
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
  padding: 0.5rem 1.25rem 0.5rem 1.25rem;
  color: #002060;
  border: none;
  background-color: rgba(255, 255, 255, 0.9);
}
.solution .page-sub-title {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  padding: 0.75rem 0;
  color: #fff;
  background-color: #1e3055;
}
.solution .contents ul {
  padding-left: 1.25rem;
}
.solution .contents ul li {
  padding-bottom: 0;
  margin-bottom: 1rem;
}
.solution.giga .contents ul li {
  padding-bottom: 0;
  margin-bottom: .5rem;
}
.point {
  border-color: #f7931e;
  background-color: #FFF7EB;
}
.point .card-body {
  position: relative;
  padding-left: 7.5rem;
}
.point .card-body::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url("../images/common/icon-point.svg");
  background-size: 52px 70px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f7931e;
  width: 6rem;
  height: 100%;
  top: 0;
  left: 0;
}
.tbc-wrap {
  position: relative;
  height: 12rem;
  overflow: hidden;
}
.tbc-wrap::before {
  content: "";
  width: 100%;
  height: 10rem;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%);
}
.tbc-lead {
  font-weight: 700;
  color: #28a745;
  text-align: center;
}
.tbc-lead::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  font-size: 2rem;
}
.bound {
  animation: bound 1.0s linear infinite;
}
@keyframes bound {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0px);
  }
}
/*-------------------------------------------*/
.lm .page-title .title-label::before {
  position: absolute;
  top: -.5rem;
  left: 2rem;
  display: block;
  width: 20rem;
  height: 5.625rem;
  content: '';
  background-image: url(../images/common/SLogo-LM.svg);
  background-repeat: no-repeat;
}
.prtnr .page-title .title-label::before {
  position: absolute;
  top: -.8125rem;
  left: 2rem;
  display: block;
  width: 20rem;
  height: 5.625rem;
  content: '';
  background-image: url("../images/common/SLogo-LM-rev2.svg");
  background-repeat: no-repeat;
}
.prtnr .page-title .title-label::after {
  position: absolute;
  top: -.75rem;
  right: 2rem;
  display: block;
  width: 16.25rem;
  height: 4.25rem;
  content: '';
  background-image: url("../images/common/SLogo-EXTIC-rev.svg");
  background-repeat: no-repeat;
}
.extic .page-title .title-label::before {
  position: absolute;
  top: 0;
  left: 2rem;
  bottom: 0;
  display: block;
  width: 17rem;
  height: 5.625rem;
  content: '';
  background-image: url("../images/common/SLogo-EXTIC.svg");
  background-repeat: no-repeat;
  margin: auto 0;
}
.page-title h5 {
  display: block;
  margin-top: 4.25rem;
  color: #fff;
}
/*プロダクトメニュー*/
.product-menu {
  background-color: #c0e9fc;
  /*margin-bottom: 1.75rem;*/
  border-top: solid 1px #e2f2ff;
  border-bottom: solid 1px #b5dcee;
}
.product-menu ul {
  margin-bottom: 0;
  padding: 0.75rem;
  /*横スクロール*/
  overflow-x: auto;
  white-space: nowrap;
}
.product-menu ul > li.list-inline-item {
  padding: 0;
  margin: 0;
}
.product-menu ul > li > a {
  font-size: 0.875rem;
  color: #0087C8;
  padding: 0 1rem;
}
.product-menu ul > li.list-inline-item:not(:last-child) > a {
  border-right: solid 1px #0087C8;
}
.product-menu ul > li > a:hover {
  text-decoration: none;
}
.product-menu ul > li > a.active {
  font-weight: 700;
}
.volume .product-menu {
  margin-bottom: 2.5rem;
}
/*メインコンテンツ*/

.lm7 .function-md-body {
  counter-reset: number;
}
.lm7 .function-icon {
  width: auto;
  height: 2rem;
  margin-right: 0.5rem;
  line-height: 2rem;
  vertical-align: -5px;
}
.lm7 .task-list-wrap {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lm7 .task-list {
  padding-left: 1.25rem;
  position: relative;
  text-align: left;
  padding-bottom: 0.25rem;
}
.lm7 .task-list::before {
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  position: absolute;
  left: 2px;
  font-weight: 400;
}
.text-exg-blue {
  color: #0087c8;
}
.border-exg-blue {
  border-color: #0087c8 !important;
}
.bg-exg-blue {
  background-color: #0087c8;
}
.text-attension {
  color: #f7931e;
}
.border-public{
  border-color: #D44076 !important;
}
.column .contents ul, .column .contents ul li ul {
  margin-bottom: 0;
}
.contents ul li, .contents ol li {
  padding-bottom: 0.5rem;
}
.column .contents ul li:last-child, .column .contents ul li ul li:last-child {
  padding-bottom: 0;
}
.contents ul.no-indent {
  margin-bottom: 0;
  padding-left: 1.25rem;
}
.contents ul.no-indent li {
  padding-bottom: 0.25rem;
}
/*ライトボックス*/
.zoom {
  position: relative;
  display: block;
  border: solid 1px #ededed;
}
.zoom::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0.25rem;
  bottom: 0.25rem;
  content: '\f00e';
}
.extic .zoom {
  border: none;
}
.extic .zoom::after {
  right: 0;
  bottom: 0;
}
/*ヘッドライン*/
.headline {
  /*margin-bottom: 1.5rem;*/
}
#lines {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 7rem;
  font-weight: 700;
  font-style: normal;
  line-height: 5rem;
  padding: 0 0.5rem;
}
/*チャート*/
.chart {
  position: relative;
}
.chart-wrap {
  font-size: 0.85rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 3.5rem;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  margin: auto;
  border-radius: 4rem;
}
.chart-title {
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.625rem;
  display: inline-block;
}
.chart-title .large {
  font-size: 1.75rem;
}
/*フレックスボックス*/
.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.flex-col {
  padding: 0 2rem;
}
.flex-col-3 {
  width: 33.33333%;
}
.flex-col-4 {
  width: 25%;
}
.flex-col-6 {
  width: 50%;
}
/*Extic*/
.keyword {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 5rem;
  font-weight: 200;
  font-style: normal;
  line-height: 5rem;
  padding: 0;
  color: #0087c8;
}
.subhead {
  font-size: 1.125rem;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #0087c8;
  -moz-font-feature-settings: 'palt';
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}
.anchor {
  margin-top: -82px;
  padding-top: 82px;
}
/*プラグイン*/
.plugin dl {
  position: relative;
  padding-left: 3rem;
}
.plugin dl::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counters(count-num, '.')'';
  counter-increment: count-num;
}
/*マルチコラム*/
.multi-colum {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -moz-columns: 2 20rem;
  -webkit-columns: 2 20rem;
  columns: 2 20rem;
  -moz-column-gap: 3rem;
  -webkit-column-gap: 3rem;
  column-gap: 3rem;
  -moz-column-rule: dotted #ccc 1px;
  -webkit-column-rule: dotted #ccc 1px;
  column-rule: dotted #ccc 1px;
}
.multi-colum dl {
  break-inside: avoid-column;
}
.multi-colum p {
  line-height: 1.625rem;
  margin-bottom: 0;
  padding-bottom: 1rem;
  text-align: justify;
  text-justify: inter-ideograph;
  -moz-font-feature-settings: 'palt';
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  -moz-break-inside: avoid-column;
  -webkit-break-inside: avoid-column;
  break-inside: avoid-column;
}
.solution .multi-colum p {
  break-inside: auto;
  padding-bottom: 0;
  margin-bottom: 1rem;
}
/*パートナー*/
.partnerlist {
  font-size: 0;
  width: 100%;
  margin: 0 0 2rem 0;
  padding: 0;
}
.partnerlist li {
  display: inline-block;
  width: 33.33333%;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: top;
}
.partnerlist li a {
  font-size: 0.875rem;
  display: block;
  width: 100%;
  height: 10rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.partnerlist li a img {
  display: block;
  width: 290px;
  height: 64px;
  margin-right: auto;
  margin-bottom: 1rem;
  margin-left: auto;
}
/*注記*/
p.note, span.note, ul.note li, ol.note li {
  font-size: 0.75rem;
  line-height: 1rem;
}
ul.note {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
ol.note {
  position: relative;
  margin: 0 0 0 0.375rem;
  padding: 0;
}
ul.note li::before, ol.note li::before {
  position: absolute;
  left: -.25rem;
  content: '※';
}
ul.note li {
  padding-bottom: 0.125rem;
  padding-left: 0.75rem;
}
.info .contents ol.note li {
  margin-bottom: 0.25rem;
  color: #212529;
}
.notice {
  font-size: 0.75rem;
  line-height: 1rem;
  padding-left: 0.875rem;
  position: relative;
}
.notice::before {
  content: "※";
  position: absolute;
  left: 0;
}
/*ボタン*/
.btn-attension {
  color: #fff;
  border: solid 1px #fff;
  background-color: #f7931e;
}
.btn-attension:hover {
  color: #fff;
  border: solid 1px #fff;
  background-color: #f78500;
}
.btn-hope {
  color: #fff;
  border: solid 1px #fff;
  background-color: #39b54a;
}
.btn-hope:hover {
  color: #fff;
  border: solid 1px #fff;
  background-color: #1dab30;
}
.btn-fight {
  color: #fff;
  border: solid 1px #fff;
  background-color: #ed1e79;
}
.btn-fight:hover {
  color: #fff;
  border: solid 1px #fff;
  background-color: #e30d6b;
}
.btn-courage {
  color: #fff;
  border: solid 1px #fff;
  background-color: #f15a24;
}
.btn-courage:hover {
  color: #fff;
  border: solid 1px #fff;
  background-color: #ed4e16;
}
.btn-public {
  color: #fff;
  background-color: #d44076;
  border-color: #d44076;
}
.btn-public:hover {
  color: #fff;
  background-color: #b83766;
  border-color: #b83766;
}
.btn-exg {
  background-color: #0087c8;
  border-color: #0087c8;
  color: #fff;
}
.btn-exg:hover, .btn-outline-exg:hover {
  background-color: #006DA2;
  border-color: #005B88;
  color: #fff;
}
.btn-outline-exg {
  background-color: #fff;
  border-color: #0087c8;
  color: #0087c8;
}
.btn-xs {
  padding: 0.1375rem 0.375rem;
  font-size: 0.75rem;
  vertical-align: top;
}
.btn.w200 {
  width: 200px;
}
.h-60 {
  padding: 0.875rem 1rem;
}
.h-80 {
  padding: 1.5rem 1rem;
}
.contents .btn {
  border-width: 1px;
  font-weight: 500;
}
.bottom-content .btn-success {
  border-width: 1px;
  font-weight: 700;
  border-color: #a0e9b1;
}
/*サービス*/
.services {
  /*margin-top: -2rem;*/
  margin-bottom: 2.5rem;
}
.Slogo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.services h6 {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}
/* トップページサービスバッジ */
.services #lmBadgeH, .services #exticBadgeH {
  height: 132px;
  width: auto;
}
/*IdM製品比較*/
.idm-box {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 5%);
  border-bottom: 1px solid #a1aeba;
  background-color: rgba(108, 117, 125, 1);
  z-index: 1;
}
.idm-box a {
  z-index: 2;
}
.idm-box::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: url("../images/common/lm-symbol.svg");
  background-size: auto 270px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index:-1;
}
.idm-box::after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url("../images/common/extic-symbol.svg");
  background-size: auto 270px;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}
/*導入事例*/
.case-list {
  margin-top: -1rem;
  padding-bottom: 1rem;
  background-color: #fff;
}
.case-list .title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 20rem;
  background: linear-gradient(to top, rgba(255, 255, 255, 1.00), rgba(255, 255, 255, 0.00) 70%), url("../images/contents/top/image-case.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.case-list .title h2 {
  line-height: 2rem;
  padding: 2rem;
  color: #fff;
  border: solid 1px #fff;
  background-color: rgba(0, 0, 0, 0.30);
}
.case-list .title h2 .small {
  font-size: 0.825rem;
  line-height: 0.75rem;
  color: #fff;
}
.case-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 2rem;
}
/*導入事例一覧ロゴ*/
.client-list .col {
  display: flex;
  align-items: center;
  min-height: 4.75rem;
}
.client-list .img-fluid {
  width: auto;
  height: 50px;
  max-width: 100%;
  object-fit: contain;
}
.vol {
  display: flex;
  align-items: center;
}
.vol-num {
  position: relative;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 1.75rem;
  line-height: 2.125rem;
  height: 2.5rem;
  width: auto;
  padding-right: 0.75rem;
  margin-right: 0.75rem;
}
.vol-num:after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  border-right: solid 1px #666;
  height: 2.5rem;
  padding-left: 0.5rem;
}
.case-list p {
  padding: 0.5rem 0 3rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
.case-list p span.detail-only {
  display: none;
}
.case-block {
  margin-bottom: 1.5rem;
}
.Clogo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 8rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.case-list a.btn {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
/*URLが変更なったらパラメータも変更する→10/21松井変更済み*/
.case-list a[link-target="external"] {
  width: calc(100% - 50px) !important;
}
.case-list a[link-target="external"]::after {
  content: "（外部サイトへ）";
  font-size: 0.75rem;
}
p.case-body {
  line-height: 1.8rem;
  font-feature-settings: 'palt';
}
p.case-profile-body {
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #666;
  font-feature-settings: 'palt';
}
p.case-profile-body:empty {
  display: none;
}
.case br[clear="both"] {
  display: none;
}
.case-profile img {
  margin-bottom: 1.25rem;
}
p.case-body img {
  max-width: 443px;
}
p.case-body img.left {
  padding: 0.4rem 2rem 1rem 0;
}
p.case-body img.right {
  padding: 0.4rem 0 1rem 2rem;
}
figcaption {
  font-size: 0.75rem;
  line-height: 1rem;
  margin-top: 0.5rem;
  text-align: right;
}
.download figcaption {
  font-size: 0.875rem;
  line-height: 1.2rem;
  margin-bottom: 0.5rem;
  text-align: center;
}
span.img-user {
  position: relative;
  width: 250px;
  height: auto;
}
span.img-user.left {
  padding: 0.4rem 2rem 1.75rem 0;
}
span.img-user.right {
  padding: 0.4rem 0 1.75rem 2rem;
}
.img-user .img-fluid {
  max-width: 100%;
  height: auto;
}
#tnmt::before {
  font-size: 11px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: '情報メディアセンター 課長代理 谷本和也 様';
}
#nsh::before {
  font-size: 11px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  content: '情報メディアセンター 課長 西尾信大 様';
}
#tnk::before {
  font-size: 11px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  content: '情報メディアセンター 田中具宙 様';
}
.volume .contents .row:last-of-type {
  margin-top: 0;
}
.case.volume .case-header > img {
  width: auto;
  height: 60px;
  max-width: 250px;
  object-fit: contain;
}
.case .Clogo-wrap > img {
  width: auto;
  height: 60px;
  max-width: 90%;
  object-fit: contain;
}
.quote {
  padding-top: 2rem;
  font-size: 1.375rem;
  color: #0087c8;
  margin-bottom: 1rem;
  text-align: justify;
}
.quote:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 15px;
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  color: #0087c8;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
}
.refer-link {
  font-size: 0.875rem;
  color: #343a40;
}
.refer-link::before {
  display: inline-block;
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.25rem;
}
/*仕様*/
.specs .table {
  font-size: 0.875rem;
}
.specs .note {
  color: #999;
}

.table.lm-option {
  font-size: 1rem;
}
.table.lm-option > tbody > tr > td:first-child {
  font-weight: 700;
  padding-left: 0;
}
.table.lm-option > tbody > tr > td:nth-child(2) {
  padding-right: 0;
  text-align: justify;
  text-justify: inter-ideograph;
}
/*価格*/
.package > div {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.package img {
  margin-bottom: 1rem;
}
.package p {
  font-size: 0.875rem;
}
.price-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.price-list::before {
  position: relative;
  top: 2.75rem;
  left: 0;
  display: block;
  width: 100%;
  content: '';
  border-bottom: 1px solid #ddd;
}
.price-list dt {
  font-weight: 500;
}
.users, .user {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 1.75rem;
  line-height: 3rem;
}
.users-nl {
  font-size: 1rem;
  font-weight: 700;
}
.ask {
  font-size: 1rem;
  line-height: 1rem;
  padding-top: 1.125rem;
  text-align: right;
}
.users::after {
  font-family: 'segoe UI', 'Yu Gothic', YuGothic, '游ゴシック', '游ゴシック体', Verdana, 'Hiragino Kaku Gothic ProN', Roboto, Meiryo, 'MS PGothic', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  content: 'ユーザまで';
}
.user::after {
  font-family: 'segoe UI', 'Yu Gothic', YuGothic, '游ゴシック', '游ゴシック体', Verdana, 'Hiragino Kaku Gothic ProN', Roboto, Meiryo, 'MS PGothic', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  margin-left: 0.25rem;
  content: 'ユーザ';
}
.price {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
}
.price::before {
  font-size: 1.75rem;
  margin-right: 0.2rem;
  content: '¥';
}
.op-price h3 {
  display: inline-block;
  margin-bottom: 0;
}
.op-price .price {
  line-height: 2rem;
  margin-top: -3px;
}
/*価格LM*/
.price-sample-wrap {
  display: flex;
  width: 75%;
  margin-bottom: 1.5rem;
  margin-left: 1rem;
}
.price-list-lm {
  margin-bottom: 0;
}
.price-list-lm tr td, .price-list-lm tr th {
  white-space: nowrap;
  vertical-align: middle;
}
.price-list-lm tr td {
  text-align: center;
}
.card-footer > .table tr td {
  vertical-align: baseline;
}
.price-list-lm th {
  font-size: 0.8125rem;
}
.price-list-lm th:first-child, .price-list-lm td:first-child, .card-footer .table tr td:first-child {
  padding-left: 1.25rem;
}
.price-list-lm th:last-child, .price-list-lm td:last-child, .card-footer .table tr td:last-child {
  padding-right: 1.25rem;
}
.price-list-lm tr td, .price-list-sample tbody tr th {
  border-right: 1px solid #dee2e6;
}
.price-list-lm tr td:last-child, .price-list-sample tfoot tr td {
  border-right: none;
}
.user-num {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
}
.price-list-plan tr td {
  width: 25%;
}
.price-list-plan-basic tr th {
  background-color: #edf6fa;
  mix-blend-mode: multiply;
}
.price-list-plan-basic tr:nth-child(2n), .price-list-sample-blue tr:nth-child(2n) {
  background-color: #edf6fa;
}
.price-list-plan-plugin tr th {
  background-color: #f2f2f2;
  mix-blend-mode: multiply;
}
.price-list-plan-plugin tr:nth-child(2n) {
  background-color: #f2f2f2;
}
.price-list-sample-cyan tr:nth-child(2n) {
  background-color: #EBF7F9;
}
.price-list-lm .item-name {
  font-size: 1rem;
  font-weight: 700;
}
.price-list-plan-plugin tr td.item-name {
  line-height: 1.125rem;
}
.price-list-plan-plugin tr td.item-name .en, .price-list-sample tr th.item-name .en {
  font-family: acumin-pro-extra-condensed, sans-serif;  
  font-size: 1.25rem;
  vertical-align: -1px;
}
.price-list-plan-plugin tr td.item-name .en .fa, .price-list-sample tr th.item-name .en .fa {
  font-size: 0.75rem;
  vertical-align: 0.125rem;
  padding: 0 0.125rem;
}
.price-list-sample {
  table-layout: fixed;
  width: 100%;
}
.price-list-sample tr td:first-child {
  text-align: left;
}
.price-list-sample-blue tfoot {
  background-color: rgba(0,136,206,0.35);
}
.price-list-sample-cyan tfoot {
  background-color: rgba(0,164,188,0.35);
}
.price-list-sample tr th:not(:first-child) {
  text-align: center;
}
.price-list-spec .card-header {
  font-size: 0.8125rem;
  font-weight: 700;
  position: relative;
  border-bottom: none;
}
.price-list-spec .card-header:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  top: 100%;
  left: 50%;
}
.price-list-spec-blue .card-header:after {
  border-top-color: #0087c8;
}
.price-list-spec-cyan .card-header:after {
  border-top-color: #00A4BC;
}
.price-list-spec-blue .table tr td {
  text-align: center;
  color: #0087c8;
  padding-left: 0;
  padding-right: 0;
}
.price-list-spec-cyan .table tr td {
  text-align: center;
  color: #00A4BC;
  padding-left: 0;
  padding-right: 0;
}
.spec-label {
  font-size: 0.8125rem;
  display: block;
}
/*.user-num::after {
  font-family: 'Yu Gothic', YuGothic, '游ゴシック', '游ゴシック体', 'Hiragino Kaku Gothic ProN', Roboto, Meiryo, 'MS PGothic', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  content: 'ユーザーまで';
}*/
.price-initial, .price-annual {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  white-space: nowrap;
}
.price-initial::before, .price-annual::before {
  font-size: 1.5rem;
  margin-right: 0.2rem;
  content: '¥';
}
.items {
  color: white;
  font-size: 1rem;
  font-weight: 700;
}
.items tr:not(:last-child) {
  border-bottom: 1px dotted #fff;
}
.items tr td:first-child {
  padding-left: 0;
  width: 40%;
}
.items tr td {
  vertical-align: baseline;
}
.bg-lm {
  background-color: #0087c8;
}
.border-lm {
  border-color: #0087c8 !important;
}
.table-lm, .table-lm > td, .table-lm > th {
  background-color: #BFE0F2;
}
.card-footer > .table {
  margin-bottom: 0;
}
.card-footer > .table tr td:not(:first-child) {
  text-align: right;
}
/*----------- Extic価格 -------------*/
.basic, .academic, .giga, .fido2, .public {
  text-align: center;
}
.plan .card-header {
  position: relative;
}
.plan .card-header:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  top: 100%;
  left: 50%;
}
.plan .standard .card {
  border-color: #29abe2;
}
.plan .standard .card-header {
  background: #29abe2;
}
.plan .standard .card-header:after {
  border-top-color: #29abe2;
}
.plan .gakunin .card {
  border-color: #a84c4f;
}
.plan .gakunin .card-header {
  background: #a84c4f;
}
.plan .gakunin .card-header:after {
  border-top-color: #a84c4f;
}
.plan .idp .card {
  border-color: #144fcc;
}
.plan .idp .card-header {
  background: #144fcc;
}
.plan .idp .card-header:after {
  border-top-color: #144fcc;
}
.plan .idm .card {
  border-color: #882e92;
}
.plan .idm .card-header {
  background: #882e92;
}
.plan .idm .card-header:after {
  border-top-color: #882e92;
}
.plan .fido2 .card {
  border-color: #00a99d;
}
.plan .fido2 .card-header {
  background: #00a99d;
}
.plan .fido2 .card-header:after {
  border-top-color: #00a99d;
}
.plan .fido2-gknn .card {
  border-color: #b0a63d;
}
.plan .fido2-gknn .card-header {
  background: #b0a63d;
}
.plan .fido2-gknn .card-header:after {
  border-top-color: #b0a63d;
}
.extic .contents .plan h2 {
  position: relative;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: .5rem;
}
.plan h2[data-toggle="collapse"] {
  cursor: pointer;
}
.plan h2[aria-expanded="false"]::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  right: 0;
}
.plan h2[aria-expanded="true"]::after {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  right: 0;
}
.extic .contents .course h3, .extic .contents .option h3, .extic .contents .option-gknn h3 {
  color: #fff;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 2rem;
  text-align: center;
  margin-bottom: 0;
}
.extic .contents .course h3.jpn {
  font-family: 'segoe UI', 'Yu Gothic', YuGothic, '游ゴシック', '游ゴシック体', Verdana, 'Hiragino Kaku Gothic ProN', Roboto, Meiryo, 'MS PGothic', sans-serif;
  font-size: 1.75rem;
}
.extic .contents .course h3::after {
  content: "コース";
  font-family: 'segoe UI', 'Yu Gothic', YuGothic, '游ゴシック', '游ゴシック体', Verdana, 'Hiragino Kaku Gothic ProN', Roboto, Meiryo, 'MS PGothic', sans-serif;
  font-size: 0.875rem;
  display: block;
}
.extic .contents .option h3::after {
  content: "オプション";
  font-family: 'Yu Gothic', YuGothic, '游ゴシック', '游ゴシック体', Verdana, 'Hiragino Kaku Gothic ProN', Roboto, Meiryo, 'MS PGothic', sans-serif;
  font-size: 0.875rem;
  display: block;
}
.extic .contents .option-gknn h3::after {
  content: "オプション（学認）";
  font-family: 'Yu Gothic', YuGothic, '游ゴシック', '游ゴシック体', Verdana, 'Hiragino Kaku Gothic ProN', Roboto, Meiryo, 'MS PGothic', sans-serif;
  font-size: 0.875rem;
  display: block;
}
.extic .plan .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.extic .plan .card-body .btn {
  margin: 1rem 0;
}
.function {
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.5rem;
}
.unit-price {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3rem;
  text-align: center;
  margin-bottom: 0;
}
.unit-price::before {
  font-size: 1.75rem;
  margin-right: 0.2rem;
  content: '¥';
}
.unit-price::after {
  content: "1ID/月額";
  font-family: 'Yu Gothic', YuGothic, '游ゴシック', '游ゴシック体', Verdana, 'Hiragino Kaku Gothic ProN', Roboto, Meiryo, 'MS PGothic', sans-serif;
  font-size: 0.875rem;
  line-height: 1rem;
  display: block;
}
.id-number {
  font-family: acumin-pro-condensed, sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  margin-bottom: 0;
  font-weight: 600;
}
.id-number::before {
  content: "ID数";
  font-family: 'Yu Gothic', YuGothic, '游ゴシック', '游ゴシック体', Verdana, 'Hiragino Kaku Gothic ProN', Roboto, Meiryo, 'MS PGothic', sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  margin-right: 0.125rem;
}
.id-number::after {
  content: "〜";
  font-family: 'Yu Gothic', YuGothic, '游ゴシック', '游ゴシック体', Verdana, 'Hiragino Kaku Gothic ProN', Roboto, Meiryo, 'MS PGothic', sans-serif;
  font-size: 0.75rem;
  margin-left: 0.125rem;
}
.bg-extic {
  background-color: #0087C8;
}
.text-extic, .contents h2.text-extic {
  color: #0087C8;
}
.text-public, .contents h2.text-public {
  color: #259C38;
}
.text-academic, .contents h2.text-academic {
  color: #5a3197;
}
.text-giga, .contents h2.text-giga {
  color: #dd8600;
}
.card-header.new span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 4em solid transparent;
  border-left: 4em solid #ed1e79;
}
.card-header.new span::after {
  content: "NEW";
  color: yellow;
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  top: 12px;
  transform: rotate(-45deg);
  left: 6px;
  position: absolute;
}
/*---------------------------------------------*/
.faq {
  margin-bottom: 1.25rem;
  padding-bottom: 0.25rem;
  border-bottom: dotted 1px #ccc;
}
.faq h5 {
  display: block;
  color: #0087c8;
  font-weight: 700;
  line-height: 1.5;
  border-left: solid 1px #0087c8;
  padding-left: 1rem;
  margin-left: 2rem;
  margin-bottom: 1rem;
  position: relative;
}
.faq h5::before {
  content: "Q";
  display: inline-block;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-right: 0.75rem;
  position: absolute;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
}
.faq p {
  line-height: 1.5;
  border-left: solid 1px #343a40;
  padding-left: 1rem;
  margin-left: 2rem;
  position: relative;
}
.faq p::before {
  content: "A";
  display: inline-block;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  padding-right: 0.75rem;
  position: absolute;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
}
/*LDAP Manager*/
.lm-catch {
  position: relative;
  color: #fff;
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0 45px;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.lm-catch:before, .lm-catch:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 44px;
  height: 2px;
  background-color: #fff;
}
.lm-catch:before {
  left: 0;
  transform: rotate(60deg);
}
.lm-catch:after {
  right: 0;
  transform: rotate(-60deg);
}
.border-extic {
  border-color: #0087C8;
}
.mapping-sample .card-header {
  color: #17a2b8;
  background-color: #eaf5f7;
  border-bottom: none;
}
.mapping-sample .card-header::before {
  content: "\f0eb";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 0.25rem;
}
.mapping-sample .usage-title {
  color: #17a2b8;
  display: flow-root;
  position: relative;
}
.mapping-sample .usage-title::before {
  content: "\f013";
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  display: inline-block;
  float: left;
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
  margin-right: .3em;
  color: #17a2b8;
}
.mapping-sample .sample-title {
  font-size: 0.875rem;
  color: #212529;
  margin-bottom: 0.5rem;
  ;
}
.mapping-sample pre {
  margin-bottom: 0;
  padding: 0.5rem 0.75rem;
  background-color: #6c757d;
  color: #fff;
  border-radius: 0.25rem 0.25rem 0 0;
}
.mapping-sample .result {
  font-size: 0.875rem;
  background-color: #17a2b8;
  padding: 0.5rem 0.75rem;
  border-radius: 0 0 0.25rem 0.25rem;
  color: #FFF7E0;
  font-weight: 700;
}
.mapping-sample .result::before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 0.25rem;
}
.mapping-sample .table-xs th, .mapping-sample .table-xs td {
  padding: 0.3rem;
}
.mapping-sample .table-xs th {
  border-bottom-width: 1px;
}
/*問い合わせ*/
.inquiry form .form-group {
  margin-bottom: 1.5rem;
}
.inquiry form label {
  font-weight: 700;
  display: block;
}
.inquiry form label.custom-control-label, .doc.form-input form .form-group label.custom-control-label {
  font-weight: 500;
}
.inquiry form input, .inquiry form textarea {
  border-radius: 0;
}
.inquiry form textarea.line4 {
  min-height: calc(1.5rem * 4 + 0.75rem);
}
.inquiry form textarea.line2 {
  min-height: calc(1.5rem * 2 + 0.75rem);
}
.inquiry form .form-check label {
  font-weight: 500;
}
.doc.form-input form .form-group {
  margin-bottom: 1.25rem;
}
.doc.form-input form .form-group label {
  width: 100%;
  font-weight: 700;
}
.inquiry form label .badge, .doc.form-input form label .badge {
  font-size: 0.75rem;
  line-height: 1rem;
  display: inline-block;
  margin-top: 3px;
  padding: 1px 6px 2px;
  color: #fff;
  border-radius: 12px;
  background-color: #d9534f;
}
.inquiry form .form-check-group {
  margin-bottom: 1.1875rem;
}
.inquiry form .form-check-group > label {
  border-bottom: 1px solid #ced4da;
  padding-bottom: 0.5rem;
}
.inquiry form .form-group, .doc.form-input form .form-group, .extic form .form-group {
  position: relative;
  /*  z-index: 1;*/
}
.inquiry form input[type="radio"], .inquiry form input[type="checkbox"], .doc.form-input form input[type="radio"], .doc.form-input form input[type="checkbox"], .extic form input[type="radio"], .extic form input[type="checkbox"] {
  position: absolute;
  margin-top: .3rem;
  margin-left: 0rem;
}
.inquiry form input[type="radio"] + label, .inquiry form input[type="checkbox"] + label, .doc.form-input form input[type="radio"] + label, .doc.form-input form input[type="checkbox"] + label, .extic form input[type="radio"] + label, .extic form input[type="checkbox"] + label {
  font-weight: 500;
  margin-right: 1rem;
  padding-left: 1.375rem;
  margin-bottom: 0;
}
.inquiry form select, .doc.form-input form select, .extic form select {
  display: inline-block;
  width: auto;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.inquiry form label.custom-control-label, .doc.form-input form label.custom-control-label, .extic form label.custom-control-label {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
form input#submitBtn::before {
  content: "→"
  ;
}
.multiselect.btn {
  text-align: left;
}
.bootstrap-select .btn {
  padding-top: 10px;
  padding-bottom: 10px;
}
.bootstrap-select .dropdown-toggle::after {
  position: absolute;
  top: 18px;
  right: 0.75rem;
}
.multiselect.dropdown-toggle::after {
  display: none;
}
.multiselect-container.dropdown-menu, .bootstrap-select .dropdown-menu.open {
  font-size: 1rem;
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
  float: left;
  min-width: 160px;
  margin: 2px 0 0;
  padding: 0.5rem 0 0.5rem;
  list-style: none;
  text-align: left;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.multiselect-wrap .btn-group {
  width: 100%;
}
.multiselect.dropdown-toggle.custom-select {
  text-align: left !important;
  border-radius: 0;
  background: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  padding-bottom: 0;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  font-size: 1rem;
  display: block;
  padding: 0.5rem 1rem;
  color: #000;
}
.bootstrap-select.btn-group .dropdown-menu li a:hover {
  background-color: #f5f5f5;
}
.help-block.with-errors ul li {
  font-size: 0.75rem;
  font-weight: 700;
  padding-top: 0.4rem;
  color: #d9534f;
}
.multiselect-container.dropdown-menu .radio input[type=radio] {
  position: absolute;
  margin: 4px 0 0 -20px;
}
.multiselect-container.dropdown-menu li {
  font-size: 1rem;
  padding-bottom: 0;
}
.multiselect-container.dropdown-menu li:focus, .multiselect-container.dropdown-menu li:hover {
  background-color: #f5f5f5;
}
.multiselect-container.dropdown-menu li a {
  color: #000;
}
.multiselect-container.dropdown-menu li a:focus, .multiselect-container.dropdown-menu li a:hover {
  text-decoration: none;
}
.selectpicker {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-wrap, .multiselect-wrap {
  position: relative;
}
.select-wrap::after, .multiselect-wrap::after {
  font-family: "Font Awesome 5 Free";
  font-size: 0.825rem;
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  margin-top: -10px;
  content: '\f0d7';
  pointer-events: none;
  color: #999;
}
.selectpicker::-ms-expand {
  display: none;
}
.custom-select {
  border-radius: 0;
}
/*お知らせ*/
.info-topic {
  position: relative;
  margin-bottom: 0;
}
.info-topic::after {
  content: "";
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  width: calc(100% - 30px);
  margin: 20px 15px;
}
.info-topic:last-child::after {
  border-bottom: none;
  margin: 0;
}
.info .contents ul.nav {
  margin-bottom: 2rem;
  padding-left: 0;
}
.info-title dt {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
  margin-top: -.25rem;
  margin-bottom: 1rem;
  color: #00a3b5;
}
.info-title dd.date, .info-title dd.last-update {
  font-size: 0.75rem;
  margin-bottom: 0.125rem;
  display: inline-block;
}
.info-title dd.date::before, .info-index dd span.date::before {
  font-family: "Font Awesome 5 Free";
  margin-right: 0.25rem;
  font-weight: 400;
  content: '\f073';
}
.info-index dd span.new::after {
  font-size: 0.625rem;
  font-weight: 700;
  content: 'NEW';
  color: #fff;
  background-color: #28a745;
  border-radius: 0.25rem;
  margin-left: 0.25rem;
  padding: 0rem 0.25rem 0.0625rem;
  vertical-align: 2px;
}
.info-index dd {
  margin-bottom: 0;
}
.info-index dt {
  font-weight: 500;
}
.info-index dd span.date, .info-index dd span.last-update {
  font-size: 1rem;
  line-height: 1.5rem;
  display: block;
}
.info-header::after, .info-content-block::after {
  content: "";
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  width: calc(100% - 50px);
  margin: 16px 25px 24px;
}
.info .list-inline-item {
  line-height: 1.25rem;
  padding-left: 1rem;
}
.info .list-inline-item::before {
  margin-left: -0.5rem;
  padding-right: 0.25rem;
  content: '\02022';
}
.info .btn-set {
  line-height: 3rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
.info .btn-set .btn {
  margin-right: 0.5rem;
}
.info sup {
  font-size: 0.375rem;
  top: -0.438rem;
}
.info-header div:nth-child(-n+2) {
  border-right: solid 1px #ddd;
}
.info-header > .exgen {
  min-height: 3rem;
  margin-bottom: 0.5rem;
  background-image: url(../images/ex-logo.svg);
  background-repeat: no-repeat;
  background-position: 25px 0;
  background-size: 80px auto;
}
.info .contents ol {
  padding-left: 1.365rem;
}
.info .contents ol li {
  margin-bottom: 1rem;
}
/*ルビ*/
[data-ruby] {
  position: relative;
}
[data-ruby]::before {
  font-size: 0.375em;
  position: absolute;
  top: -1.75em;
  right: 0;
  left: 0;
  margin: auto;
  content: attr(data-ruby);
  text-align: center;
}
/*サポート*/
#supportTab li a, #infoTab li a {
  position: relative;
  height: 60px;
}
#supportTab li a img, #infoTab li a img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 112px;
  transform: translate(-50%, -50%);
}
#supportTab li a#exgen-tab img, #infoTab li a#exgen-tab img {
  width: 65px;
}
.support-header > div {
  margin-bottom: 1.5rem;
}
.support-header div:nth-child(-n+2) {
  border-right: solid 1px #ddd;
}
.support-header > .lm, .info-header > .lm {
  min-height: 2.5rem;
  background-image: url(../images/SLogo-LM.svg);
  background-repeat: no-repeat;
  background-position: 25px 0;
  background-size: 110px auto;
}
.support-header > .extic, .info-header > .extic {
  min-height: 2.5rem;
  background-image: url(../images/SLogo-EXTIC.svg);
  background-repeat: no-repeat;
  background-position: 25px 0;
  background-size: 110px auto;
}
.support-title {
  margin-bottom: 0;
}
.support-title dt, .info-title dt {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
  margin-top: -0.25rem;
  margin-bottom: 0.75rem;
  color: #212529;
}
.support-title dd.date, .support-title dd.last-update {
  font-size: 0.75rem;
  margin-bottom: 0.125rem;
  display: inline-block;
}
.support-title dd.date::before, .support-index dd span.date::before {
  font-family: "Font Awesome 5 Free";
  /*margin-right: 0.25rem;*/
  font-weight: 400;
  content: '\f073';
}
.support-index dd span.new::after {
  font-size: 0.625rem;
  font-weight: 700;
  content: 'NEW';
  color: #fff;
  background-color: #28a745;
  border-radius: 0.25rem;
  margin-left: 0.25rem;
  padding: 0rem 0.25rem 0.0625rem;
  vertical-align: 2px;
}
.support-header p {
  margin: 0;
  padding: 0;
}
.support-topic {
  padding-top: 0.5rem;
  padding-bottom: 0.75rem;
}
.support-topic {
  position: relative;
  margin-bottom: 0;
}
.support-topic::before {
  content: "";
  display: block;
  border-top: 1px solid rgba(0, 0, 0, .1);
  width: calc(100% - 30px);
  margin: 0 15px 20px;
}
.support-index dd {
  margin-bottom: 0;
}
.support-index dt {
  font-weight: 500;
}
.support-index dd span.date, .support-index dd span.last-update {
  font-size: 1rem;
  line-height: 1.5rem;
  display: block;
}
.support-header::after, .support-content-block::after {
  content: "";
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  width: calc(100% - 50px);
  margin: 9px 25px 24px;
}
.last-update {
  color: #d9534f;
}
.last-update::before {
  font-family: "Font Awesome 5 Free";
  margin-right: 0.25rem;
  font-weight: 900;
  content: '\f021';
}
.cat-label {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 0.875rem;
  display: block;
  padding-top: 0.25rem;
  letter-spacing: 0.025rem;
  border-top: solid 1px #ddd;
  border-right: solid 1px #ddd;
}
.cat-label.lm {
  color: #0087c8;
}
.cat-label.extic {
  color: #0081cc;
}
.support h6 {
  line-height: 1.6rem;
}
.support .contents ul, .info .contents ul {
  padding-left: 1.365rem;
}
.support .contents ul li, .info .contents ul li {
  padding-bottom: 0.25rem;
}
.support .contents ul.nav {
  margin-bottom: 1.5rem;
  padding-left: 0;
}
.support .contents ul.nav li, .info .contents ul.nav li {
  font-family: Arial, Helvetica, sans-serif;
  padding-bottom: 0;
}
.support .contents .table td, .support .contents .table th {
  padding-right: 0;
  padding-left: 0;
}
.support .contents ol {
  padding-left: 1.365rem;
}
.download > div {
  margin-bottom: 1rem;
}
.support .contents hr, .info .contents hr {
  margin-bottom: 1.5rem;
}
.support-info img {
  width: 180px;
  height: auto;
}
.support-info p span {
  vertical-align: -16px;
  font-weight: 700;
  font-size: 1.25rem;
  padding-left: 0.25rem;
}
/*イベント*/
.event-list .card-body p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.event-list .update {
  font-size: 0.875rem;
}
.event-list .update::before {
  content: "\f073";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  margin-right: 0.25rem;
}
.event-list .update::after {
  content: "開催";
  display: inline-block;
  margin-left: 0.25rem;
}
.event-list .card-header .badge {
  height: 1.125rem;
}
.event .info-title dt {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
  color: #212529;
}
.event .contents ul {
  padding-left: 1.365rem;
}
.event .contents ul.list-unstyled {
  padding-left: 0;
}
.event .contents ul.note {
  position: relative;
  margin: 0 0 0 0.375rem;
  padding: 0;
}
.sessionCat1 {
  font-weight: 700;
  margin-bottom: 0.25rem;
  color: #003979;
}
.sessionCat2 {
  margin-bottom: 0;
}
.presenter {
  font-size: .875rem;
  margin-bottom: 0;
}
.event .table td {
  padding-left: 0;
}
.event .table tr:first-child td {
  padding-top: 0;
  border-top: none;
}
.agenda h6 {
  line-height: 1.375rem;
}
.event .info-header div:nth-child(-n+2) {
  border-right: none;
}
/*リンクボタン*/
.support-link::before, .info-link::before {
  content: '詳しい情報を見る';
}
#lmsupportLink::before {
  display: inline-block;
  width: 160px;
  height: 33px;
  margin-right: 0.5rem;
  content: '';
  vertical-align: middle;
  background-image: url('../images/SLogo-LM-h.svg');
}
#lmsupportLink:hover::before {
  background-image: url('../images/SLogo-LM-hr.svg');
}
#lmsupportLink {
  padding: 0.5rem 1rem;
}
#lmsupportLink span {
  font-size: 1.25rem;
  line-height: 1.5rem;
  vertical-align: middle;
}
/*リンク*/
a.external-link::after {
  font-family: "Font Awesome 5 Free";
  padding-left: 0.25rem;
  content: '\f360';
  font-weight: 900;
}
a.internal-link::after {
  font-family: "Font Awesome 5 Free";
  padding-left: 0.25rem;
  content: '\f0c1';
  font-weight: 900;
}
/*ティッカー*/
.top-infomation {
  margin-top: -3rem;
  margin-bottom: 1rem;
  background-color: #003b57;
}
.top-infomation p {
  color: #ffff00;
  font-size: 0.875rem;
  padding: 1rem;
  margin-bottom: 0;
  text-align: center;
}
.top-infomation p .badge {
  vertical-align: 1px;
  margin-right: 0.25rem;
}
.top-infomation a.btn {
  border-radius: 4px;
  font-size: 0.8125rem;
  /*color: #ffff00;*/
}
.top-infomation a:hover {
  text-decoration: none;
}
/*アドレス*/
address span {
  display: inline-block;
  margin-right: 1rem;
}
address .phone::before {
  font-family: 'FontAwesome';
  margin-right: 0.5rem;
  ;
  content: '\f095';
}
address .fax::before {
  font-family: 'FontAwesome';
  margin-right: 0.5rem;
  font-weight: 900;
  content: '\f1ac';
}
address .email::before {
  font-family: 'FontAwesome';
  margin-right: 0.5rem;
  font-weight: 900;
  content: '\f003';
}
/*マージンクラス*/
.mrgn-btm2 {
  margin-bottom: 2rem;
}
/*テーブル*/
.partition {
  border-bottom: 1px solid #eceeef;
}
.table-xs td {
  font-size: 0.875rem;
}
.partition td {
  border-right: 1px solid #eceeef;
}
.partition td:last-child {
  border-right: none;
}
.table-xs th {
  font-size: 0.75rem;
}
.spec-fido2 thead th, .spec-fido2B thead th {
  border-bottom: none;
  font-weight: 400;
}
.spec-fido2 thead th, .spec-fido2 td, .spec-fido2B thead th, .spec-fido2B td {
  vertical-align: middle;
  white-space: nowrap;
}
.spec-fido2 thead th:nth-child(n + 2), .spec-fido2 td:nth-child(n + 2) {
  text-align: center;
}
.spec-fido2B thead th:nth-child(n + 3), .spec-fido2B td:nth-child(n + 3) {
  text-align: center;
}
.table-extic thead th, .table-extic tbody td {
  font-size: 0.75rem;
  text-align: center;
  border-top-color: #90C3E4;
  vertical-align: middle;
  line-height: 1.3;
}
.table-extic thead {
  background-color: #90C3E4;
}
.table-extic thead th {
  border-bottom: none;
}
.table-extic tbody tr:nth-child(odd) {
  background-color: #D6EDF8;
}
/*非表示*/
.no-display {
  display: none;
}

/*----- ボトムメニュー -----*/
.bottom-menu {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f7f7f7;
  -webkit-box-shadow: inset 0 3px 3px #e5e5e5;
  box-shadow: inset 0 3px 3px #e5e5e5;
  text-align: left;
}
.bottom-menu li a, .bottom-menu .menu-block-title {
  color: #999;
}
.bottom-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bottom-menu .menu-block-title {
  font-family: Arial, Helvetica, 'Yu Gothic', YuGothic, '游ゴシック', '游ゴシック体', sans-serif;
  font-size: 1rem;
  margin-bottom: 1.0625rem;
}
.bottom-menu .menu-block-title:not(:first-child) {
  margin-top: 1.0625rem;
}
.bottom-menu .menu-block-title a, .bottom-menu .menu-block-title a:hover, .bottom-menu .menu-block-title a:active, .bottom-menu .menu-block-title a:focus {
  display: block;
  text-decoration: none;
  padding-bottom: 1.0625rem;
  margin-bottom: 0;
  border-bottom: solid 1px #ddd;
}
.bottom-menu .menu-block-title a {
  color: #999;
}
.bottom-menu .menu-block-title a:hover, .bottom-menu .menu-block-title a:active, .bottom-menu .menu-block-title a:focus {
  color: #000;
}
.bottom-menu li a {
  font-size: 0.81rem;
  display: block;
  padding: 0.5rem 0;
  border-top: solid 1px #ddd;
}
.bottom-menu li:last-child a {
  border-bottom: solid 1px #ddd;
}
.bottom-menu li a:hover {
  text-decoration: none;
  color: #000;
}
.menu-block {
  margin-bottom: 1.5rem;
}
/* --20240823追加-- */
.bottom-menu .menu-block span {
  font-size: 0.75rem;
  line-height: 1.125rem;
  display: inline-block;
  color: #999;
  margin-bottom: 0;
}
.bottom-menu .menu-block h3 i {
  font-size: 0.8125rem;
  vertical-align: 1px;
}
/* --/20240823追加-- */
/*フッター*/
footer {
  padding-top: 1rem;
  background-color: #ededed;
  -webkit-box-shadow: inset 0 2px 3px #bfbfbf;
  box-shadow: inset 0 2px 3px #bfbfbf;
}
footer p {
  font-size: 0.75rem;
  text-align: center;
  color: #999;
}
footer p a:hover {
  text-decoration: none;
}
footer p span.copyright {
  line-height: inherit;
  padding: 0 0.25rem;
}
/*ディバイダ*/
hr.devider-btm {
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
}
/*ナビゲーション*/
/*ユーザ事例*/
.case-study p {
  font-size: 0.85rem;
}
/*ページスクロール*/
.pagetop {
  position: fixed;
  right: 30px;
  bottom: -40px;
  margin: 0;
}
.pagetop a {
  font-size: 24px;
  line-height: 40px;
  display: block;
  width: 60px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
  border-radius: 8px 8px 0 0;
  background-color: rgba(0, 0, 0, 0.60);
}
/* Bootstrapのガター幅を調整するための汎用CSS */
.row-0 {
  margin-right: 0;
  ;
  margin-left: 0;
}
.row-0 > div {
  padding-right: 0;
  padding-left: 0;
}
.row-10 {
  margin-right: -5px;
  ;
  margin-left: -5px;
}
.row-10 > div {
  padding-right: 5px;
  padding-left: 5px;
}
.row-20 {
  margin-right: -10px;
  ;
  margin-left: -10px;
}
.row-20 > div {
  padding-right: 10px;
  padding-left: 10px;
}
.row-30 {
  margin-right: -15px;
  ;
  margin-left: -15px;
}
.row-30 > div {
  padding-right: 15px;
  padding-left: 15px;
}
.row-40 {
  margin-right: -20px;
  ;
  margin-left: -20px;
}
.row-40 > div {
  padding-right: 20px;
  padding-left: 20px;
}
.row-50 {
  margin-right: -25px;
  ;
  margin-left: -25px;
}
.row-50 > div:not(.side-bar) {
  padding-right: 25px;
  padding-left: 25px;
}
.row-100 {
  margin-right: -50px;
  ;
  margin-left: -50px;
}
.row-100 > div {
  padding-right: 50px;
  padding-left: 50px;
}
/*エラーページ*/
main.error {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 30rem;
  padding-top: 5.125rem;
  padding-bottom: 0;
  color: #fff;
  background-color: #526c78;
}
.error-box {
  width: 522px;
  text-align: center;
  background-image: url(../images/error-image-red.png);
  background-repeat: no-repeat;
  background-position: center 3rem;
  background-size: 522px 110px;
}
.error-code {
  margin-top: 1rem;
  text-align: center;
}
/*バリデーション*/
.has-error .form-check-inline label {
  color: #a94442;
}
/*トップページアセスメント*/
.gigaschl {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 18.75rem;
  border-top: solid #ccc 8px;
  border-bottom: solid #ccc 8px;
  background-image: url("../images/contents/top/image-assess.webp");
  background-position: center;
  background-size: cover;
}
.gigaschl .gigaschl-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 640px;
  height: 250px;
  text-align: center;
  background: -webkit-radial-gradient(rgba(255, 255, 255, 1.00) 30%, rgba(255, 255, 255, .00) 80%), url("../images/contents/top/image-assess-inner.webp");
  background: radial-gradient(rgba(255, 255, 255, 1.00) 30%, rgba(255, 255, 255, .00) 80%), url(../images/contents/top/image-assess-inner.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}
.gigaschl a {
  display: block;
}
.gigaschl h3 {
  font-size: 2.5rem;
  font-weight: 700;
  display: block;
  margin-bottom: 1rem;
  color: #0087c8;
  text-shadow: 0 0 10px #fff;
}
img.img-fluid[src$='.svg'] {
  width: 100%;
}
/*ギガスクールLP*/

.giga-list {
  margin: 0;
  padding: 0;
}
.giga-list li {
  margin-bottom: 0.5rem;
  padding-left: 1.3rem;
  list-style: none;
  text-indent: -1.3rem;
}
.giga-list li span {
  font-weight: 700;
  color: #0087c8;
}
.giga-concept {
  text-decoration: underline;
  text-decoration-color: #80FFFF;
  text-decoration-thickness: 0.375rem;
  text-decoration-skip-ink: none;
  text-underline-offset: 0;
}
.giga_fig {
  border: solid 6px #0087c8;
}
.ar _box {
  font-size: 1rem;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  padding: 0;
  text-align: center;
  color: #fff;
  border-bottom: 5px solid #0087c8;
  background: #fff;
}
.ar _box:after, .ar _box:before {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  pointer-events: none;
  border: solid transparent;
}
.ar _box:after {
  margin-left: -27px;
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 27px;
  border-top-color: #fff;
  border-right-width: 27px;
  border-bottom-width: 27px;
  border-left-width: 27px;
}
.ar _box.ar _blue::after {
  border-top-color: #e4f1f7;
}
.ar _box:before {
  margin-top: 5px;
  margin-left: -29px;
  border-color: rgba(0, 135, 200, 0);
  border-top-width: 29px;
  border-top-color: #0087c8;
  border-right-width: 29px;
  border-bottom-width: 29px;
  border-left-width: 29px;
}
/*ダウンロードバナー*/
.banner-img {
  min-height: 120px;
  background-repeat: no-repeat;
  background-size: cover;
}
#exticCase.banner-img {
  background-image: url('../images/banner/case-image.webp');
  background-position: center top;
}
/*Exic囲み*/
.security-step span {
  padding-left: 3rem;
}
.security-step > div {
  min-height: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.security-step > div::before {
  content: "";
  width: 38px;
  height: 38px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 6px;
  left: 15px;
}
.security-step .step1::before {
  background-image: url("../images/extic/icon_securitystep1.svg");
}
.security-step .step2::before {
  background-image: url("../images/extic/icon_securitystep2.svg");
}
.security-step .step3::before {
  background-image: url("../images/extic/icon_securitystep3.svg");
}
.security-step .step4::before {
  background-image: url("../images/extic/icon_securitystep4.svg");
}
/*利用規約*/
.terms {
  font-family: 'Yu Gothic', YuGothic, '游ゴシック', '游ゴシック体', Verdana, 'Hiragino Kaku Gothic ProN', Roboto, Meiryo, 'MS PGothic', sans-serif;
  font-weight: 500;
  background-color: #fff;
  -moz-font-feature-settings: 'palt';
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
  counter-reset: h5; /* 'h2'という名前のカウンターを設定し、 0 で初期化する。 */
}
.terms ol {
  margin-bottom: 0;
  padding-left: 1.25rem;
}
.terms ol li {
  text-align: justify;
  text-justify: inter-character;
  text-justify: inter-ideograph; /* IE拡張 */
}
.terms ol.lev2 {
  margin-left: 0.5rem; /* サイトに合せて調整 */
}
.terms ol.lev2 li {
  position: relative;
  list-style-type: none;
  counter-increment: cnt;
}
.terms ol.lev2 li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 3rem; /* サイトに合せて調整 */
  margin-left: -3.5rem; /* サイトに合せて調整 */
  content: '('counter(cnt) ')';
  text-align: right;
}
.terms dl dt {
  font-weight: 500;
}
.terms dl dt, .terms dl dd {
  margin-bottom: 0;
}
.terms dl.update dt {
  text-align: right;
}
.terms dl.update dt span {
  display: inline-block;
}
.update {
  margin-bottom: 0.125rem;
}
.month {
  min-width: 2.125rem;
}
.day {
  min-width: 2.125rem;
}
.year::after {
  content: "年";
}
.month::after {
  content: "月";
}
.day::after {
  content: "日";
}
.terms dl.update dd {
  max-width: 6rem;
  text-align: right;
}
.delete {
  text-decoration: line-through;
  color: darkred;
}
/*--------------------
  コラム 
--------------------*/
body.column {
  background-color: #FFF;
}
.column .card-header {
  font-size: 0.8125rem;
  font-weight: 700;
}
.column.column-list .contents .card-body p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.column .card-footer .update {
  font-size: 0.8125rem;
}
.column .card .education, .column .card .private, .column .card .public {
  position: relative;
}
.column .card .education::before, .column .card .private::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.25rem;
}
.column .card .public::before {
  display: inline-block;
  margin-right: 0.25rem;
}
.column .card .public::before{
  content: "";
  background-image: url(../images/common/icon-public.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: relative;
  width: 1rem;
  height: 1rem;
  bottom: -1px;
}
.column.public{
  text-align: left;
}
.column .card .education::before {
  content: "\f19d";
}
.column .card .private::before {
  content: "\f1ad";
}
.column .contents p:not(.lead) {
  line-height: 1.8rem;
}
.card-sm .card-body {
  font-size: 0.875rem;
}
.column .contents .side-bar p {
  line-height: 1.4rem;
}
.column .contents .side-bar .column-profile-body {
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #666;
  font-feature-settings: 'palt';
  margin-bottom: 0;
}
.text-public{
  color: #D44076 !important;
}

.side-bar {
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 10px;
}
.side-bar > div {
  padding-left: 15px;
  padding-right: 15px;
}
.side-bar-title {
  font-weight: 700;
  padding-top: 0.5rem;
  margin-bottom: 0.5rem;
  color: #4bb5c5;
  border-top: 1px solid #4bb5c5;
  border-right: 1px solid #4bb5c5;
  position: relative;
}
.side-bar-title::before {
  content: "";
  background-image: url("/cms/asset/images/common/icon-column-thumb.svg");
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 0.25rem;
  display: inline-block;
  width: 1.125rem;
  height: 1rem;
  position: relative;
  top: 2px;
}
.column .contents .list-group-flush:last-child .list-group-item:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.column .contents .card-body p {
  display: inline-block;
  line-height: 1.7;
  margin-bottom: 0.5rem;
}
.column .contents p.note {
  line-height: 1.6;
}
.column .contents a:hover, .column .contents .card a:hover, .column .contents .border a:hover {
  text-decoration: none;
}
.column .contents li.list-unstyled, .column .contents .border p {
  font-size: 0.875rem;
  line-height: 1.7;
}
.column .contents ol.paren {
  margin-left: 1.5rem; /* サイトに合せて調整 */
}
.column .contents ol.paren li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}
.column .contents ol.paren li:before {
  content: "（"counter(cnt) "）";
  display: inline-block;
  margin-left: -2rem; /* サイトに合せて調整 */
  width: 1rem; /* サイトに合せて調整 */
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}
.column .contents .border p.note {
  font-size: 0.75rem;
  margin-top: 0.375rem;
}
/* テーブルデザイン */
.column .contents .table-column {
  font-size: 0.875rem;
  margin-bottom: 0.75rem;
  width: 100%;
}
.column .contents .table-column th {
  background: #4bb5c5;
  color: #fff;
  border-bottom: 2px solid #fff;
  padding: 10px;
}
.column .contents .table-column td {
  background: #d0e5ea;
  vertical-align: baseline;
  word-break: break-all;
  border-top: 1px solid #fff;
  padding: 10px;
}
.column .contents .table-column tr:nth-of-type(odd) td {
  background: #e9f3f5;
}
.column .contents .table-column td p {
  line-height: 1.375rem;
}
.column .contents .table-column td p:last-child {
  margin-bottom: 0;
}
.column .contents .table-column td a {
  text-decoration: underline;
}
/*コラムダウンロードバナー*/
.column .contents .dl-banner .card-body {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 20px;
  background-color: #F7F7F8;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.column .contents .dl-banner .card-body .dl-thumb {
  grid-row: 1/3;
}
.column .contents .dl-banner .card-body .dl-btn {
  grid-column: 2/3;
  display: flex;
}
.column .contents .dl-banner .card-header {
  font-size: 1rem;
}
.column .contents .dl-banner h2.card-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #212529;
}
.column .contents .dl-banner .card-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #212529;
  margin-bottom: 0.125rem;
}
.column .contents .dl-banner .card-body p.card-text {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
/*ダウンロードリスト*/
.download-list.contents .container {
  margin-bottom: 2rem;
}
.download-list.contents:not(:last-child) .container:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-top: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.download-list .row.no-gutters {
  height: 100%;
}
.card-lm, .card-extic {
  position: relative;
}
.download-list .card {
  border-radius: 0;
}
.download-list .doc-usefull .doc-thumb {
  border-right: 1px solid #28a745;
}
.download-list .doc-product .doc-thumb {
  border-right: 1px solid #0087c8;
}
.download-list .doc-column .doc-thumb {
  border-right: 1px solid #17a2b8;
}
.download-list .doc-thumb > img {
  height: 190px;
}
.download-list .card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  padding: 1rem;
  margin-bottom: 0.5rem;
}
.download-list .card-body p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.card-lm .card-body, .card-extic .card-body {
  padding-top: 3.5rem;
}
.card-lm .card-body::before, .card-extic .card-body::before {
  content: "";
  height: 31px;
  width: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: top left;
  margin-bottom: 1rem;
  position: absolute;
  top: 1rem;
}
.card-lm .card-body::before {
  background-image: url("../images/common/SLogo-LM-h.svg");
  background-size: 150px auto;
}
.card-extic .card-body::before {
  background-image: url("../images/common/SLogo-EXTIC.svg");
  background-size: 100px auto;
}
.download-list .card-text {
  font-size: 0.875rem;
}
.doc-product .card {
  border-color: #0087c8;
}
.doc-column .card {
  border-color: #17a2b8;
}
.doc-usefull .card {
  border-color: #28a745;
}
.doc .thumb {
  max-height: 250px;
  overflow: hidden;
}
#inner-anchor li a::before {
  content: "\f063";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.25rem;
}
#inner-anchor li a:hover {
  text-decoration: none
}
/*トップページポップアップ：ニュースレター*/
#newsLetter {
  width: 90vw;
  max-width: 320px;
  padding: 15px 15px;
  height: 170px;
  background-color: #6CDAEA;
  background-image: url("../images/popup/newsLetter_bg.svg");
  background-repeat: no-repeat;
  background-position: 15px 20px;
  background-size: 110px auto;
  border: solid 1px #57B0BD;
  border-radius: 6px;
  align-items: center;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
}
#newsLetter h5 {
  padding-left: 120px;
  margin-bottom: 0.25rem;
}
#newsLetter p {
  font-size: 0.75rem;
  padding-left: 120px
}
/*-- バナー位置上書き ※必要ない場合はコメントアウト --*/
#__smz_content {
  bottom: 50px !important;
  right: 20px !important;
  z-index: 1029;
}
/*連携システム一覧*/
.system-list > .col {
  margin-bottom: 0.625rem;
}
/* 脚注 */
.footnote {
  background-color: #6D6D6D;
}
.footnote p, .footnote p > a {
  color: #ededed;
  font-size: 0.75rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  text-decoration: none;
}
/*------------- 連携ソリューション -----------*/
/*絞り込み*/
.narrow-down p {
  color: #6c757d;
  font-size: 0.8125rem;
  font-weight: 700;
  white-space: nowrap;
  margin: 0 .5rem 0 0;
}
.narrow-down p::before {
  content: "\f1de";
  font-family: "Font Awesome 5 Free";
  margin-right: 0.25rem;
}
.narrow-down .btn-group-toggle label {
  margin-top: 0.25rem;
  margin-bottom: 0.125rem;
}
#narrowDown01 .btn, #narrowDown02 .btn {
  border-radius: 0.2rem;
}
/*ソリューション一覧*/
.likage-list .col {
  margin-bottom: 1rem;
}
.likage-list .solution-logo {
  height: 6rem;
}
.likage-list .solution-logo img {
  max-width: 75%;
  max-height: 75%;
}
/*製品・用途バッジ*/
.badge-outline-secondary {
  color: #6c757d;
  border: solid 1px #6c757d;
  padding: 0.375rem
}
/*メーカー名*/
.maker {
  position: relative;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.maker::before {
  content: "提供：";
  margin-right: 0.25rem;
}
/*詳細モーダル ロゴ*/
.linkage-detail .solution-logo {
  height: 10rem;
}
.linkage-detail .solution-logo img {
  max-width: 20rem;
  max-height: 7rem;
}
/*詳細モーダル 説明*/
.overview p {
  line-height: 1.7;
}
/*詳細モーダル 製品・用途*/
.linkage-category p {
  color: #6c757d;
  font-size: 0.8125rem;
  white-space: nowrap;
  margin: 0 .5rem 0 0;
}
.linkage-category .badge {
  margin-right: 0.25rem;
}
.prtnr .modal{
  right: 0;
  margin: auto;
  width: 100vw;
  height: 100%;
  max-width: 100%;
  overflow: scroll;
}
.prtnr .modal-header{
  background-color: #0081cc;
}
@media(max-width:1440px) {
  /*アライアンス*/
  .a-ex {
    left: 16%;
    width: 160px;
    height: auto;
  }
  .a-sc {
    right: 6%;
    width: 320px;
    height: auto;
    transform: translateY(-50%);
  }
}
@media(max-width:1200px) {
  /* トップページサービスバッジ */
  .services #lmBadgeH, .services #exticBadgeH {
    height: 120px;
    width: auto;
  }
  /*アライアンス*/
  .a-ex {
    left: 13%;
    width: 150px;
    height: auto;
  }
  .a-sc {
    right: 5%;
    width: 290px;
    height: auto;
  }
  /*Extic囲み*/
  .security-step > div {
    justify-content: center;
    flex-direction: column;
  }
  .security-step > div::before {
    top: 50%;
    margin-top: -19px;
  }
  .tbc-wrap::before {
    height: 8rem;
  }
  .contents .new-feat h3 {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
  .lm .page-title .title-label::before, .extic .page-title .title-label::before {
    width: 18rem;
    height: 5.0625rem;
  }
  .extic .page-title .title-label.trial {
    margin-top: 6rem;
    font-size: 1.25rem;
  }
  .extic .page-title .title-label.trial::before {
    top: 0;
    right: 0;
	bottom: 0;
    left: 0;
	margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    background-position: center;
  }
}
@media (min-width:1200px) {
  .lg-minus-3 {
    margin-top: -3rem;
  }
  .lg-minus-4 {
    margin-top: -4rem;
  }
}
@media(max-width:1199.98px) {
  .column .contents .dl-banner .card-body {
    grid-template-columns: 1fr 2.5fr;
  }
  .column .contents .dl-banner .card-body p.card-text {
    margin-bottom: 0;
  }
  .column .contents .dl-banner .card-title {
    margin-bottom: 0;
  }
  .column .contents .dl-banner h2.card-title {
    margin-bottom: 0.125rem;
  }
}
@media(min-width:1024px) {
  /*ナビゲーション*/
  .dropdown-menu {
    font-size: 0.85rem;
    top: 63px;
    left: 0;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0rem;
    background-color: rgba(255, 255, 255, 0.95);
  }
}
@media(max-width:1023px) {
  /*ナビゲーション*/
  .dropdown-menu {
    font-size: 0.85rem;
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0rem;
    background-color: rgba(255, 255, 255, 0.95);
  }
}
@media(max-width:991px) {
  /*----- グローバルメニュー -----*/
  .navbar {
    padding: 0.7rem 1rem;
  }
  .tagline {
    width: 211px;
    height: 10px;
  }
  /*ハンバーガーアイコン*/
  .navbar-light .navbar-toggler {
    border: none;
    z-index: 4;
    top: 0;
    display: block;
    box-sizing: content-box;
    width: 2rem;
    padding: 18px 0 30px 49px;
    -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
    transition: all .6s cubic-bezier(.19, 1, .22, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    outline: 0;
    background-color: transparent
  }
  .navbar-toggler-icon:hover {
    cursor: pointer;
    background-color: transparent
  }
  .navbar-toggler-icon {
    position: relative;
    display: block;
    margin-top: 10px
  }
  .navbar-toggler-icon, .navbar-toggler-icon:after, .navbar-toggler-icon:before {
    width: 100%;
    height: 2px;
    -webkit-transition: all .6s cubic-bezier(.19, 1, .22, 1);
    transition: all .6s cubic-bezier(.19, 1, .22, 1);
    background-color: #222
  }
  .navbar-toggler-icon:after, .navbar-toggler-icon:before {
    position: absolute;
    top: -10px;
    left: 0;
    content: " "
  }
  .navbar-toggler-icon:after {
    top: 10px;
  }
  .navbar-toggler-icon:hover {
    background-color: #222;
  }
  .navbar-toggler[aria-expanded='true'] .navbar-toggler-icon {
    background-color: transparent;
  }
  .navbar-toggler[aria-expanded='true'] .navbar-toggler-icon:before {
    top: 0;
    transform: rotate(-45deg);
  }
  .navbar-toggler[aria-expanded='true'] .navbar-toggler-icon:after {
    top: 0;
    transform: rotate(45deg);
  }
  .navbar-collapse {
    text-align: left;
  }
  .navbar-collapse.collapse.show {
    max-height: calc(100vh - 108px);
    overflow: auto;
  }
  .lm .page-title .title-label {
  	margin-top: 5.5rem;
  }
  .lm .page-title .title-label::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    width: 20rem;
    height: 4.21875rem;
	background-image: url("../images/common/SLogo-LM-h.svg");
  }
  .extic .page-title .title-label::before {
    top: -.25rem;
    left: 2rem;
    width: 15rem;
    height: 4.21875rem;
  }
  p.case-body img {
    max-width: 100%;
  }
  p.case-body img.left {
    padding: 0.4rem 0 1rem 0;
  }
  .flex-col-3 {
    width: 50%;
  }
  /* トップページサービスバッジ */
  .services #lmBadgeV, .services #exticBadgeV {
    height: 240px;
    width: auto;
  }
  /*パートナー*/
  .partnerlist li {
    width: 50%;
  }
  /*サポート一覧*/
  .support-index dd {
    margin-bottom: 0.5rem;
  }
  .support-index dd span.date, .support-index dd span.last-update {
    font-size: 0.875rem;
    display: inline-block;
    margin-right: 1rem;
  }
  .support-topic {
    padding-top: 0;
  }
  .flex-col-4 {
    width: 50%;
  }
  .solution .page-sub-title {
    font-size: 1.25rem;
  }
  .tbc-wrap {
    height: 15rem;
  }
  .tbc-wrap::before {
    height: 9rem;
  }
  /*サポート*/
  .support-info img {
    width: 150px;
    height: auto;
  }
  .support-info p span {
    vertical-align: -13px;
    font-weight: 700;
    font-size: 1rem;
    padding-left: 0.25rem;
  }
  /*リンク*/
  #lmsupportLink::before {
    display: inline-block;
    width: 120px;
    height: 25px;
    margin-right: 0.25rem;
    content: '';
    vertical-align: middle;
    background-image: url('../images/SLogo-LM-h.svg');
    background-repeat: no-repeat;
  }
  #lmsupportLink:hover::before {
    background-image: url('../images/SLogo-LM-hr.svg');
  }
  #lmsupportLink {
    padding: 0.375rem 0.5rem;
  }
  #lmsupportLink span {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .side-bar > div {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /*導入事例記事ページ*/
  .case-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .case.volume .case-header > img {
    margin-bottom: 1.5rem;
  }
  .vol-num {
    font-size: 1.5rem;
    line-height: 1.75rem;
    height: 2rem;
  }
  .vol-num:after {
    height: 2rem;
  }
  .cl-name {
    font-size: 0.875rem;
  }
  /*価格LM*/
  .price-sample-wrap {
    width: 100%;
    margin-bottom: 2rem;
    margin-left: 0;
  }
}
@media(min-width:992px) {
  .side-bar {
    height: fit-content;
  }
  .side-bar > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /*製品・サービスの特徴と比較*/
  .comparison #lm {
    width: 173px;
  }
    .comparison #extic {
    width: 112px;
  }
}

@media (min-width:768px) and (max-width:992px) {
/*製品・サービスの特徴と比較*/
  .img-fluid.feature-icon {
    width: 80%!important;
  }
}

@media(max-width:767.98px) {
  .column .contents .dl-banner .card-body p.card-text {
    font-size: 1rem;
  }
  .column .contents .dl-banner .card-title {
    font-size: 1.5rem;
  }
  .column .contents .dl-banner h2.card-title {
    font-size: 2rem;
  }
  .lm .page-title .title-label, .extic .page-title .title-label {
    margin-top: 5.5rem;
  }
  .lm .page-title .title-label::before, .extic .page-title .title-label::before {
    top: 0;
    right: 0;
	bottom: 0;
    left: 0;
	margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    background-position: center;
  }
  .extic .page-title .title-label.trial, .lm .page-title .title-label.trial {
    margin-top: 5.5rem;
    font-size: 1.25rem;
  }
  .lm .page-title .title-label.trial::before, .extic .page-title .title-label.trial::before {
    top: 0;
    right: 0;
	bottom: 0;
    left: 0;
	margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    background-position: center;
  }
  .prtnr .page-title .title-label::before {
    width: 14rem;
    height: 4.5rem;
    background-size: 14rem 4.5rem;
  }
  .prtnr .page-title .title-label::after {
    top: 0.125rem;
    width: 12rem;
    height: 3.125rem;
    background-size: 12rem 3.125rem;
  }
  /* トップページサービスバッジ */
  .services #lmBadgeH, .services #exticBadgeH {
    height: 120px;
    width: auto;
  }
  /*ギガスクール*/
  .gigaschl .gigaschl-inner {
    width: 575px;
    height: 200px;
    background-size: cover;
  }
  .gigaschl h3 {
    font-size: 2rem;
  }
  .giga .page-sub-title {
    font-size: 1rem;
  }
  .giga .page-title .title-label {
    font-size: 2rem;
    padding: 1rem 1.25rem 1rem 5.5rem;
  }
  /*ソリューション*/
  .point h4 {
    font-size: 1.125rem
  }
  .solution .contents h2 {
    line-height: 2.25rem;
  }
  .solution .contents h2 span {
    line-height: 2rem;
  }
  /*メインコンテンツ*/
  .contents h1 {
    font-size: 1.825rem;
    line-height: 2.75rem;
  }
  .flex-col-3 {
    width: 100%;
  }
  /*パートナー*/
  .partnerlist li {
    width: 100%;
  }
  .event .info-header div:nth-child(-n+2) {
    border-right: none;
  }
  .flex-col-4 {
    width: 50%;
  }
  /*お知らせ*/
  .info-header div.sm-w100 {
    border-right: none;
  }
  .volume .contents .row:last-of-type {
    margin-bottom: 2rem;
  }
  /*価格*/
  .price-list-sample {
    table-layout: auto;
    width: 100%;
}
}
@media(max-width:575.98px) {
  .column .contents .dl-banner .card-body {
    grid-template-columns: 1fr 3fr;
    gap: 10px;
  }
  .column .contents .dl-banner h2.card-title {
    font-size: 1.875rem
  }
}
@media(max-width:575px) {
  /*----- グローバルメニュー -----*/
  .navbar {
    padding: 0.7rem 1rem;
  }
  .tagline {
    width: 130px;
    height: auto;
  }
  /*ハンバーガーアイコン*/
  .navbar-light .navbar-toggler {
    padding: 18px 0 30px 0px;
  }
  .page-title {
    margin-bottom: 1.5rem;
  }
  .lm .page-title, .extic .page-title {
    text-align: center;
  }
  .lm .page-title::after {
    display: block;
    height: 18rem;
    margin-top: -13rem;
    content: '';
    background-color: rgba(255, 255, 255, 0.5);
  }
  .extic .page-title .title-label {
    margin-top: 5.5rem;
  }
  .extic .page-title .title-label.trial {
    font-size: 1.25rem;
  }
  .lm .page-title .title-label.trial {
    font-size: 1.25rem;
	margin-top: 6.5rem;
  }
  .lm .page-title .title-label.trial::before {
	margin-top: 1.25rem;
  }
  .prtnr .page-title .title-label {
    margin-top: -3rem;
  }
  .prtnr .page-title .title-label::before {
    top: 3.5rem;
    left: 1.5rem;
    width: 10rem;
    height: 3.25rem;
    background-size: 10rem 3.25rem;
  }
  .prtnr .page-title .title-label::after {
    top: 3.75rem;
    right: 1.5rem;
    width: 9rem;
    height: 2.375rem;
    background-size: 9rem 2.375rem;
  }
  .case-list .title h2 {
    font-size: 1.5rem;
    line-height: 1.25rem;
    padding: 1.75rem;
  }
  .case-list .title h2 .small {
    font-size: 0.825rem;
    line-height: 1.25rem;
    ;
    display: block;
    margin-top: 1rem;
  }
  .case-list p {
    padding: 0.5rem 0 0.5rem;
  }
  .case-list a.btn {
    position: relative;
    margin: auto;
  }
  .Clogo-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }
  .case-list h6, .case .contents h6 {
    padding: 0;
  }
  /* トップページサービスバッジ */
  .services #lmBadgeH, .services #exticBadgeH {
    height: 100px;
    width: auto;
  }
  /*ギガスクール*/
  .gigaschl .gigaschl-inner {
    width: 100%;
    height: 250px;
    background-position: center center;
    background-size: 100% auto;
  }
  .gigaschl h3 {
    font-size: 2rem;
  }
  .giga .page-title .title-label {
    font-size: 1.375rem;
    padding: 0.75rem 1.25rem 0.75rem 3.75rem;
  }
  .giga .page-title .title-label::before {
    top: 50%;
    left: 1rem;
    width: 35px;
    height: 40px;
    margin-top: -15px;
    background-size: 35px auto;
  }
  .giga .page-sub-title {
    margin-bottom: 0.5rem;
  }
  .giga .contents h2 span {
    font-size: 1.25rem;
    line-height: 1.4;
    text-align: center;
  }
  .giga .contents h3 {
    font-size: 1.25rem;
  }
  .giga-concept {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
  /*製品・サービスの特徴と比較*/
  .idm .services h4 {
    font-size: 1.25rem;
    margin-bottom: 0;
  }
  .comparison #lm {
    width: 153px;
  }
  .comparison #extic {
    width: 100px;
  }
  .subhead {
    font-size: 1rem
  }
  .subhead + p {
    font-size: 0.875rem;
  }
  .list-group-item {
    font-size: 0.875rem
  }
  /*ソリューション*/
  .solution .page-title .title-label {
    font-size: 1.5rem;
  }
  .solution .page-sub-title {
    font-size: 1rem;
  }
  .solution .contents h2 {
    font-size: 1.25rem;
  }
  .solution .contents h5 {
    font-size: 1.125rem;
  }
  .solution .contents h2 {
    line-height: 2rem;
  }
  .solution .contents h2 span {
    line-height: 1.75rem;
  }
  /*メインコンテンツ*/
  .contents h1 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  footer p {
    font-size: 0.6875rem;
    line-height: 1.25rem;
  }
  /*サポート一覧*/
  .support-index dt {
    margin-bottom: 0.5rem;
  }
  .support-topic {
    margin-bottom: 0.5rem;
    padding-top: 0;
  }
  /*エラーページ*/
  main.error {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 30rem;
    padding-top: 5.125rem;
    padding-bottom: 0;
    color: #fff;
    background-color: #526c78;
  }
  .error-box {
    width: 522px;
    text-align: center;
    background-image: url(../images/error-image-xs.png);
    background-repeat: no-repeat;
    background-position: center 3.25rem;
    background-size: 290px 84px;
  }
  .error-code {
    margin-top: 1.75rem;
  }
  /*ダウンロードリスト*/
  .doc-thumb {
    text-align: center;
    padding: 0.5rem;
    border-bottom: solid 1px #0087c8;
  }
  .doc-thumb > .img-fluid {
    max-width: 50%;
  }
  .download-list .doc-usefull .doc-thumb, .download-list .doc-product .doc-thumb, .download-list .doc-column .doc-thumb {
    border-right: none;
  }
  /*-- バナー位置上書き ※必要ない場合はコメントアウト --*/
  #__smz_content {
    bottom: 50px !important;
    right: auto !important;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media(max-width:480px) {
  /* トップページサービスバッジ */
  .services #lmBadgeV, .services #exticBadgeV {
    height: 200px;
    width: auto;
  }
  .lm7 .contents .headline h3, .extic .contents .headline h3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .label-br {
    line-height: 4rem;
  }
  footer p span {
    line-height: 1.5rem;
  }
  #supportTab li a img {
    width: 80px;
  }
  #lm-logo-h {
    width: 320px !important;
  }
  .top-infomation ul li a {
    font-size: 0.6875rem;
  }
  .flex-col-4 {
    width: 100%;
  }
  div.img-user {
    position: relative;
    width: 200px;
    height: auto;
  }
  div.img-user.left {
    padding: 0.4rem 2rem 2.5rem 0;
  }
  div.img-user.right {
    padding: 0.4rem 0 2.5rem 2rem;
  }
  #tnmt::before {
    font-size: 11px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    content: '情報メディアセンター\A課長代理 谷本和也 様';
    white-space: pre;
  }
  #nsh::before {
    font-size: 11px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    content: '情報メディアセンター\A課長 西尾信大 様';
    text-align: right;
    white-space: pre;
  }
  #tnk::before {
    font-size: 11px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    content: '情報メディアセンター\A田中具宙 様';
    text-align: right;
    white-space: pre;
  }
  /*リンクボタン*/
  #lmsupportLink::before {
    width: 140px;
    height: 29px;
    content: '';
  }
  #lmsupportLink {
    font-size: 1rem;
    padding: 0.5rem 0.5rem;
  }
  .contents .new-feat h3 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
  /*コラムダウンロードバナー*/
  .column .contents .dl-banner .card-body {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 15px;
    background-color: #F7F7F8;
  }
  .column .contents .dl-banner .card-body .dl-btn {
    grid-column: 1/3;
  }
  .column .contents .dl-banner .card-header {
    font-size: 0.8125rem;
  }
  .column .contents .dl-banner .card-title {
    font-size: 1.375rem
  }
  .column .contents .dl-banner h2.card-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #212529;
  }
  .column .contents .dl-banner .card-body p.card-text {
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
  }
  .d-xs-block {
    display: block !important;
  }
}
