@charset "UTF-8";
/*==========基本構造==========
1.共通設定
2.基本構造
3.SUB共通
4.ヘッダー
5.フッター
==============================*/

@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);


/* --------------------------------------------------- 
1.共通設定
---------------------------------------------------- */
html {
	font-size: 62.5%;/* font-size 1em = 10px */
	height: 100%;
}
body {
	width: 100%;
	position: relative;
	height: auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
	font-family: 'Roboto','Noto Sans JP','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, helvetica, sans-serif;
	line-height: 1.6;
	color: #000;
	font-weight: 400;
}
.noto100 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
}
.noto300 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
.noto400 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.noto500 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.noto700 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.noto900 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}

.utukushi {
	font-family:'utukushi', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-weight: normal
}
p {
	font-size: 1.7em;
	line-height: 2.0em
}
.note, .font_s {
	font-size: 1.2em;
}
/*clearfix*/		
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
/*float*/
.float_r {
	float: right;
}
.float_l {
	float: left;
}
/*text*/
.txt_center {
	text-align: center !important;
}
.txt_right {
	text-align: right !important;
}
.red {
	color: red;
}
.blue {
	color: #3333FF;
}
.sky {
	color: #39bfdf!important;
}

@media screen and (max-width: 769px) {
.float_r {
	float: none;
	margin: 0 auto;
    text-align: center;}
}

