﻿@charset "utf-8";
/*--京after_follow.css--*/
/* ##########PC########## */
.after_follow_intro_box{
	/*
	display:flex;
	justify-content:space-between;
	*/
	margin-bottom:50px;
}

	.after_follow_intro_box .box1{
		/*
		width:calc(100% - 450px);
		*/
	}
	
	.after_follow_intro_box .box1 > .box_header{
		margin-bottom:1em;
	}
	
		.after_follow_intro_box .box1 > .box_header h4{
			font-size: 1.4em;
			font-weight: bold;
			color: #004E93;
			position: relative;
			margin: 0 0 0.5em 0;
			padding-left: 0.8em;
			line-height: 1.6;
			border-left:8px solid #004E93;
		}
		/*
		.after_follow_intro_box .box1 > .box_header h4:before{
			content: "";
			display: inline-block;
			height: 1.4em;
			width: 8px;
			background: #004E93;
			position: absolute;
			top: 0;
			left: 0;
		}
		*/
		
	.after_follow_intro_box .box1 > .box_inner{
		padding:0 20px;
	}
	
	
	.after_follow_intro_box .box2{
		width:400px;
	}
	
.goto_maintenance_order_box{
	text-align:center;
}

	.goto_maintenance_order_box > .box_inner{
		margin-bottom:2em;
	}
	
		.goto_maintenance_order_box > .box_inner a{
			display: inline-flex;
			justify-content: center;
			align-items: center;
			width: 280px;
			height: 60px;
			border: 1px solid #005096;
			color: #005096;
			font-size: 1.2em;
			text-decoration: none;
			box-sizing: border-box;
		}
	
	.goto_maintenance_order_box > .box_footer{
		line-height:1.6;
	}


/* ##########SP########## */
@media screen and (max-width:479px) {
	.after_follow_intro_box{
		margin-bottom:6vw;
	}
	
		.after_follow_intro_box .box1 > .box_header{
			margin-bottom:1em;
		}
		
			.after_follow_intro_box .box1 > .box_header h4{
				font-size: 1.3em;
				padding-left: 1em;
			}
			
			.after_follow_intro_box .box1 > .box_header h4:before{
				width: 1.5vw;
			}
			
		.after_follow_intro_box .box1 > .box_inner{
			padding:0 1vw;
		}
		
		
	.goto_maintenance_order_box{
		text-align:center;
	}
	
		.goto_maintenance_order_box > .box_inner{
			margin-bottom:2em;
		}
		
			.goto_maintenance_order_box > .box_inner a{
				display: inline-flex;
				justify-content: center;
				align-items: center;
				width: 280px;
				height: 60px;
				border: 1px solid #005096;
				color: #005096;
				font-size: 1.2em;
				text-decoration: none;
				box-sizing: border-box;
			}
		
		.goto_maintenance_order_box > .box_footer{
			line-height:1.6;
		}
}

/* ##########印刷用########## */
@media print{

}