@charset "utf-8";
/* CSS Document */
/********************************************************************
	layout.css
*********************************************************************/

/* clearfix */
.cf {
	zoom:1;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear:both;
}

/*--- リンク ---*/
a:link, a:visited {
	color: #b5191f;
	text-decoration: none;
}

a:hover, a:active {
	color: #b5191f;
	text-decoration: underline;
}

a:hover img {
	filter: alpha(opacity=80);
	opacity:0.8;
}

/*--- フルードイメージ ---*/
.fld_img {
	width: 100%;
	max-width: 100%;
	height:auto;
}
img {
	vertical-align:bottom;
}
/*--- ページトップ ---*/
#pagetop {
	position: fixed;
    bottom: 10px;
    right: 10px;
	z-index:10;
}

html {
	width:100%;
}

/*---------------------------------------------------
       PDF icon
-----------------------------------------------------*/
a[href$=".pdf"] {   
    background:url(../img/pdficon_small.gif) no-repeat 100% 50%;
	padding-right:20px; 
}
a[href$=".pdf"].noIcon {
    background: none;
    padding-right: 0;
}

body {
	width: 100%;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FFFFFF;
}

/* original */

/* font default */
html{
    margin: 0;
    padding: 0;
}
html{
  font-size: 62.5%;
}
body{
  font-size: 1.3rem;
  font-size: 13px;
}
h1{
  font-size: 3.6rem;
  font-size: 36px;
}
h2{
  font-size: 3.2rem;
  font-size: 32px;
}
h3{
  font-size: 2.4rem;
  font-size: 24px;
}
h4{
  font-size: 1.6rem;
  font-size: 16px;
}
ul{
  font-size: 1.3rem;
  font-size: 13px;
}
p{
  font-size: 1.3rem;
  font-size: 13px;
}
dl{
  font-size: 1.3rem;
  font-size: 13px;
}
small{
  font-size: 1.1rem;
  font-size: 11px;
}
a,a:link,a:visited,a:hover,a:active{
    color: #00a3e0;
    text-decoration: none;
}
p,h1,h2,h3,h4,dd,ul{
    line-height: 1.5;
}
ul{
    list-style: none;
}

/*common*/
.wrap{
    overflow: hidden;
}
p.maintxt{
    font-size: 1.6rem;
    font-size: 16px;
    margin: 50px 0;
}
ul.dot li{
    padding-left: 11px;
    text-indent: -11px;
}
ul.dot li:before{
    content: '•';
    padding-right: 6px;
}

/*layout*/
.inner{
    width: 920px;
    padding: 0 20px;
    margin: 0 auto;
}
.inner2{
    width: 960px;
    margin: 0 auto;
}
.outer1{
    background-color: rgba(0,0,0,0.5);
}
.outer2{
    background-color: #f4f3f3;
}
.outer3{
    background-color: #fff;
}
.outer4{
    background-color: #333;
}

/*header*/
header{
    background-color: #000;
    color: #FFF;
    border-top: 5px solid #00a3e0;
}
header .inner2{
    position: relative;
}
header h1.logo a{
	display: block;
    position: absolute;
    bottom: 5px;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: #000 url(../img/logo.png) top center no-repeat;
    width: 300px;
    height: 40px;
}

header p{
    padding-top: 10px;
}

.tel-block {
  display: flex;
  justify-content: space-between;
}

header p.tel{
		display: block;
    white-space: nowrap;
    font-size: 14px;
}

header nav.gnav{
    margin: 29px 0 0 360px;
    padding-bottom: 10px;
}
header nav.gnav ul{
    overflow: hidden;
}
header nav.gnav ul li{
    float: left;
    border-left:1px solid #fff;
    padding: 0 15px;
}
header nav.gnav ul li:first-child{
    border-left: none;
    padding-left: 0;
}
header nav.gnav ul li.last{
    padding-right: 0;
}
header a,header a:link,header a:visited{
    color: #fff;
}
header a:hover,header a:active{
    color: #00a3e0;
}

/*pankuzu 配置は各個別cssにてposition指定*/
.pankuzu{
    position: relative;
}
.pankuzu ul{
    font-size: 1.1rem;
    font-size: 11px;
    overflow: hidden;
}
.pankuzu ul li{
    float: left;
}
.pankuzu ul li:before{
    content: '>';
    padding: 0 10px;
}
.pankuzu ul li:first-child:before{
    content: '';
    padding: 0;
}

