body {
  background: #fff;
  color: #111;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.7;
}
.content-wrapper {
  overflow: hidden;
}
.width980 {
  max-width: 980px !important;
}
/* ---------------------------------------------
Global Typography
--------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px;
}
h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2em;
}
h2 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.5em;
}
h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5em;
}
h4 {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
}
h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7em;
}
h6 {
  font-size: 15px;
  line-height: 24px;
}
.display-5 {
  font-size: 2.5em;
  line-height: 1.2em;
}
.display-6 {
  font-size: 1.5em;
  line-height: 1.2em;
}
.emphasis {
  color: #33589e;
  font-size: 110%;
  font-weight: 600;
  margin-bottom: 15px;
}
.middle, middle {
  font-size: 90%;
  font-weight: 400
}
.cap-top {
  display: block;
  color: #323232;
  font-size: 90%;
  font-weight: 600;
  margin-bottom: 15px;
}

figure {
  text-align: center;
}
.figure-box {
  overflow: hidden;
  border: 2px solid #eee;
  border-radius: 5px;
  background-color: rgba(255,255,255,.8);
  padding: 20px 10px;
}

.ul-box,
.border-box {
  overflow: hidden;
  border: 2px solid #c1cce1;
  border-radius: 5px;
  background-color: rgba(255,255,255,.8);
  padding: 15px 15px 13px;
}

hr {
  border: none;
  border-top: 1px double #333;
  border-bottom: 1px double #333;
  color: #333;
  overflow: visible;
  text-align: left;
  height: 5px;
}

p {
  margin-bottom: 20px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-disc {
  list-style-type: disc;
  margin-left: 1em;
}

/* インデント */
.txt-ind1 {
  padding-left: 1em;
  text-indent: -1em;
}
.txt-ind15 {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.txt-ind2 {
  padding-left: 2em;
  text-indent: -2em;
}
/* ---------------------------------------------
色, ボーダー etc.
--------------------------------------------- */
.text-blue {
  color: #33589e !important;
}
.text-blue2 {
  color: #40b1c5 !important;
}
.text-red {
  color: #d0202f !important;
}
.text-green {
  color: #33589e;
}
.text-sky {
  color: #3498db;
}
.text-navy {
  color: #d0202f;
}
.text-pink {
  color: #ad438e;
}
.text-gray {
  color: #999;
}

.bg-none {
  background: none!important;
}
.white-bg {
  background-color: #fff!important;
}
.gray-bg {
  background-color: #f0f1f2;
}
.green-bg {
  background-color: #edffbe;
}
.yellow-bg {
  background-color: #ffffdd;
}
.sky-bg {
  background-color: #eaf4fb;
}
.red-bg {
  background-color: #fcf3f4;
}

.border-bg {
  border: 2px dotted #ddd;
}
.border-top-dotted {
  border-top: 1px dotted #ccc;
}
.border-top-bold-dotted {
  border-top: 2px dotted #40b1c5;
}
.border-bottom-dotted {
  border-bottom: 1px dotted #ccc;
}
/* ---------------------------------------------
リンク
--------------------------------------------- */
a {
  color: #40b1c5;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
a:hover {
  color: #40b1c5;
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
a:hover, a:active {
  outline: none;
}
a:hover img, a:focus img {
  opacity: .8;
}

a.btn-primary {
  border: 1px solid #5074cd;
  background-color: #5074cd;
  padding: 10px 15px;
}
a:hover.btn-primary {
  background-color: #edf1fa;
  color: #5074cd;
}

a.text-break {
  display: inline-block;
}

.anchor {
  display: block;
}
/* -------------------------------------------
 *  main Wrapper
 *------------------------------------------ */
#main-wrapper {
  background: #fff;
}
/* -------------------------------------------
 *  ヘッダー
 *------------------------------------------ */
#header-top {
  background: #fff;
  height: 115px;
}

#brand-logo {
  float: left;  
  font-size: inherit;
  line-height: inherit;
  margin: 15px 0 0;
}
#brand-logo .catch {
  display: block;
  color: #7d7d7d;
  font-size: 13px;
  line-height: 1.4em;
  margin: 0 10px 0 3px;
}

#header-logo {
  top: 63px;
}
#header-logo img {
  width: 139px;
}

