@charset "utf-8";
.header_h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
}
.banner-img p {
	border: none;
	padding: 0;
	margin: 0;
}
.banner-img p:after{
	margin: 0;
}
h1, h2, h3, h4, h5 {
	padding-left: 0.5rem;
	margin: 2rem 0 1rem 0;
}
h1 {
	font-size: 2.5rem;
    display: table;
    border-bottom: 3px solid;
    border-image: linear-gradient(to right, #023e77 0%, #023e77 50%, #023e77 100%);
    border-image-slice: 100%;
    border-image-slice: 1;
    margin: 1rem auto 2rem auto;
    position: relative;
    line-height: 1.1em;
    padding: 0 1rem;
	text-align: center;
}
h1::after {
    content: "";
    display: block;
    margin: 0.3em 0 0 0;
}
h2 {
	font-size: 1.8rem;
	color: #023e77;
}
h3 {
	font-size: 1.5rem;
	color: #023e77;
}
h4 {
	font-size: 1.2rem;
	color: #023e77;
}

/*ページ内リンクのジャンプ後の位置調整用*/
a.anchor{
    padding-top: 140px;
    margin-top: -140px;
}
.table1 {
	border: 1px solid #333;
	text-align: left;
}
.table1 td {
	border: 1px solid #333;
	padding-left: 0.3em;
}
.table1 th {
	border: 1px solid #333;
	padding-left: 0.3em;
}
img {
	border: 0;
	max-width: 100%;
}
/*ページ全体の様式　ここまで*/
/*colの余白を削除　ここから*/
.no-gutters {
  margin:0;
  padding:0;
}
.no-gutters　> .col,
.no-gutters　> [class*="col-"] {
  margin:0;
  padding:0;
}
/*colの余白を削除　ここまで*/

/*タイトルバナー*/
.banner {
	margin-top: 82px;
	background-color: #023e77;
}

.banner-img{
	/*background: url("../images/h1_bg.png");
	-webkit-clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);*/
	background-size: cover;
	background-color: #fff;
}
.banner-img img {
	width: 100%;
}
.demo_wrapper{
	text-align: center;
	display: flex;
    justify-content: center;
    align-items: center;
}
.demo_wrapper img{
	width: 80%;
}
.demo_wrapper a:hover {
	text-decoration: none;
}
.demo{
	padding: 0.5rem;
	background-color: #0b6592;
	font-size: 1.2em;
	font-weight: bold;
	border: solid 1px #ffffff;
	width: 100%;
	margin: 0.5rem auto;
	color: #fff;
}
.demo:hover {
	background-color: #667698;
	color: #fff;
	text-decoration: none;
}
.border{
	border: 1px solid #ccc;
}
.nav {
	position: sticky;
	top: 80px;
    box-shadow: 0px 4px 2px rgba(0,0,0,0.2);
	z-index: 999;
}
/*IEでのメニュー表示バグ対策*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .nav{
		position: relative;
	}
}
/*バグ対策ここまで*/
.navbar-brand {
	padding-top: 0.5rem;
	padding-bottom: 0;
	margin-right: 0;
}
.navbar-brand img {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.header_h1 .navbar-brand {
	margin-right: 1rem;
}
/*製品メニューの画像のhover下線*/
.container .navbar-brand {
	position: relative;
}
.container .navbar-brand:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;/*線の長さ*/
	height: 3px;/*線の太さ*/
	background: #37959c;
	opacity: 0;
}
.container .navbar-brand:hover:after {
  opacity: 1;
}
/*製品メニューの画像のhover下線　ここまで*/
.navbar {
	box-shadow: 0 0 0 ;
	-webkit-box-shadow: 0 0 0;
	/*border-bottom: 1px solid #aaa;*/
}
.navbar-dark .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border: none;
  padding: 0px;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  position: relative;
}
.navbar-dark .navbar-toggler-icon {
  background-image:none; /* この行で背景画像を無効化 */
  background-color: #fff;
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  transition: ease .5s;
}
.bg-dark {
    background-color: #4e4e4e !important;
}
.navbar-nav {
	height: 53px;
}
.nav-item{
	position: relative;
}
.nav-item::after {
	content: '';
	position: absolute;
	right: 0;
	top: 9px;/*線の上下位置*/
	width: 1px;/*線の太さ*/
	height: 36px;/*線の長さ*/
	background-color: #fff;/*線の色*/
}
.nav-item:hover {
	border-bottom: 3px solid #37959c;
}
.nav-link {
	padding: 1.2rem;
}
#Navber .dropdown .dropdown-menu {
	margin: 3px 0 0 0;
	padding: 0 1rem;
}
.navbar-expand-md .navbar-nav .nav-link {
	padding-right: 0.8rem;
	padding-left: 0.8rem;
	font-size: 0.9rem;
}
.dropdown .bg-dark a{
	color: #fff;
	padding: 0.5rem 0;
    position: relative;
    margin-left: 1rem;
    font-size: 0.9rem;
}
.dropdown .bg-dark a::after,
.dropdown .bg-dark a::before {
  display: block;
  content: '';
  position: absolute;
}
.dropdown .bg-dark a::after {
  top: 0.55rem;
  left: -1.2rem;
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-radius: 100%;
}
.dropdown .bg-dark a::before {
  z-index: 2;
  top: 0.8rem;
  left: -0.975rem;
  width: 5px;
  height: 5px;
  border-right: 1px solid #023e77;
  border-bottom: 1px solid #023e77;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.dropdown .bg-dark a:hover{
	color: #68BEC4;
	background-color: #4e4e4e;
}
.dropdown-menu{
	min-width: 15rem;
	border-radius: 0 0 0.25rem 0.25rem;
}
.dropdown-toggle::after {
	margin-left: 0.5em;
    width: 8px;
    height: 8px;
    border-top: 0;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.dropdown-toggle:hover::after {
    vertical-align: 0;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}
/* 3本のバーそれぞれの座標を設定 */
.navbar-toggler-icon:nth-of-type(1) {top:7px;}
.navbar-toggler-icon:nth-of-type(2) {top:14px;}
.navbar-toggler-icon:nth-of-type(3) {top:21px;}

/* メニューが開いている時の　3本のバーそれぞれの座標および角度を設定 */
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(1) {
top:13px;
transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(2) {
opacity: 0;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-of-type(3) {
top:13px;
transform: rotate(-45deg);
}
/*メインコンテンツ*/
.main img {
	margin: 0.5rem;
}
.contents p {
	padding: 0.25em 10px
}
.contents ul {
	padding: 0.5em 10px 0.5em 32px;
}
.contents ul li {
	padding: 0.2em 0.5em
}
.contents ol {
	padding: 0.5em 10px 0.5em 32px;
	list-style: decimal
}
.contents ol li {
	padding: 0.2em 0.5em
}
.contents .main dl {
	padding: 5px 10px;
	line-height: 1.5em;
}
.contents .main dt {
	padding: 0 10px;
	font-weight: bold;
}
.contents .main dd {
	padding: 0 20px;
}
.contents pre {
	width: 92%;
	height: auto;
	margin: 5px 10px 5px 10px;
	padding: 5px 15px 5px 15px;
	overflow: auto;
	background-color: #eee;
	word-wrap: normal;
}
.contents dl {
	padding: 0.5em 10px;
}
.contents a img:hover {
	opacity: 0.5;
}
/*メインコンテンツ　ここまで*/

/* パン屑リスト */
.breadcrumb{
	margin: 0;
    padding: 0;
}
.breadcrumb ul {
	padding-left: 0.5rem;
}
.breadcrumb ul li{
	display: inline;
	padding: 0;
    background-image: none;
}
/* パン屑リスト　ここまで */

.bg-white {
	background-color: #fff;;
}
.bg-blue {
	background-color: #eaf2f9;
}
.bg-red {
	background-color: #CC1E14;
	color: #fff;
}
.bg-green {
	background-color: #0D8608;
	color: #fff;
}
/*内枠囲い*/
.column_1 {
	width: 100%;
	margin: 5px auto 15px auto;
	border: 1px solid #CCC;
	clear: both;
	display: inline-block;
}
.main .column_1 h1{
	margin-top: 0;
	padding: 0.5rem;
	background-color: #005DA4;
	color: #FFF;
	font-size: 1.3em;
	font-weight: bold;
}
.main .column_1 h1 a{
	color: #FFF;
}
/*内枠囲い　ここまで*/


/* メインコンテンツ内で2列 */
.twocolumn {
	float: left;
	margin: 10px 10px 30px 10px;
	width: 98%;
}
.twocolumn .left_column {
	float: left;
	margin-right: 5px;
	border: solid 1px #ddd;
	width: 49%
}
.twocolumn .right_column {
	float: left;
	border: solid 1px #ddd;
	width: 49%
}
/* メインコンテンツ内で2列 ここまで */

/* メインコンテンツ内で3列 */
.threecolumn {
	float: left;
	margin: 10px 10px 30px 10px;
	width: 97%;
}
.threecolumn .left_column {
	float: left;
	margin-right: 5px;
	border: solid 1px #ddd;
	width: 32%
}
.threecolumn .center_column {
	float: left;
	margin-right: 5px;
	border: solid 1px #ddd;
	width: 32%
}
.threecolumn .right_column {
	float: left;
	border: solid 1px #ddd;
	width: 32%
}
/* メインコンテンツ内で2列 ここまで */

.border-box {
	display: table;
    margin: 15px 0;
    padding: 0.5rem;
	border: 1px solid #dee2e6;
}
.border-box h2 {
	margin-top: 1rem;
}

/* タブ */
.tab-wrap {
    display: flex;
    flex-wrap: wrap;
	margin: 0 0 3rem 0;
}
.tab-label {
    color: #050505;
	font-weight: bold;
    background: #ffffff;
	padding: 0.2rem 1rem;
    order: -1;
	border: solid 1px #005da4;
	border-top-left-radius: 10px;
	width: calc(100%/3);
	margin-bottom: 0;
}
.tab-label:hover{
	background: #dddddd;
}
.tab-content {
    width: 100%;
    display: none;
	background: #005da4;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 1rem;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
	color: #ffffff;
    background: #005da4;
	border: solid 1px #005da4;
	border-bottom: none;
	width: calc(100%/3);
}
.tab-switch:checked+.tab-label+.tab-content {
     display: block;
}
/* ラジオボタン非表示 */
.tab-switch {
    display: none;
}
/* タブ終わり */


/*lsnewsここから*/
#lsnews {
	width: 98%;
	clear: left;
	border: 1px solid #582673;
	background: #FFF;
	text-indent: 0em;
	margin: 10px 0;
}
#lsnews p {
	margin: 5px;
	font-size: 0.8em;
}
#lsnews ol {
	padding-top: 5px;
	margin-top: 0px;
	font-size: 0.9em;
}
#lsnews li {
	padding: 0px;
	margin: 0px 5px 5px 0px;
}
/*lsnewsここまで*/