/*margin*/
.mt0 {
	margin-top: 0px !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt25 {
	margin-top: 25px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt35 {
	margin-top: 35px !important;
}
.mt40 {
	margin-top: 40px !important;
}
.mr0 {
	margin-right: 0px !important;
}
.mr5 {
	margin-right: 5px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr25 {
	margin-right: 25px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mr35 {
	margin-right: 35px !important;
}
.mr40 {
	margin-right: 40px !important;
}
.mb0 {
	margin-bottom: 0px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb25 {
	margin-bottom: 25px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb35 {
	margin-bottom: 35px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.ml0 {
	margin-left: 0px !important;
}
.ml5 {
	margin-left: 5px !important;
}
.ml10 {
	margin-left: 10px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.ml20 {
	margin-left: 20px !important;
}
.ml25 {
	margin-left: 25px !important;
}
.ml30 {
	margin-left: 30px !important;
}
.ml35 {
	margin-left: 35px !important;
}
.ml40 {
	margin-left: 40px !important;
}
.pb30{padding-bottom: 30px}
/*link*/
a {
	transition-duration: 0.6s;
	text-decoration: underline;
}
a:hover {
	color: #BD1C10;
	text-decoration: underline;
}
a:link {
	color: #595757;
}
a:visited {
	color: #595757;
}
a:active {
	color: #595757;
}
img {
	width: auto;
	max-width: 100%;
}
a img {
	transition-duration: 0.8s;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
a:hover img {
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;
}
.fs80p{
	font-size:80%;
}
/* --------------------------------------------------- 
2.基本構造
---------------------------------------------------- */
/*inner*/
.inner {
	width: calc(100% - 20px);
	max-width: 1000px;
	margin: 0 auto;
	padding-right:10px;
	padding-left:10px;
}

@media print, screen and (max-width: 769px) {
.inner {
	width: 92%;
	margin: 0 auto;
	padding-right:4%;
	padding-left:4%;
}
}
/*page-top*/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 10px;
	z-index: 800;
}
#page-top {
	text-decoration: none !important;
	color: #fff;
	width: 40px;
	height: 40px;
	display: block;
	text-indent: -9999px;
	background: url(../images/common/pagetop.png) no-repeat center #454545;
	cursor: pointer;
	border-radius: 2px;
	-webkit-border-radius: 2px; 
    -moz-border-radius: 2px;
}
#page-top:hover {
	text-decoration: none !important;
	background: url(../images/common/pagetop.png) no-repeat center #727171;
}
/* --------------------------------------------------- 
3.SUB共通
---------------------------------------------------- */
.head_lv1 {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative
}
.head_lv1 h1 {
	font-size: 3.6rem;
	font-weight: 400;
	color: white;
	line-height: 0.9;
	letter-spacing: 0.08em;
	text-align: center;
	font-family: "Noto Sans JP",Helvetica, sans-serif;
	text-shadow:0px 0px 10px rgba(0,0,0,.2);
	width: calc(100% - 18px);
	margin: 0 auto;
	max-width: 960px;
	margin-top:8px;
	position: relative;
}
.head_lv1 h1 span {
	display:inline-block;
	width: 90px;
	height: 3px;
	background: #fff;
}
/* start of MIXIN STYLES*/
.head_lv1_tunnel {
	height: 350px;
	padding: 0;
	background: rgba(0,0,0, .4) url(../images/top/index_bg01.jpg) no-repeat center;
	background-size: cover;
	background-blend-mode: overlay;
}
.head_lv1_sale {
	height: 350px;
	padding: 0;
	background:rgba(0,0,0, .5)  url(../images/service/svctop_sale.jpg) no-repeat center top 28%;
	background-size: cover;
	background-blend-mode: overlay;

}
.head_lv1_support {
	height: 350px;
	padding: 0;
	background:rgba(0,0,0, .5) url(../images/service/svctop_support.jpg) no-repeat center ;
	background-size: cover;
	background-blend-mode: overlay;
	
}
.head_lv1_sci {
	height: 350px;
	padding: 0;
	background:rgba(0,0,0, .4)  url(../images/service/svctop_sci.jpg) no-repeat center;
	background-size: cover;
	background-blend-mode:overlay;

}
.head_lv1_company{
	height: 350px;
	padding: 0;
	background:rgba(0,0,0, .4) url(../images/company/company_main.jpg) no-repeat center bottom;
	background-size: cover;
	background-blend-mode:overlay;
}
.head_lv1_recruit{
	height: 350px;
	padding: 0;
	background:rgba(0,0,0, .4) url(../images/top/index_bg04.jpg) no-repeat center top 30%;
	background-size: cover;
	background-blend-mode:overlay;
}
.head_lv1_download{
	height: 350px;
	padding: 0;
	background:rgba(0,0,0, .4) url(../images/download/download_main.jpg) no-repeat center ;
	background-size: cover;
	background-blend-mode:overlay;
}
.head_lv1_inquiry{
	height: 350px;
	padding: 0;
	background:rgba(0,0,0, .4) url(../images/top/index_main.jpg) no-repeat center top;
	background-size: cover;
	background-blend-mode:overlay;
}
.head_lv1_topics{
	height: 350px;
	padding: 0;
	background:rgba(0,0,0, .4) url(../images/topics/topics_main.jpg) no-repeat center;
	background-size: cover;
	background-blend-mode:overlay;
}
.head_lv1_social {
  height: 350px;
	padding: 0;
	background:rgba(0,0,0, .4) url("../images/social/social_main.jpg") no-repeat center bottom;
	background-size: cover;
	background-blend-mode:overlay;
}



@media screen and (max-width: 769px) {
.head_lv1 {
	width: 100%;
	margin: 0 auto;
	position: relative;
	top:42px;
}
.head_lv1 h1 {
	font-size: 2.4rem;
	width: 94%;	
}
.head_lv1 h1 small{
	font-size: 1.8rem;
	top:6px;
}
.head_lv1_tunnel {
	height: 160px;
	padding: 0;
}
.head_lv1_sale {
	height: 160px;
	padding: 0;
}
.head_lv1_support {
	height: 160px;
	padding: 0;
}
.head_lv1_sci {
	height: 160px;
	padding: 0;
}
.head_lv1_company{
	height: 160px;
	padding: 0;
}
.head_lv1_recruit{
	height: 160px;
	padding: 0;
}
.head_lv1_download{
	height: 160px;
	padding: 0;
}	

.head_lv1_inquiry{
	height: 160px;
	padding: 0;
}	
.head_lv1_topics{
	height: 160px;
	padding: 0;
}	
	
}
/* パンくず共通 */
.breadCrumb {
	margin-top: 20px;
	margin-bottom: 20px;
}   

.breadCrumb.mb20 {
	margin-top: 20px;
	margin-bottom: 20px;
} 
.breadCrumb ul {
	display: -webkit-flex;
    display: flex;
  -webkit-box-pack:end;
  justify-content:flex-end;
}
.breadCrumb ul li a {
	display: block;
	padding: 0px 10px;
	text-align: left;
	text-decoration: none;
	color:#252525;
	font-size: 1.2em;
}
.breadCrumb ul li a:hover {
	color: #39bfdf;

}
.breadCrumb ul li.arrow {
	padding: 3px 0px;
}
.breadCrumb ul li:last-child {
	padding: 0px 0px 0px 10px;
	text-align: left;
	text-decoration: none;
	color:#252525;
	font-size: 1.2em;
}
@media screen and (max-width: 769px) {
.breadCrumb {
	margin-top: 70px;
	margin-bottom: 30px;
}  
.breadCrumb ul {
	display: -webkit-flex;
    display: flex;
  align-items: center;
}
.breadCrumb ul li a {
	font-size: 1.1rem;
}
.breadCrumb ul li:last-child {
	font-size: 1.1rem;
}
}

/* 下層カラム共通 */
#sec-content {
	padding-bottom: 80px;
}
#sec-content .inner {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	justify-content:space-between;
flex-direction:row-reverse;
}
#sec-content #sec-main {
	width: calc(100% - 280px);
	margin-left: 50px;
}
.h_lv2 {
	margin-bottom: 20px;
}
.h_lv2 h2 {
	font-size: 3.0rem;
	font-weight: 400;
	padding-left: 20px;
	padding-bottom: 2px;
	color: #39bfdf;
	border-left: 4px solid #39bfdf;


}
.h_lv3 h3{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.9em;
    color: #39bfdf;
    font-weight: 500;
}
@media screen and (max-width: 769px) {

#sec-content {
	padding-bottom: 0px;
}
#sec-content #sec-main {
	width: 100%;
	margin-bottom: 20px;
	margin-left: 0;

}
#sec-content #sec-main_full {
	margin-bottom: 40px;
}
.h_lv2 h2 {
	font-size: 2.6rem;
}

}