#header-top .top-contact {
  display: table;
  font-size: 12px;
  margin-top: 54px;
}
#header-top .top-contact li {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.4;
  text-align: center;
  padding: 0 14px;
}
#header-top .top-contact li:last-child {
  padding-right: 0;
}
#header-top .top-contact .btn {
  border: 1px solid #d0202f !important;
  border-radius: 3px;
  background-color: #fcf3f4;
  color: #d0202f;
  font-size: 13px;
  font-weight: 400;
  width: 230px !important;
  margin-bottom: 0;
  padding: 10px 10px;
}
#header-top .threatsimulator .top-contact .btn {
  border: 1px solid #d0202f !important;
  border-radius: 3px;
  background-color: #fcf3f4;
  color: #d0202f;
  font-size: 13px;
  font-weight: 400;
  width: 260px !important;
  margin-bottom: 0;
  padding: 5px 10px;
}
#header-top .top-contact a.btn:hover, #header-top .top-contact a.btn:focus {
  background-color: #d0202f;
  color: #fff !important;
}

@media (max-width:991.98px) {
  #brand-logo {
	margin-top: 20px;
  }
  #brand-logo .catch {
	font-size: 0.6rem;
  }
  #header-logo img {
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: 0 50%;
  }
}
@media (max-width:767.98px) {
  #brand-logo img {
	width: 120px;
  }
  #header-top {
	height: 100px;
  }
}
@media (max-width:424.98px) {
  #header-logo img {
	display: none;
  }
}
/* -----------------------------------
 *  ナビゲーション
 *---------------------------------- */
/* reset */
.navbar-light .navbar-nav .nav-link {
  color: #111;
}
#nav .navbar-nav .dropdown-item {
  white-space: normal;
}

/* navbar-toggler */
#nav .navbar-toggler {
  border-color: #ccc;
  background-color: #fff;
}
#nav .navbar-toggler:focus {
  outline:0;
}
#nav .navbar-toggler-icon {
  background-image: url(../img/toggler-icon.png);
}
#nav .navbar-toggler-right {
  margin-right: 0;
  margin-left: auto;
}

/* navbar
*************************/
#nav .container {
  padding: 0 15px;
}
#nav.navbar {
  background-color: #40b1c5;
  box-shadow: 0 2px 5px rgba(0,0,0,.1);
  padding: 0;
  z-index: 9999;
}
#nav .navbar-nav {
  background-color: #40b1c5;
  width: 100%;
  margin: 0;
  padding: 0;
}
#nav .navbar-nav a,
#nav .navbar-nav a:hover {
  color: #fff;
  text-decoration: none;
}

/* nav-item, dropdown */
#nav .navbar-nav > .nav-item {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
#nav .navbar-nav > .nav-item > a {
  display: block;
  width: 100%;
  padding:19px 2px;
}

/* dropdown-menu */
#nav .dropdown-menu {
  width: 100%;
  border-radius: 0;
  margin-top: -1px;
  padding: 0;
  transition: all 0.3s ease 0s;
}
#nav .dropdown-menu li {
  border-bottom: 1px dotted #40b1c5;
}
	#nav .dropdown-menu li:last-child {
	  border-bottom: none;
	}
#nav .dropdown-menu li a {
  display: block;
  color: #111;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  text-indent: -0.4em;
  padding: 8px 18px 7px 28px;
}
#nav .dropdown-menu li a:hover,
#nav .dropdown-menu li a:focus {
  background-color: #ecf7f9;
  color: #40b1c5;
}

/* dropdown open */
#nav .dropdown.open > .dropdown-menu { 
  display: block;
}
#nav .dropdown > .dropdown-menu { 
  display: none;
}

/* navbar fixed, toggler open */
.sticky-nav,
#nav.navbar.open {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
}
	#nav.navbar.open {
	  bottom: 0;
	  width: 100%;
	  overflow: auto;
	  padding-bottom: 50px;
  }

@media (min-width:768px) {
  #nav .navbar-nav > .nav-item {
	display: flex;
	border-right: 1px solid #8cd0dc;
  }
	#nav .navbar-nav > .nav-item:first-child {
		border-left: 1px solid #8cd0dc;
	}
  #nav .navbar-nav > .nav-item > a {
	display: flex;
	justify-content: center;
	align-items: center;
  }
  #nav .dropdown-menu {
	min-width: 250px;
	overflow: auto;
  }
	#nav .dropdown.column .dropdown-menu {
		min-width: 500px;
	}
}
@media (min-width:768px) and (max-width:991.98px) {
  #nav .navbar-nav > .nav-item {
    font-size: 0.75rem;
  }
}
@media (max-width:767.98px) {
  #nav.navbar {
	display: block;
	width: 100%;
	padding: 5px 0;
  }
  #nav .navbar-collapse {
	border: 1px solid #dcdcdc;
	margin-top: 5px;
  }
  #nav .navbar-nav {
    padding: 0 1em;
  }
  #nav .navbar-nav > .nav-item {
	border-bottom: 1px solid #dcdcdc;
  }
	#nav .navbar-nav > .nav-item:last-child {
		border-bottom: none;
	}
  #nav .dropdown-menu {
	border: none;
	margin-top: 0;
  }
  #nav .navbar-nav > .nav-item:last-child .dropdown-menu li:last-child {
	  margin-bottom: 18px;
  }
}