/*ニュース*/
#news {
	width: 95%;
	float: left;
	margin: 5px 10px;
	padding: 0 10px;
	border-top: 1px solid #4A6696;
	border-bottom: 1px solid #4A6696;
}
#news ul {
	margin-left: 20px;
}
#news ul li {
	font-size: 1em;
	list-style: outside none;
	list-style-image: url(../images/point.png);
	text-indent: 0em;
	line-height: 1.5em;
}
.indent {
	padding-left: 40px;
}
.right {
	text-align: right;
}
/*ニュースここまで*/
/*画像並べここから*/
.screenshot {
	display: table;
}
.screenshot ul {
	margin: 0px;
	padding: 0px;
}
.screenshot li {
	list-style: none outside;
	float: left;
	display: inline;
	padding-left: 10px;
	padding-right: 0px;
	text-align: center;
}
.screenshot li img {
	margin: 10px 30px;
}
/*画像並べここまで*/

/*新着ニュース　ここから*/
#news_top {
	width: 98%;
	margin: 5px auto;
	border: 1px solid #999;
}
#news_top dl {
	height: 105px;
	overflow-y: scroll;
	margin-bottom: 0;
}
#news_top dt {
	float: left;
	line-height: 2em;
	padding: 0 15px;
	width: 6rem;
}
#news_top dd {
	left: 10px;
	line-height: 2em;
	margin: 0;
	padding: 0;
}
#news_top p{
	text-align: right;
	margin: 0;
}
/*新着ニュース　ここまで */
/*過去のニュース　ここから*/
#news_old {
	width: 98%;
	margin: 5px auto;
	border: 1px solid #999;
}
#news_old dl {
	height: 500px;
	overflow-y: scroll;
}
#news_old dt {
	float: left;
	line-height: 2em;
	padding: 0 15px;
}
#news_old dd {
	left: 10px;
	line-height: 2em;
	padding: 0 0 0 85px;
}
/*過去ニュース　ここまで*/