/*=====サイドメニュー=====*/
#sec-content #sidebar {
	width: 230px;
	font-family: "Noto Sans JP",Helvetica, sans-serif;
}
#sec-content #sidebar h2 {
	font-size: 1.8rem;
	line-height: 0.8;
	padding:20px 0;
	margin-bottom: 12px;
	text-align: center;
	background: #39bfdf;
	color: #fff;
	font-weight: 500;
}

#sidebar ul.accordion {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
}
#sidebar ul.accordion li a {
	display: block;
	margin: 0;
	text-decoration: none;
	font-size: 1.6rem;
}
#sidebar ul.accordion ul {
	display: none;
	margin: 0;
	padding: 0;
}
#sidebar ul.accordion li p {
	margin: 0;
	padding: 0;
	font-size: 1.0em;
}
#sidebar ul.accordion a {
	display: block;
	margin: 0;
	padding: 30px 10px;
	background-position: 95% center;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #000000;
}
#sidebar ul.accordion span {
	display: block;
	margin: 0;
	padding: 30px 10px;
	background-position: 95% center;
	background-repeat: no-repeat;
	color: #000000;
}
#sidebar ul.accordion > li > p span {
	font-size: 1.6rem;

}
#sidebar ul.accordion > li > p span:before {
	content: " \f105";
	font-family: FontAwesome;
	margin-right: 10px;
	color: #39bfdf;
}
#sidebar ul.accordion > li > p span.open {
	color: white;
	background: #39bfdf;
}
#sidebar ul.accordion > li > p span.open:before {
	content: " \f105";
	font-family: FontAwesome;
	margin-right: 10px;
	color: #fff;
}
#sidebar ul.accordion > li > ul > li {
	background: #d3edf6;
}
#sidebar ul.accordion > li > ul > li > p {
	background: #999;
}
#sidebar ul.accordion > li > ul > li > a {
padding: 20px 0px 15px 30px;
	font-size: 1.6rem;
}
#sidebar ul.accordion > li > ul > li > a:before {
	content: " \f105";
	font-family: FontAwesome;
	margin-right: 10px;
	color: #39bfdf;
}
#sidebar ul.accordion > li > ul > li > ul > li {
	background: #39bfdf;
}
#sidebar ul li.f_nav_ar a {
}
#sidebar ul li.f_nav_ar a:before {
	content: " \f105";
	font-family: FontAwesome;
	margin-right: 10px;
	color: #39bfdf;
}
@media screen and (max-width: 769px) {
#sec-content #sidebar {
	width: 100%;
}
	#sidebar ul.accordion a {
	padding: 20px 10px;

}
#sidebar ul.accordion span {
	padding: 20px 10px;
}
}