/* navbar hover
*************************/
#nav .navbar-nav > .nav-item > a:hover,
#nav .navbar-nav > .nav-item.dropdown.open > a {
	background-color: #79c8d6;
	color: #fff;
}
@media (any-pointer:coarse), (hover:none) {
  #nav .navbar-nav > .nav-item:not(.open) > a:hover {
	background-color: #40b1c5;
	color: #fff;
  }
}

/* -------------------------------------------
 *  TOP　メインビジュアル
 *------------------------------------------ */
#top-visual {
  width: 100%;
}
#top-visual .top-image {
  overflow: hidden;
  background: url(../img/top_image_bg.png) no-repeat center;
  background-size: cover;
  width: 100%;
  padding: 5px 0 0;
}
#top-visual .top-container {
  padding-top: 50px;
}
#top-visual .toptitle-text {
  color: #33589e;
  font-size: 32px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 0;
}
#top-visual .subtitle-text {
  font-size: 108%;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: .3em;
}
#top-visual .top-container a .btn-more {
  border: 2px solid #d0202f;
  background-color: #fff;
  color: #d0202f;
  font-size: 15px;
  font-weight:600;
  min-width: 200px;
  padding: 10px 1em 7px;
}
#top-visual .top-container a:hover .btn-more,
#top-visual .top-container a:focus .btn-more {
  background-color: #d0202f;
  color:#fff; 
}

#top-visual .bottom-area {
  background-color: #455164;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 35px;
}
#top-visual .bottom-area h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
#top-visual .bottom-area .pointbox {
  display: block;
  background-color: #fff;
  border-radius: 5px;
}
#top-visual .bottom-area .pointtitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin: 5px 0 10px;
}
#top-visual .bottom-area dl {
  margin-bottom: 0;
}
#top-visual .bottom-area dd, #top-visual .bottom-area dt {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.4;
}
#top-visual .bottom-area dt {
  border-top-left-radius: 5px;
  background-color: #d0202f;
  color: #fff;
  font-size: 22px;
  padding: 8px 16px;
}
#top-visual .bottom-area dd {
  overflow: hidden;
  border-top-right-radius: 5px;
  background-color: #8cd0dc;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-align: left;
  width: 100%;
  padding: 12px 8px 8px 16px;
}
#top-visual .bottom-area p {
  color: #fff;
}
@media (max-width:991.98px) {
  #top-visual .top-container {
	background: none;
	min-height: auto;
  }
}
@media (max-width:767.98px) {
  #top-visual .toptitle-text {
	font-size: 24px;	
  }
  #top-visual .subtitle-text-wrap {
	margin: 30px 0;
  }
}

/* -------------------------------------------
 *  ページタイトル
 *------------------------------------------ */
.single-page-title {
  position: relative;
  background: url(../img/top_image_bg.png) no-repeat center;
  background-size: cover;  
  width : 100%;
}
.single-page-title .title-content {
  padding: 45px 10px 45px 20px;
}
.single-page-title .top-text {
  display: block;
  color: #33589e;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4em;  
  margin-bottom: 0;
}
/* -----------------------------------
 *  Section
 *---------------------------------- */
