@charset "utf-8";
/******************************************************************************
	レイアウト
*******************************************************************************/
body {
	line-height: 1.8;
	font-size: 62.5%;
    font-family: 'Noto Sans JP',メイリオ, Meiryo, Osaka, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', Poppins,sans-serif;
	color: #444;
	-webkit-print-color-adjust: exact;
  margin: 0;
  padding: 0;
}

#container {
	width: 100%;
	text-align:left;
	margin-bottom:100px;
}

body .wrapper {
	font-size:1.3em;
	margin: 0 auto;
	width: 1268px;
}
article{
	font-size:1.3em;
	width: 1268px;
	margin: 0px auto;
	background: rgba(255,255,255,0.95);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#99ffffff,EndColorStr=#99ffffff);
}

a:link {
	color: #0067c5;
	text-decoration:none;
}

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

a:visited {
	color:#002855;
	text-decoration:none;
}

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


/*---------------------------------------------------
	グローバルナビゲーション(HEADER)
-----------------------------------------------------*/
.header{
  width: 88%;
  padding: 10px 6% 0px;
	font-size: 11px;
	letter-spacing: 1.5px;
	text-align: center;
	background-color: #FFFFFF;
  background: rgba(255,255,255,1.0);
	box-shadow: 0px 4px rgba(0,0,0,0.1);
	z-index: 999;
	position: fixed;
	top: 0;
	left:0;
}

	.header:after{
			content: "";
			display: table;
			clear: both;
		}

header.header #logo-type {
    /* float: left; */
    line-height: 0;
    width: 200px;
    margin-top: 5px;
    position: absolute;
    top: 0;
  left: 0;
  height:50px;
}
header.header nav.nav {
    position: absolute;
    right: 0;
    width: 260px;
  top: 10px;
}
     header.header .tel {
      line-height: 1.2;
      font-size: 1rem;
      font-weight: 500;
      /* margin-right: 8px; */
      /* margin-bottom: 20px; */
      text-align: right;
     }
     header.header .mobile-tel{
      display:inherit;
    }
   header.header .msys-logo {padding-top: 5px;}

 @media print, screen and (min-width: 639px){

     header.header .mobile-tel{
      display:none;
    }
}

 @media print, screen and (max-width: 1199px){
    header.header #logo-type {
      margin-top: 3px;
		}
    header.header .mobile-tel{
      line-height: 1;
	font-size: 0.8rem;
	margin-bottom: 5px;
    }
  }

  @media print, screen and (max-width: 959px){
    header.header .mobile-tel{
      line-height: 1;
      font-size: 0.8rem;
    }
   header.header .msys-logo {margin-top: 3px;padding-top: 0px;}
}



	@media print, screen and (max-width: 768px){
    header.header .tel {
      display: none;
    }
    header.header #logo-type{
      display: none;
    }
	    header.header .mobile-tel{
	      line-height: 1;
		font-size: 0.4rem;
		margin-bottom: 5px;
	    }
	}

			
	header.header nav.nav ul li{
	    display: inline;
            margin: 0px 10px;
	    float: left;
	}
	header.header .navi-right{
	margin: 0px 0px 10px;
	overflow: hidden;
	float: right;    
	}
  @media print, screen and (max-width: 850px){
    header.header nav.nav a.inquiryLink2{display: none;}
     header.header #logo-type {margin-top: -3px;}

 }

@media print, screen and (max-width: 639px){
    header.header .navi-right{
      margin: 0px;
	width:100px;  
    }
}




/*******************************************************************************
	コンテンツ
********************************************************************************/
section{
	overflow: hidden;
	width: 100%;	
}
.section-container{
  max-width: 1286px;
  width: 90%;
  padding: 0px 5%;
  margin: auto;
  overflow: hidden;
}
/* TOP VISUAL
--------------------------------------------*/
.top-visual{
	height: 450px;
	width: 100%;
  margin-top:100px;
  /* ビジュアルを背景画像にする場合使用
	position: relative;
  background-image:url(../../img/backimage1.png);
  background-repeat: no-repeat;
  background-size:cover;
  background-position: center top;
  */
}
.top-visual h1{
		width: 100%;
		text-align: center;
		position: absolute;
		top: 130px;
		z-index: 90;
    font-size: 3rem;
	}
