@charset "utf-8";

/**
 * common: コンテンツ共通
 */


/*----------------------------------------------------------------------
	section
----------------------------------------------------------------------*/
.sec{}

.sec-inner{
	width:980px;
	margin:0 auto;
}

.sec-inner p.lead{
	font-size:15px;
	font-size:1.5rem;
	line-height:1.8;
}

/*----------------------------------------------------------------------
	Content
----------------------------------------------------------------------*/
#Content.drop-active {
	/*margin-top:54px;*/
}

#GlobalHeader.is-animation + #Content {
	margin-top:96px;
}
#GlobalHeader.is-animation + #Content.drop-active {
	margin-top:164px;
}


/*----------------------------------------------------------------------
	Sidemenu
----------------------------------------------------------------------*/
#Sidemenu{
	position:fixed;
	bottom:5px;
	right:-7px;
	z-index:99999;
	display:none;
}
#Sidemenu li a:hover{
	opacity:0.6;
}

/* PageTtl
--------------------------------------------------*/
#PageTtl {
	background: #506bb8 url(/rentalserver/shared/images/page_ttl_bg.jpg) no-repeat 50% 0 / cover;
	background-blend-mode: darken;
}

#PageTtl h1{
	padding:20px 0;
	color:#FFF;
	font-family:'ヒラギノ角ゴ ProN W3',"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	letter-spacing:-0.05em;
}
#PageTtl h1 .h1-sub{
	display:block;
	padding:0 0 12px;
	line-height:1.2;
	font-size:14px;
	font-size:1.4rem;
	font-weight:normal;
	vertical-align: middle;
}
#PageTtl h1 .h1-main{
	display:block;
	margin:16px 0 13px;
	line-height:1.0;
	font-size:33px;
	font-size:3.3rem;
	vertical-align: middle;
}
#PageTtl h1 .h1-sub + .h1-main{
	margin:0;
}
#PageTtl h1 .h1-main + .h1-sub{
	display:none;
}
#PageTtl h1 .h1-main.many{
	margin:19px 0 15px;
	font-size:28px;
	font-size:2.8rem;
}
#PageTtl h1 .h1-sub + .h1-main.many{
	margin:2px 0 2px;
}
#PageTtl h1 .h1-main span.op{
	display:inline-block;
	background:#1DB27E;
	padding:5px 10px;
	margin-left:15px;
	color:#FFF;
	font-size:14px;
	font-size:1.4rem;
}

#PageTtl p{
	font-size:24px;
	font-size:2.4rem;
	color:#FFF;
	line-height: 1.8;
	text-align:center;
}
#PageTtl h1 span.sub{
	display: block;
	padding-top: 10px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
}

#PageTtl.type02 h1 span.sub{
	padding-bottom: 35px;
	background: url(/rentalserver/shared/images/page_ttl_bg.png) no-repeat 50% 100%;
}


/* #Refresh
--------------------------------------------------*/
#Refresh{
	padding: 60px 0 90px;
	text-align: center;
}


/*----------------------------------------------------------------------
	navi
----------------------------------------------------------------------*/
.inner-navi02{
	height:25px;
	padding:15px 0;
	font-size:13px;
	font-size:1.3rem;
}
.inner-navi02 li{
	float:left;
	margin-right:10px;
	padding-left:12px;
	background: url(/rentalserver/shared/images/ico_submenu.png) no-repeat 0 center;
}

.inner-navi02 li.home{
	background: none;
	padding-left: 5px;
}
.inner-navi02 li a{
	text-decoration:none;
}
.inner-navi02 li a:hover{
	text-decoration:underline;
}


/*----------------------------------------------------------------------
	right-cont
----------------------------------------------------------------------*/
.right-cont{
	width:704px;
	margin-top:17px;
	float:right;
	display:inline;
}
/*----------------------------------------------------------------------
	left-cont
----------------------------------------------------------------------*/
.left-cont{
	background:#EEE;
	width:220px;
	margin-top:17px;
	display:inline;
	float:left;
}
.left-cont dl{
	padding-bottom:30px;
}
.left-cont dt{
	background:#004381;
	padding:25px 5px 25px 15px;
	color:#FFF;
	font-size:18px;
	font-size:1.8rem;
	border-top:1px solid #FFF;
	line-height:1.3;
	font-weight:bold;
}
.left-cont dt a{
	display:inline-block;
	background:url(/rentalserver/shared/images/ico_arw04_gray.png) no-repeat left top 6px;
	padding-left:18px;
	color:#FFF;
	text-decoration:none;
}
.left-cont dt a:hover{
	text-decoration:underline;
}
.left-cont dd{
	font-size:14px;
	font-size:1.4rem;
	line-height:1.5;
	border-bottom:1px solid #E2E2E2;
}
.left-cont dd.line2 {
	line-height: 1.35;
}

