/*-----------------body始まり-----------------*/
body {
	width: 100%;
}

* {
	margin: 0;
	padding: 0;
}

.base {
	width: 100%;
	font-size: 16px;
}

/*トップへ戻る*/
.top_back {
    width: 60px;
    position: fixed;
    bottom: 80px;
    right: 3px;
    z-index: 999;
}

.top_back img {
	width: 100%;
}

/*青線*/
.line_blue { 
	width: 100%;
	border-bottom: solid 2px rgb(8, 72, 140);
	clear: both;
	padding-top: 5px;
}

/*灰線*/
.line_gray { 
	width: 100%;
	border-bottom: solid 2px rgb(202, 202, 202);
	clear: left;

}

/*縦線*/
.line_length { 
	height: 245px;
	border-right: solid 1px rgb(202, 202, 202);
	float: left;
	margin: 10px 3%;
}

/*影*/
#shadow { 
	width: 100%;
	height: 2px;
	box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.8);
	position: relative;
}

/*コンテンツmain*/
.main {
	width: 100%;
	max-width: 1000px;
	margin: auto;
}

.main2 {
	width: 60%;
	max-width: 600px;
	max-height: 550px;
	min-height: 440px;
	margin-left: 5%;
}

.main3 {
	width: 30%;
	max-width: 270px;
	float: right;
	margin-right: 5%;
}


/*タイトル*/
.title {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 5px;
}


/*h1*/
h1 {
	font-weight: normal;
	font-size: 16px;
	display: inline;
}

/*ul li*/
ul {
	width: 100%;
}

ul li {
	list-style: none;
}

/*青文字*/
.blue {
	color: rgb(31, 78, 121);
	font-size: 20px;
}

.blue.bold {
    border-bottom: dotted 2px #87CEFA;
    margin-bottom: 10px;
}

/*オレンジ文字*/
.orange {
	color: rgb(254, 94, 39);
	font-size: 20px;
}

/*オレンジ文字(薄い版)
.orange2 {
	color: rgb(252, 110, 80);
}
*/
.orange.bold {
    border-bottom: dotted 2px #FFA30F;
    margin-bottom: 10px;
}

/*赤文字*/
.red {
	color: red;
}

/*濃い赤文字*/
.darkred {
	color: rgb(192, 0, 0);
}


/*太字*/
.bold {
	font-weight: bold;
}

/*普通*/
.normal {
	font-weight: normal;
}

/*中文字*/
.middle {
	font-size: 12px;
}

/*小文字*/
.small {
	font-size: 10px;
}

/*ダミー*/
#top_img {
	display: none;
}

/*非表示*/
#head_menu #ico,
#head_menu a,
#head_menu #sp,
.point,
.close,
#head_menu2 #menu_ico2,
#head_menu2 a,
.h_m2_ti,
#blog_ti,
.line_darkgray,
#head_menu4,
#head_menu5 {
	display: none;
}

#site,
#privacy {
	display: none!important;
}
/*-----------------body終わり-----------------*/

/*-----------------header始まり-----------------*/
#head {
	width: 90%;
	margin: auto;
	display: table;
}

/*ロゴ*/
.logo {
	float: left;
	width: 20%;
}

.logo img {
	width: 100%;
}

/*電話番号*/
.head_tel {
	width: 50%;
	float: right;
}
.head_tel img {
    width: 100%;
    max-width: 300px;
    float: right;
    margin-top: 2%;
}



/*-----------------header終わり-----------------*/

/*-----------------menu始まり-----------------*/
#input_product {
	width: 100%;
	height: 100%;
	bacground: none;
	position: relative;
}

#head_menu {
	width: 90%;
	margin: auto;
	display: block;
}

/*1階層メニュー*/
#head_menu ul {
	height: auto;
	display: table;
	table-layout: fixed;
}

#head_menu ul li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 10px 0;
}

#head_menu ul li:hover {
	background: rgb(242, 242, 242)!important;
	cursor: pointer;
}

#head_menu ul li a {
	display: block;
	text-decoration: none;
	color: #000;
}

/*▼*/
#head_menu ul li img {
	width: 6%;
	margin-left: 10px;
}

/*製品紹介*/
#product {
	clear: left;
}

/*2階層メニュー　製品紹介*/
#head_menu2 {
	max-width: 650px;
	margin-left: 5%;
	display: none;
	position: absolute;
	z-index:5
}