.section-content {
  padding: 45px 0 50px;
}
.section-content .section-title {
  text-align: center;
  margin-bottom: 20px;
}
.section-content .headline02 {
  position: relative;
  display: inline-block;
  background: linear-gradient(transparent 90%, #c1f3fc 0%);
  font-size: 32px;
  font-weight: 300;
  line-height: 1.5em;
}
.section-content .headline03 {
  display: block;
  clear: both;
  background-color: #33589e;
  border-radius: .25rem;
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.5em;
  width: 100%;
  margin: 20px 0 25px;
  padding: 11px 14px 8px;
}
.section-content .headline04 {
  color: #2552c1;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.5em;
  width: 100%;
  margin-top: 10px;
  padding: 5px 0 4px;
}
.section-content .headline04-bline {
  border-bottom: 1px solid #bad7f2;
  font-size: 21px;
  font-weight: bold;
  line-height: 26px;
  margin: 20px 0 5px;
  padding-top: 10px;
}
@media (max-width:767.98px) {
  .section-content .headline02 {
	font-size: 24px;
  }
}

/* -------------------------------------------
 *  キーサイト・テクノロジーの製品 (Top)
 *------------------------------------------ */
.products-box {
  position: relative;
  display: block;
  background-color: #c7cad0;
  text-align: center;
  width: 100%;
  padding: 0 0 20px;
}
.products-box img {
  margin: -37px 0 0;
  z-index: 100;
}
.products-box .products-title {
  color: #2552c1;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: -0.2px;
  margin: 15px auto 10px;
}
a:hover .products-box .products-title {
  color: #1d4293;
}
.products-box p {
  font-size: 90%;
  margin-left: 15px;
  margin-right: 15px;
  height: 6em;
}
.products-box .btn-primary {
  background-color: #40b1c5;
  color: #fff;
  font-size: 16px;
  width: 70%;
}
.products-box a:hover .btn-primary, .products-box a:focus .btn-primary {
  background-color: #d0202f;
}

/* -------------------------------------------
 *  パケットブローカー
 *------------------------------------------ */
.ul-box-title-set {
  clear:both;
  border: 2px solid #c1cce1;
  border-radius: 5px;
  background-color: rgba(255,255,255,.8);
  padding: 15px 15px 13px;
}
.ul-box-title .title-text  {
  position: relative;
  top: 1em;
  left: 1em;
  width:15em;
  display: inline-block;
  border:2px solid #c1cce1;
  border-radius: 5px;
  background: #fff;
  color: #d0202f;
  font-size: 15px;
  font-weight: bold;
  line-height: 24px;
  text-align:center;
  margin: 5px auto;
  padding: 0.5em;
}

.vision-title:before, .vision-title2:before, .vision-title3:before {
  position: relative;
  top: 10px;
  padding-right: 5px;
}
	.vision-title:before {
	  content: url(../vision/img/function-02-1-title.png);
	}
	.vision-title2:before {
	  content: url(../vision/img/function-02-2-title.png);
	}
	.vision-title3:before {
	  content: url(../vision/img/function-02-3-title.png);
	}

.f-border, .f-border2 {
  border: 1px solid #808080!important;
  border-radius: 10px;
  height: 250px;
}
	.f-border2 {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	}
.f-border .img-h {
  display: flex;
  align-items: center;
  height: 200px;
}
.f-border img{
  width: 350px;
  height: auto;
}
.f-border2 img{
  width: 550px;
  height: auto;
}
.f-border .box-text{
  color: #002060;
  font-weight: bold;
  margin: 0;
}

/* -------------------------------------------
 *  特徴
 *------------------------------------------ */
ul.featurelist li {
	margin-bottom: 6px;
}

.white-box {
  position: relative;
  display: block;
  background-color: #fff;
  width: 100%;
  padding: 25px 20px;
  overflow: hidden;
}
.light-box {
  position: relative;
  display: block;
  background-color: #f2f2f2;
  width: 100%;
  padding: 25px 20px;
  overflow: hidden;
}
.white-box .box-title, .light-box .box-title {
  border: none;
  background-image: none !important;
  color: #2552c1;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.4em;
  margin-top: 0;
  padding: 0;
}
.white-box p, .light-box p {
  margin-bottom: 0;
}

/* -------------------------------------------
 *  ラインナップ
 *------------------------------------------ */
.bordernone td {
  border-bottom: none;
  background-color: #fff;
  padding: 0 5px;
}
thead.thead-dark tr th {
  background-color: #5074cd;
  color: #fff;
  text-align: center;
}
thead.thead-light tr th {
  background-color: #e9edf8;
  color: #444;
  text-align: center;
}

.spectable {
  width: 100%;
  border: 1px solid #a7b9e6;
  font-size: 15px;
  line-height: 1.6;
}
.spectable th {
  border-right: 1px solid #a7b9e6;
  border-bottom: 1px solid #a7b9e6;
  background-color: #e9edf8;
  font-weight: bold;
  vertical-align: middle;
  padding: 7px 10px;
}
.spectable td {
  border-left: 1px solid #a7b9e6;
  border-bottom: 1px solid #a7b9e6;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 7px 10px;
}

.spectable .lnone {
  border-left: none;
}
.spectable .bbold {
  border-bottom: 2px solid #a7b9e6;
}
.spectable .tbold {
  border-top: 2px solid #a7b9e6;
}
.spectable td.tdcenter a {
  color: rgb(17, 17, 17);
}
.spectable td.tdcenter a:hover {
  color: #4760bb;
}
.spectable td.tdbottom {
  border-bottom: 2px solid #a7b9e6;
}

/* -------------------------------------------
 *  ケーススタディ
 *------------------------------------------ */
.col-md-5.casestudy {
  flex: 0 0 44%;
  max-width: 44%
}
@media (max-width:767.98px) {
  .col-md-5.casestudy {
	flex: 0 0 100%;
	max-width: 100%;
  }
}

.casestudy-box {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #40b1c5;
  background-color: #fff;
  text-align: center;
  width: 100%;
  padding: 0 0 20px;
}
.casestudy-box .title {
  border: none;
  background-image: none !important;
  color: #40b1c5;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: -.2px;
  margin-top: 25px;
}
.casestudy-box .btn-primary {
  font-size: 16px;
}
	a .btn-primary {
	  background-color: #40b1c5;
	  border: none;
	  color: #fff;
	  width: 70%;
	}
a:hover .casestudy-box, a:focus .casestudy-box {
  border: 1px solid #1d4293;
}
a:hover .casestudy-box .title {
  color: #1d4293;
}
a:hover .casestudy-box .btn-primary, a:focus .casestudy-box .btn-primary {
  background-color: #1d4293;
}

.casestudy-box .case-detail {
  border: none;
  background-image: none !important;
  border-top-right-radius: .1rem;
  border-top-left-radius: .1rem;
  background-color: #40b1c5;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: -.2px;
  margin: 0 0 18px;
  padding: 10px 0 8px;
}
.case-explain-area {
  position: relative;
  bottom: 0;
  overflow: hidden;
  text-align: left;
  height: 100%;
  padding: 18px 20px 0;
}
.case-explain-area .explain-title {
  border-bottom: 1px solid #2552c1;
  color: #2552c1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7em;
  margin-bottom: 10px;
}
.case-explain-area .point {
  display: block;
  width: 100%;
  border-radius: 5px;
  background-color: #ecf4f6;
  font-size: 90%;  
  line-height: 1.3;
  text-indent: 0;
  padding: 10px 10px;
}
@media (min-width:576px) and (max-width:767.98px), (min-width:1200px)  {
  .case-explain-area .point {
    width: 45%;
  }
}
/* -------------------------------------------
 *  その他
 *------------------------------------------ */
.s-sm {
  font-size: 98%;
}
.s-sm .pl-set-text {
  padding-left:11em;
}

@media (max-width:575.98px) {
  .s-sm {
	font-size: 0.9rem;
  }
}
@media (max-width:424.98px) {
  .s-sm {
	font-size: 0.78rem;
  }
}
@media (max-width:374.98px) {
  .s-sm {
	font-size: 0.6rem;
  }
}

/* SBOM：フォーマットの標準形式の表
** ※ベース採用スタイル：.spectable
************************************/
.sbom-format-table .table-title {
	caption-side: top;
	font-size: 110%;
	font-weight: bold;
}
.sbom-format-table .target-bg { /* =red-bg */
	background-color: #fcf3f4;
}

/* テスター：製品一覧群テーブル
** ※ベース採用スタイル：.spectable
************************************/
.tester-lineup-table tbody {
	font-size:85%;
}

/* border再定義 */
.spectable.tester-lineup-table {
	border: none;
}
.spectable.tester-lineup-table th,
.spectable.tester-lineup-table td {
	border-style: solid;
	border-color: #a7b9e6;
}
.spectable.tester-lineup-table th { border-width: 0 1px 1px 1px;}
.spectable.tester-lineup-table td {border-width: 0 1px 1px 0;}

/* col6セル分の左右矢印スタイル */
.spectable.tester-lineup-table .table-arrow-line th {
	background-color: transparent; /* #f0f1f2（.gray-bg） */
	border: none;
}
.table-arrow-cell {
	position: relative;
	display: flex;
	justify-content: space-between;
	background: linear-gradient(to right, #02B051, #C76522);
	color: #fff;
	font-size: 14px;
	width: calc(100% - 30px);
	height: 22px;
	margin: 4px auto;
}
.table-arrow-cell::before,
.table-arrow-cell::after {
	position: absolute;
	content: '';
	top: -30%;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
}
	.table-arrow-cell::before {
		left: -16px;
		border-right: 20px solid;
		color: #02B051;
	}
	.table-arrow-cell::after {
		right: -16px;
		border-left: 20px solid;
		color: #C76522;
	}

/* テーブル：縦スクロール時にヘッダ固定
***************************************/
.table-sticky > table {
	border-collapse: separate;
	border-spacing: 0;
}
/* border再定義 */
.table-sticky > table {
	border: none;
}
.table-sticky > table th,
.table-sticky > table td {
	border-style: solid;
	border-color: #a7b9e6;
}
.table-sticky > table th { border-width: 0 1px 1px 1px;}
.table-sticky > table td {border-width: 0 1px 1px 0;}

@media (max-width:991.98px) {
  .table-sticky > table thead {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 2;
  }
  .table-sticky {
	height: 75vh;
  }
 
 /* テスターページ */
 .table-sticky .tester-lineup-table .sp-th-width-target {
	 white-space: nowrap;
 }
 .table-sticky .tester-lineup-table thead th {
	 width: auto;
 }

}


/* -------------------------------------------
 *  ニュース
 *------------------------------------------ */
.view_timer {
  display: none;
}

.event_btn {
  display: inline-block;
  border: 1px solid #40b1c5;
  border-radius: 3px;
  background-color: #40b1c5;
  color: #fff;
  width: auto;
  margin: .5em 0;
  padding: 8px 10px;
}
.event_btn:hover{
  background-color: #fff;
}

.news-list {
  border-bottom: 1px solid #ccc;
}
.news-list li {
  border-top: 1px solid #ccc;
  width: 100%;
  min-height: 4em;
}
.news-list li a {
  color: #111;
  width: 100%;
}
.news-list li a:hover, .news-list li a:focus {
  background-color: #fff;
  color: #40b1c5;
}

.news-list li,
.news-list li a {
  display: flex;
  align-items: center;
}
.news-list-date {
  flex-shrink: 0;
  font-size: 15px; 
  width: 7em;
  margin-left: 20px;
}
.news-list li .icn { 
  flex-shrink: 0;
  margin-top: -.3em;
}
.news-text {
  text-align: left;
  margin: 1em 20px;
}
a:hover .news-text, a:focus .news-list {
  text-decoration: underline;
}
@media (max-width:767.98px) {
  .news-list li,
  .news-list li a {
	flex-wrap: wrap;
  }
  .news-list-date,
  .news-list li .icn {
	margin-top: 1em;
  }
  .news-text {
	flex-grow: 1;
  }
}
/* -----------------------------------
 *  アイコン
 *---------------------------------- */
.img-overlay-bottom {
  position: absolute;
  bottom: 10px;
  left: 10px;
  margin: 0;
  z-index: 10;
}
.img-overlay-topL {
  position: absolute;
  top: 10px;
  left: 10px;
  margin: 0;
  z-index: 10;
}
.img-overlay-topR {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: 0;
  z-index: 10;
}
.icn {
  display: block;
  width: 10em;
  color: #fff;
  font-size: 11px;
  font-style: normal;
  line-height: 1;
  text-align: center;
  padding: .3em;
}
.icndark {
  display: inline-block;
  width: 10em;
  background: rgba(0,0,0,.5);
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  padding: .4em .3em .2em;
}
.icnwhite {
  display: inline-block;
  background: rgba(255,255,255,.8);
  color: #111;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  padding: .4em .3em .2em;
}
.icn-event {
  border: 2px solid #e74439;
  background-color: #e74439;
}
.icn-case {
  border: 2px solid #03997e;
  background-color: #03997e;
}
.icn-catalog {
  border: 2px solid #02728c;
  background-color: #02728c;
}
.icn-news {
  border: 2px solid #f6a52a;
  background-color: #f6a52a;
}
.icn-column {
  border: 2px solid #5074cd;
  background-color: #5074cd;
}
.icn-news-r {
  border: 2px solid #ff5f17;
  background-color: #ff5f17;
}
.icn-end {
  border: 1px solid #e51400;
  background-color: #fff;
  color: #e51400 !important;
  letter-spacing: .2em;
}
.icn-new {
  display: inline-block;
  border: none;
  color: #e51400 !important;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
  margin-left: .5em;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

/* -------------------------------------------
 *  カタログ／資料
 *------------------------------------------ */
/* 資料ダウンロード */
.dl-box {
  position: relative;
  overflow: hidden;
  display: flex;
  border: 1px solid #ccc;
  background-color: #fff;
  width: 100%;
  padding: 0 0 20px;
}

.dl-box .dl-box-img {
  display: block;
  width: 125px;
  margin-right: 1.5rem;
}
.dl-box .dl-box-img img {
  border: 1px solid #ddd;
}
@media (max-width:575.98px) {
  .dl-box .dl-box-img {
	display: none;
  }
}

.dl-box .dl-box-text {
  display: block;
  padding-bottom: 2.8rem;
}
.dl-box-text .headline04 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px;
  padding: 0;
}
.dl-box-text p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
  height: 5em;
}

.dl-box .btn {
  position: absolute;
  bottom: 1.5rem;
  border: 1px solid #40b1c5;
  border-radius: 3px;
  background-color: #40b1c5;
  color: #fff;
  font-size: 14px;
  width: auto;
  margin-top: 8px;
  margin-bottom: 0;
  padding: 8px 10px;
}
.dl-box a:hover.btn {
  border: 1px solid #8cd0dc;
  background-color: #ecf7f9;
  color: #8cd0dc;
}


@media (min-width:768px) {
  .dl-box-text p {
    height: 6em;
  }
}

/* 資料請求 */
.dl-form-box {
  position: relative;
  overflow: hidden;
  display: block;
  border: 1px solid #ccc;
  background-color: #fff;
  width: 100%;
  padding: 0 0 20px;
}
.dl-form-box .headline04 {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px;
  padding: 0;
}
.dl-form-box p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
}
.dl-form-box .btn {
  border: 1px solid #40b1c5;
  border-radius: 3px;
  background-color: #40b1c5;
  color: #fff;
  font-size: 14px;
  width: auto;
  margin-top: 8px;
  margin-bottom: 0;
  padding: 8px 10px;
}
.dl-form-box a:hover.btn {
  border: 1px solid #8cd0dc;
  background-color: #ecf7f9;
  color: #8cd0dc;
}