.top-visual h1 span{line-height: 1.2}
@media print, screen and (max-width: 375px){
	.top-visual h1{
		top: 60px;
	}
}
.top-visual .animation-container{
		padding: 280px 0px 40px 0px;
		overflow: hidden;
	}
.top-visual .animation-container img{}
.top-visual-copy{
		width: 100%;
		position: absolute;
		bottom: 30px;
		text-align: center;	
	}

.top-visual-copy p{
		color: #777;
    font-size: 1rem;
	}

/*******************************************************************************
	商品アピールエリア
********************************************************************************/
.product{
	background-color: #FFFFFF;
	padding: 80px 0px 20px;
}

.product #hci{
		visibility: hidden;
		width: 90%;
		height: auto;
		float: right;
		margin-top: 0px;
	}

/*******************************************************************************
	概要エリア
********************************************************************************/
.desc p{
	margin-bottom: 0px;
  font-size: 1.4rem;
  font-weight: 300;
  text-align: justify;
}
@media (max-width: 639px) {
  .desc p{
    font-size: 1.0rem;
  }
}

/*******************************************************************************
	こんなサポートを
********************************************************************************/
.feature,
.special,
.specialsub{
	background-color: #002855;
	padding: 0px 0px 80px;
}
.feature h3,
.special h3{
  text-align: center;
  font-weight: 300;
  font-size: 2rem;
  color: #FFFFFF;
}
.feature-list,
.special-list,
.specialsub-list {
    display: -ms-flexbox;
    display: flex;
}

.feature-list-item ,
.special-list-item {
    width: 30%;
    margin-bottom: 2rem;
    margin-right: 3.3333%;
    display: -ms-flexbox;
    display: flex;
  text-align: center;
}
.specialsub-list-item {
    width: 50%;
    margin-bottom: 2rem;
    margin-right: 3.3333%;
    display: -ms-flexbox;
    display: flex;
  text-align: left;
}
ul li.feature-list-item:last-child{
  margin-right: 0;
}
ul li.special-list-item:last-child{
  margin-right: 0;
}
ul li.specialsub-list-item:last-child{
  margin-right: 0;
}
a.feature-list-item-link,
a.special-list-item-link {
    border-radius: 0.3rem;
    overflow: hidden;
    background-color: #fff;
    display: block;
    text-decoration: none;
    width: 100%;
}
a.feature-list-item-link picture img,
a.special-list-item-link picture img{
  width: 100%;
}
a.feature-list-item-link p,
a.special-list-item-link p{
  font-size: 0.9rem;
  font-weight: 400;
  color: #444;
}
#detail-click01,#detail-click02,#detail-click03{
  visibility: hidden;
}


.feature-01,
.feature-02,
.feature-03,
.special-01,
.special-02,
.special-03{
	padding: 0px 0px 20px;
}
.feature-02{
  background: #FFF;
}
@media print, screen and (max-width: 768px){
	.feature h3{
	  font-size: 1.6rem;
	}
	.feature-list ,
	.special-list ,
	.specialsub-list {
		 display: contents;
	}
	.feature-list-item ,
	.special-list-item ,
	.specialsub-list-item {
    display: inline-flex;
    /* padding-bottom: 20px; */
    width: 48%;
  }

  ul li.special-list-item:nth-child(even){
  	margin-right:0;
  }

  .specialsub-list-item {
    margin-bottom: 0;
  }
}

@media print, screen and (max-width: 640px){
	.feature h3{
	  font-size: 1.6rem;
	}

	.feature-list-item ,
	.special-list-item ,
	.specialsub-list-item {
    display: inline-flex;
    /* padding-bottom: 20px; */
    width: 100%;
  }
  .specialsub-list-item {
    margin-bottom: 0;
  }

}
/*******************************************************************************
	こんなサポートを
********************************************************************************/

.performance-left{
  float: left;
  width: 47%;
}
.performance-left-title{
  font-size: 1.4rem;
  text-align: center;
  font-weight: 500;
  color: #FFF;
  background:#6C6C6C;
  padding: 10px;
}
.performance-right{
  float:right;
  width: 47%;
}
.performance-right-title{
  font-size: 1.4rem;
  text-align: center;
  font-weight: 500;
  color: #FFF;
  background:#0067c5;
  padding: 10px;
}

