@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size: 14px;
	color: #333;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.6;
	background: #f2f2f2;
}

.inner {
	position: relative;
	max-width: 1080px;
	margin: 0 auto;
}

#video_top_menu {
	height:40px;
	width:100%;
	background: #000;
	position: absolute;
	top:0;
}


header {
	box-sizing: border-box;
	z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fcfcfc;
}

nav {
	width: 100%;
}
nav:after {
	content: '';
	display: block;
	clear: both;
}

#contents {
	box-sizing: border-box;
	overflow: hidden;
	max-width: 1080px;
	margin: 0px auto 10px;
}

body#hold #contents {
	width: 1080px;
	margin: 0px auto 10px;
}



#main {
	box-sizing: border-box;
	overflow: hidden;
	float: left;
	/*width: 80%;*/
	padding: 10px;
	background: #000;
}

#monitor {
	width:100%;
}

#monitor ul{
	width:100%;
	display: flex;	
	flex-wrap: wrap;


}

#monitor ul li{
	margin:10px 10px 20px 10px;
}



#monitor ul li img{
	width:412px;

}


#sub {
	box-sizing: border-box;
	overflow: hidden;
	float: right;
	width: 20%;
	padding:0;
	background: #fff;
	height: 100%;
    position: absolute;
    right: 0;
    overflow: scroll;
}

#wide {
	box-sizing: border-box;
	padding: 10px;
	background: #fff;
	margin-bottom: 20px;
}

#home #wide {
    /*background:url(../images/top_back.svg) no-repeat left 150px;*/
    background-size:contain;
    min-height: 400px;
}

#form {
	width:500px;
	margin:50px auto;

}

#form input {
	width:100%;
	height:40px;
}

#form button {
	background: #2fc072;
	border-radius: 6px;
	width: 100%;
	padding: 12px;
}



#news {
	margin:30px 30px 40px

}

h3#news {
	font-size:21px;
	text-align: left;
	font-weight: 700;
}

i{
	margin-right:6px;
}



.info {
	margin:10px 30px;	
}


a {
	color: #FF1801;
	text-decoration: underline;
}
a:hover {
	color: #FF1801;
	text-decoration: none;
}

h2 {
	margin: 5px 0;
    font-size: 26px;
    text-align: center;
    font-weight: 700;
}

h3 {
	margin: 0 0 0.5em 0;
	padding: 3px 5px;
	font-size: 18px;
    text-align: center;
}

h4 {
	margin-bottom: 0.25em;
	font-size: 16px;
	color: #2a8064;
	border-bottom: 3px solid #2a8064;
}

h5 {
	position: relative;
	margin-bottom: 0.25em;
	padding-left: 10px;
	color: #333;
	font-size: 15px;
	font-weight: bold;
}
h5:before {
	content: "";
	margin-top: -7px;
	position: absolute;
	top: 50%;
	left: 0;
	width: 5px;
	height: 14px;
	background: #333;
}

h6 {
	margin-bottom: 0.25em;
	color: #382400;
	font-size: 14px;
	font-weight: bold;
}

p {
	margin: 0 0 1em 0;
}

img {
	vertical-align: bottom;
}

em {
	font-weight: bold;
}

strong {
	font-weight: bold;
	color: #ff0000;
}

pre {
	margin: 1em 0;
	padding: 1em;
}

blockquote {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px dotted #ddd;
	border-left: 5px solid #ddd;
}

ul,ol,dl {
	margin: 0 0 1em 0;
}
ul li {
	list-style: none;
}
ol li {
	list-style: decimal;
}
li {
	margin-left: 1em;
}

dt {
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #ddd;
}
dt:before {
	/*content: "\0025a0";*/
}
dd {
	margin-bottom: 1em;
}

table {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	border: 1px solid #ddd;
	background: #fff;
	margin-bottom: 60px;
}

caption {
text-align: left;
    font-size: 21px;
    padding: 3px;
    margin: 5px 10px;
    border-left: solid 7px;
}

th {
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #ddd;
	background: #eee;
	width:10em;
}
td {
	padding: 10px;
	text-align: left;
	border: 1px solid #ddd;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	background: #fff;
}

header > .inner {
	box-sizing:border-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-around;
	justify-content: space-between;
	padding: 20px 0;
}

.header_nav {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: censpace-betweenter;
	justify-content: space-between;
}

.header_tel {
	line-height: 1.2;
}

.header_tel .phonenumber {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.0;
}

.header_tel .open {
	font-size: 12px;
}