/*チェックマーク*/
 span.checkmark{
	 margin: 0 auto;
	 height:40px;
	 width:40px;
	 display:block;
	 position:relative;
} 
.checkmark:after,
.checkmark:before{
	content:'';
	height:28px;
	width:6px;
	display:block;
	background:#52a0a7;
	position:absolute;
	top:6px;
	left:20px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}
.checkmark:before{
	height:12px;
	-webkit-transform:rotate(-45deg);
	-moz-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	transform:rotate(-45deg);
	top:18px;
	left:8px;
}
/*チェックマーク　ここまで*/

/*価格入口ページメニュー*/
.price_menu {
	margin: 1rem;
	padding: 0;
}
.price_menu h3 {
	margin: 0.75rem 0;
}
.price_menu h3::after {
	content: '';
    display: block;
    background: rgba(0, 0, 0, 0.1);
    height: 1px;
    width: 102%;
    margin-top: 10px;
    left: -8px;
    position: relative;
}

/* 3カラム */
.col3_container3 {
	clear: left;
	float: left;
	width: 100%;
	padding: 1px 0;
	overflow: hidden;
}
.col3_container2 {
	clear: left;
	float: left;
	width: 100%;
	padding: 1px 0;
	position: relative;
	right: 33.333%;
}
.col3_container1 {
	float: left;
	width: 100%;
	padding: 1px 0;
	position: relative;
	right: 33.33%;
}
.col3_l {
	float: left;
	width: 32.13%;
	position: relative;
	left: 67.67%;
	overflow: hidden;
}
.col3_c {
	float: left;
	width: 32.13%;
	position: relative;
	left: 68.67%;
	overflow: hidden;
}
.col3_r {
	float: left;
	width: 32.13%;
	position: relative;
	left: 69.67%;
	overflow: hidden;
}
/* ここまで3カラム */