@media print, screen and (max-width: 768px){
	.performance-left-title,
	.performance-right-title{
	  font-size: 1rem;
	}

}
@media print, screen and (max-width: 375px){
	.performance-left-title,
	.performance-right-title{
	  font-size: 0.6rem;
	  padding: 10px 0px;
	}

}
/*******************************************************************************
	柔軟性と拡張性
********************************************************************************/

.architecture-list {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
}
@media print, screen and (max-width: 768px){
	.architecture-list h4{
	  font-size:0.8rem;
	}
}
.architecture-list-item1 {
    width: 35%;
    margin-right: 1%;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    flex-direction: column;
      margin-bottom: 0px;
    padding-bottom: 0px;
}
.architecture-list-item2 {
    width: 46%;
    margin-right: 1%;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    flex-direction: column;
      margin-bottom: 0px;
    padding-bottom: 0px;
}
.architecture-list-item3 {
    width: 27%;
    margin-right: 0;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    flex-direction: column;
      margin-bottom: 0px;
    padding-bottom: 0px;
}
.architecture-list-title1{
  color: #FFF;
	background:#a7d500;
  width: 100%;
  padding: 5px 0;
}
.architecture-list-title2{
  color: #FFF;
	background:#0067c5;
  width: 100%;
  padding: 5px 0;
}
.architecture-list-title3{
  color: #FFF;
	background:#FF9600;
  width: 100%;
  padding: 5px 0;
}

.architecture-plate1{
  color: #FFF;
  font-weight: 700;
  text-align: center;
	background:#0067c5;
  line-height: 1;
  padding: 30px 10px;
  font-size: 1.5rem;
}
.architecture-plate2{
  font-weight: 700;
  text-align: center;
  border: 1px solid #0067c5;
  line-height: 1;
  margin-top: 10px;
  padding: 20px 10px;
  font-size: 1.5rem;
}


