@charset "UTF-8";

* {
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
}
body {
	width: 100%;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.5;
	font-size: 1.4rem;
	color: #333;
	background-color: #fff;
	font-family: Roboto,"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
main {
	width: 100%;
	height: auto;
	margin: 0 auto;
    position: relative;
}

/*common*/
a:link, a:visited {
	text-decoration: none;
}
.clear:after {
	content: " ";
	display: block;
	clear: both;
}
.contentsWrap {
	max-width: 1100px;
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.sp_show {
	display: none;
}
h1 span, h2 span {
	padding-right: 20px;
}

/*header*/
#group_header {
	padding-top: 4px;
	border-bottom: solid 1px #009fec;
}
#group_header p {
	float: left;
	margin-top: 6px;
	color: #009fec;
}
#group_header p span {
	margin-right: 6px;
	padding: 2px 6px;
	border: solid 1px #009fec;
}
#group_header p a:link, #group_header p a:visited {
	color: #009fec;
}
#group_header p a:hover {
	text-decoration: underline;
}
#group_header a {
	float: right;
}

header {
	padding: 6px 0 4px;
	background-color: #fff;
}
header .logo {
	float: left;
}
header .logo p {
	font-size: 1.2rem;
	font-weight: bold;
}
header .logo p:nth-of-type(1) {
	margin-bottom: 4px;
}
header .logo a {
	display: block;
	max-width: 240px;
}
header .logo a img {
	width: 100%;
	height: auto;
}
header .floatbox {
	float: right;
	max-width: 600px;
	padding: 8px 0 0;
}
header .floatbox [class^="btn_"], header .floatbox p {
	float: left;
}
header .floatbox p a:hover {
	border-bottom: solid 1px #002ad3;
}


/*globalnav*/
#globalnav {
	position: relative;
}
.limited_top {
	display: none;
}
.nav_pc a:link, .nav_pc a:visited {
	color: #37468c;
}
.nav_pc {
	position: fixed;
	top: 0;
    -webkit-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    transform: translateY(-70px);
	transition: .3s ease-in-out;
	z-index: 999;
	width: 100%;
	text-align: center;
	background-color: #fff;
}
.nav_pc.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
	box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.3);
}
.nav_pc .logo a {
	margin: 14px 0;
	display: block;
	height: 42px;
}
.nav_pc .logo a img {
	height: 100%;
	width: auto;
}
.nav_pc ul {
	float: right;
	padding: 14px 0;
}
.nav_pc .logo, .nav_pc ul li {
	float: left;
	font-size: 1.8rem;
}
.nav_pc ul li {
	margin: 0 10px;
}
.nav_pc li:not(.btn_orange) {
	position: relative;
	padding: 0 2px;
	line-height: 42px;
}
.nav_pc li:not(.btn_orange) a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}
.nav_pc li:not(.btn_orange) a::after {
	bottom: 4px;
	background: #37468c;
}
.nav_pc li:not(.btn_orange):hover a::after, #service .nav_pc li:nth-of-type(1) a::after {
  transform: scale(1, 1);
}
.nav_sp {
	display: none;
}

/*breadcrumb*/
.breadcrumb {
	width: 100%;
	max-width: 1100px;
	margin: 16px auto 36px;
}
.breadcrumb li{
	display:inline;
}
.breadcrumb li:after{
	content: '>';
	padding: 0 2px;
	color: #002ad4;
}
.breadcrumb li:last-child:after{
	content: '';
}
.breadcrumb li a {
    color: #002ad4;
    text-decoration: none;
	border-bottom: solid 1px #002ad4;
}
.breadcrumb li a:hover {
	border-bottom: none;
}

/*anchor*/
.anchor_list {
	margin-bottom: 70px;
}
.anchor_list li {
	float: left;
	width: 14.5%;
	margin-right: 2.6%;
	font-size: 1.6rem;
	text-align: center;
	line-height: 50px;
}
.anchor_list li:last-of-type {
	margin-right: 0;
}

/*table*/
table {
	width: 100%;
	border-collapse: collapse;
}
.w28per {width: 28%;}
.w72per {width: 72%;}
.w13per {width: 12.7%;}
.w87per {width: 87.3%;}

