@charset "utf-8";
/* ===================================================================
CSS information

 file name  :style.css
 style info :コンテンツエリア関係 他

このスタイルシートの構成
 基本設定、レイアウト、横幅設定など
 汎用class
 #header
  #utilityNav
 #navi
  #gNav
 #footer
  #footerContents
 #page
 #mainImg
  #imgArea
  #contents
   #main
   #sub
=================================================================== */

/*----------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------*/

body {
}

a:link {
	color:#2586ca;
	text-decoration: none;
}
a:visited {
	color:#2586ca;
	text-decoration: none;
}
a:hover {
	color:#42a0e2;
	text-decoration: underline;
}
a:active {
	color:#42a0e2;
	text-decoration: none;
}
a.btn{
	color: #333;
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgR {
	float: right;
	margin: 0 0 0 10px;
}

.imgL {
	float: left;
	margin: 0 10px 0 0;
}

.btn {
	text-align: center;
}

.tc {
	text-align: center;
}

td{
	word-wrap: break-word;
	word-break: break-all;
}

/* clearfix */
.clearfix:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* margin
----------------------------------------------------------*/
/* Top */
.MG-T0 { margin-top: 0 !important; }
.MG-T5 { margin-top: 5px !important; }
.MG-T10 { margin-top: 10px !important; }
.MG-T15 { margin-top: 15px !important; }
.MG-T20 { margin-top: 20px !important; }
.MG-T25 { margin-top: 25px !important; }
.MG-T30 { margin-top: 30px !important; }
/* Bottom */
.MG-B0 { margin-bottom: 0 !important; }
.MG-B5 { margin-bottom: 5px !important; }
.MG-B10 { margin-bottom: 15px !important; }
.MG-B15 { margin-bottom: 15px !important; }
.MG-B20 { margin-bottom: 20px !important; }
.MG-B25 { margin-bottom: 25px !important; }
.MG-B30 { margin-bottom: 30px !important; }

/* padding
----------------------------------------------------------*/
/* Left */
.PD-L5 { padding-left: 5px !important; }
.PD-L10 { padding-left: 10px !important; }
.PD-L15 { padding-left: 15px !important; }
.PD-L20 { padding-left: 20px !important; }
.PD-L25 { padding-left: 25px !important; }
.PD-L30 { padding-left: 30px !important; }
/* Right */
.PD-R5 { padding-right: 5px !important; }
.PD-R10 { padding-right: 10px !important; }
.PD-R15 { padding-right: 15px !important; }
.PD-R20 { padding-right: 20px !important; }
.PD-R25 { padding-right: 25px !important; }
.PD-R30 { padding-right: 30px !important; }

/* フォントサイズ・カラー
----------------------------------------------------------*/
.TXT-SS { font-size:11px !important;}
.TXT-S { font-size:12px;}
.TXT-M { font-size:14px;}
.TXT-L { font-size:16px;}

.TXT-RED { color:#FF3333;}
.TXT-ORG { color:#f7931e;}

/* 横幅
----------------------------------------------------------*/
.WAUTO{ width: auto !important;}
.WMAX{ width: 100% !important;}
.W530{ width: 530px !important;}

/* フォーム
----------------------------------------------------------*/
input[type=text].WMAX, textarea.WMAX{
  box-sizing:border-box;
  height: auto !important;
}

/* -----------------------------------------------------------
	#header
		ヘッダー
----------------------------------------------------------- */
#header {
	/* width: 960px; */
	min-width: 960px;
	padding: 0 10px;
	margin: 0 auto;
}

#header #logo {
	clear: both;
	float: left;
	color: #1A8FC6;
	font-size: 18px;
	font-weight: bold;
	width: 420px;
	background: #fff;
	margin: 0 0 20px;
}
#header #company{
	font-size: 10px;
	margin-top: 20px;
	color: #333;
}
#headerDesc {
	color: #fff;
	background: #1a8fc6;
	height: 5px;
}
#headerDescArea {
	width: 960px;
	margin: 0 auto;
}