.architecture-node {
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
.architecture-node-list {
  width: 50%;
  margin-right: 1%;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  flex-direction: column;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.architecture-node-border1 {
  border: 1px solid #e00012;
}
.architecture-node-border2 {
  border: 1px solid #0067c5;
}
.architecture-node-list-title-left {
  background: #e00012;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 1.2;
  padding: 14px 10px 16px;
}
.architecture-node-list-title-right {
  background: #0067c5;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 200;
  line-height: 1.2;
  padding: 14px 10px 16px;
}
.architecture-node-list-title{
  color: #e00012;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 10px;
}
.title-color1{
  color: #0067c5;
}
.architecture-node-list-text{
  font-size: 1.1rem;
  margin-top: 0;
  margin-bottom: 10px;
}
/* vm単位制御 */
ul.vm-unit-list{
  margin-left: 0px;
  position: relative;
}
ul.vm-unit-list li{
  list-style: none;
  font-size: 1.2rem;
  font-weight: 300;
}
ul.vm-unit-list li.answer{
  margin-left: 34px;
  padding: 0.5em 0;
  list-style-type: none!important;
}

ul.vm-unit-list li.answer:before {/*疑似要素*/
  font-family: FontAwesome;
  content: "\f061";/*アイコンの種類*/
  position: absolute;
  left : 3.0rem;/*左端からのアイコンまでの距離*/
  color:#1e4a93;
}

@media print, screen and (max-width: 768px){
	ul.vm-unit-list li{
	  font-size: 1rem;
	  line-height:1.2;
	}
}

@media print, screen and (max-width: 375px){
	ul.vm-unit-list {
	    margin-left: -36px;
	}
	ul.vm-unit-list li{
	  font-size: 0.8rem;
	  line-height:1.2;
	}
	ul.vm-unit-list li.answer{
	  margin-left: 28px;
	}
}


/* ストレージノード組み合わせ */
.section-storageNode {
    max-width: 1286px;
    padding: 0px 35px;
    margin: 40px auto;
    overflow: hidden;
}
.storageNode-left{
  float: left;
  width: 50%;
}
.storageNode-right{
  float: left;
  width: 50%;
}
@media print, screen and (max-width: 768px){
	.storageNode-left{
	  float: none;
	  width: 100%;
	}
	.storageNode-right{
	  display:none;
	}
}
.storageNode-title{
  font-size: 1.3rem;
  line-height: 1.2;
  margin-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
}
ul.storageNode-list{
  margin-left: 10px;
}
ul.storageNode-list li{
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 300;
}

ul.storage-graph-list {
	display: -ms-flexbox;
	display: flex;
	margin: 0px 0px 0px 20px;
	padding: 0;
}

ul.storage-graph-list li {
	width: 25%;
	margin: 0;
	padding:0;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}
@media all and (-ms-high-contrast: none){
  ul.storage-graph-list li{
    flex-direction: row; /* IE10以上 */
  }
}
ul.storage-graph-icon {
	display: -ms-flexbox;
	display: flex;
	margin: 0px 0px 0px 20px;
	padding: 0;
}
ul.storage-graph-icon li {
	width: 25%;
	margin: 0;
	padding:0;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}
@media all and (-ms-high-contrast: none){
  ul.storage-graph-icon li{
    flex-direction: row; /* IE10以上 */
  }
}

/* storageの個別拡張一覧テーブル */
.table-container{
  max-width: 1286px;
  width: 100%;
  padding: 0px;
  margin: auto;
  overflow: hidden;
  margin-top: 40px;
}
table.storage {
  border-collapse: collapse;
  width: 100%;
}
table.storage th,
table.storage td {
  font-size: 12px;
  padding: 10px;
  border: 1px solid #999;
  background-color:#FFF;
  font-weight: 500;
  width: 25%;
}
table.storage th {
  background-color: #eee;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}
table.storage td {
  text-align: center;
}
.storage-table-left{
  float: left;
  width: 49%;
}
.storage-table-right{
  float:right;
  width: 49%;
}
@media print, screen and (max-width: 375px){
	.storage-table-left{
	  float: left;
	  width: 100%;
	  margin-bottom: 20px;
	}
	.storage-table-right{
	  float:right;
	  width: 100%;
	}
}
.radius-plate1{
  display: block;
  width: 100%;
  margin: 0px auto;
  background: #e00012;
  text-align: center;
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
  font-size: 14px;
}
.radius-plate2{
    background: #0067c5;
}
.radius-plate1-size1{
    padding: 8px 0;
}
.radius-plate1-size2{
    padding: 16px 0;
}
.radius-plate1-size3{
    padding: 24px 0;
}

/* storage拡張 */
.section-storage-expande {
    max-width: 1286px;
    padding: 0px 35px;
    margin: 40px auto;
    overflow: hidden;
}

/*---------------------------------------------------
	タイトル
-----------------------------------------------------*/
h1{
	font-weight: 600;
	font-size: 46px;	
	color: #000;
	line-height: 45px;
	letter-spacing: 0px;
}

h2{
	font-weight: 200;
	font-size: 36px;
	line-height: 42px;
	margin-bottom: 20px;	
	margin-top: 30px;
	color: #444444;
}

h3{
	font-weight: 300;
	color: #444;
	font-size: 2rem;
	text-align: left;
	line-height: 1.3;
	/*font-weight: 500;*/
}
h4{
  font-size: 1.2rem;
  font-weight: 400;
}
.sub-text{
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.3;
}
.title-icon {
  display:inline-block;
  vertical-align: middle;
}
.title-text {
  display: inline;
  vertical-align: middle;
}

@media print, screen and (max-width: 375px){
	h2{
		font-size: 30px;
	}
	h3{
		font-size: 1.5rem;
	}
	.sub-text{
		font-size: 1.3rem;
	}
}
/*---------------------------------------------------
	各ページのテキスト装飾
-----------------------------------------------------*/
.section-text1{
  color: #0067c5;
  font-weight: 400;
  font-size: 1.4rem;
  text-align: center;
}
/* performance */
.device-arrow1,.vis-hidden{
  visibility: hidden;
}
.performance-sig01{
  visibility: hidden;
  width: 100%;
}
.sig01-text{
  visibility: hidden;
}

.section-sub-title1{
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 0px;
  line-height: 1.3;
  /*color: rgba(255, 255, 255, 1.0);*/
  text-indent: -1.9rem;
  padding-left: 1.9rem;
}
.section-sub-title1-desc{
  line-height: 1.2;
  font-size: 1.2rem;
  font-weight: 300;
  padding: 0px 35px;
}

@media print, screen and (max-width: 420px){
  .section-sub-title1{
    font-size: 1.0rem;
    font-weight: 300;
  }
}

/* セクション内リストポイント */
ul.section-point {
  position: relative;
  margin-left: 34px;
}

ul.section-point li {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

@media print, screen and (max-width: 768px){
	ul.section-point li {
	  font-size: 1rem;
	  line-height: 1.2;
	}
}
@media print, screen and (max-width: 375px){
	ul.section-point {
		margin-left: 5px;
	}
	ul.section-point li {
		margin-left: 0px;
	}
}
ul.section-point li.sec1:before {/*疑似要素*/
  font-family: FontAwesome;
  content: "\f0e4";/*アイコンの種類*/
  position: absolute;
  left : 0.5rem;/*左端からのアイコンまでの距離*/
  color:#1e4a93;
}

/*---------------------------------------------------
	グーグルマップ
-----------------------------------------------------*/
.googleMapName{
	width:950px;
	margin:0 auto;
	font-size:1.4em;
	margin-bottom:10px;
	padding-left:18px;
}
.googleMapArea{
	width:960px;
	margin:0 auto;
	margin-bottom:30px;
}

/********************************************************************************
ページアンカーnavi
********************************************************************************/

/********************************************************************************
	ページトップ
********************************************************************************/
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 1.4em;
	display:none;
	z-index:999;
}
#page-top a {
	color:#000;
	transition: color 1.0s;
}
#page-top a:hover {
	text-decoration: none;
	color:#E50011;
	cursor:pointer;
}


/*******************************************************************************
	アニメーション設定
********************************************************************************/
	.animation-container{
		padding: 140px 0px 40px 0px;
		overflow: hidden;	
	}

	#object{
		display: block;	
		height: 180px;
		width: 180px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 100px;
		background-size: contain;
		background-color: #fe5652;
		border-radius: 24px;
		visibility: hidden;
	}