@media (min-width:768px) {
  .dl-form-box .btn {
	position: absolute;
	bottom: .25rem;
	right: 1rem;
	width: 90%;
  }
}
@media (min-width:1200px) { 
  .dl-box .btn {
	width: 60%;
  }
}

/* -------------------------------------------
 *  コラム
 *------------------------------------------ */
.check li:before{
  font-family: FontAwesome;
  content: "\f00c";
  padding-right : 5px;
}

.spectable_column {
  border: 1px solid #ccc;
  font-size: 15px;
  line-height: 1.6;
  width: 100%;
}
.spectable_column th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  padding: 7px 10px;
}
.spectable_column td {
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 7px 10px;
}

.section-content .TableBoxSpec {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-size: 14px;
  line-height: 1.6;
  table-layout: fixed;
  width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.section-content .TableBoxSpec td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  padding: 8px 10px;
}
.section-content .TableBoxSpec th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  text-align: center;
  padding: 8px 10px;
}

@media (max-width:767.98px) {
  .spectable_column {
	font-size: 0.8rem;
	white-space: nowrap;
  }
}

/* 引き出し線：column24で使用 */
.leader-line-list li {
	display: flex;
	align-items: flex-start;
}
.leader-line-list .leader-line {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	width: 8em;
	margin-right: .5em;
}
.leader-line-list .leader-line::after {
  content: "";
  flex-grow: 1;
  border-bottom: 1px dotted #333;
  margin-left: .5em;
  height: 0px;
  transform: translateY(-1px);
}

