@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;
  -moz-font-feature-settings: 'palt';
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}
html, body {
  background-color: #ededed;
}
main {
  padding-bottom: 4rem;
  background-color: #fff;
}
/*再定義*/
h2 {
  line-height: 2.75rem;
}
.btn {
  border-radius: 0rem;
}
p {
  text-align: justify;
  text-justify: inter-ideograph;
}
.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;
}
/*----- ボトムメニュー -----*/
.bottom-menu h3:not(:first-child) {
  margin-top: 1.0625rem;
}
.bottom-menu h3 a, .bottom-menu h3 a:hover, .bottom-menu h3 a:active, .bottom-menu h3 a:focus {
  display: block;
  text-decoration: none;
  padding-bottom: 1.0625rem;
  margin-bottom: 0;
  border-bottom: solid 1px #ddd;
}
.bottom-menu h3 a {
  color: #999;
}
.bottom-menu h3 a:hover, .bottom-menu h3 a:active, .bottom-menu h3 a:focus {
  color: #000;
}
/*キャッチコピー*/
h1.catch {
  font-weight: 700;
  display: flex;
  flex-direction: column;
  padding-top: 2rem;
  padding-bottom: 2.5rem;
  color: #fff;
  text-shadow: 0 3px 3px #000;
  -moz-font-feature-settings: 'palt';
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}
.slide7 h1.catch, .slide8 h1.catch {
  text-shadow: 0px 0px 0px #000;
}
.slide7 h1.catch .sub, .slide8 h1.catch .sub {
  font-weight: 500;
  line-height: 2.25rem;
}
.slide9 h1.catch {
  padding-top: 0; /*20220706追加*/
  font-size: 1.5rem;
  line-height: 1.3;
}
h1.catch .sub {
  font-size: 1.6rem;
}
h1.catch .main {
  font-size: 3rem;
  font-weight: 700;
}
h1.catch .sub2 {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-top: 1rem;
}
h1.catch .num {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 10rem;
  font-weight: 700;
  font-style: normal;
  line-height: 6.5rem;
}
h1.catch .catch-lm {
  font-family: -apple-system, BlinkMacSystemFont, 'Yu Gothic', YuGothic, '游ゴシック', '游ゴシック体', 'sans-serif';
  display: flex;
  flex-direction: column;
  width: 400px;
  height: 90px;
  margin: 0 auto;
  padding: 0 0 0 140px;
  text-align: left;
  background-image: url('../images/SLogo-LM-rev.svg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 120px 90px;
}
h1.catch .catch-lm .sub {
  line-height: 1.6rem;
  margin: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.5rem;
}
h1.catch .catch-lm .main {
  line-height: 3rem;
  padding-top: 0;
  padding-bottom: 0.5rem;
}
h1.catch .catch-lm-extic .main {
  /*line-height: 0.8;*/
  /*font-size: 1.75rem;*/
  font-size: 1.75rem;/*20220706変更*/
  color: #72f1ff;
}
.catch-body {
  font-size: 0.875rem;
  text-align: center;
  font-feature-settings: 'palt';
}
h1.catch img {
  -webkit-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 1.0));
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 1.0));
}
.slide7 h1.catch img, .slide8 h1.catch img {
  -webkit-filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
}
.headline h1 .num {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 5rem;
  font-weight: 700;
  font-style: normal;
  line-height: 3.5rem;
}
/*カルーセル*/
.carousel-control-next, .carousel-control-prev {
  top: 3.75rem;
  z-index: 1025;
}
/*アライアンス*/
.alliance a {
  position: absolute;
  bottom: -4rem;
  left: 50%;
  display: block;
  width: 100%;
  transform: translateX(-50%);
}
.alliance h1.catch {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21rem;
  height: 21rem;
  margin: -1rem auto auto;
  border: 1px solid rgba(0, 135, 200, 1.00);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.50);
}
.alliance h1.catch .sub {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 5rem;
  line-height: 4.25rem;
  color: #000;
  text-shadow: none;
}
.a-ex {
  position: absolute;
  top: 50%;
  left: 20%;
  display: block;
  width: 180px;
  height: auto;
  transform: translateY(-50%);
}
.a-sc {
  position: absolute;
  top: 50%;
  right: 10%;
  display: block;
  width: 350px;
  height: auto;
  transform: translateY(-50%);
}
/*モーダル*/
.modal-header {
  color: #fff !important;
}
.close, .close:focus, .close:hover {
  color: #fff !important;
  text-shadow: none;
}
/*ページタイトル*/
.page-title {
  height: 18rem;
  margin-bottom: 3rem;
  padding-top: 9rem;
}
.profile .page-title {
  background-image: url(../images/image-profile.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.lm .page-title, .inquiry.lm .page-title {
  background-image: url(../images/image-lm.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.prtnr .page-title {
  background-image: url(../images/image-partner.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.giga .page-title {
  background-image: url(../images/giga-image.jpg);
  background-repeat: no-repeat;
  background-position: top 30% center;
  background-size: cover;
}
.trust .page-title {
  background-image: url(../images/trust-image-bg-lg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 0;
}
.et-x .page-title {
  background-image: url(../images/et-x-image-bg-lg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 0;
}
.camp .page-title {
  background-image: url(../images/image-extic-camp.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 0;
}
.solution .page-title {
  background-image: url("../images/solution/solution-enterprise-image.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.solution.cloud .page-title {
  background-image: url("../images/solution/solution-cloud-image.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.solution.gknn .page-title {
  background-image: url("../images/solution/solution-gakunin-image.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.solution.assess .page-title {
  background-image: url("../images/solution/solution-assess-image.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.extic .page-title {
  background-image: url(../images/image-extic.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.extic.extic-price .page-title {
  margin-bottom: 2rem;
}
.case .page-title {
  text-align: center;
  border-bottom: 1px solid #eee;
  background-image: url(../images/image-case.jpg);
  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/image-inquiry.jpg);
  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/image-doc.jpg);
  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/image-recruit.jpg);
  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/image-info.jpg);
  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/image-event.jpg);
  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/image-webinar.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.support .page-title {
  text-align: center;
  background-image: url(../images/image-support.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.column.education .page-title {
  text-align: center;
  background-image: url(../images/column/kex_academic_mv.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.column.enterprise .page-title {
  text-align: center;
  background-image: url("../images/column/kex_enterprise_mv.jpg");
  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/image-newsletter.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.page-title h4 {
  display: inline-block;
  padding: 1rem 2rem;
  border: solid 1px #0087c8;
  background-color: rgba(255, 255, 255, 0.75);
}
/*サブタイトル*/
.lm .page-sub-title, .extic .page-sub-title {
  background-color: #0087c8;
}
/*ギガスクール-------------------------------*/
.giga .page-title {
  margin-bottom: 0;
}
.giga .page-title h4 {
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
  padding: 0.5rem 1.25rem 0.5rem 5.5rem;
  color: #0087c8;
  border: solid 6px #0087c8;
}
.giga .page-title h4::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;
}
.giga .page-sub-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  padding: 0.5rem 0;
  color: #fff;
  background-color: #0087c8;
}
/*トラストログイン-------------------------------*/
.trust .page-title {
  margin-bottom: 0;
}
.trust .page-sub-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  padding: 0.5rem 0;
  color: #fff;
  background-color: #730001;
}
/*特権管理-------------------------------*/
.et-x .page-title {
  margin-bottom: 0;
}
.et-x .page-sub-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  padding: 0.5rem 0;
  color: #fff;
  background-color: #D2541A;
}
.border-purple {
  border-color: #46388a !important;
}
.bg-purple {
  background-color: #5c4da3 !important;
}
/*キャンペーン-------------------------------*/
.camp .page-title {
  margin-bottom: 0;
}
.camp .page-sub-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  padding: 0.5rem 0;
  color: #fff;
  background-color: #0caaca;
}
/*ソリューション-------------------------------*/
.solution .page-title {
  margin-bottom: 0;
}
.solution .page-title h4 {
  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;
}
.point {
  border-color: #f7931e;
  background-color: #FFF7EB;
}
.point h5 {
  line-height: 1.75rem;
  font-weight: 700;
  margin-bottom: 0;
}
.point .card-body {
  position: relative;
  padding-left: 7.5rem;
}
.point .card-body::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url("../images/solution/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 h4::before {
  position: absolute;
  top: -.5rem;
  left: 2rem;
  display: block;
  width: 20rem;
  height: 5.625rem;
  content: '';
  background-image: url(../images/SLogo-LM.svg);
  background-repeat: no-repeat;
}
.prtnr .page-title h4::before {
  position: absolute;
  top: -.5rem;
  left: 2rem;
  display: block;
  width: 20rem;
  height: 5.625rem;
  content: '';
  background-image: url("../images/SLogo-LM-rev2.svg");
  background-repeat: no-repeat;
}
.prtnr .page-title h4::after {
  position: absolute;
  top: -.5rem;
  right: 2rem;
  display: block;
  width: 16.25rem;
  height: 4.25rem;
  content: '';
  background-image: url("../images/SLogo-EXTIC-rev.svg");
  background-repeat: no-repeat;
}
.extic .page-title h4::before {
  position: absolute;
  top: -.5rem;
  left: 2rem;
  display: block;
  width: 17rem;
  height: 5.625rem;
  content: '';
  background-image: url(../images/SLogo-EXTIC.svg);
  background-repeat: no-repeat;
}
.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;
}
/*メインコンテンツ*/
.contents h2 {
  padding: 0 0 2rem;
  color: #0087c8;
  -moz-font-feature-settings: 'palt';
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}
.contents h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #0087c8;
  -moz-font-feature-settings: 'palt';
  -webkit-font-feature-settings: 'palt';
  font-feature-settings: 'palt';
}
.lm7 .contents h3, .extic .contents h3 {
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 700;
}
.lm7 .function-md-body {
  counter-reset: number;
}
.lm7 .function-md-body h5 {
  font-size: 1.125rem;
  font-weight: 700;
}
.lm7 .function-md-body h5::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;
}
.lm7 .detail h5, .extic h5 {
  font-weight: 700;
  line-height: 1.5;
}
.lm7 .function-title h1 {
  font-size: 1.75rem;
  color: #0087c8;
  margin-bottom: 1.5rem;
  padding-top: 0.5rem;
  line-height: 2rem;
}
.lm7 .function-icon {
  width: auto;
  height: 2rem;
  margin-right: 0.5rem;
  line-height: 2rem;
  vertical-align: -5px;
}
.lm h5 {
  line-height: 1.4;
}
.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;
}
.contents h4 {
  position: relative;
  margin: 3rem 0 2rem 0;
  text-align: center;
  background-color: #fff;
}
.contents h4 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  /*margin: 0 2.5em;*/
  padding: 0 1em;
  text-align: left;
  border-right: solid 1px #0087c8;
  border-left: solid 1px #0087c8;
  background-color: #fff;
}
.lm7 .contents h4 span {
  color: #0087c8;
  text-align: center;
  line-height: 1.3;
}
.contents h4::before {
  position: absolute;
  z-index: 1;
  top: 50%;
  display: block;
  width: 100%;
  height: 1px;
  content: '';
  background-color: #0087c8;
}
.solution .contents h4 span {
  text-align: center;
  font-weight: 700;
  font-size: 1.25rem;
  color: #343a40;
}
.text-exg-blue {
  color: #0087c8;
}
.border-exg-blue {
  border-color: #0087c8 !important;
}
.text-attension {
  color: #f7931e;
}
.contents ul li, .contents ol li {
  padding-bottom: 0.5rem;
}
.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;*/
}
.headline h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
  display: block;
  padding-bottom: 1.5rem;
  color: #0087c8;
  border-bottom: solid 1px #ccc;
}
.lm .headline h1 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 3rem;
  display: block;
  padding-bottom: 3.5rem;
  color: #0087c8;
  border-bottom: solid 1px #ccc;
  background-image: url(../images/feature-back01.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  font-feature-settings: 'palt';
}
.headline h1 small {
  font-size: 1.5rem;
  font-weight: 700;
  font-feature-settings: 'palt';
}
.headline h1 .label {
  font-size: 1.25rem;
  margin-left: 0.75rem;
  padding: 1rem;
  vertical-align: 1.125rem;
  border: solid 1px #0087c8;
  border-radius: 6px;
}
#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-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;
}
.lm7 .contents .btn {
  /*border-width: 2px;*/
  font-weight: 700;
}
.bottom-content .btn-success {
  border-width: 1px;
  font-weight: 700;
  border-color: #a0e9b1;
}
/*サービス*/
.services {
  margin-top: -2rem;
  margin-bottom: 3rem;
}
.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;
}
/*導入事例*/
.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/case-image.jpg);
  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: table;
  width: 100%;
  margin-bottom: 2rem;
}
.vol {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}
.vol-num {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 1.75rem;
  position: relative;
  top: 0.15rem;
  padding-right: 0.75rem;
}
.vol-num:after {
  padding-left: 0.5rem;
  content: '';
  border-right: solid 1px #666;
}
.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;
}
.case-list a.btn::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 0.25rem;
  content: '\f062';
}
.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;
}
.case-list h6, .case .contents h6 {
  font-weight: 700;
  padding: 1rem 0 0;
}
.case .contents h6 {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.case .contents h6 .badge {
    padding: 0.375rem 0.5rem;
}
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 {
  height: 80px;
  width: auto;
}
.case .Clogo-wrap > img {
  width: auto;
  height: 70px;
}
.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;
}
.specs h6 {
  font-weight: 700;
  line-height: 1.3rem;
  ;
  padding-top: 0.75rem;
  border-top: 1px solid #eceeef;
}
.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;
  line-height: 1rem;
  padding-top: 1.125rem;
}
.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-list-lm {
  margin-bottom: 0;
}
.price-list-lm tr td {
  white-space: nowrap;
}
.price-list-lm tr td, .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;
}
.user-num {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
}
.user-num::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: 'ユーザーまで';
}
.price-initial, .price-annual {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  text-align: right;
  white-space: nowrap;
}
.price-initial::before, .price-annual::before {
  font-size: 1.5rem;
  margin-right: 0.2rem;
  content: '¥';
}
.price-annual::after {
  font-size: 0.75rem;
  line-height: 0.75rem;
  margin-left: 0.125rem;
  content: '/年';
}
.price-list-lm .item-name {
  font-size: 1rem;
  font-weight: 700;
}
.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;
}
.price-list-sample tr td:first-child {
  width: 45%
}
.price-list-sample tr td:nth-child(2) {
  width: 27%
}
.price-list-sample tr td:last-child {
  width: 28%
}
/*----------- 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 h3 {
  position: relative;
}
.plan h3[data-toggle="collapse"] {
  cursor: pointer;
}
.plan h3[aria-expanded="false"]::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  right: 0;
}
.plan h3[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 h3.text-extic {
  color: #0087C8;
}
.text-public, .contents h3.text-public {
  color: #259C38;
}
.text-academic, .contents h3.text-academic {
  color: #5a3197;
}
.text-giga, .contents h3.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: 16px 15px 24px;
}
.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 .contents h6 {
  font-weight: 700;
  line-height: 1.6rem;
  margin-bottom: 1rem;
}
.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 h2 {
  font-size: 1.375rem;
  line-height: 1.4;
  color: inherit;
  padding-bottom: 0;
}
.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;
}
/*非表示*/
.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 h3 {
  color: #999;
}
.bottom-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bottom-menu h3 {
  font-family: Arial, Helvetica, 'Yu Gothic', YuGothic, '游ゴシック', '游ゴシック体', sans-serif;
  font-size: 1rem;
  margin-bottom: 1.0625rem;
}
.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;
}
/*フッター*/
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: 50px;
  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 {
  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/image_giga01.jpg);
  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/image_giga_innerbg.png);
  background: radial-gradient(rgba(255, 255, 255, 1.00) 30%, rgba(255, 255, 255, .00) 80%), url(../images/image_giga_innerbg.png);
  background-repeat: no-repeat;
}
.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*/
.contents.giga-overview h2, .contents.giga-overview h3 {
  font-weight: 700;
}
.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 span {
  display: inline;
  background: linear-gradient(transparent 70%, #80FFFF 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_image01.jpg');
  background-position: center top;
}
.extic-free-image {
  min-height: 250px;
  background-image: url('../images/extic_eva.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.solution-free-image {
  min-height: 220px;
  background-image: url('../images/solution/trustlogin_eva.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/*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 h5 {
  font-weight: 700;
  line-height: 1.7rem;
  position: relative;
  margin-left: 5rem;
}
.terms h5::before {
  position: absolute;
  top: 0;
  left: -5rem;
  display: inline-block;
  content: '第'counter(h5) '条'; /* h2カウンターの値を表示 */
  counter-increment: h5; /* h2カウンターの値に1を加算 */
  letter-spacing: 0.1rem;
}
.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 .page-title {
  text-align: center;
  border-bottom: 1px solid #eee;
  background-image: url("../images/column/header-bg-main.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.column .card-header {
  font-size: 0.8125rem;
  font-weight: 700;
}
.column .card-title {
  font-size: 1.25rem;
  line-height: 1.4;
  padding-bottom: 0;
}
.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 {
  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 .education::before {
  content: "\f19d";
}
.column .card .private::before {
  content: "\f1ad";
}
.column h5 {
  color: #1590CC;
  font-weight: 700;
  margin-bottom: 1.25rem;
}
.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';
}
.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;
}
/*ダウンロードリスト*/
.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-title {
  margin-bottom: 0.5rem;
}
.download-list .card h5 {
font-size: 1rem;
font-weight: 700;
}
.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/SLogo-LM-h.svg");
background-size: 150px auto;
}
.card-extic .card-body::before {
background-image: url("../images/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;
}

@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) {
  /*アライアンス*/
  .alliance h1.catch {
    width: 17rem;
    height: 17rem;
    margin: 1rem auto auto;
  }
  .alliance h1.catch .sub {
    font-size: 4rem;
    line-height: 3.5rem;
  }
  .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;
  }
  .extic .page-title h4.trial {
    margin-top: 3rem;
    margin-right: 0;
  }
  .extic .page-title h4.trial::before {
    right: 0;
    left: 0;
    margin-top: -2.5rem;
    margin-right: auto;
    margin-left: auto;
    background-position: center;
  }
}
@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);
  }
  /*アライアンス*/
  .alliance h1.catch {
    width: 17rem;
    height: 17rem;
    margin: 1rem auto auto;
  }
  .alliance h1.catch .sub {
    font-size: 4rem;
    line-height: 3.5rem;
  }
  .a-ex {
    left: 13%;
    width: 150px;
    height: auto;
  }
  .a-sc {
    right: 5%;
    width: 290px;
    height: auto;
  }
}
@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 h4::before, .extic .page-title h4::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%;
  }
  /*パートナー*/
  .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%;
  }
  /*アライアンス*/
  .alliance h1.catch {
    width: 15rem;
    height: 15rem;
    margin: 2rem auto auto;
  }
  .alliance h1.catch .sub {
    font-size: 3.5rem;
    line-height: 3rem;
  }
  .a-ex {
    left: 12%;
    width: 110px;
    height: auto;
  }
  .a-sc {
    right: 3%;
    width: 220px;
    height: auto;
  }
  .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;
  }
}
@media(max-width:767px) {
  .slide9 h1.catch {
    padding-top: 0;
    margin-top: -1rem;
    /*line-height: 1.1;20220706変更*/
  }
  h1.catch .catch-lm-extic .main {
    font-size: 1.5rem;/*20220706変更*/
  }
  .trust .page-title {
    background-image: url(../images/trust-image-bg-md.jpg);
    background-size: cover;
  }
  .et-x .page-title {
    background-image: url(../images/et-x-image-bg-md.jpg);
    background-size: cover;
  }
  .lm .page-title, .extic .page-title {
    text-align: right;
  }
  .lm .page-title h4, .extic .page-title h4 {
    margin-right: 1rem;
  }
  .prtnr .page-title h4::before {
    width: 14rem;
    height: 4.5rem;
    background-size: 14rem 4.5rem;
  }
  .prtnr .page-title h4::after {
    top: 0.125rem;
    width: 12rem;
    height: 3.125rem;
    background-size: 12rem 3.125rem;
  }
  /*ギガスクール*/
  .gigaschl .gigaschl-inner {
    width: 575px;
    height: 200px;
    background-size: cover;
  }
  .gigaschl h3 {
    font-size: 2rem;
  }
  .giga .page-sub-title, .camp .page-sub-title, .et-x .page-sub-title, .trust .page-sub-title {
    font-size: 1rem;
  }
  .giga .page-title h4 {
    font-size: 2rem;
    padding: 1rem 1.25rem 1rem 5.5rem;
  }
  /*ソリューション*/
  .point h5 {
    font-size: 1.125rem
  }
  .solution .contents h2 {
    line-height: 2.25rem;
  }
  .solution .contents h4 span {
    line-height: 2rem;
  }
  /*メインコンテンツ*/
  .contents h2 {
    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%;
  }
  /*アライアンス*/
  .alliance h1.catch {
    width: 15rem;
    height: 15rem;
    margin: -1rem auto auto;
  }
  .alliance h1.catch .sub {
    font-size: 3.5rem;
    line-height: 3rem;
  }
  .a-ex {
    left: 20%;
    width: 130px;
    height: auto;
    margin-top: 9rem;
  }
  .a-sc {
    right: 15%;
    width: 250px;
    height: auto;
    margin-top: 9rem;
  }
  .alliance a {
    position: absolute;
    bottom: -5rem;
    left: 50%;
    display: block;
    width: 100%;
    transform: translateX(-50%);
  }
  /*お知らせ*/
  .info-header div.sm-w100 {
    border-right: none;
  }
  .volume .contents .row:last-of-type {
    margin-bottom: 2rem;
  }
}
@media(max-width:575px) {
  /*----- グローバルメニュー -----*/
  .navbar {
    padding: 0.7rem 1rem;
  }
  .tagline {
    width: 130px;
    height: auto;
  }
  /*ハンバーガーアイコン*/
  .navbar-light .navbar-toggler {
    padding: 18px 0 30px 0px;
  }
  .trust .page-title {
    background-image: url(../images/trust-image-bg-sm.jpg);
    background-size: cover;
  }
  .et-x .page-title {
    background-image: url(../images/et-x-image-bg-sm.jpg);
    background-size: cover;
  }
  .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);
  }
  .lm .page-title h4, .extic .page-title h4 {
    margin-top: 3.5rem;
    margin-right: 0;
  }
  .lm .page-title h4::before, .extic .page-title h4::before {
    right: 0;
    left: 0;
    margin-top: -2rem;
    margin-right: auto;
    margin-left: auto;
    background-position: center;
  }
  .extic .page-title h4.trial {
    margin-top: 3rem;
    margin-right: 0;
    font-size: 1.25rem;
  }
  .extic .page-title h4.trial::before {
    right: 0;
    left: 0;
    margin-top: -2.5rem;
    margin-right: auto;
    margin-left: auto;
    background-position: center;
  }
  .prtnr .page-title h4 {
    margin-top: -3rem;
  }
  .prtnr .page-title h4::before {
    top: 3.5rem;
    left: 1.5rem;
    width: 10rem;
    height: 3.25rem;
    background-size: 10rem 3.25rem;
  }
  .prtnr .page-title h4::after {
    top: 3.75rem;
    right: 1.5rem;
    width: 9rem;
    height: 2.375rem;
    background-size: 9rem 2.375rem;
  }
  h1.catch .sub {
    font-size: 1.25rem;
  }
  h1.catch .sub2 {
    font-size: 1.25rem;
    line-height: 2rem;
  }
  .slide7 h1.catch .sub, .slide8 h1.catch .sub {
    line-height: 1.75rem;
  }
  h1.catch .main {
    font-size: 2rem;
  }
  h1.catch .catch-lm {
    width: 300px;
    padding: 0 0 0 120px;
    background-size: 100px 90px;
  }
  h1.catch .catch-lm .sub {
    padding-top: 0.75rem;
    padding-bottom: 0;
  }
  .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;
  }
  /*ギガスクール*/
  .gigaschl .gigaschl-inner {
    width: 100%;
    height: 250px;
    background-position: center center;
    background-size: 100% auto;
  }
  .gigaschl h3 {
    font-size: 2rem;
  }
  .giga .page-title h4 {
    font-size: 1.375rem;
    padding: 0.75rem 1.25rem 0.75rem 3.75rem;
  }
  .giga .page-title h4::before {
    top: 50%;
    left: 1rem;
    width: 35px;
    height: 40px;
    margin-top: -15px;
    background-size: 35px auto;
  }
  .giga .page-sub-title, .camp .page-sub-title, .et-x .page-sub-title, .trust .page-sub-title {
    margin-bottom: 0.5rem;
  }
  .giga .contents h4 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;
  }
  /*ソリューション*/
  .solution .page-title h4 {
    font-size: 1.5rem;
  }
  .solution .page-sub-title {
    font-size: 1rem;
  }
  .solution .contents h4 {
    font-size: 1.25rem;
  }
  .solution .contents h5 {
    font-size: 1.125rem;
  }
  .solution .contents h2 {
    line-height: 2rem;
  }
  .solution .contents h4 span {
    line-height: 1.75rem;
  }
  /*メインコンテンツ*/
  .contents h2 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  footer p {
    font-size: 0.6875rem;
    line-height: 1.25rem;
  }
  .cat-lm-wrap {
    min-height: 10rem;
    padding-right: 0;
    ;
    padding-left: 0;
  }
  /*サポート一覧*/
  .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;
  }
  /*アライアンス*/
  .a-ex {
    left: 15%;
    width: 130px;
    height: auto;
    margin-top: 9rem;
  }
  .a-sc {
    right: 10%;
    width: 250px;
    height: auto;
    margin-top: 9rem;
  }
  .trust .page-sub-title, .et-x .page-sub-title, .trust .page-sub-title, .camp .page-sub-title {
    font-size: 1.2rem;
  }
  /*ダウンロードリスト*/
  .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) {
  h1.catch .sub {
    font-size: 1.125rem;
  }
  .slide7 h1.catch .sub, .slide8 h1.catch .sub {
    line-height: 1.5rem;
  }
  .trust .page-title {
    background-image: url(../images/trust-image-bg-xs.jpg);
    background-size: cover;
  }
  .et-x .page-title {
    background-image: url(../images/et-x-image-bg-xs.jpg);
    background-size: cover;
  }
  .headline h1 small {
    font-size: 1.375rem;
    line-height: 2rem;
  }
  .lm .headline h1 small {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .lm7 .contents .headline h3, .extic .contents .headline h3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .label-br {
    line-height: 4rem;
  }
  .vol {
    display: table;
    width: 100%;
    padding-top: 1rem;
    text-align: left;
    vertical-align: middle;
  }
  footer p span {
    line-height: 1.5rem;
  }
  .cat-lm-wrap {
    min-height: 9rem;
  }
  #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;
  }
  /*アライアンス*/
  .a-ex {
    left: 6%;
    width: 110px;
    height: auto;
    margin-top: 8.5rem;
  }
  .a-sc {
    right: 6%;
    width: 210px;
    height: auto;
    margin-top: 8.5rem;
  }
  .alliance a {
    font-size: 0.875rem;
    position: absolute;
    bottom: -5rem;
    left: 50%;
    display: block;
    width: 100%;
    transform: translateX(-50%);
  }
  /*リンクボタン*/
  #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;
  }
}