/*---------------------------------------------------
  お問い合わせボタン関連
-----------------------------------------------------*/
a.inquiryLink2{
	width: 300px;
	padding:8px 0px;
	font-size:14px;
	text-align:center;
	display:block;
	color:#FFF;
	text-decoration:none;
	transition: background-color 0.3s,color 0.3s;
	background-color:#1e4a93;
	border:#444 1px solid;
	border-radius: 5px;
}
a.inquiryLink2:hover{
	background-color: rgba(238,241,247,1);
	color: rgba(33,33,33,1);
}

/* システムの統合 snapmirror解説 */
ul.snapmirror-list {
    display: -ms-flexbox;
    display: flex;
}

ul li.snapmirror-list-item {
    width: 30%;
    margin-right: 3.3333%;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  flex-direction: column;
}
ul li.snapmirror-list-item p{
  font-size: 1.2rem;
  margin: 0;
}
ul li.snapmirror-list-item picture img,
ul li.snapmirror-list-item div img {
    width: 100%;
}

ul li.snapmirror-list-item:last-child {
    margin-right: 0;
}
/*-- ONTAP select --*/
.ontap-sig{
  width: 30%;
  float: right;
}
.ontap-desc{
	width: 63%;
	float: left;
}
@media print, screen and (max-width: 768px){
	.ontap-sig{
	  width: 100%;
	  float: none;
	}
	.ontap-desc{
		width: 100%;
		float: none;
	}
}

