@charset "utf-8";
/*
theme Name: 株式会社ハイテックシステムズ　サポートサイトテーマ
Author: DigitBoyStudio
Description: original theme
version： 1.0.0
*/

body {
  font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans Japanese', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}


header {
  border-bottom: solid 1px #014eaf;
  padding-bottom: 100px;
  padding-top: 20px;
}



footer {
  border-top: solid 1px #014eaf;;
}

.header-inner, .container, .footer-over {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
  margin-right: auto;
  margin-left: auto;
}
.header-inner, .container {
  padding: 10px;
  max-width: 1200px;
}
.footer-over {
  padding: 30px 10px;
  max-width: 1200px;
}
.footer-inner {
  padding: 0px;
}

.contents, #sidebar {
  margin: 20px 0;
}


@media (min-width: 768px) {
  /*コンテンツとサイドバーを横に並べる*/
  .container:after {
    display: block;
    clear: both;
    content: '';
  }
  .contents {
    float: left;
    width: 70%;
    margin-right: 2%;
  }
  #sidebar {
    float: left;
    width: 28%;
  }
}

/*ヘッダー*/

/*タイトルを画像にする場合*/
.site-title {
  text-align: left;
}

.site-title h1 {
  line-height: 1;
  margin: 0;
  padding: 10px 5px 0;
}

.site-title h1 img {
  width: auto;
  height: 25px;
}
.privacy img {
  width: auto;
  height: 60px;
}
.site-title a {
  display: block;
}

/*タイトルを文字列にする場合*/
/* .site-title {
  text-align: left;
}

.site-title h1 {
  font-size: 2.4em;
  margin: 0;
  padding: 10px 5px 0;
}

.site-title h1 a {
  display: block;
  text-decoration: none;
  color: #000;
} */

/*スマホ用のメニューボタン*/
.header-inner {
  position: relative;
}

#navbutton {
  position: absolute;
  top: 50%;
  right: 10px;
  padding: 8px 12px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 1px #aaa;
  border-radius: 5px;
  background-color: #fff;
}

#navbutton:hover {
  background-color: #ddd;
}
/*
#navbutton:focus {
 ?outline: none;
}
*/
#navbutton i {
  font-size: 2em;
  color: #333;
}


/*ヘッダーナビ*/
#header-nav {
  display: none;
}

.header-nav {
  padding-left: 10px;
}

.header-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*
.header-nav li a:before {
  content: "\f0da";
  font-family: 'Font Awesome 5 Free';
  color: #555;
  font-size: 0.9em;
  padding-right: 3px;
}*/

.header-nav li a {
  display: block;
  padding: 15px 5px;
  color: #000;
  /*font-weight: bold;*/
  font-size: 1em;
  text-decoration: none;
}

.header-nav li a:hover {
  opacity: 0.8;
}

/*ヘッダーメニューPC閲覧時*/
@media (min-width: 768px) {
  #header-nav {

  display: block!important;
   /*     
  position: absolute;
  top: 50%;
  right: 10px;
  padding: 8px 12px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);  
  */
  }
    
    
    .header-title{
    padding-top:20px;
    float:left;
}

.header-menu{
    text-align: right;
    float:right;
}
    
  .header-nav {
    max-width: 1200px;
    margin: 0 auto;
    padding:20px 10px;
    box-sizing: border-box;
  }
  .header-nav ul:after {
    display: block;
    clear: both;
    content: '';
  }
  .header-nav li {
    display: inline-block;
    width: 150px;
    border-left: 2px solid #dddddd;
    /*border-right: 2px solid #dddddd;*/
    text-align: center;
  }
    /*
  .header-nav li+ li {
    border-left: 0;
    border-right: 2px solid #dddddd;
 }*/
  .header-nav li a {
    font-size: 0.9em;
    font-weight: bold;
    padding: 5px 10px;
  }
  #navbutton {
    display: none;
  }
}