/*button*/
[class^="btn"] a {
	display: block;
	color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-size: auto 200%;
}
header [class^="btn_"] a {
	width: 184px;
	font-size: 1.7rem;
	text-align: center;
	line-height: 48px;
	margin-right: 16px;
}
.nav_pc .btn_orange a:link, .nav_pc .btn_orange a:visited {
	width: 180px;
	color: #fff;
	line-height: 36px;
}
header .btn_orange a, .nav_pc .btn_orange a, .nav_list .btn_orange a {
    background-image: linear-gradient(to top, #fbc700 0%, #ef8247 50%, #fbc700 100%);
	background-image: -webkit-linear-gradient(top, #fbc700 0%, #ef8247 50%, #fbc700 100%);
}
header .btn_orange a:hover, .nav_pc .btn_orange a:hover, .nav_list .btn_orange a:hover {
    background-color: #ef8247;
    background-position: bottom center;
}
header .btn_blue a {
    background-image: linear-gradient(to top, #0074e9 0%, #0000ff 54%, #0074e9 100%);
	background-image: -webkit-linear-gradient(top, #0074e9 0%, #0000ff 54%, #0074e9 100%);
}
header .btn_blue a:hover {
    background-color: #0000ff;
    background-position: bottom center;
}
.anchor_list .btn_blue a {
    background-image: linear-gradient(to top, #00a9ff 0%, #002ad3 50%, #00a9ff 100%);
	background-image: -webkit-linear-gradient(top, #00a9ff 0%, #002ad3 50%, #00a9ff 100%);
}
.anchor_list .btn_blue a:hover {
    background-color: #002ad3;
    background-position: bottom center;
}
.top a {
	position: fixed;
	right: 30px;
	bottom: 10px;
	width: 50px;
	height: 50px;
	padding-top: 14px;
	text-align: center;
}
.top a img {
	width: 25px;
	height: auto;
}
.btn_orange.top a {
    background-image: linear-gradient(to top, #fbc700 0%, #e95504 50%, #fbc700 100%);
	background-image: -webkit-linear-gradient(top, #fbc700 0%, #e95504 50%, #fbc700 100%);
}
.btn_orange.top a:hover {
    background-color: #e95504;
    background-position: bottom center;
}

/*responsive*/
@media (min-width: 375px) and (max-width: 1120px) {
	.contentsWrap {
		padding: 0 20px;
	}
	header .contentsWrap {
		padding: 0 10px;
	}
}
@media (max-width: 374px) {
	.contentsWrap {
		padding: 0 10px;
	}
}
@media (min-width: 769px) and (max-width: 949px) {
	header .logo {
		width: 237px;
		padding: 6px 0 0 10px;
	}
	header .logo img {
		width: 100%;
		height: auto;
	}
	header .floatbox {
		width: 500px;
	}
	header [class^="btn_"] a {
		width: 146px;
		font-size: 1.6rem;
		margin-right: 6px;
	}
	.breadcrumb li:first-child {
		padding-left: 10px;
	}
	.anchor_list li {
		font-size: 1.2rem;
	}
	.nav_pc .logo a {
		height: 36px;
		margin: 17px 0;
	}
	.nav_pc ul li {
		font-size: 1.5rem;
	}
	.nav_pc ul li {
		margin: 0 6px;
	}
	.nav_pc .btn_orange a:link, .nav_pc .btn_orange a:visited {
		width: 150px;
	}
}
@media (max-width: 768px) {
	body {
		font-size: 1.2rem;
		padding-top: 50px;
	}
	/*common*/
	.pc_show {
		display: none;
	}
	.sp_show {
		display: block;
	}
	h1 span, h2 span {
		padding-right: 0;
	}
	/*header*/
	header {
		display: none;
	}
	/*globalnav*/
	.nav_pc {
		display: none;
	}
	.nav_sp {
		position: fixed;
		top: 0;
		z-index: 999;
		display: block;
		width: 100%;
		background: #fff;
		box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.2);
	}
	.nav_sp .logo {
		float: left;
		background-color: #fff;
	}
	.nav_sp .logo a {
		display: block;
		height: 50px;
		padding: 13px 10px;
	}
	.nav_sp .logo img {
		height: 100%;
		width: auto;
	}
	.menu_btn {
		float: right;
	}
	.menu_btn a, .menu_btn a span {
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu_btn a {
		position: relative;
		display:block; 
		width: 32px;
		height: 28px;
		margin: 11px 14px;
	}
	.menu_btn a span {
		position: absolute;
		left: 0;
		display: inline-block;
		width: 100%;
		height: 4px;
		background-color: #00a9ff;
		background: -moz-linear-gradient(left, #00a9ff 0%, #002ad3 100%);
		background: -webkit-linear-gradient(left, #00a9ff 0%,#002ad3 100%);
		background: linear-gradient(to right, #00a9ff 0%,#002ad3 100%);
	}
	.menu_btn a span:nth-of-type(1) {
		top: 0;
	}
	.menu_btn a span:nth-of-type(2) {
		top: 12px;
	}
	.menu_btn a span:nth-of-type(3) {
		bottom: 0;
	}
	.menu_btn.active a span:nth-of-type(1) {
		-webkit-transform: translateY(12px) rotate(-45deg);
		transform: translateY(12px) rotate(-45deg);
	}
	.menu_btn.active a span:nth-of-type(2) {
		opacity: 0;
	}
	.menu_btn.active a span:nth-of-type(3) {
		-webkit-transform: translateY(-12px) rotate(45deg);
		transform: translateY(-12px) rotate(45deg);
	}
	.nav_shadow {
		visibility: hidden;
		opacity: 0;
		transition: .3s ease-in-out;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 997;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.4);
	}
	.nav_shadow.active {
		visibility: visible;
		opacity: 1;
	}
	.nav_list {
		position: fixed;
		top: 50px;
		z-index: 998;
		width: 100%;
		background-color: #fff;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		transition: .3s ease-in-out;
	}
	.nav_list.active {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	.nav_list li a {
		display: block;
		font-size: 1.4rem;
		text-align: center;
		line-height: 36px;
		border-top: solid 1px #37468c;
	}
	.nav_list li a:link, .nav_list li a:visited {
		color: #37468c;
	}

	.nav_list li:last-of-type a span {
		display: inline-block;
		line-height: 36px;
		padding-right: 24px;
		color: #fff;
		background: url(/images/total/btn_ic01.png) no-repeat right center / 18px 20px;
	}
	#service .nav_list li:nth-of-type(1) a {
		color: #fff;
		background-color: #bbb;
	}
	
	/*anchor*/
	.anchor_list {
		margin-bottom: 30px;
	}
	.anchor_list li {
		width: 30%;
		margin: 0 5% 10px 0;
		font-size: 1rem;
		line-height: 42px;
	}
	.anchor_list li:nth-of-type(3n) {
		margin: 0 0 10px 0;
	}
	.top a {
		position: fixed;
		right: 6px;
		bottom: 6px;
		width: 40px;
		height: 40px;
		padding-top: 12px;
	}
	.top a img {
		width: 20px;
		height: auto;
	}
}


/*footer*/
#footer {
	font-family: -apple-system, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'メイリオ', meiryo, sans-serif;
}

#footer a {
	color:#333;
	text-decoration:none;
}
#footer a:hover {
	color:#009dcf;
	text-decoration:none;
}
#footer ul li {
	margin-bottom:8px;
	font-size:1.48rem;
}
#footer ul li.list_section {
	margin-bottom:18px;
}
#footer ul li.list_top {
	margin-top:20px;
}
#footer .level01 a {
	background:url(/images/common/list_arrow_blue_link.gif) left center no-repeat;
	padding-left:20px;
	font-weight:bold;
	font-size:1.52rem;
}
#footer p.level01 {
	margin-bottom:20px;
}
#footer .level02 a {
	background: url(/images/common/list_arrow_black.gif) left center no-repeat;
	padding-left:10px;
	margin-left:20px;
	font-weight:bold;
	font-size:108%; /*14px*/
}
#footer p.level02 {
	margin-bottom:10px;
}
#footer .level03 a {
	background: url(/images/common/list_arrow_black.gif) left center no-repeat;
	padding-left:13px;
	margin-left:40px;
}
#footer .level03 ul {
	margin-top:10px;
	margin-left:40px;
}
#footer .level03_0 a {
	background: url(/images/common/list_arrow_black02.gif) 0 6px no-repeat;
	padding-left:13px;
	margin-left:40px;
}
#footer .level03_0 ul {
	margin-left:40px;
}
#footer p.level03 {
	margin-bottom:10px;
}
#footer .level04 a {
	margin-top:10px;
	margin-left:20px;
	padding-left:10px;
	background: url(/images/common/list_arrow_black02.gif) 0 6px no-repeat;
}
#footer .level05 a {
	margin-top:10px;
	margin-left:40px;
	padding-left:10px;
	background: url(/images/common/list_arrow_black02.gif) 0 6px no-repeat;
}
#footer .level06 a {
	margin-top:10px;
	margin-left:60px;
	padding-left:10px;
	background: url(/images/common/list_arrow_black02.gif) 0 6px no-repeat;
}
#f_sitemap {
	margin: 0 auto;
    overflow: hidden;
   width:1000px;
}
[class^="list_"] {
	width:33%;
	float:left;
	padding:10px 10px 10px 20px;
}
.b_point {
	font-weight: bold;
}