.left-cont dd a{
	background:url(/rentalserver/shared/images/ico_arw04_indigo.png) 15px 50% no-repeat;
	padding:12px 15px 12px 35px;
	color:#2C3A43;
	display:block;
}
.left-cont dd.active a,
.left-cont dd a:hover{
	background-color:#3878D0;
	color:#FFF;
}
.left-cont dd a:link{
	text-decoration:none;
}
.left-cont dd a:hover{
	text-decoration:none;
}
.left-cont dd a:visited{
	text-decoration:none;
}

.left-cont .ban {
	padding:30px 0 0;
	text-align:center;
	border:none;
}
.left-cont .ban + .ban {
	padding:10px 0 0;
}
.left-cont .ban a{
	background:none;
	padding:0;
}
.left-cont .ban.active a,
.left-cont .ban a:hover{
	background:none;
	opacity:0.85;
}
.left-cont ul.menu_sub {
	background:#FDFDFD;
	margin:0;
	padding:0;
	border-left:5px solid #F2F2F2;
	border-right:1px solid #F2F2F2;
}
.left-cont ul.menu_sub li {
	display:inline-block;
	width:100%;
	font-size:13px;
	font-size:1.3rem;
	line-height:1.4;
	border-bottom:1px solid #E8E8E8;
}
.left-cont ul.menu_sub li:last-of-type {
	border-bottom:none;
}

.left-cont ul.menu_sub li span {
	display:block;
	padding-left:10px;
}
.left-cont ul.menu_sub li:hover span,
.left-cont ul.menu_sub li.active span{
	background-color:#CEE2F7;
}
.left-cont ul.menu_sub li a {
	background: url("/rentalserver/shared/images/ico_arw07.png") no-repeat scroll 10px 50% rgba(0, 0, 0, 0);
	padding:10px 0 10px 23px;
	text-decoration:none;
	display:block;
}
.left-cont ul.menu_sub li:hover a,
.left-cont ul.menu_sub li.active a {
	color:#3575CF;
}


/*----------------------------------------------------------------------
	h
----------------------------------------------------------------------*/
.ttl-type01{
	margin: 25px 0 ;
	text-align: center;
	font-size: 25px;
	font-size: 2.5rem;
	background: url(/rentalserver/shared/images/ttl_bg.png) repeat-x 0 50%;
}
.ttl-type01 span{
	background: #FFF;
	padding: 0 30px;
}
.ttl-type01.line-2 span{
	padding: 0 50px;
	line-height:1.2;
	display:inline-block;
}

.ttl-type02{
	margin: 40px 0;
	text-align: center;
	font-size: 22px;
	font-size: 2.2rem;
	background: #F08512;
}
.ttl-type02 span{
	color:#FFF;
	padding: 0 30px;
}

.ttl-type03{
	margin: 40px 0;
	text-align: center;
	font-size: 26px;
	font-size: 2.6rem;
	line-height:1.4;
	color: #004381;
	background: #FFF;
	position:relative;
}
.ttl-type03 span:before{
	background:url(/rentalserver/shared/images/ttl_bg_L.png) no-repeat left top;
	width:16px;
	height:29px;
	margin:0 18px 0 0;
	content:"■";
	display:inline-block;
	text-indent:-9999em;
}
.ttl-type03 span:after{
	background:url(/rentalserver/shared/images/ttl_bg_R.png) no-repeat left top;
	width:16px;
	height:29px;
	margin:0 0 0 15px;
	content:"■";
	display:inline-block;
	text-indent:-9999em;
}

.main_copy {
	margin-bottom:30px;
	line-height:1.5;
	text-align:left;
	color:#344A5F;
	font-size:28px;
	font-size:2.8rem;
	font-weight:bold;
	letter-spacing:-0.02em;
}


/*----------------------------------------------------------------------
	ico
----------------------------------------------------------------------*/
span.link{
	background: url(/rentalserver/shared/images/ico_arw04.png) no-repeat left top 5px;
	padding:0 0 0 17px;
}
.sec a.blank{
	background-image:url(/rentalserver/shared/images/ico_blank02.png);
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:15px;
}