/*non-accordinon*/
#sec-content #sidebar h2.nonacc {
    margin-bottom: 0!important;
	border-bottom:1px solid #fff;
}

#sidebar ul.accordion li.open a {
	background: #39bfdf;
	color:#fff;
	font-weight: 300;
}


/*accordion(一部)*/

#sidebar ul.open {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
}
#sidebar ul.open li a {
	display: block;
	margin: 0;
	text-decoration: none;
	font-size: 1.6rem;
}
#sidebar ul.open ul {
	display: none;
	margin: 0;
	padding: 0;
}
#sidebar ul.open li p {
	margin: 0;
	padding: 0;
	font-size: 1.0em;
}
#sidebar ul.open a {
	display: block;
	margin: 0;
	padding: 30px 10px;
	background-position: 95% center;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #000000;
}
#sidebar ul.open span {
	display: block;
	margin: 0;
	padding: 30px 10px;
	background-position: 95% center;
	background-repeat: no-repeat;
	color: #000000;
}
#sidebar ul.open > li > p span {
	font-size: 1.6rem;

}
#sidebar ul.open > li > p span:before {
	content: " \f105";
	font-family: FontAwesome;
	margin-right: 10px;
	color: #39bfdf;
}
#sidebar ul.open > li > p span{
	color: white;
	background: #39bfdf;
}
#sidebar ul.open > li > p span:before {
	content: " \f105";
	font-family: FontAwesome;
	margin-right: 10px;
	color: #fff;
}
#sidebar ul.open > li > ul > li {
	background: #d3edf6;
}
#sidebar ul.open > li > ul > li > p {
	background: #999;
}
#sidebar ul.open > li > ul > li > a {
padding: 20px 0px 15px 30px;
	font-size: 1.6rem;
}
#sidebar ul.open > li > ul > li > a:before {
	content: " \f105";
	font-family: FontAwesome;
	margin-right: 10px;
	color: #39bfdf;
}
#sidebar ul.open > li > ul > li > ul > li {
	background: #39bfdf;
}
#sidebar ul li.f_nav_ar a {
}
#sidebar ul li.f_nav_ar a:before {
	content: " \f105";
	font-family: FontAwesome;
	margin-right: 10px;
	color: #39bfdf;
}
@media screen and (max-width: 769px) {
#sec-content #sidebar {
	width: 100%;
}
	#sidebar ul.open a {
	padding: 20px 10px;

}
#sidebar ul.open span {
	padding: 20px 10px;
}
}
/* --------------------------------------------------- 
4.ヘッダー
---------------------------------------------------- */
#header {
}
#header .inner {
	/*display: -webkit-flex;
	display: flex;
	justify-content: flex-end;*/
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
}
#header .logo{
	margin-right: auto;
	padding-top: 8px;
	width: 435px;
}
#header .contact_area ul {
	display: -webkit-flex;
	display: flex;	
}