@keyframes fadeout{
    from{
        opacity: 1;
    }
    to{
        opacity: 0;
    }
}
@keyframes fadein{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
/**/

/*入れ子*/
.price_menu2 {
	width: 320px;
	margin: 0;
	padding: 0;
}
label.price_menu2 {
	display: block;
	margin: 0;
	padding : 12px;
	line-height: 1;
	color : #fff;
	background-color: #525252;
	cursor : pointer;
	font-size: 1.2em;
}
label.price_menu2:after{
	display: block;
	content: "";
	position: relative;
	top: -5px;
	left: 280px;
	width: 6px;
	height: 6px;
	margin: -8px 0 0 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
label.price_menu2:hover{
	background-color: #c4342d;
}
input.price_menu2:checked + label {
	background-color: #c4342d;
}
input.price_menu2:after {
	display: block;
	content: "";
	position: relative;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #093;
	border-right: solid 2px #093;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
input.price_menu2 {
	display: none;
}
.price_menu2 ul {
	width: 300px;
	max-height: 180px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 340px;
	border: none;
}
.price_menu2 #links11 {
	top: 44px;
}
.price_menu2 #links12 {
	top: 86px;
}
.price_menu2 #links13 {
	top: 108px;
}
.price_menu2 #links14 {
	top: 150px;
}
.price_menu2 #links15 {
	top: 172px;
}
.price_menu2 li {
	max-height: 0;
	overflow-y: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.price_menu2 li.head {
	background-color: #52a0a7;
	color: #fff;
	font-size: 1.2em;
}
.price_menu2 li:hover {
	background-color: #cce3e5;
}
.price_menu2 li.head:hover {
	background-color: #52a0a7;
}
#price_menu_bar11:checked ~ #links11 li.head, 
#price_menu_bar12:checked ~ #links12 li.head, 
#price_menu_bar13:checked ~ #links13 li.head, 
#price_menu_bar14:checked ~ #links14 li.head, 
#price_menu_bar15:checked ~ #links15 li.head {
	padding: 10px;
	border: #52A0A7 solid 1px;
}
#price_menu_bar11:checked ~ #links11 li, 
#price_menu_bar12:checked ~ #links12 li, 
#price_menu_bar13:checked ~ #links13 li, 
#price_menu_bar14:checked ~ #links14 li, 
#price_menu_bar15:checked ~ #links15 li {
	max-height: 46px;
	opacity: 1;
	border: #52A0A7 solid 1px;
}
/*価格入口ページメニュー　ここまで*/