.pdf a,.xlsx a{
    position: relative;
}
.pdf a:after{
	display: block;
    content: "";
    position: absolute;
    right: -25px;
    top: -2px;
	background: url(/rentalserver/shared/images/ico_pdf.png) no-repeat 0 0 / cover ;
    width: 18px;
    height: 22px;
}
.xlsx a:after{
	display: block;
    content: "";
    position: absolute;
    right: -25px;
    top: -2px;
	background: url(/rentalserver/shared/images/ico_xlsx.png) no-repeat 0 0 / cover ;
    width: 18px;
    height: 22px;
}


/*----------------------------------------------------------------------
	list
----------------------------------------------------------------------*/

ul.notes li{
	padding: 2px 0 2px 1em;
	text-indent: -1em;
	font-size:14px;
	font-size:1.4rem;
}

ul.disc{
	padding-left: 2em;
}
ul.disc li{
	list-style: disc;
	line-height:1.8;
}

ol.decimal{
	padding-left: 2em;
}
ol.decimal li{
	list-style: decimal;
}



/*----------------------------------------------------------------------
	table
----------------------------------------------------------------------*/
table{
	width: 100%;
	border: none;
	line-height: 1.8;
}

table th,
table td{
	padding: 15px 25px;
	border: 1px solid #fff;
	vertical-align: middle;
}
table th{
	white-space: nowrap;
}
table .none{
	text-align: center;
}
table .none img{
	vertical-align: middle;
}
table span.link {
    margin-left:-10px;
}


/* .table-type01
--------------------------------------------------*/

.table-type01 th,
.table-type01 td{
	text-align: center;
}
.table-type01 th a{
	color:#2C3A43;
}
.table-type01 th a:hover{
}