#headerDescArea h1 {
	font-size: 10px;
	font-weight: normal;
	float: left;
	margin: 2px 0 0 10px;
	height: 5px;
}
#headerDescArea h2 {
	font-size: 10px;
	font-weight: normal;
	float: right;
	margin: 2px 10px 0 0;
	height: 5px;
}


/* #utilityNav
----------------------------------------------------------- */
#header #utilityNav {
	float: right;
	text-align: right;
	padding-top: 20px;
}

#header #utilityNav li {
	list-style-type: none;
	margin-right: 5px;
	padding:0 0 5px 8px;
}


/* -----------------------------------------------------------
	#navi
		ナビ
----------------------------------------------------------- */
#navi {
	clear: both;
	height: 50px;
	/* background: url('../img/gNav_bg.png') repeat-x center top; */
	background-color: #F1F1F1;
	border-bottom: 2px solid #1A8FC6;
	box-sizing: border-box;
}

/* #gNav
----------------------------------------------------------- */
#navi #gNav {
	/*
	clear: both;
	overflow: hidden;
	*/
	border-bottom: 2px solid #1A8FC6;
}

* html #navi #gNav {
	height: 1%;
}

#naviArea {
	width: 1020px;
	margin: 0 auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ddd;
/*	background: url('../img/gmenu_bg.png') no-repeat center top; */
	background-color: #fff;
	border-top: 1px solid #ddd;
	box-sizing: border-box;
}

#naviArea > ul{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

#navi #gNav > li {
	position: relative;
	text-align: center;
	width: 12.5%;
}

#navi #gNav > li ul{
	display: none;
	position: absolute;
	background-color: #fff;
	z-index: 1000;
	right: 0;
	top: 49px;
	width: 200px;
	border-left: 1px solid #ddd;
}

#navi #gNav > li ul li{
	border-bottom: 1px solid #ddd;
}

#navi #gNav .sub_faq{
  left: 0;
  right: auto;
  width: 100%;
}

#navi #gNav li span,
#navi #gNav li a:link,
#navi #gNav li a:visited,
#navi #gNav li a:active {
	cursor:pointer;
	color:#333;
	font-size: 12px;
	text-decoration:none;
	display:block;
/*	width: 191px; */
	height: 30px;
	padding-top: 17px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ddd;
}

#navi #gNav li.nav6 {
/*	width: calc(100% / 8 - 1); */
}

#navi #gNav li.nav6 a:link,
#navi #gNav li.nav6 a:visited,
#navi #gNav li.nav6 a:active {
/*	width: 159px; */
}


#navi #gNav span {
	color:#2586ca;
	font-size: 10px;
}

#navi #gNav li a:hover{
	color:#989898;
	background-position:0 -60px;
	text-decoration:none;
}

#navi #gNav .active {
	background-color:#2586ca;
}
#navi #gNav li.active > span,
#navi #gNav li.active > a{
	color: #fff;
}
/* -----------------------------------------------------------
	#footer
		フッター
----------------------------------------------------------- */
#footer {
	clear: both;
	background: #ededed;
	padding: 15px 0 0 0;
	margin-top: 60px;
}

#footer .copyright {
	color: #fff;
	background: #666;
	text-align: center;
	margin-top: 20px;
	padding: 15px 0 0 0;
	height: 30px;
}

#footerContents ul {
	text-align: center;
	padding: 10px 0 0 0;
}

#footerContents ul li {
	display: inline;
	border-right: solid 1px #999;
	padding: 0 10px 0 10px;
}
#footerContents ul li.end {
	display: inline;
	border: none;
	padding: 0 10px 0 10px;
}

#footerContents .box {
	width: 280px;
	float: left;
	border: none;
	margin-right: 10px;
	padding: 10px;
}

#footerContents h3 {
	font-weight: normal;
}

/* -----------------------------------------------------------
	#footerContents
		フッターコンテンツ
----------------------------------------------------------- */
#footerContents {
	width: 960px;
	margin: 0 auto;
}