#head_menu2 ul {
	height: auto;
	display: inline-block;
	background: rgb(242, 242, 242);
	border-top: 1px solid rgb(188, 188, 188);
}

#head_menu2 ul li {
	width: 100%;
	height: 40px;
	vertical-align: middle;
	text-align: left;
	display: table;
}

#head_menu2 ul li:hover {
	background: rgb(191, 191, 191);
}

/*▶*/
#head_menu2 ul li img{
	width: 6%;
	margin-left: 10px;
	float: right;
	padding-right: 10px;
}

#head_menu2 ul li a {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
	color: #000;
	font-size: 16px;
}


#head_menu2 ul li span {
	padding-left: 20px;
}

/*2階層メニュー左側*/
#menu_tabi {
	float: left;
	width: 50%;
}

#head_menu2 #nav02 {
	float: left;
	width: 50%;
}

#head_menu2 #nav02 ul,
#head_menu2 #nav08 ul {
	width: 50%;
}

#head_menu2 #nav02 ul li span,
#head_menu2 #nav08 ul li span {
	padding-left: 10%;
}

ul#nav08 {
    border-top: none;
}

.tabi_menu {
	clear: left;
}

.tabines span,
.bus span {
	font-size: 20px;
	padding-left: 5%!important;
}

/*2階層メニュー右側*/
#head_menu2 #nav03 {
	width: 50%;
	float: right;
}

#head_menu2 #nav03  ul li span {
	padding-left: 10%;
}


/*2階層メニュー共通*/
#head_menu2 #nav01 {
	float: left;
}

#head_menu2 #nav07 ul li img {
	width: 1%;
}

#head_menu2 #nav01 ul li span {
	padding-left: 5%;
}


#head_menu2 #nav07 li img{
	width: 3%;
} 

.menu_bottom {
	margin: 0 0 5% 0;
}

.not_hover {
	pointer-events: none;
}

/*2階層メニュー　ブログ*/
#head_menu3 {
	width: 18%;
	margin-left: 77%;
	display: none;
	position: absolute;
	z-index:5
}

#head_menu3 ul {
	height: auto;
	display: inline-block;
	background: rgb(242, 242, 242);
	border-top: 1px solid rgb(188, 188, 188);
}

#head_menu3 ul li {
	width: 100%;
	height: 40px;
	vertical-align: middle;
	text-align: left;
	display: table;
}

#head_menu3 ul li:hover {
	background: rgb(191, 191, 191);
}

#head_menu3 ul li a {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
	color: #000;
	font-size: 16px;
}

#head_menu3 ul li span {
	padding-left: 5%;
}

/*▶*/
#head_menu3 ul li img{
	width: 9%;
	margin-left: 10px;
	float: right;
	padding-right: 10px;
}

/*2階層メニュー左側*/
#head_menu3 #nav04 {
	float: left;
}

/*黒背景*/
#black {
	width: 100%;
	height: 440px;
	position: absolute;
	z-index: 4;
	background: rgba(0, 0, 0, 0.2);
	display: none;
}

/*----画面サイズに合わせた解像度を設定----*/
@media screen and (min-width: 640px) and (max-width: 1000px) {
#head_menu2 ul li a,
#head_menu3 ul li a {
	font-size: 15px;
}

.tabines span,
.bus span {
	font-size: 16px;
}
}

@media screen and (min-width: 640px) and (max-width: 1125px) {
#head_menu {
	width: 75%;
}
	
#head_menu .point2{
	display: none;
}
		
#head_menu ul li {
	display: block;
	width: 25%;
	float: left;
}

#head_menu3 {
    margin-left: 69.5%;
}
}

/*-----------------menu終わり-----------------*/

/*------------トップイメージ始まり------------*/
#top_slide {
    width: 100%;
    height: auto;
    max-height: 253px;
	background: rgb(242, 242, 242);
}


#slide {
	width: 100%;
	max-width: 900px; 
	height: auto;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}



#top_slide img {
	width: 100%;
}


/*左右矢印*/
#slide_left,
#slide_right {
	width: 3%;
	max-width:40px;
	position: absolute;
	opacity: 0.5;
	z-index: 3;
	margin-top: 10%;
}

#slide_left:hover,
#slide_right:hover {
	opacity: 1;
}

#slide_left {
	left: 0;
}

#slide_right {
	right: 0;
}

/*●*/
#slide_maru {
	width: 100%;
	margin: 10px auto;
}

#top_slide ul {
	margin: 0 auto;
	text-align: center;
}