#header .contact_area ul li:first-child {
	padding-top: 17px;
	padding-right: 20px;
	color: #39bfdf;
	font-size: 1.3rem;
	text-align: center;
}
#header .contact_area ul li:first-child i {
	margin-right: 10px;
	color: #39bfdf;
	font-size: 2.8rem;
}
#header .contact_area ul li:first-child span {
	color: #1a1a1a;
	font-family: 'Roboto';
	font-size: 2.2rem;
	letter-spacing: 0.1rem;
}

#header .contact_area ul li:last-child {
	position: relative;

}


#header .contact_area ul li a:last-child {
	display: block;
	padding:26px;
	text-align: center;
	background: #c4c4c4;
}
#header .contact_area ul li a:hover {
	display: block;
	padding:26px;
	text-align: center;
	background: #39bfdf;

}
#header .contact_area ul li i:last-child {
	color: white;
	font-size: 2.8rem;
}


#gnav {
	width: calc(100% + 0px);
	display: block;
	margin: 0 auto;
	padding:8px 0;
	background: #39bfdf;
}

#gnav .inner > .spHeadNav > ul {
	width: 100%;
	display: table;
}
#gnav .inner > .spHeadNav > ul > li {
  display: table-cell;
  border-left: 1px solid white;
	width: calc(100% / 6);

}

/*----- カレントページ -----*/
#gnav li a.cate.active {
	border-bottom: 3px solid #fff;
	position: relative;
	top:8px;
}

#gnav li a.cate.active span{
	position: relative;
	top:-8px;
}



#gnav .inner > .spHeadNav > ul > li:last-child {
  border-right: 1px solid white;
}
#gnav .inner > .spHeadNav > ul > li:hover {
  color: white;
}
#gnav .inner > .spHeadNav > ul > li:hover > a {
  color: white;
}
#gnav .inner > .spHeadNav > ul > li:hover .menu {
  max-height: 9999px;
  opacity: 1;
}
#gnav .inner > .spHeadNav > ul > li > a {
	padding-top: 7px;
	padding-bottom: 7px;
	display: block;
	text-align: center;
	transition: all .2s ease-in;
	font-size: 1.6em;
	text-decoration: none;
	color: white;
	
}





#gnav .inner > .spHeadNav > ul .menu {
  transition: all .2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  left: 0;
  text-align: center;
  position: absolute;
  background-color: white;
z-index: 3;
}



#gnav .inner > .spHeadNav > ul .menu .menu_inner {
  padding: 1.5em 0;
}
#gnav .inner > .spHeadNav > ul .menu .menu_inner li {
  display: inline-block;
  margin: 0 2.0em;
}
#gnav .inner > .spHeadNav > ul .menu a {
	font-size: 1.3em;
	text-decoration: none;
  color: #1a1a1a;
}
#gnav .inner > .spHeadNav > ul .menu a:hover {
	text-decoration: underline;
}

/*header-contact*/
.pc_contact{
	display: block;
}
.sp_contact{
	display: none;
}

@media print, screen and (max-width: 769px) {

#header {
	width: 100%;
	margin: 0 auto;
	position: relative;
  z-index: 997;
}
#header .inner {
    position: fixed;
    background: #fff;
	height: 54px;
}
#header .logo {
	padding:10px 0;
	height: 54px;
	width: 100%;
}
	#header .logo img{
	height: 100%;
	max-height: 34px;
}
	#header .contact_area{
		display: none;
	}

}

@media print, screen and (max-width: 320px) { 
	#header .logo img{
	max-height: 28px;
	padding-top: 3px;
}

	
	
}


/*headerfixed*/
.fixed .fixedlogo{display: block!important;}
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
.fixed > ul > li{
	vertical-align: middle!important;
}
.fixed .fixedlogo a{padding-top: 10px!important;
padding-bottom: 0px!important}







.menu-trigger {
	display: none;
}