/*価格　ここから*/
.price{
	background-color: #f4f4f4;
    margin-bottom: 1rem;
}
.price .product{
	font-size: 1.2rem;
	font-weight: 400;
}
.price .fs14{
	font-size: 1.1rem;
}
.price .red{
	color: red;	
}
.price .redst{
	color: red;
	font-weight: 400;
}
.price input{
	vertical-align: middle;
}
.price input[type="radio"], .price input[type="checkbox"] {
    margin: 0 5px 0 0;
}
.price input[type=checkbox]{
	width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 0.5rem;
}
.price input[type="number"] {
	font-size: 1.1em;
}

#current_version{
	margin-bottom: 0.5rem;
}

.price table{
	border: none;
	width: 90%;
}
.price table th{
	background-color: #FFFFF0;
	color: #000000;
	width: 6em;
}
.price table td{
	border-bottom: dotted 1px #C7C7C7;
	background-color: #ffffff;
}
.price table tfoot td{
	border-bottom: none;
	background-color: #ffffff;
	text-align: right;
	font-size: small;
}
.price table{
	border: none;
	width: 90%;
}
.php table th{
	background-color: #FFFFF0;
	color: #000000;
	width: auto;
	text-align: right;
}
.php table td{
	text-align: right;
}
.th02{
	background-color: #FFFFF0;
	color: #000000;
	text-align: right;
}
.php table .td02{
	background-color: #FFFFF0;
	border-bottom: none;
}
.price table tfoot td{
	background-color: #FFFFF0;
}

.tr_gray {
	background: #BFBFBF!important;
}
.td_gray_c {
	background: #BFBFBF!important;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
}

/*価格表ページ*/
table.price{
	width: 100%;
	border: none;
	border-collapse: collapse;
}
table.price th,
table.price td{
	border: none;
	text-align: center;
	vertical-align: middle;
	padding: 0.2em;
	font-weight: normal;
}
table.price th {
	background-color: #fff;
	color: #000;
	border-collapse: separate;
	border-spacing: 0;
    padding-left: 1rem;
}
table.price tr:nth-child(odd) th {
	background-color: #ccc;
}
table.price td {
	background-color: #fff;
}
table.price tr:nth-child(odd) td {
	background-color: #f4f4f4;
}
table.price tr th:nth-child(4) {
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}
table.new1 tr td:nth-child(4) {
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}
/*価格表2列目オススメ*/
table.new1 tr th:nth-child(2) {
	border-left: 3px solid #52a0a7;
	border-top: 3px solid #52a0a7;
	border-right: 3px solid #52a0a7;
}
table.new1 tr td:nth-child(2) {
	border-left: 3px solid #52a0a7;
	border-right: 3px solid #52a0a7;
	background-color: #f5fbfc;
}
table.price tr:nth-child(odd) td:nth-child(2) {
	background-color: #def0ef;
}
/*オススメ吹き出し*/
.balloon1 {
 	position: relative;
	display: inline-block;
 	margin: 0;
	padding: 2px;
 	max-width: 100%;
 	color: #fff;
	font-size: 14px;
	font-weight: bold;
	background-color: #52a0a7;
}
.balloon1:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #52a0a7;
}
.balloon1 p {
	margin: 0;
	padding: 3px 5px;
}
.balloon1 p img{
	margin: 0 3px 3px 0;
}
/*オススメ吹き出し　ここまで*/
/*価格表2列目オススメ　ここまで*/
.price_red {
	font-size: 1.2em;
	font-weight: bold; 
	color: red;
	text-align: right;
}
.price_ul li {
	padding: 0;
	margin-left: 1em;
}
.t_right {
	text-align: right;
}
/*価格表ページ　ここまで*/