/* sns_icon 201609追加
------------------------------------------------------------------------ */ 
#social-icon{
	width:290px;
	margin:20px auto;
}
#social-icon li a {
  display: block;
  float: left;
  padding: 0;
  color: #fff;
  border-radius: 50%;
  background:#3B5998;
  line-height:40px;
  text-align: center;
}
#social-icon .fb a{
  width:40px;
  height: 40px;
   margin: 0 0 0 60px;
  border-radius: 50%;
  background: #3B5998;
  line-height: 40px;
  text-align: center;
  color:#fff;
}
#social-icon .fb  > a:before{
  content:"\f09a";
  font-family: "FontAwesome";
  font-size:20px;
}

#social-icon .tw a{
  width:40px;
  height: 40px;
   margin: 0 0 0 30px;
  border-radius: 50%;
  background: #55acee;
  line-height: 40px;
  text-align: center;
  color:#fff;
}
#social-icon .tw  > a:before{
  content:"\f099";
  font-family: "FontAwesome";
  font-size:20px;
}
	
#social-icon .fb a:hover,
#social-icon .tw a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	color:#fff;
 }

#footer {
	width:100%;
	text-align:left;
	padding-top:13px;
	padding-bottom:0;
	background-color: #f9f9f9;
	}
#footer #f_corp {
	width:100%;
	overflow:hidden;
	margin: 0 auto;
	background:#009fe8;
	color:#fff;
	bottom:0;
	font-weight: bold;
}
#footer #f_corp ul {
	overflow:hidden;
	float:left;
	margin-top:5px;
}
#footer #f_corp ul li {
	float:left;
	margin-right:10px;
	padding-top:30px;
}
#footer #f_corp ul li a{
	color:#fff;
	text-decoration:none;
	padding-top:15px;
}
#footer #f_corp ul li a:hover{
	text-decoration:underline;
}
#footer #f_corp .fb_copy {
	font-size:1.2rem;
	margin-left:40px;
}
#footer #f_corp .fb_logo {
	padding:20px 20px 0 20px;
}
#footer #f_corp p#fb_copy {
	font-size:77%;	/*10px*/
	margin-right:5px;
	margin-top:5px;
	text-align:left;
	margin-top:5px;
}
#footer #f_corp p#fb_copy a{
	color:#fff;
}
/*↑common.cssより抜粋------------------------*/