#top_slide ul li {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 10px;
	background-color: rgb(242, 242, 242);
	border: 2px solid rgb(202, 202, 202);
	margin: 0 5px;
	
}

#top_slide ul li:hover {
	cursor: pointer;
}
/*------------トップイメージ終わり------------*/

/*------------PRODUCTS始まり------------*/

.maincontents{
	background-color:rgb(240,244,244);
}

#pro_tabi{
	width:50%;
}

#pro_bus{
	width:50%;
}

#pro_tabi1,#new_tabi1{
	background-color:rgb(244,240,255);
	width:50%;
    padding-right: 20px;
}

#pro_bus1,#new_bus1{
	background-color:rgb(253,241,205);
	width:50%;
    padding-right: 20px;
}
	
#main_product ul{
	display: table;
	table-layout: fixed;
}

#main_product ul li{
	display: table-cell;
}

.mini_title {
	width: 90%;
	margin: auto;
    text-align: center;
}

.mini_title img {
	width: 100%;
	max-width: 300px;
	position: relative;
	border: solid 1px rgba(242, 242, 242, 1);
}

.mini_title:hover {
	opacity: 0.7;
}

img.tabimainimage1 {
    border: solid 4px rgb(43, 87, 154);
    border-radius: 3px 3px 0px 0px;
}

img.busmainimage1 {
    border: solid 4px rgb(234, 127, 54);
    border-radius: 3px 3px 0px 0px;
}


img.busmainimage2 {
    border: solid 12px rgb(221, 221, 24);
    border-radius:  3px 3px 0px 0px;  
}  


img.tabimainimage2 {
    border: solid 12px rgb(82, 173, 104);
    border-radius: 3px 3px 0px 0px;
}



#pro_ti {
	width: 40.6%;
	position: absolute;
	font-size: 18
px;
	text-align: center;
	background: rgba(255, 255, 255, 0.7);
	margin-top: -67px;
	padding: 15px 0;
}

.pro_sentence {
	width: 90%;
	margin: 15px auto;
    font-size: 16px;
    text-align: center;
}

p.maintext {
    margin: 10px;
    text-align: left;
}

h2 {
    font-size: 16px;
	margin: 0;
}


/*------------PRODUCTS終わり------------*/

.support_img{
	text-align:center;
}
.support_img img{
	width:90%;
	text-align:center;
	margin:10px;
}


/*------------NEWS始まり------------*/
#main_news {
	margin: 30px auto;
}

.new_list {
	width: 100%;
}

.new_list ul{
	display: table;
	table-layout: fixed;
}

.new_list ul li{
	display: table-cell;
	margin-left: 5%;
}

.new_list ul li ul {
	display: inline-block;
	margin-left: 5%;
}

.new_list ul li ul li {
	width: 50%;
	display: inline-block;
	float: left;
	margin-left: 0;
	margin-top: 10px;
}


.new_list ul li ul li a img {
	width: 100%;
	margin: auto;
    border: solid 1px rgba(178,178,178, 1);

}

.new_list ul li ul li a {
	width: 90%;
	margin: auto;
	text-decoration: none;
	display: inline-block;
    font-size: 16px;
}

.new_list ul li ul li span img {
	width: 5%;
	margin-right: 5px;
	border: none;
}

.new_sentence {
	width: 100%;
	margin: 10px auto;
	color: #000;
}

.new_mini_title {
	font-size: 20px;
	margin-left: 5%;
	text-align: center;
}

#new_tabi ul li:hover,
#new_bus ul li:hover {
	opacity: 0.7;
}


/*------------NEWS終わり------------*/





/*------------INFORMATION始まり------------*/
#main_information {
	width: 60%;
	float: left;
}

.info_list {
	width: 100%;
/*	width: 120%;*/	
}

.info_list ul {
	width: 100%;
	margin: auto;
}

.info_list ul li {
/*	width: 90%;*/
	width: 100%;
    font-size: 18px;
}

.info_back {
	margin-top: 10px;
	float: right;
}

.backnumber{
	width: 95%;
	margin-top: 10px;

	text-align: right;
	font-size:19px;;
}

.info_backnumber{
	text-align:left;
}


/*------------INFORMATION終わり------------*/

/*------------AZESTA LINKS始まり------------*/

.link_list {
	width: 100%;
}

.link_list ul {
	width: 80%;
	margin: auto;
}

.link_list ul li {
	width: 100%;
	margin-bottom: 10px;
}