/*------フッター------*/
.float-layout{
    float:left;
}
.float-clear{
    clear:left;
}
footer {
  background-color: #fffffff;
}
.footer-over {
  /*background-color: #555555;*/
}
.title-footer{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 60px;
    
}
/*フッターメニュー*/
#footer-nav-webfm {
  line-height: 0.5;
  margin-bottom: 20px;
  padding-top: 30px;
}
#footer-nav-o {
  margin-top: 20px;
  line-height: 0.5;
}
#footer-nav-u {
  line-height: 0.5;
  margin-bottom: 20px;
}

.footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-nav ul:after {
  display: block;
  clear: both;
  content: '';
}

.footer-nav li {
  float: left;
  width: 50%;
  text-align: center;
}

.footer-nav li a {
  font-size: .9em;
  display: block;
  padding: 10px 5px;
  text-decoration: none;
  color: #014eaf;;
}

.footer-nav li a:hover {
  opacity: .6;
}

/*コピーライト*/
.copyright p {
  font-size: .9em;
  margin: 0;
  text-align: center;
  color: #fff;
  background-color: #014eaf;
  padding:5px;
}

@media (min-width: 768px) {
  .footer-nav li {
    width: auto;
    text-align: left;
  }
  .footer-nav li a {
    font-size: 1em;
    padding: 10px 20px;
  }
  /*コピーライト*/
  .copyright p {
    text-align: center;
  }
}

/*------サイドバー------*/
.sidebar-wrapper {
  margin-bottom: 1.8em;
  padding: 10px;
}

.sidebar-wrapper h4 {
  font-size: 1.1em;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 7px 10px;
  color: #fff;
  background-color: #464646;
}

/*デフォルトウィジェット*/
.widget_recent_entries ul, .widget_meta ul, .widget_recent_comments ul, .widget_pages ul, .widget_meta ul, .widget_categories ul, .widget_archive ul, .widget_nav_menu ul {
  padding: 0;
  list-style: none;
}

.widget_recent_entries li, .widget_meta li, .widget_recent_comments li, .widget_pages li, .widget_meta li, .widget_categories li, .widget_archive li, .widget_nav_menu li {
  position: relative;
  padding: 10px;
}

.widget_recent_entries li, .widget_nav_menu li {
  padding-left: 25px;
}

.widget_recent_entries a, .widget_meta a, .widget_recent_comments a, .widget_pages a, .widget_meta a, .widget_categories a, .widget_archive a, .widget_nav_menu a {
  text-decoration: none;
  color: #333;
}

.widget_recent_entries a:hover, .widget_meta a:hover, .widget_recent_comments a:hover, .widget_pages a:hover, .widget_meta a:hover, .widget_categories a:hover, .widget_archive a:hover, .widget_nav_menu a:hover {
  opacity: .6;
}

/*カテゴリウィジェット*/
.widget_categories li {
  display: inline-block;
  margin: 2px;
  padding: 2px 10px;
  white-space: nowrap;
  border-radius: 3px;
  background-color: #777;
}

.widget_categories li:before {
  font-family: 'Font Awesome 5 Free';
  font-size: .8em;
  font-weight: bold;
  padding-right: 2px;
  content: '\f02b';
  color: #fff;
}

.widget_categories li a {
  font-size: .8em;
  color: #fff;
}

/*タグウィジェット*/
.tagcloud a {
  font-size: .9em !important;
  line-height: 2.5em;
  margin: 2px;
  padding: 2px 10px;
  white-space: nowrap;
  text-decoration: none;
  color: #333;
  border: 1px solid #333;
  border-radius: 3px;
}

/*新着ウィジェット*/
.widget_recent_entries li:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  position: absolute;
  left: 5px;
  content: '\f303';
  color: #464646;
}

/*メニューウィジェット*/
.widget_nav_menu li:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  position: absolute;
  left: 5px;
  content: '\f0da';
  color: #464646;
}

/*カレンダーウィジェット*/
#wp-calendar {
  width: 100%;
}

#wp-calendar tbody {
  text-align: center;
}

/*ループのCSS*/
.kiji-list {
  margin: 0 0 15px;
  border: solid 1px #ddd;
  background-color: #fff;
}

.kiji-list a {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #000;
}

.kiji-list a:after {
  display: block;
  clear: both;
  content: '';
}