/* コラムインデックスページ 
******************************/
.column-list {
	border-top: 1px solid #ccc;
}
/*.column-list:last-child {
	border-bottom: 1px solid #ccc;
}*/
.column-list a {
	color: #111;  
	display: block;  
}
.column-list a:hover {
	color: #40b1c5;
}
.column-list-img {
	margin-top: 1rem;
	display:flex;
	align-items: center;
	aspect-ratio: 121 / 83; /* 幅242px高さ166px */
}
.column-list-title {
	margin: 1rem 0 0;
}
.column-list-text {
	font-size: 95%;
	margin: 1rem 0;
}

/* レイアウト */
.column-list a {
	display: grid;
	grid-template-columns: 24% 1fr;
	gap: 0 1rem;
}
.column-list-img {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	align-self: center;
}
.column-list-title {
	grid-column: 2;
	align-self: center;
}
.column-list-text {
	grid-column: 1 / 3;
	grid-row: 2;
	align-self: center;
}

@media (min-width:768px) and (max-width:991.98px) {
 .column-list-img {
	grid-row: 1 / 3;
	margin: 1rem auto;
  }
 .column-list-text {
	grid-column: 2;
  }
}
@media (min-width:992px) {
 .column-list-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  }
 .column-list { 
	-ms-flex:0 0 48%;flex:0 0 48%;max-width:48%;
  }
}