/*product*/
.product{
    text-align: center;
}
.product .inner{
    width: 960px;
    padding: 0;
}
.product h3{
    color: #fff;
    padding: 50px 0;
}
.product .outer2{
    border-top: 5px solid #00a3e0;
    padding-bottom:50px;
}
.product .block1{
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 185px;
    padding: 20px;
    background-color: #fff;
    text-align: center;
}
.product a.leftend .block1{
    margin-left: 0px;
}
.product .block1 h4{
    height: 125px;
    font-size: 1.4rem;
    font-size: 14px;
    color: #00a3e0;
}
.product .block1 p{
    text-align: justify;
    height: 90px;
    font-size: 1.2rem;
    font-size: 12px;
    color: #000;
}
h4.icon01:before{
    content: url(../img/product_icon01.gif) "\A";
    white-space: pre;
}
h4.icon02:before{
    content: url(../img/product_icon02.gif) "\A";
    white-space: pre;
}
h4.icon03:before{
    content: url(../img/product_icon03.gif) "\A";
    white-space: pre;
}
h4.icon04:before{
    content: url(../img/product_icon04.gif) "\A";
    white-space: pre;
}
h4.icon05:before{
    content: url(../img/product_icon05.gif) "\A";
    white-space: pre;
}
h4.icon06:before{
    content: url(../img/product_icon06.gif) "\A";
    white-space: pre;
}
h4.icon07:before{
    content: url(../img/product_icon07.gif) "\A";
    white-space: pre;
}
h4.icon08:before{
    content: url(../img/product_icon08.gif) "\A";
    white-space: pre;
}
.product a:hover .block1{
    opacity: 0.6;
}

/*contact*/
.contact{
    text-align: center;
}
.contact .outer1{
    padding-bottom: 90px;
}
.contact h3{
    color: #fff;
    padding: 50px 0;
}
.contact p{
    margin-bottom: 10px;
}

/*footer sitemap*/
.sitemap .outer4{
    color:#fff;
    padding: 45px 0;
}
.sitemap dl{
    float: left;
    width: 230px;
    margin-left: 20px;
}
.sitemap dl.center{
    width: 460px;
}
.sitemap dl:first-child{
    margin-left: 0;
}
.sitemap dl dt{
    font-size: 1.4rem;
    font-size: 14px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-bottom: 15px;
    border-bottom: 3px solid #00a3e0;
}
.sitemap dl dd p{
    font-size: 1.2em;
    font-size: 12px;
    margin-bottom: 10px;
    padding-left: 5px;
}
.sitemap dl dd ul{
    font-size: 1.1rem;
    font-size: 11px;
    padding-left: 15px;
}
.sitemap dl dd ul li{
    padding: 2px 0;
}
.sitemap .block4{
    float: left;
    width: 230px;
    margin-left: 20px;
}
.sitemap .block4{
    margin-left: 0;
}
.sitemap a,.sitemap a:link,.sitemap a:visited{
    color: #fff;
}
.sitemap a:hover,.sitemap a:active{
    color: #00a3e0;
}

/*footer footnav*/
.footnav ul{
    overflow: hidden;
    height: 30px;
    padding-top: 15px;
    padding-left: 15px;
    font-size: 1.2rem;
    font-size: 12px;
}
.footnav ul li{
    float: left;
    border-left:1px solid #000;
    padding: 0 15px;
}
.footnav ul a:first-child li{
    border-left: none;
    padding-left: 0;
}
.footnav ul li.last{
    padding-right: 0;
}
.footnav .inner2{
    position: relative;
}
.footnav a,.footnav a:link,.footnav a:visited{
    color: #000;
}
.footnav a:hover,.footnav a:active{
    color: #00a3e0;
}

#gotop{
    position: absolute;
    top:0;
    right:0;
}
#gotop:hover{
    cursor: pointer;
    opacity: 0.7;
}
.copyright{
    color: #fff;
    text-align: right;
}
.copyright p{
    padding: 10px 0;
}