/* 比較表 */
.compare {
	clear: both;
	display: table;
	margin: auto;
}
.compare .row {
	display: table-row;
}
.compare .row>div {
	display: table-cell;
	margin: 5px;
	padding: 5px;
}
.compare .u2, .u3, .u4 {
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	background-color: #0066CC;
	/*border-left:2px solid #fff;
	border-right:2px solid #fff;*/
	border: 1px solid #999;
	vertical-align: middle;
}
.compare .b1, .b2, .b3, .b4 {
	background-color: #fff;
	vertical-align: top;
	border: 1px solid #999;
}
.compare .b1 {
	font-weight: bold;
}
/* 比較表 */
table.compared {
	width: 100%;
	border: 1px solid #999;
	margin: auto;
}
tr.compared {
	border: 1px solid #999;
}
th.compared {
	padding: 0 0.5rem;
	font-weight: bold;
	background-color: #005DA4;
	border: 1px solid #999;
	height: 40px;
	color: #fff;
}
td.compared {
	padding: 5px;
	border: 1px solid #999;
}
th.compared_mark {
	text-align: center;
	font-weight: bold;
	background-color: #005DA4;
	border: 1px solid #999;
	height: 40px;
	color: #fff;
}
td.compared_mark {
	text-align: center;
	padding: 5px;
	border: 1px solid #999;
}
/* 赤文字強調 */
.strong_red {
	font-weight: bold;
	color: #ed1d24;
}
/* ユーザ事例index */
.user_wrap {
	width: 94%;
	margin: auto;
	clear: both;
}
.user_left {
	width: 10%;
	float: left;
}
.user_right {
	width: 90%;
	float: left;
}
table.users {
	border: none;
	margin-top: 0;
}
table.users tr {
	background-color: #E8E8E8;
}
table.users tr th {
	width: 200px;
	text-align: center;
	vertical-align: middle;
	background-color: inherit;
	border-top: 5px solid #fff;
}
table.users tr td {
	border-top: 5px solid #fff;
}
table.users img {
	margin: 0;
}
/* ユーザ事例index */
/*FAQページ*/
.faq_header {
	border: double 5px #ABC6DB;
	border-radius: 10px;
	margin: 0px 2px 0px 0px;
	padding: 0 14px;
	box-shadow: 3px 3px 0px #ABC6DB;
}
.faq_header h4 {
	margin-top: 1rem;
}

/*stata press書籍価格ページ*/
.ss {
	/*float:left;*/
	margin: 10px 10px 30px 10px;
	padding: 0;
	width: 98%;
}
div.ss ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type : none;
}
div.ss ul li {
	float: left;
	display : inline;
	padding: 0;
	margin: 0 10px 10px 0;
	border: 1px solid #999;
	background-color: #eee;
	text-align: center;
}
.ss ul li a {
	display: block;
	padding: 0.7em 0.3em;
	font-weight: bold;
	color: #333;
}
.ss ul li a:hover {
	background-color: #CCC;
}
.ss4w ul li img {
	width: 70px;
	margin-top: 5px;
}
.ss4w ul li a {
	width: 165px;
	height: 180px;
	font-size: 0.9em;
	line-height: 1.1em;
}

/*768-979px*/ @media screen and (max-width : 979px) {

}

@media (max-width: 991px) {
	.banner-img p {
		font-size: 1rem;
	}
	.banner-img p img {
		height: 100%;
		float: none;
		margin: 0;
	}
	/*ページ内リンクのジャンプ後の位置調整用*/
	a.anchor{
    	padding-top: 50px;
    	margin-top: -50px;
	}
	.nav-link {
		padding: 0.5rem 1rem;
	}
    .navbar {
		box-shadow: 0px 4px 2px rgb(0 0 0 / 20%);
	}
	.navbar-nav-out {
		margin: 0;
	}
	.nav-item {
		border-bottom: none;
	}
	.nav-item:hover {
		border-bottom: none;
	}
	.nav-item::after {
		width: 0;/*線の太さ*/
	}
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}
	.banner {
		margin-top: 40px;
	}
	.demo{
		padding: 0.5rem;
	}
	.twocolumn .left_column {
		width: 98%;
		margin: 0 0 5px 0
	}
	.twocolumn .right_column {
		width: 98%
	}
	.threecolumn .left_column {
		width: 98%;
		margin: 0 0 5px 0
	}
	.threecolumn .center_column {
		width: 98%;
		margin: 0 0 5px 0
	}
	.threecolumn .right_column {
		width: 98%
	}
	.bt_width_50 {
		width: 100%;
	}
}