/* テキスト抜粋処理（現在不使用） */
/* 非対応ブラウザフォールバック：max-height:calc(1.5em * 3); */
.column-list-text-option .column-list-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* -------------------------------------------
 *  フリートライアル申し込み受付中
 *------------------------------------------ */
#contents-application .box-top {
  overflow: hidden;
  border: 2px solid #c1cce1;
  border-radius: 5px;
  background-color: #fff;
  text-align: left;
}
#contents-application .box-top .title {
  border: none;
  border-top-right-radius: 0.1rem;
  border-top-left-radius: 0.1rem;
  background-image: none !important;
  letter-spacing: -0.2px;
  margin: 0 0 18px 0;
  padding: 16px 14px;
  background-color: #33589e;
  color: #fff;
    font-size: 23px;
    font-weight: 600;
    line-height: 1.5em;
}
/* -------------------------------------------
 *  お問い合わせ
 *------------------------------------------ */
#contents-inquiry {
  background: #40b1c5 url(../img/inquiry.png) no-repeat right top;
  padding-bottom: 40px;
  clear: both;
}
#contents-inquiry .contact-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2em;
  text-align: center;  
}
#contents-inquiry .contact-title, #contents-inquiry p {
  color: #fff;
}
#contents-inquiry .contact-text p {
  display: block;
  float: left;
  font-size: 28px;
  margin-right: 20px;
  margin-bottom: 3px;
}
#contents-inquiry .contact-text p i {
  position: relative;
  top: 3px;
  font-size: 30px;
  margin-right: 10px;
}
#contents-inquiry .contact-text .phone .response {
  display: block;
  font-size: 13px;
  padding-left: 45px;
}
#contents-inquiry .btn-inquiry {
  position: relative;
  top: 10px;
  border: none;
  background-color: #d0202f;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  width: 70%;
  padding-top: .5em;
}
#contents-inquiry .btn-inquiry:hover {
  border: none;
  background: #fff;
  color: #d0202f;
}
@media (max-width:767.98px) and (min-width:1px) {
  #contents-inquiry .btn-inquiry {
	width: 80%;
  }
  #contents-inquiry .contact-title {
	font-size: 22px;
  }
}
/* -------------------------------------------
 *  フッター
 *------------------------------------------ */