/*#pagetop------------------------*/
p#pagetop {
	width:55px;
	height:56px;
	background:url(/images/common/btn_pagetop_on.gif) 0 0 no-repeat;
}
p#pagetop:hover img {
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
}


/*footer_contact*/
#footer_contact {
	width:625px;
	margin: 50px auto 0;
	background:url(/images/common/line_dot_width_black.gif) 0 0 repeat-x;
	padding:22px 15px 0 15px;
}
#footer_contact h2 {
	margin-bottom:20px;
}
#footer_contact .box {
	width:625px;
	overflow:hidden;
}
#footer_contact .tel_box {
	width:307px;
	float:left;
}
#footer_contact .tel_box p.tel_no {
	margin-bottom:10px;
}
#footer_contact .tel_box p.tel_no a {
	cursor: default;
}
#footer_contact .btn_box {
	width:262px;
	float:right;
}
#footer_contact .btn_box p.btn a {
	display:block;
	background-color: #009dcf;
	padding:4px 5px 4px 33px;
	width:224px;
	position:relative;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	behavior: url(../js/pie/PIE.htc);
}
#footer_contact .btn_box_2 {
	width:262px;
	float:right;
}
#footer_contact .btn_box_2 p.btn_contact {
	display:block;
	margin:0;
}
#footer_contact .btn_box_2 p.btn_dl {
	display:block;
	margin:8px 0 0 0;
}
.link_black a {
	padding-left:15px;
	background:url(/images/common/list_arrow_black_link.gif) 0 3px no-repeat;
}
p.tax {
	text-align:right;
	font-size:12px !important;
	padding:0 !important;
}