@media print, screen and (max-width: 769px) {
.menu-trigger {
	display: block;
	position: fixed;
	z-index: 999999999999999;
	right: 20px;
	width: 26px;
	height: 26px;
	top:26px;
}
.menu-trigger span {
	display: block;
	width: 26px;
	height: 1px;
	background: #39bfdf;
}
.menu-trigger span:before {
	display: block;
	width: 26px;
	height: 1px;
	content: '';
	-webkit-transition: all .6s;
	transition: all .6s;
	-webkit-transform: translateY(9px);
	-ms-transform: translateY(9px);
	transform: translateY(9px);
	background: #39bfdf;
}
.menu-trigger span:after {
	display: block;
	width: 26px;
	height: 1px;
	content: '';
	-webkit-transition: all .6s;
	transition: all .6s;
	-webkit-transform: translateY(-9px);
	-ms-transform: translateY(-9px);
	transform: translateY(-9px);
	background: #39bfdf;
}
.menu-trigger span.is-open {
	background: #f4f4f4;
}
.menu-trigger span.is-open:before {
	-webkit-transform: rotate(45deg) translateY(0);
	-ms-transform: rotate(45deg) translateY(0);
	transform: rotate(45deg) translateY(0);
}
.menu-trigger span.is-open:after {
	-webkit-transform: rotate(-45deg) translateY(0);
	-ms-transform: rotate(-45deg) translateY(0);
	transform: rotate(-45deg) translateY(0);
}
}

.spHeadNav {
	/*display: none;*/
}


/*追記*/
@media print, screen and (max-width: 769px) {
#gnav {
	width: 100%;
	padding:0;
}

.spHeadNav {
	display: block;
	position: fixed;
	z-index: 99999999;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	-webkit-transition: all .6s;
	transition: all .6s;
	vertical-align: middle;
	opacity: 0;
	background: #fff;
	overflow-y: scroll !important;
	-webkit-overflow-scrolling:touch;
}

.spHeadNav.is-open {
	left: 0;
	display: block;
	-webkit-transition: all .6s;
	transition: all .6s;
	opacity: 1;
	text-align: center;
}
#gnav .inner > .spHeadNav > ul {
	width: 100%;
	height:auto;
	padding-top: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#gnav .inner > .spHeadNav > ul > li {
	padding: 0;
	width: 100%;
		padding: 3% 0;
}
#gnav .inner > .spHeadNav > ul > li > a {
	font-size: 1.6rem;
	display: block;
	color: #39bfdf;
	/*border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;*/

	box-sizing: border-box;
	text-decoration: none;
}
#gnav .inner > .spHeadNav > ul > li > a span {
	font-size: 1.7rem;
	display: block;
	padding-top: 10px;
}
/*.spHeadNav ul li:last-child a {
	border: none;
}*/


/*header-contact*/
#header .contact_area ul li a:last-child{
	display: none;
}
.pc_contact{
	display: none;
}
.sp_contact{
	display: block;
	background: #f1f1f1;
	width: 80%;
	margin: 0 auto;
    padding: 14px 0px;
    text-align: center;
    background: #c4c4c4;
	border-radius: 1px;
		font-size: 1.4rem;
	color:#fff!important;
	letter-spacing: 0.05em;
	text-decoration: none;
	margin-top: 10%;
}
.sp_contact i {
	color:#fff;
	margin-right: 10px;
	font-size: 1.6rem;

}
	
#gnav .inner > .spHeadNav > ul > li:hover {
  color: #39bfdf;
}
#gnav .inner > .spHeadNav > ul > li:hover > a {
  color: #39bfdf;
}
#gnav .inner > .spHeadNav > ul > li:hover .menu {
  max-height: 9999px;
  opacity: .9;
}
#gnav .inner > .spHeadNav > ul > li > a {
	padding-top: 7px;
	padding-bottom: 7px;
	display: block;
	text-align: center;
	transition: all .2s ease-in;
	font-size: 1.6em;
	text-decoration: none;
	color: #39bfdf;
	
}

#gnav .inner > .spHeadNav > ul .menu {
  	display: none;
}
#gnav .inner > .spHeadNav > ul .menu .menu_inner {
	display: none;
}
	
	
	
}
 
	