/*----------------------------------------------------
	#page
----------------------------------------------------*/
#page {
	width: 100%;
}


/*----------------------------------------------------
	#mainImg
----------------------------------------------------*/
#mainImg {
	background: #fff url(../img/mainImg_bg.png);
	height: 300px;
}
#imgArea {
	width: 960px;
	margin: 0 auto;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
	/* width: 960px; */
	min-width: 960px;
	margin: 20px auto 0 auto;
	/*padding-bottom: 60px;*/
	text-align: left;
	padding: 0 10px;
}

#contents .pageTop {
	clear: both;
	text-align: right;
}

#section-head{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#section-head #section-head-left{
	flex: 1;
}

/*.contentsBox
----------------------------------------------------*/
.contentsBox {
	margin: 0 0 20px 15px;
	min-height:1px;
}

.contentsBox .box {
	font-size: 12px;
	width: 280px;
	float: left;
	border: solid #CCC 1px;
	margin-right: 10px;
	padding: 10px;
}


/*----------------------------------------------------
	#main
		メイン
----------------------------------------------------*/
#main {
	/*float: left;*/
	width: 100%;
	margin: 0 -230px 0 0;
}
#main-contents {
	/*margin: 0 250px 0 0;*/
}

#main h2{
	font-size: 16px;
	font-weight: normal;
	height: 30px;
	background: url(../img/bg-h2-mark.png) no-repeat 12px 12px ;
	padding: 8px 0 0 32px;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
	border-bottom: 3px solid #30a3d5;
}

#main h3{
	font-size: 16px;
	font-weight: normal;
	height: 30px;
	background: url(../img/bg-h3.png) no-repeat 1px center;
	padding: 9px 0 0 32px;
	border: 1px solid #cccccc;

}

#main h4{
	color: #2586ca;
	font-size: 14px;
	font-weight: normal;
	margin: 2em 0 10px 0;
}
#main h4:first-child{
	margin-top: 0;
}

#main .section{
	margin: 0 0 20px 0;
	padding: 10px 5px;
}

#main .sectionBorder{
	margin: 0 0 20px 0;
	padding: 20px 20px;
	border: solid #ccc 1px;
	min-height:1px;
}

#main .box {
	width: 190px;
	float: left;
	border-right: solid #CCC 1px;
	margin-right: 5px;
	padding: 0 15px 0 10px;
}

#main .box-end {
	width: 190px;
	float: left;
	margin-right: 5px;
	padding: 0 0 0 10px;
}

#main .col{
	float: left;
}

#main .col7{
	width: 69%;
}
#main .col6{
	width: 59%;
}
#main .col5{
	width: 49%;
}
#main .col4{
	width: 39%;
}

#main .manual li{
	margin-top: 1em;
}

#main .manual li a{
	width: 330px;
	text-align: left;
}

#main .hide{
	display: none;
}
/*
#main ul li{
	list-style-type: none;
	padding: 0 0 5px 8px;
	background: url(../img/list-arw.png) no-repeat;
	background-position:0% 30%;
}
*/
/* テーブル装飾
----------------------------------------------------------- */
#main .t-head {
	border-collapse: collapse;
	border: solid 1px #ddd;
	padding: 10px;
	background-color: #efefef;
	width: 80px;
}

#main .t-item {
	border-collapse: collapse;
	border: solid 1px #ddd;
	padding: 10px;
	width: 535px;
}

/* -----------------------------------------------------------
	#sub
		サイドバー、サブ
----------------------------------------------------------- */
#sub {
	/*float: right;*/
	width: 230px;
	margin-left: 20px;
}

#sub h3{
	font-size: 14px;
	font-weight: normal;
	width: 198px;
	height: 35px;
	background: url(../img/bg-side-h3.png) no-repeat;
	margin:0;
	padding: 9px 0 0 32px;
	border: none;
}

#sub ul {
	margin: -10px 0 2px;
}

#sub ul li{
	list-style-type: none;
	padding: 5px 0 5px 8px;
	background: url(../img/list-arw.png) no-repeat;
	background-position:0% 11px;
	border-bottom: dashed #ccc 1px;
	margin: 5px 0 5px;
}