/* -------------------------------
clearfix
------------------------------- */
/* For IE 6/7 only */
.clearfix {
 	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}

/* -------------------------------
Layout
------------------------------- */
.tcenter { text-align:center; }
.tright { text-align:right; }
.tleft { text-align:left; }

/* -------------------------------
Margin
------------------------------- */
.m50 {margin:50px !important;}
.m40 {margin:40px !important;}
.m30 {margin:30px !important;}
.m20 {margin:20px !important;}
.m15 {margin:15px !important;}
.m10 {margin:10px !important;}
.m5 {margin:5px !important;}
.tm50 {margin-top:50px !important;}
.tm40 {margin-top:40px !important;}
.tm30 {margin-top:30px !important;}
.tm20 {margin-top:20px !important;}
.tm15 {margin-top:15px !important;}
.tm10 {margin-top:10px !important;}
.tm5 {margin-top:5px !important;}
.bm50 {margin-bottom:50px !important;}
.bm40 {margin-bottom:40px !important;}
.bm30 {margin-bottom:30px !important;}
.bm20 {margin-bottom:20px !important;}
.bm15 {margin-bottom:15px !important;}
.bm10 {margin-bottom:10px !important;}
.bm5 {margin-bottom:5px !important;}
.rm20 {margin-right:20px !important;}
.rm15 {margin-right:15px !important;}
.rm10 {margin-right:10px !important;}
.rm5 {margin-right:5px !important;}
.lm50 {margin-left:50px !important;}
.lm40 {margin-left:40px !important;}
.lm30 {margin-left:30px !important;}
.lm20 {margin-left:20px !important;}
.lm15 {margin-left:15px !important;}
.lm10 {margin-left:10px !important;}
.lm5 {margin-left:5px !important;}

/*　追加修正　*/
#article .section p.small2 {
	font-size:93%; /*12px*/
	line-height:160%;
	padding-left: 20px;
}

/*#nav (new)------------------------*/
#nav > a {
	display:none;
}
#nav li {
    position:relative;
	color:#fff;
}
#nav li a {
	color:#fff;
	display:block;
}
#nav li a:active {
	background-color:#c00;
}
#nav span:after {
	width:0;
	height:0;
	border:0.313em solid transparent; /* 5 */
	border-bottom:none;
	border-top-color:#efa585;
	content:'';
	vertical-align:middle;
	display:inline-block;
	position:relative;
	right:-0.313em; /* 5 */
}
 
/* first */
#nav > ul {
     height:40px;
}
#nav > ul > li {
	float:left;
	border-left:1px dotted #ffffff;
	height:40px;
    line-height:40px;
	text-align:center;
}
#nav > ul > li.about a:hover, #nav > ul > li.iaas a:hover, #nav > ul > li.saas a:hover, #nav > ul > li.managed a:hover, #nav > ul > li.security a:hover {
	height:40px;
	background:url(/images/common/back_gnav.gif) 0 0;
}
#nav > ul > li.about {
	width:20%;
	height:100%;
}
#nav > ul > li.iaas, #nav > ul > li.saas {
	width:15%;
	height:100%;
}
#nav > ul > li.managed {
	width:20%;
	height:100%;
}
#nav > ul > li.security {
	width:29.3%;
	height:100%;
	border-right: 1px dotted #ffffff;
}
 
/* second */
#nav li ul {
	display:none;
     position:absolute;
     top:100%;
	 background-color:#000;
}
#nav li ul.saas_2nd {
	width:180px;
}
#nav li:hover ul {
     display: block;
	 left: 0;
	 right: 0;
}
#nav li:not( :first-child ):hover ul {
	 left:-1px;
}
#nav li ul a {
	 font-size:1em; 
	 border-top:1px solid #333;
}
#nav li ul.globalnav_second li a:hover, #nav li ul.globalnav_second:not( :hover ) li.active a {
	 background:rgba(0, 0, 0, 0) url("/images/common/back_slash_gray.gif") repeat scroll 0 0;
}