.kiji-list a:hover {
  background-color: #eee;
}

.kiji-list img {
  float: left;
  width: 220px;
  height: 150px;
  object-fit: cover;
}

.kiji-list .text {
  width: auto;
  margin-left: 250px;
}

.kiji-list h2 {
  font-size: 1.05em;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 5px;
}

.kiji-date {
  font-size: .8em;
  margin-bottom: 8px;
  color: #666;
}

.cat-data {
  font-size: .6em;
  padding: 3px 5px;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  border-radius: 3px;
  background-color: #464646;
}

.kiji-list p {
  font-size: .8em;
  margin: 10px 0 0;
}

.contents > h1 {
  font-size: 1.5em;
  margin: 0 0 20px;
}

@media (max-width: 599px) {
  .kiji-list a {
    padding: 10px;
  }
  .kiji-list img {
    width: 100px;
    height: 80px;
  }
  .kiji-list .text {
    margin-left: 120px;
  }
  .kiji-list h2 {
    font-size: .95em;
  }
  .kiji-date {
    margin-bottom: 0;
  }
  .kiji-list p {
    visibility: hidden;
    height: 0;
  }
  .contents > h1 {
    font-size: 1.3em;
  }
}

/*ページネーション*/
.pagination {
  margin: 40px 0 30px;
  text-align: center;
}

.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination li {
  display: inline-block;
  width: auto;
}

.pagination li a, .pagination li > span {
  font-size: .9em;
  display: block;
  width: 30px;
  margin: 0 1px;
  padding: 5px 0;
  text-decoration: none;
  color: #000;
  border: solid 1px #ccc;
  border-radius: 3px;
}

.pagination li > span {
  color: #fff;
  background-color: #464646;
}

.pagination li a:hover {
  color: #fff;
  background-color: #464646;
}

.pagination li .dots {
  width: 15px;
  padding: 0;
  color: #000;
  border-color: transparent;
  background-color: transparent;
}

/*記事のCSS*/
.kiji {
  font-size: 1em;
  margin: 0;
  padding: 0 25px 25px;
}

.kiji-info .cat-data a {
  text-decoration: none;
  color: #fff;
}

.kiji-info .cat-data a:hover {
  opacity: .8;
}

.kiji-img {
  max-width: 640px;
  margin: 30px auto;
  text-align: center;
}


/*タグ*/

.kiji-tag {
  text-align: right;
}

.kiji-tag ul {
  list-style: none;
}

.kiji-tag li {
  display: inline-block;
  color: #464646;
}

.kiji-tag li a {
  font-size: .8em;
  margin-right: 7px;
  padding: 2px 7px;
  text-decoration: none;
  color: #464646;
  border: solid 1px #464646;
  border-radius: 2px;
}

.kiji-tag li a:hover {
  opacity: .8;
}

.kiji p {
  margin-top: 0;
  margin-bottom: 0;
}

.kiji h1 {
  font-size: 1.7em;
  margin: .3em 0;
}

.kiji h2 {
  font-size: 1.5em;
  margin-top: 3em;
  margin-bottom: 1.5em;
  padding: .4em 0;
  border-bottom: solid 5px #464646;
}

.kiji h3 {
  font-size: 1.35em;
  margin-top: 2.5em;
  margin-bottom: 1.5em;
  padding: 0 .5em;
  border-left: solid 5px #777777;
  background: transparent;
}

.kiji h4 {
  font-size: 1.2em;
  margin: 0 0 .3em;
}

.kiji h5 {
  font-size: 1.1em;
  margin: 0 0 .3em;
}

@media (max-width: 599px) {
  .kiji {
    font-size: 92%;
    padding: 0 10px 25px;
  }
  .kiji h1 {
    font-size: 1.3em;
  }
  .kiji h2 {
    font-size: 1.25em;
  }
  .kiji h3 {
    font-size: 1.2em;
  }
  .kiji h3:after {
    display: none;
  }
  .kiji h4 {
    font-size: 1.15em;
  }
  .kiji h5 {
    font-size: 1.1em;
  }
}

