@charset "utf-8";

@media only screen and (max-width: 1024px) {
	.pc-line-break{
		display: none;
	}
}

/* 全体 */

#wrapper {
	width: 1000px;
	margin: auto;
	background-color: #1E2C6F;
	padding:30px 0;
	color:#333333;
	font-size: 10px;
}

/* ヘッダー */

#inner-header {
	width: 940px;
	margin: auto;
}


/* メインエリア */

#contents {
	width: 940px;
	margin: auto;
	clear:both;
	font-size:1.2em;
	line-height:1.7em;
}

#contents .img01 {
	position:relative;
	width:940px;
	height:656px;
}

#contents p.btn01 {
	position:absolute;
	top: -23px;
	right: -20px;
}


#contents .img02 {
	position:relative;
	width:940px;
	height:105px;
}

#contents p.btn02 {
	position:absolute;
	bottom:20px;
	left:46px;
}

#contents p.btn03 {
	position:absolute;
	bottom:20px;
	left:198px;
}

#contents p.btn04 {
	position:absolute;
	bottom:20px;
	right:198px;
}

#contents .section {
	background-color:#fff;
	padding-top:23px;
	padding-bottom:20px;
}
#contents .section ul {
	margin:0px 30px;
	font-size: 1.2em;
	line-height:1.5em;
	letter-spacing: 0.11em;
}

#contents .section ul li {
	padding-left:120px;
}

.section li strong {
	font-size: 1.4em;
}

.section li em {
	font-size: 1.2em;
	font-style:normal;
	letter-spacing: 0em;
}

.section01 {
	background:#fff url(/jp/images/campaign/cloud_security/hl01.gif) no-repeat left top;
	padding-top:25px;
	padding-bottom:20px;
}

.section01 p {
	margin-left:-120px;
	padding-top:14px;
}

.section02 {
	background:#fff url(/jp/images/campaign/cloud_security/hl02.gif) no-repeat left bottom;
	padding-top:25px;
	padding-bottom:20px;
}

.section03 {
	background:#fff url(/jp/images/campaign/cloud_security/hl03.gif) no-repeat left bottom;
	padding-top:25px;
	padding-bottom:20px;
}

.section04 {
	background:#fff url(/jp/images/campaign/cloud_security/hl04.gif) no-repeat left top;
}

.section04 dl {
	padding:5px 0px 0px 0px;
	margin:0px;
}

.section04 dt {
	float:left;
	width:30px;
	padding:0px;
	margin:0px;
	font-size:1.4em;
	padding-top:20px;
}

.section04 dd {
	float:left;
	width:730px;
	padding:0px;
	margin:0px;
	padding-top:20px;
}

.section04 dd.kome {
	clear:both;
	float:none;
	position: relative;
}

.section04 dd ul li {
	font-size:10px;
}


.red {
	color:#ff0000;
}


/* フッター */
/* #inner-footer {
	width: 940px;
	margin: auto;
	background:#fff url(../../../common/images/bg_inner.gif) no-repeat left bottom;
	text-align:center;
	font-size:1.2em;
	padding:25px 0 20px 0;
	line-height:2em;
}

#copyright {
  font-family: Arial, Helvetica, sans-serif;
} */

/* 全ページ共通の枠組み指定 */

.guidance {
  height:1px;
  left:-9999em;
  margin:0;
  overflow:hidden;
  padding:0;
  position:absolute;
  width:1px;
}

/* clearfix */
.clearfix,#contents{zoom:1;}
.clearfix:after,#contents:after{
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}
/* End clearfix */



/********************
RESPONSIVE
*********************/
#contents .img02 {
  background: url(/jp/images/campaign/cloud_security/img03.gif);
}

@media only screen and (max-width: 1024px) {
  #wrapper {
   max-width: 100%;
  }
  #inner-header,
  #contents,
  #inner-footer {
    max-width: 96%;
  }
  #contents .img01,
  #contents .img02 {
    max-width: 100%;
    height: auto;
  }
  #contents .img02 {
    text-align: center;
    padding: 20px 0;
  }
  #wrapper img {
    max-width: 100%;
    height: auto;
  }
  #contents p.btn03,
  #contents p.btn04 {
  position: static;
  }
  #contents .section ul {
    margin: 0 5%;
  }
  #contents .section ul li {
    padding-left: 0;
    padding-top: 30px;
  }
  .section04 dd {
    max-width: 100%;
  }
  #contents p.btn01 {
    position: static;
    text-align: right;

  }
  .section01,
  .section03,
  .section04 {
    background-image: none;
    font-size: 14px;
  }
  .section01:before,
  .section03:before,
  .section04:before {
    display: block;
    font-weight: bold;
    color: #1e2c6f;
    font-size: 150%;
    margin-bottom: 10px;
  }
  .section03,
  .section04 {
    background: url(/jp/images/campaign/cloud_security/line.gif) repeat-x left top;
  }
  .section01:before {
    content: "対象";
  }
  .section03:before {
    content: "期間";
  }
  .section04:before {
    content: "特典";
  }
  .section04 dd:first-of-type {
    padding-top: 0;
  }
  .section01 p {
    display: none;
  }
}