/*---------------------------------------------------
       仕様テーブル
-----------------------------------------------------*/
.spectbl01 {
  width: 100%;
  font-size: 16px;
  border-top: solid 1px #CCCCCC;
  border-left: solid 1px #CCCCCC;
  border-collapse:collapse;
}
.spectbl01 td,
.spectbl01 th {
  border-bottom: solid 1px #CCCCCC;
  border-right: solid 1px #CCCCCC;
  padding: 10px;
  text-align: center;
}
.spectbl01 th {
  background-color: #F7F7F7;
}
.spectbl01 .tt01 {
  background-color:#E6EFFD;
}
.spectbl01 .tt02 {
  background-color:#cce1fe;
}
@media print, screen and (max-width: 498px){
 .spectbl01 {
   width: 800px;
   font-size: 14px;
  }
}
/*---------------------------------------------------
	コンタクト
-----------------------------------------------------*/
.contactArea {
  background: url(../../img/contact_bg.png) !important;
  background-size: cover!important;
}
.contactArea .phone {
  font-size: 36px;
  text-align: center;
  margin-bottom: 30px;
}
.contactArea .txt {
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
}

/*---------------------------------------------------
	キャッチタイトル
-----------------------------------------------------*/
.catch-text-area {
  background: url(../../img/catch_bg.jpg) !important;
  background-size: cover!important;
}
.catch-text-area .catch-text {
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
  color: #fff;
  text-shadow: 2px 2px 1px #222;
    font-size:2.4rem;
  font-weight:600;
		visibility: hidden;
}
@media (max-width: 1599px) {
  .catch-text-area .catch-text {font-size:2.2rem;}
}
/* Tablet landscape and smaller */
@media (max-width: 1199px) {
  .catch-text-area .catch-text {font-size:1.8rem;}
}
/* Phone landscape and smaller */
@media (max-width: 959px) {
  .catch-text-area .catch-text {font-size:1.6rem;}
}
/* Phone portrait and smaller */
@media (max-width: 639px) {
  .catch-text-area .catch-text {font-size:1.2rem;}
}




/*---------------------------------------------------
  ページ内お問い合わせボタン
-----------------------------------------------------*/
.inq-box {
  margin: 40px auto 80px;
    width: 500px;
    height: 90px;
    overflow: hidden;
    position: relative;
    display: block;
    background: #1e4a93;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    margin-bottom: 4px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.inq-box a {
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #FFF;
    position: relative;
}

.ca-icon {
    font-size: 40px;
    color: #FFF;
    text-shadow: 0px 0px 1px #333;
    line-height: 90px;
    position: absolute;
    width: 90px;
    left: 20px;
    text-align: center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.ca-content {
    position: absolute;
    left: 110px;
    width: 370px;
    height: 60px;
    top: 0px;
}

.ca-main {
    font-size: 28px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    padding-top: 20px;
}

.inq-box:hover{
    background-color: #FFF;
}
.inq-box:hover .ca-icon{
    color: #1e4a93;
    font-size: 120px;
    opacity: 0.2;
    left: -20px;
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
}
.inq-box:hover .ca-main{
    color: #1e4a93;

}
@media print, screen and (max-width: 414px){
	.inq-box {
	  width: 100%;
	}
	.ca-icon {
	    font-size: 30px;
	    width: 0px;
	}
	.ca-content {
	    left: 60px;
	    width: 100%;
	    height: 60px;
	    top: 16px;
	}
	.ca-main {
	    font-size: 18px;
      padding-top: 12px;
	}
}
@media print, screen and (max-width: 320px){
	.ca-main {
	    font-size: 15px;
      padding-top: 15px;
	}
}
/*---------------------------------------------------
       フッター
-----------------------------------------------------*/
footer{
width:100%;
background:#fff;
}
footer .footerNav{
  width: 500px;
  margin: 0 auto 10px;
  overflow: hidden;
  list-style: none;
      padding-top: 20px;
}
footer .footerNav li{
  float: left;
}
footer .footerNav li a{
  display: block;
  font-size: 0.8rem;
  padding: 0 20px;
  border-left: 1px solid #ccc;
  color: #444;
}
footer .footerNav li:first-child a{
  border: none;
}
footer .copyright{
  text-align: center;
}

@media print, screen and (max-width: 640px){
	footer {
	  padding-top: 20px;
	}
	footer .footerNav{
	  width: 100%;
	  padding: 0;
	}
	footer .footerNav li{
	  width:100%;
	  margin-bottom: 20px;
	}
	footer .footerNav li a {
	  display: block;
	  font-size: 0.8rem;
	  padding: 10px 20px;
	  border:none;
	}
}

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