@charset "UTF-8";
/** 
 * Zenlogic サポートサイト
 * 
 *スタートアップガイド　スタイル　/support/startup/css/startup.css
 *  
 */
 
 
/*-------------------------------------------------------------------------- 
    overwrirte
---------------------------------------------------------------------------*/

.guide-heading span{
	font-size:15px;
	font-size:1.5rem;
	font-weight:normal;
	vertical-align:bottom;
}
.guide-contents{
	position:relative;
}
.btn-border {
	width:auto;
	position:absolute;
	right:0;
	top:0;
}
.btn-border a {
	width:270px;
	height:50px;
	color:#2E9CD5;
	font-size:14px;
	font-size:1.4rem;
	font-weight:normal;
	border-color:#2E9CD5;
	transition:all 0.2s ease;
}
.btn-border a:hover {
	color:#999;
	border-color:#C8CBD2;
}
.btn-border a.blank {
	background:url(/rentalserver/shared/images/ico_blank02.png) no-repeat right 10px center;
	padding-right:5px;
}
.ico15 {
    background-image: url(/rentalserver/support/shared/images/ico15.png);
}
.ico15.ico-prev {
    width: 10px;
    height: 10px;
}
.ico30 {
    background-image: url(/rentalserver/support/shared/images/ico30.png);
}
.ico35 {
    background-image: url(/rentalserver/support/shared/images/ico35.png);
}
.ico50 {
    background-image: url(/rentalserver/support/shared/images/ico50.png);
}
.ico50.ico-point2 {
    width: 44px;
    height: 58px;
    background-position: -200px -100px;
}
.ico50.ico-attention2 {
    width: 44px;
    height: 58px;
    background-position: -101px -101px;
}
.ico50.ico-movie {
    width: 44px;
    height: 58px;
    background-position: -147px -101px;
}
.link-area {
	padding:25px 20px 15px 50px;
	position:relative;
}
.link-area.first_step li{
	float:none;
	display:block;
	padding-left:70px;
	margin:0 0 5px;
}
.link-area.first_step li a{
	background:none;
	padding-left:0;

}
.link-area.first_step li.link-area-title{
	width:80px;
	position:absolute;
	left:0;
	padding-left:40px;
}

