@charset "utf-8";

/**
 *
 *  資料ダウンロード TOP & ダウンロードフォーム兼用
 *
 */


/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/

.btn-blue{
	width:inherit;
	margin:0 auto;
}
.btn-blue a{
	display:inline-block;
	padding:6px 25px;
	font-size:13px;
}
.btn-blue a:before{
	display:none;
}


/*----------------------------------------------------------------------
	link-area
----------------------------------------------------------------------*/

.link-area{
	margin-top:30px;
	padding:20px 30px 15px;
	border:1px solid #E5E5E5;
	overflow:hidden;
}
.link-area li{
	float:left;
	display:inline;
	margin:0 0 7px 0;
}
.link-area li {
	width:310px;
}
.link-area li:nth-of-type(3n) {
	width:280px;
}
.link-area li a{
	background:url(/rentalserver/shared/images/ico_arw03.png) 0 50% no-repeat;
	padding-left:25px;
}

.link-area li.pdf {
	margin-left:-10px;
	margin-bottom:2px;
}

.link-area li.pdf a {
    background:url("/rentalserver/shared/images/ico_pdf.png") no-repeat scroll left top;
    line-height:1.3;
    display: inline-block;
	padding-left:35px;
}


/*----------------------------------------------------------------------
	Sec01
----------------------------------------------------------------------*/

#Sec01 {
	padding:0 0 30px;
}

#Sec01 .notes {
	line-height:1.8;
}


/* h3タイトル
--------------------------------------------------*/

h3.guide {
    padding: 3px 0 0 12px;
    color: #384D58;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 30px;
    border-left: 8px solid #558DD9;
    font-weight: bold;
}
h3.guide.all {
    border-left: 8px solid #204EA4;
}
h3.guide.others {
    border-left: 8px solid #FCCF2A;
}


/* ホワイトペーパー一覧
--------------------------------------------------*/

ul.wp-list {
    display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding:10px 0 30px;
	position:relative;
	justify-content: flex-start;
}
ul.wp-list dl {
	width:320px;
	background:#ECF0F3;
	padding:20px;
	margin-right:10px;
	text-align:center;
	position:relative;
	vertical-align:top;
	box-sizing:border-box;
}
ul.wp-list dl:nth-of-type(3n) {
	margin-right:0;
}
ul.wp-list dl:nth-of-type(n+4) {
	margin-top:10px;
}
ul.wp-list dt {
}
ul.wp-list dt span {
	display:block;
}
ul.wp-list dt span.thumb {
	box-shadow:0 4px 4px rgba(0,0,0,0.1);
}
ul.wp-list dt span.thumb a img {
	transition:all 0.3s ease;
}
ul.wp-list dt span.thumb a:hover img {
	transform:scale(1.05);
}

ul.wp-list dt span.tit {
	padding:15px 20px;
	text-align:left;
	line-height:1.35;
	font-size:14px;
	font-size:1.4rem;
	font-weight:bold;
}

ul.wp-list dd {
}

ul.wp-list dl.new:after {
	display:block;
	content:"";
	background:url(/rentalserver/user-support/online/download/images/img_new.png) no-repeat 0 0;
	width:54px;
	height:54px;
	position:absolute;
	left:0;
	top:0;
}


/* PDF一覧
--------------------------------------------------*/

ul.pdf-list {
    display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding:10px 0 30px;
	position:relative;
}
ul.pdf-list li {
	width:320px;
	background:#ECF0F3;
	padding:20px 0;
	margin-right:10px;
	position:relative;
	vertical-align:top;
	text-align:center;
	box-sizing:border-box;
}
ul.pdf-list li:nth-of-type(3n) {
	margin-right:0;
}
ul.pdf-list li:nth-of-type(n+4) {
	margin-top:10px;
}

ul.pdf-list div.thumb{
}
ul.pdf-list div.thumb.wide{
}
ul.pdf-list div.thumb span {
	position: relative;
}
ul.pdf-list div.thumb span:after{
	display:block;
	content:"■";
	background:url(/rentalserver/shared/images/ico_pdf.png) no-repeat left top;
	width:23px;
	height:26px;
	text-indent:-9999em;
	position:absolute;
	top:-5px;
	left:-5px;
}
/*ul.pdf-list div.thumb.wide:after{
	display:block;
	content:"■";
	background:url(/rentalserver/shared/images/ico_pdf.png) no-repeat left top;
	width:23px;
	height:26px;
	text-indent:-9999em;
	position:absolute;
	top:50px;
	left:60px;
}*/
ul.pdf-list div.thumb span{
	vertical-align:middle;
	width: auto;
	height: 200px;
	text-align: center;
	display: inline-block;
}
ul.pdf-list div.thumb img {
	box-shadow:0 4px 4px rgba(0,0,0,0.1);
}