/* --------------------------------------------------- 
5.フッター
---------------------------------------------------- */

#footer_nav_sp {
	display: none;
}
.footer {
	width: 100%;
	height: auto;
	padding-top: 50px;
	background: #efefef;
}
.footer .fnav {
	width: 100%;
	padding-bottom: 50px;
}
.fnav nav {
	margin: 0px;
    display: -webkit-flex;
    display: flex;

}
.fnav nav > ul {
	margin: 0px;
	width: 25%;
}
.fnav nav > ul > li > a {
	display: block;
	color: #8c8c8c;
	text-decoration: none;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 5px;
}
.fnav nav > ul > li > a:hover {
	text-decoration: none;
}	


.fnav nav > ul > li > ul > li > a {
	display: block;
	margin-bottom: 5px;
	color: #8c8c8c;
	font-size: 1.3rem;
	text-decoration: none;
	letter-spacing: 0rem;
}
.fnav nav ul li a:hover {
	color: #2d2d2d;
	text-decoration: none;
}

.copyright {
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.7rem;
	color: #ffffff;
	background: #2d2d2d;
	display: flex;
	flex-direction: row;
	width: 100%;

}
.copyright p{
	text-align: left;
	font-size: 0.7rem;
	float: left;
	position: relative;
	top:2px;
}
.copyright ul{
	display: flex;
	flex-direction: row;
		justify-content: flex-end;
	float: right;
	position: relative;
	top:3px;
}
.copyright ul li{
	margin-left: 30px;
	
}
.copyright ul li a{
	color:#fff;
	text-decoration: none;
	opacity: .6;

	
}
@media print, screen and (max-width: 769px) {
.footer {
	padding-top: 0px;
}
.footer .fnav {
	padding-bottom: 0px;
}
#footer_nav_sp {
	width: 100%;
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
}
#footer_nav_sp ul.accordion {
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
}
#footer_nav_sp ul.accordion li a {
	display: block;
	margin: 0;
	text-decoration: none;
	font-size: 1.3em;
}
#footer_nav_sp ul.accordion ul {
	display: none;
	margin: 0;
	padding: 0;
}
#footer_nav_sp ul.accordion li p {
	margin: 0;
	padding: 0;
	font-size: 1.0em;
}
#footer_nav_sp ul.accordion a {
	display: block;
	margin: 0;
	padding: 15px;
	background-position: 95% center;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #39bfdf;
}
#footer_nav_sp ul.accordion span {
	display: block;
	margin: 0;
	padding-top:15px;padding-bottom: 15px;
	padding-left:4%;padding-right:4%;
	background-position: 95% center;
	background-repeat: no-repeat;
	color: #39bfdf;
	border-bottom: 1px solid #f4f4f4;
}
#footer_nav_sp ul.accordion > li > p span {
	font-size: 1.3em;
	background-image: url(../images/common/add_icon.png);
}
#footer_nav_sp ul.accordion > li > p span.open {
	background: #f4f4f4 url(../images/common/remove_icon.png) no-repeat 95% center;
}
#footer_nav_sp ul.accordion > li > ul > li {
	background: #fff;
	border-bottom: 1px solid #f4f4f4;
}
#footer_nav_sp ul.accordion > li > ul > li > p {
	background: #999;
}
#footer_nav_sp ul.accordion > li > ul > li > a {
	background: url(../images/common/arrowright_icon.png) no-repeat 95% center;
	padding-left: 30px;
	font-size: 1.15em;
}
#footer_nav_sp ul.accordion > li > ul > li > ul > li {
	background: #FFF;
	border-bottom: 1px solid #f4f4f4;
}
#footer_nav_sp ul.accordion > li > ul > li > ul > li:last-child {
	border: none;
}
#footer_nav_sp ul li.f_nav_ar a {
	background: url(../images/common/arrowright_icon.png) no-repeat 95% center;
	border-bottom: 1px solid #f4f4f4;
}
#footer_nav {
	display: none;
}
#footer_sp {
	display: block;
	margin-top: 30px;
}
#footer_sp ul {
	text-align: center;
}
#footer_sp ul li {
	display: inline-block;
}
.fnav nav ul {
	display: none;
}

		
.copyright .inner{
	display: flex;
	flex-direction: column-reverse;
	padding-top: 20px;


}
.copyright p{
	text-align: center;
	float: none;
	top:0;
	margin: 20px 0;
}
.copyright ul{
	display: flex;
	flex-direction: column;
		justify-content: center;
	align-items: center;
	float: none;
	top:0;
		font-size: 1.1rem;
}
.copyright ul li{
	margin-left: 0;
	margin: 6px 0;	

}
.copyright ul li a{
	padding: 5px 0;

	
}
	
}
	
	
	
	
	
	
	
	
	
	
	
}
/*ニュースラベル*/
span.label_ir {
	background: #427bbf;
}
span.label_info {
	background: #f5a21b;
}
span.label_pr {
	background: #c3d600;
}
/*irニュースラベル*/
span.label_tekiji {
	background: #ffd900;
}
span.label_tanshin {
	background: #e6326e;
}
span.label_houtei {
	background: #429cd6;
}
span.label_siryou {
	background: #00b8ee;
}