@media (min-width: 769px){
ul > li.sp_menu, #nav > ul > li p.submenu, #top #main #sp_slide, .bx-wrapper, .bx-wrapper .bx-viewport, .fileserver_sp {
	display:none;
}
}

@media (max-width: 768px){
html {
	font-size:75%; /* 12 */
}
#header {
    padding-top:0;
}
#head, #logo h1.txt, h2.shortcut_menu, #f_sitemap, .fb-page, .fb_iframe_widget, #header #h_nav #h_cont {
	display:none !important;	
}
#header #h_nav #logo {
	padding:10px 0 0 15px;
	position:relative;
	z-index:2;
}
#header #h_nav #logo img {
	width:85%;
}
#header #h_nav {
	width:80%;
	float:left;
	margin:7px auto 5px;
}
#nav li:hover ul {
     display: block;
	 left: 0;
	 right: 0;
}
	
/*sp #nav ------------------------*/
#nav > a {
	width:40px; 
	height:100%; 
	text-indent:-9999px;
	position:relative;
	background: rgba(0, 0, 0, 0) url("/images/top/sp_menu.png") no-repeat scroll 0 0 / 40px 40px;
	float:right;
	padding-right:10px;
}
#nav > a:before,#nav > a:after {
	position:absolute;	
}
#nav > a:after {
	top:60%;
}
#nav:not( :target ) > a:first-of-type,#nav:target > a:last-of-type {
	display:block;
}
#header #nav_box {
	background:none;
}
#header #nav_box #nav {
	padding-top:10px;
}

/* first */
#nav > ul {
	height:auto;
	display:none;
	position:absolute;
    margin:45px 0 0 40px;
	right:0;
	background:#009DCF none repeat scroll 0 0;
	width:100%;
}
#nav:target > ul {
	display:block;
}
#nav > ul > li {
	float:none;
	line-height:20px;
	text-align:left;
	height:auto;
	border:none;
}
#nav > ul > li.about, #nav > ul > li.iaas, #nav > ul > li.saas, #nav > ul > li.managed, #nav > ul > li.security, #nav > ul > li.sp_menu {
	width:100%;
}
#nav > ul > li.security {
	border:none;
}
#nav > ul > li.menu_bottom {
	box-shadow:0px 4px 3px -3px rgba(0,0,0,0.6);
	-webkit-box-shadow:0px 4px 3px -3px rgba(0,0,0,0.6);
	-moz-box-shadow:0px 4px 3px -3px rgba(0,0,0,0.6);
	padding:8px 0;
}
#nav > ul > li.menu_bottom form {
	padding-left:20px;
}	
#nav > ul > li.menu_bottom .btn {
	position:absolute;
	top:8px;
}
#nav > ul > li > a {
	height:auto;
	width:auto;
	text-align:left;
	padding:7px 0 7px 20px;
	text-decoration:none;
	line-height:20px;
}
#nav > ul > li:not( :last-child ) > a {
	border-right:none;
	border-bottom:1px solid #008DC5;
}
#nav > ul > li > p.submenu:after {
	content:"+";
    -moz-border-bottom-colors:none;
    -moz-border-left-colors:none;
    -moz-border-right-colors:none;
    -moz-border-top-colors:none;
    background:#0071B5 none repeat scroll 0 0;
    border-color:#008DC5;
    border-image:none;
    border-style:none none solid solid;
    border-width:medium medium 1px 1px;
    font-weight:700;
	font-size:1.5em;
    height:20px;
    padding:8px 7px 6px;
    position:absolute;
    right:0;
    text-align:center;
    top:0;
    width:26px;
    z-index:2;
	cursor:pointer;
}
#nav > ul > li > p.sub_open:after {
	content:"ー";
	font-weight:700;
	font-size:1.3em;
    height:20px;
    padding:11px 7px 3px;
    position:absolute;
    right:0;
    text-align:center;
    top:0;
    width:26px;
    z-index:2;
	cursor:pointer;
}
#nav > ul > li > a:hover {
	background-color:#00469B;
}
#nav > ul > li.about a:hover, #nav > ul > li.iaas a:hover, #nav > ul > li.saas a:hover, #nav > ul > li.managed a:hover, #nav > ul > li.security a:hover {
	background:none;
	background-color:#00469B;
	height:20px;
}