/*-------------------------------------------------------------------------- 
    強調のあしらい
---------------------------------------------------------------------------*/
.attention-info { /* blue flame */
    border: 5px solid #D5E4F7;
}
.attention-caution {
    border: 5px solid #FFC6A4;
}
.attention-movie {
    border: 5px solid #ABE4EF;
}
.guide-contents .attention {
	background: url(/rentalserver/support/startup/images/startup_caution_bottom.png) bottom left no-repeat;
    margin:0 0 20px;
	padding: 8px 0 10px;
    font-size: 24px;
    font-size: 2.4rem;
	font-weight:bold;
}
.guide-contents .attention i {
	margin-top:-15px;
}
.guide-contents .movie-info {
    margin-bottom: 20px;
    color: #2492A2;
    font-size: 24px;
    font-size: 2.4rem;
    vertical-align: middle;
	background: url(/rentalserver/support/startup/images/startup_movie_bottom.png) bottom left no-repeat;
	padding: 5px 0 10px;
	font-weight:bold;
}
.guide-contents .movie-info i {
	margin-top:-10px;
}
.attention i,
.movie-info i {
    vertical-align: middle;
    margin-right: 10px;
}
.caution-check {
    color: #F08512;
	font-weight: bold;
	background: url(/rentalserver/support/startup/images/startup_caution_check.png) left 4px no-repeat;
	padding:3px 0 0 35px;
	font-size:16px !important;
	font-size:1.6rem !important;
}
.confirm-wrap {
    padding:15px 0 0;
    margin:0 0 20px;
}
.guide-contents .confirm {
    font-size: 24px;
    font-size: 2.4rem;
    color: #21aee6;
	background: url(/rentalserver/support/startup/images/startup_confirm_bottom.png) bottom left no-repeat;
	padding-bottom:10px;
	font-weight:bold;
}
.guide-contents .guide-complete {
    background:#2695c9;
    padding: 16px;
    color:#FFF;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    border: 5px solid rgb(242,247,253);
    border-bottom: 5px solid #eee;
    border-radius: 10px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.guide-contents .guide-complete a{
	color:#FFF;
	text-decoration:underline;
}
.guide-contents .guide-complete a:hover{
	text-decoration:none;
}


/*-------------------------------------------------------------------------- 
    スタートアップTOP
---------------------------------------------------------------------------*/

.startup-tab {
	width:750px;
	/*
	overflow:hidden;
	*/
	font-size:0;
}
.startup-tab.solo {
	margin:30px 0;
}

.startup-tab label {
	display:inline-block;
	background:#EDEDED url(/rentalserver/support/startup/images/bg_step_off.png) no-repeat right center;
	width:20%;
	height:120px;
	box-sizing:border-box;
	padding:30px 0;
	text-align:center;
	color:#384C58;
	font-size:15px;
	font-size:1.5rem;
	position:relative;
	vertical-align:middle;
}
.startup-tab.solo label a{
	display:inline-block;
	width:100%;
	height:120px;
	padding:30px 0 0;
	color:#384C58;
	position:absolute;
	left:0;
	top:0;
}
.startup-tab.solo label a:hover{
	color:#FFF;
	text-decoration:none;
}

.startup-tab label:last-of-type {
	background:#EDEDED url(/rentalserver/support/startup/images/bg_step_off_last.png) no-repeat right center;
}
.startup-tab label:last-of-type:hover,
.startup-tab input[type="radio"]:checked + label:last-of-type,
.startup-tab label.active:last-of-type {
	background:#2E9CD5 url(/rentalserver/support/startup/images/bg_step_on_last.png) no-repeat right center;
}

.startup-tab label span {
	display:table-cell;
	width:125px;
	vertical-align:middle;
	transition:all 0.1s linear;
}
/*.startup-tab label:hover span:before,*/
.startup-tab input[type="radio"]:checked + label span:before,
.startup-tab label.active span:before {
	display:block;
	content:"";
	background:url(/rentalserver/support/startup/images/ico_dic.png) no-repeat 0 0;
	width:60px;
	height:48px;
	position:absolute;
	top:-20px;
	left:30px;
}
.startup-tab label strong {
	display:inline-block;
	margin:0 0 10px;
	line-height:1.0;
	color:#999;
	font-size:12px;
	font-size:1.2rem;
	font-weight:normal;
	position:relative;
	transition:all 0.2s linear;
}
.startup-tab label strong:after {
	display:block;
	content:"";
	background:#BBB;
	width:20px;
	height:2px;
	margin-left:-10px;
	position:absolute;
	bottom:-5px;
	left:50%;
	transition:all 0.2s linear;
}
.startup-tab label:hover strong,
.startup-tab input[type="radio"]:checked + label strong,
.startup-tab label.active strong {
	color:#FFF;
}
.startup-tab label:hover strong:after,
.startup-tab input[type="radio"]:checked + label strong:after,
.startup-tab label.active strong:after {
	background:#FFF;
}

.startup-tab label:hover{
	cursor:pointer;
}
.startup-tab.solo label:hover{
	cursor:default;
}

.startup-tab label:hover,
.startup-tab input[type="radio"]:checked + label,
.startup-tab label.active {
	background:#2E9CD5 url(/rentalserver/support/startup/images/bg_step_on.png) no-repeat right center;
	color: #FFF;
}
.startup-tab input[type="radio"]:checked + label:after{
	display:block;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 20px 8px;
	border-color: transparent transparent #2E9CD5 transparent;
	position:absolute;
	left:50%;
	bottom:-20px;
	margin-left:-25px;
}
.startup-tab.solo input[type="radio"]:checked + label:after{
	display:none;
}
.startup-tab label:hover:before,
.startup-tab input[type="radio"]:checked + label:before,
.startup-tab label.active:before{
	display:block;
	content:"";
	background:url(/rentalserver/support/startup/images/bg_step_on_before.png) no-repeat 0 0;
	width:36px;
	height:120px;
	position:absolute;
	left:-36px;
	top:50%;
	margin-top:-60px;
	z-index:100;
}
.startup-tab label:first-of-type:hover:before,
.startup-tab input[type="radio"]:checked + label:first-of-type:before,
.startup-tab label.active:first-of-type:before{
	display:none;
}

.startup-tab input[type="radio"] {
	display: none;
}

.startup-tab .tab-box {
	background:#FFF;
	width:100%;
	font-size:15px;
	font-size:1.5rem;
	line-height:1.5;
	box-sizing:border-box;
	border-top:15px solid #FFF;
}

.startup-tab > .tab-box > div {
	display: none;
	padding:30px;
	border:5px solid #2E9CD5;
}
#tab1:checked ~ .tab-box > #tabActive1 {
	display: block;
	background:url(/rentalserver/support/startup/images/bg_step01.png) no-repeat right bottom;
}
#tab2:checked ~ .tab-box > #tabActive2 {
	display: block;
	background:url(/rentalserver/support/startup/images/bg_step02.png) no-repeat right 30px bottom 30px;
}
#tab3:checked ~ .tab-box > #tabActive3 {
	display: block;
	background:url(/rentalserver/support/startup/images/bg_step03.png) no-repeat right 30px bottom 40px;
}
#tab4:checked ~ .tab-box > #tabActive4 {
	display: block;
	background:url(/rentalserver/support/startup/images/bg_step04.png) no-repeat right 30px bottom 30px;
}
#tab5:checked ~ .tab-box > #tabActive5 {
	display: block;
	background:url(/rentalserver/support/startup/images/bg_step05.png) no-repeat right 30px bottom 30px;
}