#sub ul li:last-child{
	border: none;
}

#sub .sectionBorder{
	font-size: 12px;
	margin: -5px 0 20px 0;
	padding: 10px 10px 0px 10px;
	border: solid #ccc 1px;
}

#sub .box {
	border-bottom: solid #CCC 1px;
	padding: 5px;
}

#sub .box-end {
	padding: 5px;
}

#sub .login_input{
	margin-bottom: 6px;
	padding: 2px;
	width: 200px;
}

#sub #blanklink li{
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

#sub #blanklink ul{
	border-bottom: dashed #ccc 1px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#sub #blanklink ul.last{
  border: none;
}


/* -----------------------------------------------------------
	その他
----------------------------------------------------------- */
.pagination{
	margin-top: 0 !important;
}

.pagination ul{
	vertical-align: middle;
}

.pagination span{
	display: inline-block;
	padding-right: 20px;
}

.pagination span i{
	font-style: normal;
}

/*問合せ返信フォーム*/
#reply{
	margin-top: 2em;
	display: none;
}

/*ページボタン*/
.btn-toolbar{
	text-align:center;
}

/*カレンダー*/
.hasDatepicker {
	width: 100px !important;
}
.hasDatepicker.datepicker2 {
	width: 98% !important;
}
img.ui-datepicker-trigger{
	vertical-align: middle;
}


.groupDatepicker{
	margin-bottom: 10px;
}
.groupDatepicker .input-append{
	display: inline;
	margin-right: 4px;
}

.fblock{
	margin-top: 10px;
}

.progress{
	display: none;
}

/*リストボタン*/
.hide{
	display: none;
}

/* page-top */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}

/*問い合わせ一覧の状況リスト*/
.statusList{
	width: 80px;
	padding-left: 2px;
	font-size: small;
}

/*トップページ新着*/
#main .whats_date{
	display: inline-block;
	margin-right: 10px;
}

/* 一覧状況背景色 */
.statusbg1{
	background-color: #ffd2d2;
}
.statusbg2{
	background-color: #fff;
}
.statusbg3{
	background-color: #ff8;
}

/* ソート */
#sort,
#sort2{
	cursor: pointer;
}
#sort:hover,
#sort2:hover{
	text-decoration: none;
}
#tableList hr{
	display: block;
	height: 1px;
	border:none;
	border-top: 1px dotted #999;
	margin: 0;
}


/*  添付ファイル削除 */
.trash{
	display: inline-block;
	margin-left: 20px;
	cursor: pointer;
}
.trash:hover{
	color: #f00;
}

/* インストーラー*/
.divfile{
	display: inline-block;
}

.descarga{
	color: #2586ca;
	cursor:  pointer;
	margin-right: 10px;
}
.proceso{
	color: #a00;
}

.installTable td{
	vertical-align: middle !important;
}

#installform1 .filename,
#installform2 .filename{
	display: inline-block;
	margin-right: 20px;
}

#installform1 label.error,
#installform2 label.error{
	display: block;
	color: #b94a48;
}
#installform1 #progress_bar1,
#installform2 #progress_bar2{
	margin: 10px 0;
	width: 300px;
}

/*　ユーザー一覧 */
.userTable.table th,
.userTable.table td{
	padding: 4px;
	font-size: 12px;
}

.userTable.table td.ups{
	text-align: center;
	font-size: 10px;
	width: 1em;
	color: #ddd;
}

.userTable.table td.ups.on{
	background-color: #f2dede;
	color: #000;
}

.userTable.table td.lt{
	font-size: 10px;
	text-align: center;
	color: #ddd;
}

.userTable.table td.lt1.on{
	color: #c00;
}

.userTable.table td.lt2.on{
	color: #00c;
}

.userTable.table td.lt3.on{
	color: #090;
}

.userTable.table td.lt4.on{
	color: #f90;
}