/*====google 検索===*/
#gsc{
    width:100%;
     
    margin:0 auto;
    position:relative;
	background-color: #ffffff
     
}
 
#gsc td {
    border: none;    
}
 
#gsc .gsc-control-cse, 
#gsc .gsc-control-cse-ja,
#gsc .gsib_a{
    margin:0 !important;
    padding:0 !important;
}
/* テキスト入力フォームとボタンの位置 */
#gsc table.gsc-search-box td,
#gsc table.gsc-search-box input {
    vertical-align: top !important;
}
/* テキスト入力フォーム */
#gsc input[type="text"]{
    border: 1px solid #dddddd !important;
    height:25px !important;
    margin-top: 100px;
}
 
 
#gsc input[type="text"]:focus {
    border: 2px solid #b2e0eb !important;
    outline: 0;  /*safariの自動フォーカスを切る */
}
 
/* テキスト入力フォームの影を消す */
#gsc #gsc-iw-id1{
    border:none !important;
}
/* テキスト入力フォームの背景画像位置調整 */
#gsc #gs_tti0 input{
    background-position:5px 5px !important;
}
/* ボタンの色 */
#gsc input.gsc-search-button {
background: #d2d2d2 !important;
background: -ms-linear-gradient(top,  #008ee1 0%,#008ee1 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008ee1', endColorstr='#008ee1',GradientType=0 ); /* IE6-9 */
border: 1px solid #d2d2d2 !important;
}
/* ボタンの位置調整と角丸消し */
#gsc .gsc-search-button{
    margin:0 0 0 -16px !important;
    border-radius:0px;
}
/* 入力時に出る「×」ボタンの位置調整 */
 
/* 入力時に出る×ボタン -- Firefox位置調整 -- */
#gsc .gsib_b span{
        box-sizing: border-box;
   -moz-box-sizing: border-box;
        padding:2px 0 0 0;
}

	.sp_hide{
		display: block
	}
@media print, screen and (max-width: 769px) {
.sp_hide{
		display: none;
	}
	
}

 /*br*/
.sp_br{
		display: none;
	}
.pc_br{
		display: block;
	}
@media print, screen and (max-width: 769px) {
.sp_br{
		display: block;
	}
.pc_br{
		display: none;
	}	
}
/*clm*/
.mt80{
	margin-top: 80px;
}
/*img*/
img.imgCenter{
	display: block;
	margin: 0 auto;
}
.waku{
	border: 1px solid #c9caca;
}




body.g-company header nav li.switch01 ,
body.g-service header nav li.switch02 ,
body.g-topics header nav li.switch03  ,
body.g-download header nav li.switch04 ,
body.g-recruit header nav li.switch05  {
    border-bottom:3px solid #fff;
}