.link_list ul li img {
	width: 70%;
	min-width: 220px;
}

.link_list ul li img:hover {
	opacity: 0.7;
}

/*------------AZESTA LINKS終わり------------*/

/*------------TOPICS始まり------------*/

.topics_list {
	width: 100%;
}

.topics_list ul {
	width: 80%;
	margin: auto;
}

.topics_list ul li {
	width: 100%;
	margin-bottom: 10px;
}

.topics_list ul li img {
	width: 70%;
	min-width: 220px;
}

.topics_list ul li img:hover {
	opacity: 0.7;
}

.IT_subsidy {
	text-align:left;
}


/*------------TOPICS終わり------------*/

/*------------AZESTA TEAMVIEWER始まり------------*/
#main_teamviewer {
	margin-top: 10px;
}

.tv_list {
	width: 80%;
	margin: auto;
}

.tv_list img {
	width: 80%;
	min-width: 220px;
	margin-bottom: 10px;
}

.tv_list img:hover {
	opacity: 0.7;
}
/*------------AZESTA TEAMVIEWER終わり------------*/

/*------------links紹介始まり------------*/
#main_intro_links {
	width: 90%;
	margin: auto;
	clear: both;
	padding: 30px 0;
}

.in_li_list {
	width: 100%;
}

.in_li_list ul {
	display: table;
	table-layout: fixed;
}

.in_li_list ul li {
	display: table-cell;
	text-align: center;
}

.in_li_list ul li img {
	width: 80%;
	max-width: 230px;
	border: solid 1px rgba(242, 242, 242, 1);
}

.in_li_list ul li img:hover {
	opacity: 0.7;
}
/*------------links紹介終わり------------*/

/*------------サイトマップ始まり------------*/
#main_sitemap {
	width: 100%;
	height: auto;
	display: inline-block;
	background: rgb(242, 242, 242);
	padding: 20px 0px;
}

.site_list {
    width: 90%;
	height: auto;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}


.site_list span {
    font-size: 12px;
}

.site_list.bold {
	padding-bottom: 5px;
}

.site_list ul li {
	min-width: 10%;
	float: left
}

#site_com {
	width: 16%;
}

#site_com ul li{
	padding-bottom: 5px;
}


#site_pro {
	width: 47%;
}

#site_pro ul li {
	width: 50%;
	padding-bottom: 5px;
}

#site_pro ul li ul li{
	width: 100%;
}

#site_inq {
	width: 10%;
	padding-bottom: 5px;
    font-size: 1.3vw;
}

.site_list ul li ul {
	float: left;
}

#site_blog {
	padding-top: 20px;
}

#site_system {
	width: 17%;
}

#site_blog ul li,
#site_system ul li {
	clear: left!important;
	padding-bottom: 5px;
}

#site_inq ul li {
	clear: left!important;
	padding-bottom: 5px;
}

#site_sen {
	height: 23px;
}

#site_sen2 {
	height: 50px;
}

.site_list ul li ul li{
	width: 100%;
}


.site_list ul li ul li ul {
	padding-left: 5%;
	padding-top: 5px;
}

.site_list ul li ul li ul li {
	width: 100%;
	clear: left;
}


.site_list ul li a {
	text-decoration: none;
	color: #000;
    font-size: 12px;
}

#site_home a:hover,
.site_list ul li a:hover {
	text-decoration: underline;
}

.site_tabi {
    float: left;
    width: 50%;
}

.site_tabi li {
    float: none!important;
    width: auto!important;
}

/*------------サイトマップ終わり------------*/

/*------------フッター始まり------------*/
#footer {
	width: 100%;
	height: auto;
	display: inline-block;
	background: rgb(8, 72, 140);
}

.footer_list {
	width: 90%;
	margin: auto;
	padding-top: 20px;
}

.footer_list ul li {
	width: 50%;
}

.footer_list ul li a{
	color: #fff;
	text-decoration: none;
    font-size: 12px;
}

.footer_list ul li ul li {
	width: auto;
	padding-right: 5%;
}

#footer_copy {
	padding-top: 6%;
	padding-bottom: 10px;
}

#footer_copy a {
    font-size: 10px;
}

#footer_add {
	float: right;
}

#footer_add ul li {
	clear: both;
}

#footer_add ul li a {
	text-align: right;
	display: block;
}

#footer_add ul li a span{
	color: orange;
}
	
/*------------フッター終わり------------*/