.table-type01 thead{ color: #fff;}
.table-type01 thead th{	background: #366DBD;}
.table-type01 thead td{ background: #51a9dd;}

.table-type01 thead th.row,
.table-type01 tbody th{ background: #DAE1E8;}
.table-type01 tbody td{ background: #D5EEFB;}


/* .table-type02
--------------------------------------------------*/
.table-type02 th{
	background:#366DBD;
	width:25%;
	color:#fff;
	text-align:center;
}
.table-type02 th ul.disc{
	padding-left:4em;
}
.table-type02 td{
	background: #D5EEFB;
}
.table-type02 td a{
    color: #004380;
}


/* .table-type03
--------------------------------------------------*/
.table-type03{
	margin-bottom: 15px;
}
.table-type03 col{ background: #D5EEFB;}
.table-type03 col:nth-child(odd){ background: #D5EEFB;}
.table-type03 col:nth-child(even){ background: #d2effa;}

.table-type03 th,
.table-type03 td{
	text-align: left;
}
.table-type03 thead th{
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: center;
}
.table-type03 th:first-child{
	background: #DAE1E8 !important;
	color:#2C3A43 !important;
}
.table-type03 th:nth-child(odd){
	background: #37A7E1;
	color: #fff;
}
.table-type03 th:nth-child(even){
	background: #004381;
	color: #fff;
}

.table-type03 tbody{
	color: #394B53;
}
.table-type03 td a{
    color: #004380;
}


/* .table-type04
--------------------------------------------------*/
table.table-type04 th,
table.table-type04 td{
	border: 1px solid #DADEE1;
}
table.table-type04 th{
	text-align: left;
	background: #f6f6f6;
}


/* .table-type05
--------------------------------------------------*/
.table-type05 th,
.table-type05 td{
	text-align: left;
}

.table-type05 thead{ color: #fff;}
.table-type05 thead th{	background: #366DBD;}
.table-type05 thead td{ background: #51a9dd;}

.table-type05 thead th.row,
.table-type05 tbody th{ background: #DAE1E8; color: #444;}
.table-type05 tbody td{ background: #D5EEFB}


/*----------------------------------------------------------------------
	form
----------------------------------------------------------------------*/
/* input */
input[type="checkbox"],
input[type="radio"]{
	vertical-align: text-bottom;
}


/*----------------------------------------------------------------------
	box
----------------------------------------------------------------------*/

/* .cp-box
--------------------------------------------------*/
.cp-box{
	background:#FFF;
	margin:20px 0 0;
	padding:7px 20px 15px;
	border:2px solid #FFA36A;
}
.cp-box h5{
	margin:0 0 5px;
	text-align:center;
	font-size:20px;
	font-size:2rem;
	font-weight:bold;
	color:#F08512;
	border-bottom:3px solid #FFA36A;
}
.cp-box h5 span{
	font-size:15px;
	font-size:1.5rem;
}
.cp-box ul.disc{
	margin-top:7px;
}
.cp-box p{
	padding:10px 1em 0;
	line-height:1.5;
}
.cp-box .bold{
	font-weight:bold;
	font-size:15px;
	font-size:1.5rem;
}
.cp-box .subject{
	margin:3px 0 0;
	padding:5px 0 0;
	font-size:12.5px;
	font-size:1.25rem;
	border-top:1px solid #c8cbd2;
}

/* .banner-box のみ */

.banner-box {
	width:100%;
	overflow:hidden;
	text-align:center;
}
.banner-box ul {
	margin:0 auto;
	font-size:0;
}
.banner-box li {
	display:inline-block;
	font-size:14px;
	font-size:1.4rem;
}
.banner-box li:hover {
	opacity:0.85;
}
/*
.banner-box li img {
	width:233px;
	height:auto;
}
*/

.right-cont .banner-box p{
	padding:0 0 5px;
	text-align:left;
}
.right-cont .banner-box li{
	width:233px;
	overflow:hidden;
	border:1px solid #D4DBDD;
	border-right:none;
}
.right-cont .banner-box li+li{
	border-left:none;
}
.right-cont .banner-box li:last-child{
	border-right:1px solid #D4DBDD;
}


/*----------------------------------------------------------------------
	汎用
----------------------------------------------------------------------*/
.of-h{
	clear:both;
	overflow:hidden;
}
.mt0{
	margin-top:0px!important;
}
.mt5{
	margin-top:10px!important;
}
.mt20{
	margin-top:20px!important;
}
.mt30{
	margin-top:30px!important;
}
.mt40{
	margin-top:40px!important;
}
.mt50{
	margin-top:50px!important;
}
.mt60{
	margin-top:60px!important;
}
.mt70{
	margin-top:70px!important;
}
.mb0 {
	margin-bottom:0!important;
}
.mb5 {
	margin-bottom:5px!important;
}
.mb10 {
	margin-bottom:10px!important;
}
.mb15{
	margin-bottom:15px!important;
}
.mb20 {
	margin-bottom:20px!important;
}
.mb30{
	margin-bottom:30px!important;
}
.mb40{
	margin-bottom:40px!important;
}
.mb50{
	margin-bottom:50px!important;
}
.mb60{
	margin-bottom:60px!important;
}
.mb100{
	margin-bottom:100px!important;
}
.center {
	text-align: center !important;
}
.right {
	text-align: center !important;
}
.tac{
	text-align:center!important;
}
.del{
	padding:0 !important;
	text-decoration:line-through;
}
.cp-txt{
	background:#E8F7F2;
	padding:10px;
	line-height:1.5;
	color:#1DB27E;
	font-weight:bold;
}
.cp-txt span{
	font-size:16px;
	font-size:1.6rem;
}
.cp-txt a{
	color:#1DB27E;
	font-size:14px;
	font-size:1.4rem;
}

.small{
	font-size:13px !important;
	font-size:1.3rem !important;
}


/*----------------------------------------------------------------------
	お申込みボタン
----------------------------------------------------------------------*/

.btn-order span{
	display:block;
	margin:0 0 7px;
	line-height:1.25;
	color:#F1B450;
	font-size:16px;
	font-size:1.6rem;
}
.btn-order span.dark{
	color:#FF8C45;
}
.btn-order a{
	display:block;
	background-color:#FF7927 !important;
	width:360px;
	height:60px;
	margin:0 auto;
	padding:22px;
	line-height:1;
	font-weight:bold;
	font-size:22px;
	font-size:2.2rem;
	color:#FFF;
	text-decoration:none;
	box-sizing:border-box;
	border-radius:7px;
	box-shadow:0 3px 0 #B25900;
}
.btn-order a.blank{
	background-image:url(/rentalserver/shared/images/ico_blank01.png);
	background-repeat:no-repeat;
	background-position:right 15px center;
	padding-right:0;
}
.btn-order a:hover{
	background-color:#FF701A !important;
	box-shadow:0 3px 0 #9D5428;
}

.btn-order + p.flow{
	margin:0 auto;
	padding:10px 0 0;
}
.btn-order + p.flow a{
	background:url(/rentalserver/shared/images/ico_arw04.png) no-repeat left center;
	padding-left:15px;
	margin-left:-5px;
	font-size:15px;
	font-size:1.5rem;
	text-decoration:none;
}
.btn-order + p.flow a:hover{
	text-decoration:underline;
}


/*  お申込みボタン（小さめサイズ）      */
.btn-order.short span{
	font-size:13px;
	font-size:1.3rem;
}
.btn-order.short a{
	width:280px;
	padding:16px 0 13px;
	font-size:18px;
	font-size:1.8rem;
}
.btn-order.short a.blank{
	background-position:230px center;
}

/*  お申込みボタン（大きめサイズ）      */
.btn-order.large span{
	font-size:18px;
	font-size:1.8rem;
}
.btn-order.large a{
	width:560px;
	height:80px;
	padding:25px 0 0;
	font-size:30px;
	font-size:3.0rem;
}
.btn-order.large a:before{
	background:url(/rentalserver/shared/images/ico_arw_order_large.png) no-repeat left center;
	width:31px;
}
.btn-order.large a.blank{
	background-position:475px center;
}


/*----------------------------------------------------------------------
	お申込みボタン(AW/AL訴求強化版)
----------------------------------------------------------------------*/

.btn-order-hosting a {
	display:inline-block;
	background:#FFF url(/rentalserver/shared/images/ico_blank02.png) no-repeat right 10px bottom 10px;
	line-height:1.2;
	text-align:center;
	padding:15px 0;
	color:#FF6600;
	font-size:22px;
	font-size:2.2rem;
	font-weight:bold;
	border:4px solid #FF6600;
	border-radius:7px;
	transition:all 0.2s ease;
	text-decoration:none;
}
.btn-order-hosting a span {
	display:inline-block;
	font-size:15px;
	font-size:1.5rem;
}
.btn-order-hosting a:hover {
	opacity:0.85;
}



/*----------------------------------------------------------------------
	お問合せボタン
----------------------------------------------------------------------*/

.btn-contact a:not(.plain-link){
	display:block;
	background-color:#20AEE5 !important;
	width:360px;
	height:60px;
	margin:0 auto;
	padding:20px 0 0;
	text-align:center;
	line-height:1;
	font-weight:bold;
	font-size:22px;
	font-size:2.2rem;
	color:#FFF;
	text-decoration:none;
	box-sizing:border-box;
	box-shadow:0 3px 0 #1987B3;
	border-radius:7px;
	vertical-align:middle;
}
.btn-contact a span{
	display:block;
	padding-top:5px;
	font-size:12px;
	font-size:1.2rem;
}
.btn-contact a.blank{
	background-image:url(/rentalserver/shared/images/ico_blank01.png);
	background-repeat:no-repeat;
	background-position:right 15px center;
	padding-right:0;
}
.btn-contact a:not(.plain-link):hover{
	background-color:#079FDA !important;
}


/*----------------------------------------------------------------------
	お問合せボタン(AW/AL訴求強化版)
----------------------------------------------------------------------*/

.btn-contact-hosting a {
	display:inline-block;
	background:#21A1D7;
	line-height:1.2;
	text-align:center;
	padding:15px 0;
	color:#FFF;
	font-size:20px;
	font-size:2.0rem;
	font-weight:bold;
	box-shadow:0 4px 0 #0466B5;
	border-radius:7px;
	transition:all 0.2s ease;
	text-decoration:none;
}
.btn-contact-hosting a span {
	display:block;
	font-size:15px;
	font-size:1.5rem;
}
.btn-contact-hosting a:hover {
	opacity:0.85;
}


/*----------------------------------------------------------------------
	資料請求ボタン(AW/AL訴求強化版)
----------------------------------------------------------------------*/

.btn-download-hosting a {
	display:inline-block;
	background:#FC4520;
	line-height:1.2;
	text-align:center;
	padding:15px 0;
	color:#FFF;
	font-size:20px;
	font-size:2.0rem;
	font-weight:bold;
	box-shadow:0 4px 0 #AA130B;
	border-radius:7px;
	transition:all 0.2s ease;
	text-decoration:none;
}
.btn-download-hosting a span {
	display:block;
	font-size:15px;
	font-size:1.5rem;
}
.btn-download-hosting a:hover {
	opacity:0.85;
}


/*----------------------------------------------------------------------
	カスタマーポータル　ログインボタン
----------------------------------------------------------------------*/

.btn-portal a:not(.plain-link){
	display:block;
	background-color:#204EA4 !important;
	width:360px;
	height:60px;
	margin:0 auto;
	padding:15px 0 0;
	text-align:center;
	line-height:1;
	font-weight:bold;
	font-size:22px;
	font-size:2.2rem;
	color:#FFF;
	text-decoration:none;
	box-sizing:border-box;
	border-radius:7px;
	box-shadow:0 3px 0 #0F244D;
}
.btn-portal a span{
	padding-right:5px;
	font-size:18px;
	font-size:1.8rem;
}
.btn-portal a.blank{
	background-image:url(/rentalserver/shared/images/ico_blank01.png);
	background-repeat:no-repeat;
	background-position:right 15px center;
	padding-right:0;
}
.btn-portal a:not(.plain-link):hover{
	background-color:#004381 !important;
}
.btn-portal + p.lead-login{
	background:url(/rentalserver/shared/images/ico_blank02.png) no-repeat 325px 18px;
	padding:10px 0 0;
	text-align:center;
}
.btn-portal + p.lead-login a{
	background:url(/rentalserver/shared/images/ico_arw04.png) no-repeat left center;
	padding:0 0 0 15px;
	text-decoration:none;
}
.btn-portal + p.lead-login a:hover{
	text-decoration:underline;
}

/*----------------------------------------------------------------------
	よくあるご質問（FAQ）ボタン
----------------------------------------------------------------------*/

.btn-faq a {
	display:block;
	background-color:#20AEE5 !important;
	width:360px;
	height:60px;
	margin:0 auto;
	padding:22px 0 0;
	text-align:center;
	line-height:1;
	font-weight:bold;
	font-size:22px;
	font-size:2.2rem;
	color:#FFF;
	text-decoration:none;
	border-radius:7px;
	box-sizing:border-box;
	box-shadow:0 3px 0 #1987B3;
}
.btn-faq a.blank{
	background-image:url(/rentalserver/shared/images/ico_blank01.png);
	background-repeat:no-repeat;
	background-position:right 15px center;
	padding-right:0;
}
.btn-faq a:hover{
	background-color:#079FDA !important;
}


/*----------------------------------------------------------------------
	汎用　紺色ボタン
----------------------------------------------------------------------*/

.btn-navy{
	width:240px;
	margin:0;
	padding:0;
	text-align:center;
	line-height:2;
}
.btn-navy a{
	background-color:#004381;
	display:block;
	padding:12px 0 9px;
	color:#FFF;
	font-size:15px;
	font-size:1.5rem;
	font-weight:bold;
	text-decoration:none;
	border-radius:7px;
	box-shadow:0px 3px 0 #023565;
	transition:all 0.2s ease;
}
.btn-navy a.blank{
	background-image:url(/rentalserver/shared/images/ico_blank01.png);
	background-repeat:no-repeat;
	background-position:right 15px center;
	padding-right:0;
}
.btn-navy a:hover{
	background-color:#023565;
}

/*----------------------------------------------------------------------
	汎用　水色ボタン
----------------------------------------------------------------------*/

.btn-blue{
	width:240px;
	margin:0;
	padding:0;
	text-align:center;
	line-height:2;
}
.btn-blue a{
	background-color:#20AEE5;
	display:block;
	padding:12px;
	color:#FFF;
	font-size:15px;
	font-size:1.5rem;
	font-weight:bold;
	text-decoration:none;
	border-radius:7px;
	box-shadow:0 3px 0 #1987B3;
}
.btn-blue a.blank{
	background-image:url(/rentalserver/shared/images/ico_blank01.png);
	background-repeat:no-repeat;
	background-position:right 15px center;
	padding-right:0;
}
.btn-blue a:hover{
	background-color:#079FDA;
}

/*----------------------------------------------------------------------
	ふちありボタン
----------------------------------------------------------------------*/

.btn-border{
	width:240px;
	margin:0;
	padding:0;
	text-align:center;
	line-height:2;
}
.btn-border a:before{
	background:url(/rentalserver/shared/images/ico_arw04.png) no-repeat left 5px;
	display:inline-block;
	content:"■";
	width:11px;
	padding-right:5px;
	text-indent:-9999em;
}
.btn-border a{
	display:block;
	background-color:#FFF;
	padding:12px 0;
	line-height:1.4;
	color:#3B4B53;
	font-size:15px;
	font-size:1.5rem;
	font-weight:bold;
	text-decoration:none;
	border-radius:7px;
	border:2px solid #83B3D1;
}
.btn-border a.blank{
	background-color:#FFF;
	background-position:right 15px center;
	padding-right:0;
}
.btn-border a:hover{
	background-color:#F2F6F9;
}



/*--------------------------------------------------------------------------
   サイド コンバージョンエリア .conversion-side
---------------------------------------------------------------------------*/

.conversion-side {
    background: #c9d8e4 none repeat scroll 0 0;
    padding:20px 10px;
	margin:0;
}
.conversion-side p.btn {
    margin: 0 0 10px;
}
.conversion-side p.btn a {
    display: block;
    background-color: #004381;
    width: 200px;
    height: 60px;
    padding:15px 0 0;
    text-align: center;
    color: #FFF;
    font-size:17px;
    font-size:1.7rem;
    text-decoration: none;
    box-sizing: border-box;
    transition: all 0.2s ease 0s;
    border-radius: 4px;
	box-shadow:0 3px 0 #023565;
}
.conversion-side p.btn a.blank {
    background: #004381 url("/rentalserver/shared/images/ico_blank01.png") no-repeat scroll right 50px bottom 15px;
}
.conversion-side p.btn.entry a {
    background-color: #FF9326;
	box-shadow:0 3px 0 #B25900;
}
.conversion-side p.btn.entry a.blank {
    background: #FF9326 url("/rentalserver/shared/images/ico_blank01.png") no-repeat scroll right 15px center;
}
.conversion-side p.btn a span {
    display: block;
    margin:-1px 0;
    line-height:1.0;
    font-size:11px;
    font-size:1.1rem;
}
.conversion-side p.btn a:hover {
    opacity: 0.85;
}
.conversion-side p.tel {
    color: #00437F;
    font-size: 20px;
    font-size: 2.0rem;
    text-align: center;
}
.conversion-side p.tel span {
    display: block;
    font-size: 1.3rem;
    line-height: 1;
    margin: 15px 0 -5px;
}
.conversion-side p.tel a {
    color: #00437F;
    text-decoration: none;
}

.conversion-side p.estimate {
	text-align:center;
	font-size:12px;
	font-size:1.2rem;
}


/*----------------------------------------------------------------------
	機能追加のあしらい
----------------------------------------------------------------------*/

.add-function{
	width: 978px;
	margin: 20px auto 0;
	padding:15px 10px;
	border-top:1px dashed #B5B6B6;
	border-bottom:1px dashed #B5B6B6;
	box-sizing:border-box;
}
.add-function dl{
	color:#4570A3;
	font-size:14px;
	font-size:1.4rem;
	overflow:hidden;
}
.add-function dt {
	float:left;
	margin:2px 10px 0 0;
}
.add-function dt span{
	display:table-cell;
	vertical-align:middle;
	background:#37A7E1;
	padding:6px 10px;
	line-height:1;
	font-size:13px;
	font-size:1.3rem;
	color:#FFF;
	letter-spacing:0.05em;
	border-radius:4px;
}
.add-function dd {
	line-height:1.5;
	padding-top:2px;
}
.add-function dd b {
	font-size:16px;
	font-size:1.6rem;
}
.add-function .link {
	background:url(/rentalserver/shared/images/ico_arw03.png) no-repeat left top 5px;
	padding:0 0 0 13px;
}
.add-function .link a{
	font-size:12px;
	font-size:1.2rem;
}

.right-cont .add-function{
	background:#f2f5f9;
	width: 100%;
}


/*----------------------------------------------------------------------
	Decorated Text
----------------------------------------------------------------------*/

.text-cam01 {
	display:block;
	background:#1DB27E;
	min-height:22px;
	margin:0;
	padding:0 8px;
	line-height:22px;
	text-align:center;
	font-size:10px;
	font-size:1.0rem;
	color:#fff;
	border-radius:30px;
	overflow:hidden;
	vertical-align:middle;
	letter-spacing:-0.03em;
}

.text-cam02 {
	display:block;
	background:#1DB37E;
	width:90px;
	margin:3px 0 0;
	padding:6px 6px 4px;
	line-height:1;
	text-align:center;
	font-size:11px;
	font-size:1.1rem;
	font-weight:bold;
	color:#fff;
	border-radius:4px;
	overflow:hidden;
	vertical-align:middle;
	letter-spacing:-0.02em;
}
.text-cam03 {
	display: inline-block;
	background:#FFDF00;
	margin:0 0 0 10px;
	padding:8px 7px 6px;
	line-height:1;
	text-align:center;
	font-size:11px;
	font-size:1.1rem;
	font-weight:bold;
	color:#023B81;
	border-radius:4px;
	overflow:hidden;
	vertical-align:middle;
}
.text-new01 {
	display: inline-block;
	background:#FF9326;
	min-height:18px;
	margin:0 8px 0 0;
	padding:0 2px;
	line-height:18px;
	text-align:center;
	font-size:11px;
	font-size:1.1rem;
	color:#FFF;
	overflow:hidden;
	vertical-align:middle;
	letter-spacing:-0.01em;
}

.fixed {
    position: fixed;
    top: 0;
	background:#FFF;
	height:40px;
    z-index: 10000;
	box-shadow:0 0 4px rgba(0,0,0,0.2) !important;
}
.fixed .nav-tit{
	display:table-cell !important;
	vertical-align:middle;
}
.fixed li a:before{
	bottom:0;
}


/*----------------------------------------------------------------------
	キャンペーンバナー共通あしらい
----------------------------------------------------------------------*/

.ban-cp img{
}
.ban-cp img:hover{
	opacity:0.85;
}

/*----------------------------------------------------------------------
	チャットボット見た目調整
----------------------------------------------------------------------*/

.zc-status-message {
	padding:15px 0;
	line-height:1.5;
	letter-spacing:0;
}
.zc-status-container {
	font-size:15px;
	font-size:1.5rem;
	letter-spacing:0;
}
.zc-card-text-container p {
	margin-bottom:15px;
	line-height:1.5;
	letter-spacing:0;
}
.zc-card-text-container p a{
	font-weight:normal;
}
.zc-offline-form .zc-label {
	line-height:1;
	letter-spacing:0;
}


/*----------------------------------------------------------------------
	右固定バナーエリア
----------------------------------------------------------------------*/

.Bnr {
  position: relative;
}
.fixed-banner{
	position:fixed;
	right:0;
	bottom:5%;
	z-index:9999;
	-webkit-animation: example 0.7s ease 0.7s 1 forwards;
	animation: fixed-anim 0.7s ease 0.7s 1 forwards;
	opacity:0;
}

.Bnr + .Bnr .fixed-banner {
	bottom:20%;
	-webkit-animation: example 0.7s ease 0.7s 1 forwards;
	animation: fixed-anim02 0.7s ease 0.7s 1 forwards;
}

.fixed-banner a{
	transition:all 0.2s ease-in-out;
	opacity:1.0;
}
.fixed-banner a:hover{
	opacity:0.9;
}

@-webkit-keyframes fixed-anim {
  100% {
	bottom:10px;
    opacity: 1;
  }
}
@keyframes fixed-anim {
  100% {
	bottom:10px;
    opacity: 1;
  }
}

@-webkit-keyframes fixed-anim02 {
  100% {
	bottom:160px;
    opacity: 1;
  }
}
@keyframes fixed-anim02 {
  100% {
	bottom:160px;
    opacity: 1;
  }
}

.Bnr span.close{
  position: absolute;
  right:0;
  top:-8px;
  z-index:10000;
}


/*----------------------------------------------------------------------
	合併案内（XXX_Gappei）
----------------------------------------------------------------------*/

#Contact_Gappei {
	background:#FFF;
	text-align:center;
	margin:0 0 30px;
}
#Contact_Gappei p {
	padding:20px 0;
	line-height:1.5;
	font-size:18px;
	font-size:1.8rem;
	font-weight:bold;
	border:2px solid #20AEE5;
	box-shadow:4px 4px 4px rgba(0,0,0,0.1);
}
#Contact_Gappei p a.blank {
	background:url(/rentalserver/shared/images/ico_blank02.png) no-repeat right 5px bottom 5px;
	padding-right:18px;
}


footer .inner {
	padding-bottom:130px;
}
footer .copyright {
	bottom:130px;
}
#Footer_Gappei {
	position:absolute;
	bottom:20px;
	background:#FFF;
	text-align:center;
}
#Footer_Gappei .sec-inner {
	width:1000px;
	padding:20px 0;
	border:1px solid #888;
	box-shadow:4px 4px 4px rgba(0,0,0,0.1);
}
#Footer_Gappei p {
	line-height:1.5;
	font-size:18px;
	font-size:1.8rem;
	font-weight:bold;
}
#Footer_Gappei p a.blank {
	background:url(/rentalserver/shared/images/ico_blank02.png) no-repeat right 5px bottom 5px;
	padding-right:18px;
}