#licenseUpdateTable td{
	padding: 0;
}
#licenseUpdateTable td input{
	width: 98%;
	padding: 0;
	-webkit-border-radius: 0px;
       -moz-border-radius: 0px;
            border-radius: 0px;
}

#licenseList table{
	width: 710px;
}

#licenseList table th{
	background-color: #efefef;
	padding: 2px 0;
}

#licenseList table td{
	width: 10%;
}

.table-bordered.table-color2 th {
    background-color: #eec391;
}

.table-bordered.table-color3 th {
    background-color: #d0ee91;
}

.table.table-border-none td{
	border: none;
}

#taglist{
	display: flex;
	flex-wrap: wrap;
}
#taglist li{
	display: inline-block;
	padding-right: 10px;
}

.whats_link{
	padding-right: 10px;
	font-size: 14px;
}

pre em,
.redactor-box em{
    font-style: italic;
}

img.zoom{
	cursor:pointer;
}
img.zoom:hover{
	opacity: 0.9;
}

#zoom{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background-color: rgba(0,0,0,.5);
}
#zoom .zoomin{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin: auto;
	background-color: #fff;
	padding: 10px;
}
#zoom .close{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 40px;
	height: 40px;
	transform: rotate(45deg);
	cursor:pointer;
}
#zoom .close::before{
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 40px;
	background-color: #fff;
	left: 20px;
	top: 0;
}
#zoom .close::after{
	content: "";
	display: block;
	position: absolute;
	height: 1px;
	width: 40px;
	background-color: #fff;
	top: 20px;
	left: 0;
}

#sendmail #tolist{
	margin: 0.5rem 0;
}

#sendmail #tolist li{
	margin-bottom: 2px;
}

#sendmail #tolist li label{
	cursor: pointer;
}

#sendmail #tolist li input[type=checkbox]{
	margin: 0;
}
#sendmail #tolist li input[type=text]{
	border: none;
	background: none;
	cursor: default;
	outline: none;
	box-shadow: none;
}

#version-table tr{
	background-color: #fff;
	width: 100%;
}

.table td.sortbar{
	width: 30px;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	line-height: 0;
}

#sendmail.disabled li{
	color: #aaa;
}

/* Manual custom css */
.man_container {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border: 0;
    white-space: normal;
}
.man_head {
    font-size: 16px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    border-bottom: 2px solid #1A8FC6;
    white-space: normal;
}
.man_box {
    margin: 10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
    border: solid #ccc 1px;
    white-space: normal;
}
.man_box_nonBorder {
    margin: 10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
    border:  0px 0px 0px 0px;
    white-space: normal;
}
.man_box_pre {
    white-space: pre;
}
.man_tabel_head {
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 10px;
    white-space: pre;
}
.man_row_head {
    padding:0px 50px 0px 20px;
    white-space: normal;
}
.man_group_head {
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 10px;
    margin-right: 10%;
    border-bottom: solid #ccc 1px;
    white-space: normal;
}
.man_detail_head {
    color: #1A8FC6;
    font-size: 14px;
    margin-right: 10%;
    border-bottom:1px solid #1A8FC6;
    white-space: normal;
}
.man_detail_body {
    margin: 10px 10px 10px 10px;
    padding: 10px 10px 10px 10px;
    border:  0px 0px 0px 0px;
    white-space: normal;
}

/* youtube */
#movie-list{
  display: flex;
  flex-wrap: wrap;

  .movie-box{
    position: relative;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
    aspect-ratio: 16/9;
    line-height: 1;
  }
  .movie-box:hover{
    opacity: 0.8;
  }
  .movie-box:nth-child(3n){
    margin-right: 0;
  }
  .movie-box a{
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .movie-box iframe{
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
  }
  .movie-box p{
    line-height: 1.5;
    margin-top: 10px;
  }

}

#movie-table td .tc{
  line-height: 1;
}
#movie-table td .tc input[type=checkbox]{
  float: none;
}
#movie-table td .movie-layout{
  display: flex;
  gap: 15px;
  align-items: center;
}
#movie-table td .movie-layout .movie-col{
}