/*固定ページ*/
.top-image img{
    width: 100%;
    height: auto;
}

.top-link{
    line-height: 0;
    letter-spacing: -0.4em;
}

.top-link a{
    text-decoration: none;
    width:10%;
}

.top-link img{
    width: 33.33%;
    height: auto;
}

.top-container {
  padding: 10px;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  margin-top:50px;
  margin-bottom:80px;
}

.top-container h2 {
  text-align: center;
  color: #014eaf;
  margin: 5px;
  font-weight: normal;
  font-size: 1.7em;
}
.news h3 {
  color: #014eaf;
  margin: 0;
  font-weight: normal;
  font-size: 1.0em;
}
.news p {
  color: #333;
  margin: 0;
  font-weight: normal;
  font-size: 0.9em;
}
.news{
    border-top: 1px solid #014eaf;
    border-bottom: 1px solid #014eaf;
}
.news ul {
    list-style: none;
    padding:0;
}

.news ul{
    margin: 0px;
}

.news li{
    padding: 15px;
}

.news li+ li {
    border-top: 1px solid #b8b8b8;
}

/*　パンくずリスト*/
.breadcrumb {
  padding-left:0;
  margin-left:0;
}

.breadcrumb li{
  display:inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
}

.breadcrumb li:after{/* >を表示*/
  content: '>';
  padding: 0 3px;
  color: #555;
}

.breadcrumb li:last-child:after{
  content: '';
}

.breadcrumb li a {
    text-decoration: none;
    color: #52b5ee;/*色*/
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

/*カテゴリ絞り込みフォーム*/

#category {
	overflow: hidden;
	width: 90%;
	margin-top: 0em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
	text-align: center;
    height:40px;
    font-size:1.3em;
}
#category select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
#category select::-ms-expand {
    display: none;
}
#category {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
#category::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
#category select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}
#cat-search{
    border:0;
    padding:10px;
    font-size:1.3em;
    font-family:Arial, sans-serif;
    /*color:#aaa;*/
	border:solid 1px #ccc;
    margin:0 0 20px;
    width:90%;
}
.under-line{
    border-bottom: solid 1px #014eaf;
}
.category-title{
     width:100%;
    font-size: 1.3em;
}
.category-title a{
    color: #014eaf;
    text-decoration: none;
}
.category-title a:hover{
    opacity: .6;
    text-decoration:underline
    
}
.cat-button {
    font-size:1.3em;
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #014eaf;/*色*/
    border: solid 1px #014eaf;/*線色*/
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    margin-bottom: 40px;
}
.cat-button:hover{
    opacity: .6;
}
.cat-button:active {
    border: solid 1px #03A9F4;
    background: #03A9F4;
    box-shadow: none;
    text-shadow: none;
}
/*　問い合わせフォーム*/
.inquiry{
    text-align:left;
}
.inquiry em{
    font-size:90%;
    color:red;
    margin-left: 10px;
}
.inquiry table{
    border-collapse: collapse;
    width:80%;
    margin-bottom: 15px;
}
.inquiry table label{
    font-weight:normal;
}
.inquiry th{
    width:25%;
    background:#EEE;
    border:1px solid #CCC;    
    padding:8px;    
}
.inquiry td{
    width:75%;
    line-height: 150%;
    border:1px solid #CCC;    
    padding:8px;    
}
.inquiry table td input.wpcf7-text{ 
    padding:8px;  
    font-size: 1.2em;
    width:80%;
}
.inquiry table td select{ 
    padding:8px;  
    font-size: 1.2em;
    width:83%;
}
.inquiry table td textarea{ 
    padding:8px;  
    font-size: 1.2em;
    width:80%;
    height:200%;
}
.inquiry input.wpcf7-submit{
    font-size:1.1em;
    width:20%;
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #014eaf;/*色*/
    border: solid 1px #014eaf;/*線色*/
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    
}
.inquiry input.wpcf7-submit:hover{
    opacity: .6;
}
.inquiry input.wpcf7-submit:active {
    border: solid 1px #03A9F4;
    background: #03A9F4;
    box-shadow: none;
    text-shadow: none;
}

