@charset "UTF-8";
@media screen and (min-width:1px) {
	#main {
		width: 100%;
		height: 375px;
		float: left;
		clear: both;
		background-image: url(../../img/non_scheduled_route/main_img.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	#main h1 {
		top: 153px;
	}
	#main .auto {
		position: relative;
	}
	#conts_non_scheduled_route #conts_in {
		width: 1100px;
		clear: both;
		text-align: center;
		margin-right: auto;
		margin-left: auto;
		margin-top: 80px;
		padding-bottom: 125px;
	}
	#conts_non_scheduled_route .main_title_02 {
		margin-bottom: 60px;
	}
	#conts_non_scheduled_route .title {
		font-size: 33px;
		margin-bottom: 30px;
		line-height: 43px;
		font-weight: 500;
		text-align: center;
	}
	#conts_non_scheduled_route .btn_list {
		display: flex;
		justify-content: center;
	}
	#conts_non_scheduled_route .btn_list .btn {
		width: 282px;
		margin: 0 30px;
	}
	#conts_non_scheduled_route .btn_list .btn a {
		display: block;
		padding: 10px 20px 9px;
		font-size: 23px;
		line-height: 1.5;
		transition-duration: .3s;
	}
	#conts_non_scheduled_route .btn_list .btn a:hover {
		background-color: #fff;
		color: #009bd1;
		text-decoration: none;
	}
	#conts_non_scheduled_route .sub_title {
		font-size: 24px;
		line-height: 1.5;
		color: #434343;
		margin-bottom: 24px;
	}
	#conts_non_scheduled_route .pdf_box {
		width: 700px;
		height: 1000px;
		border: 2px solid #7f7f7f;
		background-color: #c4c4c4;
		margin: 0 auto;
		overflow: scroll;
	}
}