.footer {
  background: #455164;
}
.footer-widget-section {
  padding: 60px 0 50px;
}
.footer .footer-logo {
  margin-bottom: 30px;
}
.footer .footer-col {
  border-left: 1px solid #6a7383;
  margin-bottom: 10px;
}
.footer .footer-col ul li {
  color: #fff;
  font-size: 12px;
}
.footer .footer-col .cat-title {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 3px;
}
.footer .footer-col a {
  color: #fff;
}
.footer .footer-col a:hover {
  color: #8cd0dc;
}
.footer-privacyarea {
  margin-top: 10px;
}
.footer-privacyarea .nav-item {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 3px;
  margin-right: 30px;
}
	.footer-privacyarea .nav-item:last-child {
	  margin-right: 0;
	}
.footer-privacyarea a {
  color: #fff;
}
.footer-privacyarea a:hover {
  color: #8cd0dc;
}

@media (max-width:991.98px) {
  .footer-widget-section {
	padding: 40px 0 30px;
  }
  .footer .footer-logoarea {
	border-bottom: 1px solid #8cd0dc;
	margin-bottom: 20px;
	padding-bottom: 15px;
  }
  .footer .footer-logo {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 15px;
  }
  .footer .footer-col {
	border-left: none;
	margin-bottom: 10px;
  }
  .footer-privacyarea {
	border-top: 1px solid #8cd0dc;
	margin-top: 0;
	padding-top: 15px;
  }
}
@media (min-width:992px) {
  .footer-logoarea.col-lg-3,
  .footer-col.col-lg-3 {
		max-width:20%;
  }
}

/* copyright */
.copyright-section {
  display: block;
  background-color: #000;
  text-align: center;
  width: 100%;
  padding: 20px 0;
}
.copyright-section .copytext {
  color: #fff;
  font-size: 90%;
}

/* -------------------------------------------
 *  上へ戻る（次回更新で#toTopは不要：削除）
 *------------------------------------------ */
#toTop,
#pagetop {
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
  position: fixed;
  bottom: 35px;
  right: 30px;
  width: 35px;
  height: 35px;
  box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
  border: none;
  border-radius: 3px;
  background-color: #fff;
  color: #40b1c5;
  cursor: pointer;
  font-size: 22px;
  line-height: 38px;
  text-align: center;
  z-index: 999;
}

/* hover */
#toTop:hover,
#pagetop:hover {
  background-color: #323232;
  color: #fff;
  opacity: .5;
}
@media (any-pointer:coarse), (hover:none) {
  #toTop:hover,
  #pagetop:hover {
	background-color: #fff;
	color: #40b1c5;
	opacity: 1;
  }
}

/* -------------------------------------------
 *  トップページ：トップ情報エリア
 *------------------------------------------ */
.top-announce-area {
	background-color: #f8e6e3;
	color: #d0202f;
	padding: 15px;
}
.top-announce-text {
	display: table;
	text-align: left;
	line-height: 1.2;
	margin: 0 auto;
}
.top-announce-text a {color: inherit;}
.top-announce-text a:hover {
	text-decoration: underline;
}