.header_require {
	margin: 0 20px;
}
.header_require a {
	display: block;
	padding: 10px 20px;
	color: #fff;
	font-weight: bold;
	border: 2px solid #93278F;
	border-radius: 5px;
	text-decoration: none;
	background: #000;
}
.header_require a:hover {
	color: #999;
	border: 2px solid #93278F;
	background: #2a8064;
}
.header_contact a {
	display: block;
	padding: 10px 20px;
	color: #fff;
	font-weight: bold;
	border: 2px solid #3ebf96;
	border-radius: 5px;
	text-decoration: none;
	background: #3ebf96;
}
.header_contact a:hover {
	color: #999;
	border: 2px solid #3ebf96;
	background: none;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
@media print, screen and (min-width:768px) {
	nav {
		background: #2fc072;
		z-index: 3;
	}

	/* 共通 */
	nav ul {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	nav ul li {
		position: relative;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	nav ul li a {
		display: block;
		margin: 0;
		padding: 16px 0;
		background: #2fc072;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		line-height: 1;
		text-decoration: none;
	}

	nav ul li:hover > a {
		color: #fff;
		background: #363535;
	}

	/* 1段目 */
	nav ul.gnav > li {
		position: relative;
		width: 24%;
		float: left;
		margin: 0;
		padding: 0;
		text-align: center;
		list-style: none;
	}

	nav ul.gnav > li:first-child {
		width: 15%;
	}

	nav ul.gnav > li.subnav a {
		padding-right: 20px;
	}

	nav ul.gnav > li.subnav > a:after {
		position: absolute;
		content: "";
		top: 20px;
		width: 0;
		height: 0;
		margin-left: 10px;
		border: 5px solid transparent;
		border-top-color: #fff;
	}

	/* 2段目 */
	nav ul li ul {
		position: absolute;
		z-index: 3;
		top: 100%;
		left: 0;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	nav ul li ul li {
		overflow: hidden;
		width: 150%;
		height: 0;
		color: #fff;
		transition: .2s;
	}

	nav ul li ul li a {
		padding: 13px 15px;
		text-align: left;
		background: #3d3d3d;
		font-weight: normal;
	}

	nav ul li ul li a:hover {
		background: #363535;
	}

	nav ul li:hover > ul > li {
		overflow: visible;
		height: 40px;
		border-bottom: 1px solid #464545;
	}

	nav ul li:hover ul li:last-child {
		border-bottom: none;
	}

	nav ul.gnav > li:last-child > ul {
		left: -50%;
	}

	nav ul li ul li ul:before {
		position: absolute;
		content: "";
		top: 13px;
		left: -20px;
		width: 0;
		height: 0;
		border: 5px solid transparent;
		border-left-color: #fff;
	}

	nav ul.gnav > li:last-child ul li ul:before {
		position: absolute;
		content: "";
		top: 13px;
		left: 200%;
		margin-left: -20px;
		border: 5px solid transparent;
		border-right-color: #fff;
	}

	/* 3段目 */
	nav ul li ul li ul {
		top: 0;
		left: 100%;
	}

	nav ul li ul li ul li {
		width: 100%;
	}

	nav ul li ul li:hover > ul > li {
		border-bottom: 1px solid #464545;
	}

	nav ul.gnav > li:last-child > ul li ul {
		left: -100%;
	}

	nav ul li ul li ul li a {
		background: #3d3d3d;
	}

	nav ul li ul li ul li a:hover {
		background: #363535;
	}

	.gnav {
		display: block !important;
	}

	#spMenu {
		display: none;
	}
}

/*================================================
 *  トピックパス（パンくずリスト）
 ================================================*/
#topicpath {
	font-size: 12px;
	padding: 20px 10px;
	background: #fcfcfc;
}

#topicpath .inner {
	width: 1024px;
	margin: 0 auto;
}

/*================================================
 *  サブコンテンツ
 ================================================*/


#top_contents {
	margin:30px auto;
}


#top_contents ul {
	display: flex;
	flex-direction: column;
}

#top_contents ul li{
	margin-bottom: 1em;
}


#sub h3 {
	background: #D3D3D3;
	margin-bottom:-1px;
	text-align: left;
	padding:10px 5px;
	border:1px solid #9B9B9B;
}

#sub h3:before {
	content: "■";
    width: 5px;
    height: 21px;
    margin-right: 5px;
    color: #9B9B9B;
    background: #9B9B9B;

}

body#hold {
	width:1024px;
	height:100%;
	background: #000;
}