.inquiry input.wpcf7-submit:disabled {
    background: #ccc;
    border: solid 1px #ccc;
}

ul.horizon_list{
	list-style-type: none;
	margin:0;
	padding:0;

}

ul.horizon_list li{
	display: inline;
	padding-right:10px;
}
/*検索フォーム*/
@media (min-width: 768px) {
    .searchfield {
      width: 95%;
    }
    
    .searchsubmit {
      right: 2%;
    }
}
@media (max-width: 769px) {
    .searchfield {
      width : 80% ; /* IE8以下とAndroid4.3以下用フォールバック */
      width : -webkit-calc(95% - 75px) ;
      width : calc(95% - 75px) ;
    }
    
    .searchsubmit {
      right: 23%;
      right: -webkit-calc(2% + 80px) ;
      right:  calc(2% + 80px) ;
    }
}
.searchform {
  position: relative;
}
 
.searchfield {
  font-size: 14px;
  /*width: 95%;*/
  margin: 3px;
  padding: 10px;
  border: solid 1px #bbb;
  border-radius: 4px;
}
 
.searchsubmit {
  font-family: FontAwesome;
  font-size: 1.4em;
  position: absolute;
  top: 0;
  /*right: 2%;*/
  margin-top: 10px;
  padding: 0;
  cursor: pointer;
  color: #6297f5;
  border: none;
  background: transparent;
}
 
.searchsubmit:hover {
  opacity: .6;
}

/*ファイル管理用*/
table.webfm  {
    font-size: 10pt;
    font-family: "Verdana","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka;
	/*width:100%;*/
	border-right:#014eaf solid 1px;
    border-left:#014eaf solid 1px;
    border-top:#014eaf solid 1px;
	border-collapse: collapse;
}
table.webfm tbody th {
	background:#014eaf;
	color:#FFF;
	padding:10px 15px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
    
}
table.webfm tbody th:last-child {
	border-right:#a14eaf solid 1px;
}
table.webfm tbody th {
	background:#014eaf;
	color:#FFF;
	padding:10px 15px;
	border-bottom:#FFF solid 1px;
	vertical-align:top;
}
table.webfm tr:last-child th {
	border-bottom:#a14eaf solid 1px;
}
table.webfm tbody td {
	/*background:#FFF;*/
	padding:10px 15px;
	border-left:#014eaf solid 1px;
	border-bottom:#014eaf solid 1px;
	/*vertical-align:top;*/
}
table.webfm tr:nth-child(odd){
  background-color:#f0f4fa;
}

/*奇数行の色*/
table.webfm tr:nth-child(even){
  background-color:#ffff80;
}

input.button{
    /*font-size:1.1em;
    width:20%;*/
    position: relative;
    display: inline-block;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF;
    background: #4c84cb;/*色*/
    border: solid 1px #4c84cb;/*線色*/
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    
}
input.button:hover{
    opacity: .6;
}
input.button:active {
    border: solid 1px #03A9F4;
    background: #03A9F4;
    box-shadow: none;
    text-shadow: none;
}

input.button:disabled {
    background: #ccc;
    border: solid 1px #ccc;
}
div#upform2{
    margin-top: 10px;
}
label.fileinput {
     background: #000;
     color: #fff;
     cursor: pointer;
     padding: 15px 30px;
     margin: 0 10px 0 0;
     display: inline-block;
}
label.fileinput input {
     /*display: none;*/
}

/*アコーディオン化関連*/
.accbox {
    border-bottom: solid 1px #b9b9b9;  
}
.accbox h1.category-title{
    margin-bottom: 0;
}

.accbox label {
    /*display: block;*/
    color: #014eaf;
    text-decoration: none;
    cursor :pointer;
    transition: all 0.5s;
}

.accbox label:hover {
    opacity: .6;
    text-decoration:underline
}

.accbox input.cssacc {
    display: none;
}
.accbox .accshow {
    height: 0;
    /*padding: 0;*/
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
    
      
}

.cssacc:checked + .accshow {
    height: auto;
    /*padding: 5px;
    background: #eaeaea;*/
    opacity: 1;
}