.tab-box ol {
	list-style:decimal;
	margin-left:30px;
}
.tab-box .btn{
	margin:30px 0;
}
.tab-box .btn a{
	background:#2E9CD5 url(/rentalserver/support/startup/images/ico_btn_startup.png) no-repeat right 5% top 50%;
	padding:15px 60px 15px 40px;
	color:#FFF;
	font-size:20px;
	font-size:2.0rem;
	font-weight:bold;
	-ms-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	transition:all 0.2s ease;
}
.tab-box .btn a:hover{
	background-color:#1B8BCF;
	text-decoration:none;
}

.list-btn-full li {
	display: inline-block;
	width:31.4%;
	font-size:16px;
	font-size:1.6rem;
	margin: 0 15px 20px 0;
	vertical-align: top;
	text-align:center;
	line-height:1.3;
}
.list-btn-full li:nth-child(3n) {
    margin-right: 0;
}
.list-btn-full i {
    margin-right: 0;
}
.list-btn-full a {
    background: url(/rentalserver/support/shared/images/bg_btn_link03.png) 95% 140px no-repeat;
    height:190px;
    padding: 35px 10px 20px;
	color:#326098;
	font-weight: bold;
}

/*----------------------------------------------------------------------------------------------------
	for タブレット（1039px以下）
-----------------------------------------------------------------------------------------------------*/
@media (max-width: 1039px) {
}
/*----------------------------------------------------------------------------------------------------
	for SP（768px以下）
-----------------------------------------------------------------------------------------------------*/
@media (max-width: 768px) {
	.btn-border {
		position: static;
	}
	.list-btn-full {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.list-btn-full li,
	.list-btn-full li:nth-child(3n) {
		margin: 1%;
		width: 48%;
		font-size: 1.4rem;
	}
	.list-btn-full li > a, .list-btn-half02 li > a, .list-btn-half02 li.no-link {
		padding: 25px 5px;
	}
	.link-area {
		padding: 15px;
	}
	.link-area.first_step li.link-area-title {
		position: static;
		padding: 5px 0;
	}
	.link-area.first_step li {
		padding: 0;
	}
	.guide-contents .confirm {
		font-size: 1.8rem;
	}
	.guide-contents .guide-complete {
		font-size: 1.5rem;
	}
	.guide-contents .attention {
		font-size: 1.7rem;
	}
}