/* product page*/
/*.productDetails*/
.productDetails{
    text-align: center;
}
.productDetails h2{
    padding: 50px 0;
    color: #fff;
}
.productDetails .outer2{
    border-top: 5px solid #00a3e0;
    padding: 60px 0 10px;
}
.productDetails .description{
    margin-bottom: 50px;
}
.productDetails .description h3{
    margin-bottom: 50px;
}
.productDetails .block{
    padding: 50px 0;
}
.productDetails .block .inner{
    padding: 0 20px;
}
.productDetails .block h4{
    margin-bottom: 50px;
}
.productDetails .block .wrap ul{
    float: left;
    width: 560px;
    text-align: left;
}
.productDetails .block .wrap ul li{
    padding-bottom: 1em;
}
.productDetails .block .wrap img{
    float: right;
    width: 300px;
}
.productDetails .outer3.block .wrap ul{
    float: right;
}
.productDetails .outer3.block .wrap img{
    float: left;
}
/*chara*/
.chara .outer2{
    padding-bottom: 50px;
}
.chara h3{
    padding: 50px 0;
    color: #fff;
}
.chara h4{
    position: relative;
    margin-bottom: 15px;
    padding-left: 43px;
}
.chara h4:before{
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 38px;
    height: 28px;
    margin-top: -14px;
    background: url("../img/check_icon.gif") top left no-repeat;
    background-size: 38px 28px;
}
.chara .inner2{
    width: 940px;
    padding:50px 10px 30px;
    text-align: left;
}
.chara .block2{
    float: left;
    width: 450px;
    height: 130px;
    padding: 0 10px;
}

/* solution page*/
/*.solutionDetails*/

.solutionDetails{
    text-align: center;
}
.solutionDetails h2{
    padding: 50px 0;
    color: #fff;
}
.solutionDetails .outer2{
    border-top: 5px solid #00a3e0;
    padding: 60px 0 10px;
}
.solutionDetails .description{
    margin-bottom: 50px;
}
.solutionDetails .description h3{
    margin-bottom: 50px;
}
.solutionDetails .block{
    padding: 50px 0;
}
.solutionDetails .block .inner{
    padding: 0 20px;
}
.solutionDetails .block h4{
    margin-bottom: 10px;
}
.solutionDetails .block h4+p{
    margin-bottom: 50px;
}
.solutionDetails .block .wrap ul,.solutionDetails .block .wrap .textArea{
    float: left;
    width: 560px;
    text-align: left;
}
.solutionDetails .block .wrap ul li{
    padding-bottom: 1em;
}
.solutionDetails .block .wrap img{
    float: right;
    width: 300px;
}
.solutionDetails .outer3.block .wrap ul,.solutionDetails .outer3.block .wrap .textArea{
    float: right;
}
.solutionDetails .outer3.block .wrap img{
    float: left;
}

/*link block*/
.solutionDetails .link.block .wrap ul{
    width: 270px;
}
.solutionDetails .link.block .wrap ul:first-child{
    margin-right: 20px;
}
.solutionDetails .link.block p{
    text-align: left;
}


/* platform page*/
/*.platformDetails*/
.platformDetails{
    text-align: center;
}
.platformDetails h2{
    padding: 50px 0;
    color: #fff;
}
.platformDetails .outer2{
    border-top: 5px solid #00a3e0;
    padding: 60px 0 10px;
}
.platformDetails .description{
    margin-bottom: 50px;
}
.platformDetails .description h3{
    margin-bottom: 50px;
}
.platformDetails .block{
    padding: 50px 0;
}
.platformDetails .block .inner{
    padding: 0 20px;
}
.platformDetails .block h4{
    margin-bottom: 10px;
}
.platformDetails .block h4+p{
    margin-bottom: 50px;
}
.platformDetails .block .wrap ul{
    float: left;
    width: 560px;
    text-align: left;
}
.platformDetails .block .wrap ul li{
    padding-bottom: 1em;
}
.platformDetails .block .wrap img{
    float: right;
    width: 300px;
}
.platformDetails .outer3.block .wrap ul{
    float: right;
}
.platformDetails .outer3.block .wrap img{
    float: left;
}






/* example page*/
/*.exampleDetails*/
.exampleDetails{
    text-align: center;
}
.exampleDetails h2{
    padding: 50px 0;
    color: #fff;
}
.exampleDetails .outer2{
    border-top: 5px solid #00a3e0;
    padding: 60px 0 10px;
}
.exampleDetails .description{
    margin-bottom: 50px;
}
.exampleDetails .description h3{
    margin-bottom: 50px;
}

.appdynamics__phone-num {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}