/* second */
#nav li ul {
	position:static;
	padding:0;
	background-color:#0083BF;
	text-align:left;
}
#nav li ul.saas_2nd {
    width:auto;
}
#nav li ul a {
    border-top:1px solid #008DC5;
	padding:7px 0 7px 20px;
}
#nav li ul.globalnav_second li a:hover, #nav li ul.globalnav_second:not( :hover ) li.active a {
	background:none;
	background-color:#00469B;
	padding:7px 0 7px 20px;
	text-decoration:none;
}		
p.nav_title, #s_nav ul.level01 {
	display:none;
}
#s_nav #topside {
	float:none;
	width:auto;
}
#s_nav #topside #contact {
	padding:0 10px;
	border:0;
	width: auto;
	text-align:center;
}
#s_nav #topside #contact p.btn01 {
	float:left;
	padding-right:10px;
}
#s_nav #topside #contact p.btn02 {
	float:left;
}
#s_nav #topside #contact p.tel {
	clear:both;
	text-align:center;
}
#s_nav #topside #banner01 {
	margin: 10px auto;
}
#s_nav #topside #banner01 img {
	background:none;
}
#s_nav #topside .banner2, #s_nav #topside .banner3, #s_nav #topside .banner4, #s_nav #topside .banner5, #s_nav #topside .banner6 {
	float:left;
	background:none;
}
#s_nav #topside .banner2 img, #s_nav #topside .banner3 img, #s_nav #topside .banner4 img, #s_nav #topside .banner5 img, #s_nav #topside .banner6 img {
	width:100%;
	height:auto;
}
#s_nav #topside .banner2, #s_nav #topside .banner4 {
	padding-right:10px;
}
#s_nav #topside .sp_box {
	display:inline-block;
	clear:both;
	width:auto;
	text-align:center;
}
#s_nav {
    float:none;
	text-align:center;
	width: auto;
}
#article {
    float:none;
	margin:0;
	width:auto;
	padding-top: 15px;
}
ol#topic_path {
	display:none;
}
#main {
    clear:both;
    margin-bottom:0;
    margin-top:20px;
    width:auto;
}
#contents {
	margin-bottom:20px;
	width:auto;
	padding:0 10px;
}
#article h1, #article h2.title, #article h3.title {
	width:auto;
	line-height:1.3em;
}
#article h2.simple, #article h3.simple, #article h4.simple, #selectcloud h3.simple {
	width:auto;
	margin:25px 5px 20px 5px;
}
#article .section {
	width:auto;
}
#about #about_service p.txt,#article .section p.txt {
	margin:0;
	padding:0 10px;
	line-height:1.8em;
}
.section table.table_spec {
	width:auto;
	margin:20px 10px;
}
.section h5 {
	padding:0 10px;
}
#footer_contact {
	width:auto;
}
#footer_contact .box {
	display:none;
}
.b_border {
	border-bottom:1px solid #ccc;
	padding-bottom:20px;
}
.sp {
	display:none;
}
#footer {
	width:auto;
	padding:0 !important;
	border:none;
	font-size:100%;
}
#footer #f_nav {
	width:auto;
}
#footer #f_nav ul {
	margin:0 0 20px 0;
	padding-left:10px;
}
#footer #f_nav ul, #footer #f_nav ul li {
	float:none;
}
#footer #f_nav p#fb_copy {
	width:auto;
	text-align:center;
	float:none;
	border-top:1px solid #ccc;
	padding-top:30px;
	margin:0 0 20px 0;
}
    
/* sp freebit footer 20180329 */

    #footer #f_corp ul {
        float: none;
    }

    #footer #f_corp .fb_logo {
        padding: 20px 20px 0 0;
    }
    
    #footer #f_corp ul li:first-child {
        border:none;
    }
    
    #footer #f_corp ul li {
        float: none;
        margin-right: 0;
        border-top:1px solid #fff;
        padding: 18px 0 7px;
        font-size: 1.4rem;
    }
    
    #footer #f_corp ul li a {
        padding-left: 20px;
    }
    
    #footer #f_corp .fb_copy {
        margin-left: 0;
        text-align: center;
        font-size: 1.0rem;
    }
    
}