/*================================================
 *  フッター
 ================================================

footer {
	box-sizing: border-box;
	max-width: 1080px;
	margin: 0 auto;
}*/

body#hold footer {
	position: absolute !important;
	bottom:0 !important;
}


footer {
	clear: both;
}

footer.menu {
	width:calc(1280px - 21.5%);;
	background: #444;

}


.footmenu {
	width: 100%;
	padding: 20px 0;
	overflow: hidden;
	background: #fff;
}
.footmenu ul {
	padding: 0;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    max-width: 980px;

}
.footmenu li {
	list-style: none;
    margin: 0;
    padding: 0 15px;
    font-size: 12px;
    text-align: center;
}
.footmenu a {
	color: #333;
	text-decoration: none;
}
.footmenu a:hover {
	color: #2a8064;
	text-decoration: underline;
}

/* ビデオミーティング画面メニュー */

.videomenu {
	width: 1024px;
	padding: 20px 0;
	overflow: hidden;

	color:#fff;
	font-weight: 700;
	display: flex;
    justify-content: space-between;
}

.videomenu ul {
	padding: 0;
    display: flex;
    justify-content: flex-start;
    margin: 0 auto;
}
.videomenu li {
	list-style: none;
    margin: 0;
    padding: 0 15px;
    font-size: 12px;
    text-align: center;
	display: flex;
    align-items: center;
}


.videomenu a {
	color: #fff;
	font-weight: 700;
	font-size:18px;
	text-decoration: none;
}

.videomenu a i{
	font-size: 24px;
}


.videomenu ul:last-child  li a {
	color:#f12;
}




.videomenu a:hover {
	color: #2a8064;
	text-decoration: underline;
}


.copyright {
	clear: both;
	padding: 20px 0;
	font-size: 11px;
	text-align: center;
	color: #efede9;
	background: #2e2e2e;
	display: flex;
	flex-direction: row;
	justify-content: center;	
}

.copyright ul {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.copyright ul li{
	margin:0 30px;
}


/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position: fixed;
	bottom: 15px;
	right: 15px;
}
.totop a {
	display: block;
	text-decoration: none;
}
.totop img {
	background: #666;
}
.totop img:hover {
	background: #555;
}

/*================================================
 *  クラス
 ================================================*/
.list {
	padding: 0 0 0 0.5em;
}
.list li {
	margin: 0;
	padding: 0 0 0 15px;
	list-style: none;
	background: url(../images/check.png) 0 5px no-repeat;
}

.info dt {
	border-bottom: none;
}
.info dd {
	padding-bottom: 1em;
	border-bottom: 1px solid #ddd;
}

.col_two_one {
	overflow: hidden;
}

.col_two_one ul {
	overflow: hidden;
	margin: 2% -2% 0 0;
}
.col_two_one li {
	list-style: none;
	float: left;
	width: 48%;
	margin: 0 2% 2% 0;
}
.col_two_one li:nth-child(2n+1) {
	clear: both;
}
.col_two_one li img {
	width: 100%;
	margin-bottom: 2.5%;
}

/* 画像中央寄せ */
.imgC{
 display: block;
 margin-left: auto;
 margin-right: auto;
 margin-top:25px;
 margin-bottom:25px;
}

.imgL{
 display: inline-block;
 float:left;
 margin-right: 25px;
 width:35%;
}

.imgR{
 display: inline-block;
 float:right;
 margin-top: 10px;
 margin-left: 25px;
}



/*================================================
 *  スライドショー
 ================================================*/
/* スライドショー */
.slide {
	/*display: none;*/
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}


.slideInner {
	position: relative;
	margin: 0 0 5px 0;
	padding: 0;
}
.slideInner li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.slideInner li img {
	margin: 0;
	padding: 0;
}

.controlNav {
	position: relative;
	float: left;
	left: 50%;
}
.controlNav span {
	position: relative;
	left: -50%;
	float: left;
	margin: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 10px;
	height: 10px;
	overflow: hidden;
	background: #ccc;
	text-indent: -9999px;
	vertical-align: middle;
}
.controlNav span:hover {
	background: #999;
	cursor: pointer;
}
.controlNav span.current {
	background: #3ebf96;
}



/*================================================
 *  PC/SP　表示切り替え
 ================================================*/


 @media screen and (min-width:768px) {

img.sp-only {
	display: none;
	}

}


 @media screen and (max-width:767px) {

img.pc-only {
	display: none;
	}

}