ul.pdf-list dl{
	line-height:1.6;
	display:inline-block;
	vertical-align:top;
	text-align:center;
}
ul.pdf-list dt{
	width:100%;
	font-size:14px;
	font-size:1.4rem;
	line-height:1.4;
	font-weight:bold;
	vertical-align:middle;
	margin:0 auto;
	text-align:center;
	position:relative;
}
ul.pdf-list dt span{
	display:table-cell;
	width:280px;
	height:60px;
	margin:0 auto;
	vertical-align:middle;
}
.all + ul.pdf-list li:nth-of-type(1) dt span,
.all + ul.pdf-list li:nth-of-type(2) dt span,
.all + ul.pdf-list li:nth-of-type(3) dt span{
	height:85px;
}

ul.pdf-list dd{
    margin:0 auto;
	padding:0 0 10px;
}

hr.line{
	width:150px
}
	
/*----------------------------------------------------------------------
	フォーム画面　資料詳細レイアウト
----------------------------------------------------------------------*/

.download-detail {
	padding:30px 0;
}

.download-detail h2 {
	padding-left:18px;
	line-height:1.5;
	font-size:28px;
	font-size:2.8rem;
	font-weight:normal;
	color:#506BB8;
	letter-spacing:-0.02em;
	border-left:8px solid #506BB8;
}
.download-detail h3 {
	padding:20px 0 0;
	padding-left:25px;
	line-height:1.25;
	font-size:16px;
	font-size:1.6rem;
}

.download-detail .txt-area {
	margin:20px 0 0;
	padding:20px 0 0;
	border-top:1px solid #E5E5E5;
}

.download-detail div.thumb {
	float:right;
	margin:0 0 10px 25px;
	border:1px solid #CCC;
	box-shadow:0 3px 6px rgba(0,0,0,0.1);
}
.download-detail div.thumb.pdf {
	width:220px;
	overflow:hidden;
}
.download-detail div.thumb.pdf img {
	margin-left:-95px;
}

.download-detail p {
	margin:0 0 15px;
	padding-left:25px;
	line-height:1.6;
	font-size:15px;
	font-size:1.5rem;
}
.download-detail p.notes {
	margin:0;
	line-height:1.2;
	font-size:12px;
	font-size:1.2rem;
}

/*----------------------------------------------------------------------
	フォーム画面　おすすめホワイトペーパー
----------------------------------------------------------------------*/

#RECO {
	background: url(/rentalserver/server/images/index/bg_others.png) repeat-x center top;
	margin-top:-30px;
	padding:40px 0;
	border-top:1px solid #DDD;
}
#RECO h4 {
	text-align:center;
    font-size:22px;
    font-size:2.2rem;
}


/*----------------------------------------------------------------------
	btn-box - 各種ボタン -
----------------------------------------------------------------------*/

.btn-box {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
	padding:25px 0;
	flex-wrap: wrap;
}
.btn-box .btn {
	background-color:#023565;
	border-radius: 8px;
	margin: 0 auto 15px;
}
.btn-box .btn a {
    display: table-cell;
    background: #F9F9F9;
    width:310px;
    height: 70px;
    text-align: center;
    color: #232F3E;
    font-size:18px;
    font-size:1.8rem;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    vertical-align: middle;
    box-sizing: border-box;
    border: 2px solid #232F3E;
    box-shadow: 0 2px 3px rgba(0,0,0,.15);
    transition: all 0.2s ease;
}
.btn-box .btn a:hover {
	background:#F5F6F6;
	color:#858686;
	border:2px solid #B5B6B6;
}
.btn-box.liquid .btn a {
	width:auto;
	padding:0 60px;
}

.btn-box .btn.document a {
	background-color:#023565;
	color: #FFF;
}
.btn-box .btn.small a {
	font-size:18px;
	font-size:1.8rem;
}
.btn-box .btn.document a.blank {
	background-image:url(/rentalserver/shared/images/ico_blank01.png);
	background-position:right 10% center;
	background-repeat:no-repeat;
}

.btn-box .btn.document.aw a {
	background-color:#FC4520;
}
.btn-box .btn.document.aw a span {
	display:block;
	margin-bottom:-5px;
	font-size:14px;
	font-size:1.4rem;
	font-weight:normal;
}

/*----------------------------------------------------------------------------------------------------
	for タブレット（1039px以下）
-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1039px) {
	ul.wp-list dl,
	ul.pdf-list li {
		width: 31%;
		margin: 1%;
	}
	ul.wp-list dl:nth-of-type(n+4) {
		margin: 1%;
	}
}
/*----------------------------------------------------------------------------------------------------
	for SP（768px以下）
-----------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {
	ul.wp-list dl,
	ul.pdf-list li {
		width: 100%;
		margin: 0 0 10px;
	}
	ul.wp-list dt span.thumb {
		display: inline-block;
	}
	ul.pdf-list div.thumb span {
		width: auto;
		text-align: center;
		display: inline-block;
		position: relative;
		height: auto;
	}
	.download-detail h2 {
		font-size: 2rem;
	}
	.download-detail div.thumb.pdf {
		width: auto;
		float: none;
		margin: 0 0 15px;
	}
	.download-detail div.thumb.pdf img {
		margin: 0;
	}
	.download-detail p {
		padding-left: 0;
	}
	.download-detail div.thumb {
		float: none;
		max-width: 410px;
		margin: 0 auto 15px;
	}
}



