.kv{
    max-width: 1000px;
    margin: 0 auto;
}
.kv_img{
	width: 100%;
}

.slick-prev, .slick-next{
	display: none;
}

/*login_form*/
.login_form{
	max-width: 600px;
	margin: auto;
}
.login_form .login_form_title{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.login_form table tr,
.login_form table tr th,
.login_form table tr td{
	display: block;
}
.login_form table tr + tr{
	margin-top: 30px;
}
.login_form table tr th{
	font-size: 18px;
	line-height: 1.5;
	color: #727171;
}
.login_form table tr td input,
.login_form .um .um-form input[type=password], .um .um-form input[type=search], .um .um-form input[type=tel], .um .um-form input[type=text], .um .um-form textarea{
	width: calc(100% - 20px);
	background: #D6E1EF !important;
	padding: 10px;
	border: none;
	border-radius: 10px;
	font-size: 24px;
}
.login_form table tr td input:focus{
	outline: none;
}
.login_form .button,
.login_form .um a.um-button, .um a.um-button.um-disabled:active, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:hover, .um input[type=submit].um-button, .um input[type=submit].um-button:focus{
	display: block !important;
	font-size: 24px !important;
    font-weight: bold !important;
    color: #fff;
	margin: 60px auto 0;
    padding: 15px 30px !important;
    background: #4967A0 !important;
    border: solid 1px #4967A0;
    border-radius: 15px !important;
	box-shadow: none;
    cursor: pointer;
    outline: none;
    appearance: none;
    position: relative;
	transition: 0.3s;
}
.login_form .button:hover{
	opacity: 0.8;
}
.login_form .error{
	text-align: center;
	color: #E50020;
	margin: 30px auto;
	font-size: 20px;
}
.login_form .um-7.um{
	max-width: initial;
}
.login_form .um-field-label label{
	font-size: 16px !important;
}
.login_form .um-form input[type=number], .um-form input[type=password], .um-form input[type=search], .um-form input[type=tel], .um-form input[type=text]{
	height: 50px!important
}


/*TOP*/
.top_title{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
.top_title h2{
	word-break: keep-all;
	background: url(/img/top/title_news.png) center no-repeat;
	background-size: 100%;
	color: #fff;
	width: 100%;
	height: 85px;
	font-size: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top_title svg,
.top_title .icons{
	fill: #3497D2;
	max-height: 85px;
}
.industry .top_title h2{
	background-image: url(/img/top/title_industry.png);
}
.industry .top_title svg,
.industry .top_title .icons{
	fill: #37BDEF;
}
/*資料一覧*/
.download{
	background: #EAF5F6;
	padding-bottom: 60px;
	margin-top: 60px;
}
.download .top_title{
	margin-bottom: 10px;
}
.download .caption{
	color: #3E3A39;
	text-align: center;
	margin-bottom: 30px;
}
.download .top_title h2{
	background-image: url(/img/top/title_download.png);
}
.download .top_title svg,
.download .top_title .icons{
	fill: #4967A0;
}
.download .download_title{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
.download .download_list{
	display: flex;
	flex-wrap: wrap;
	gap: 20px 30px;
}
.download .download_list a{
	background: #4967A0;
	color: #fff;
	width: calc(50% - 35px);
	text-align: center;
	padding: 10px;
	font-size: 28px;
	transition: 0.3s;
}
.download .download_list a:hover{
	text-decoration: none;
	opacity: 0.8;
}
.download .download_list a span{
	border: solid 1px #fff;
	display: block;
	padding: 15px 0;
}
.download .download_list a.full{
	width: 100%;
}
.download .download_list + .download_title{
	margin-top: 40px;
}
/*スケジュールカレンダー*/
.schedule{
	background: #D7E7D9;
	padding-bottom: 60px;
}
.schedule .contentIn.sliderArea{
	max-width: 1000px;
}
.schedule .top_title h2{
	background-image: url(/img/top/title_schedule.png);
}
.schedule .top_title svg,
.schedule .top_title .icons{
	fill: #78B54F;
}
.schedule .schedule_lead{
	font-size: 20px;
	line-height: 1.5;
}
.schedule_calendar{
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
	font-size: 20px;
	margin-top: 30px;
}
.schedule_calendar > div{
	text-align: center;
}
.schedule_calendar .slick-prev,
.schedule_calendar .slick-next{
	width: 40px;
	height: 40px;
}
.schedule_calendar .slick-prev{
	left: -35px;
}
.schedule_calendar .slick-next{
	right: -35px;
}
.schedule_calendar .slick-prev:before,
.schedule_calendar .slick-next:before{
	font-size: 28px;
}
.schedule_calendar .slick-prev.slick-disabled,
.schedule_calendar .slick-next.slick-disabled{
	display: none !important;
}
.schedule_calendar .schedule_calendar_title{
	margin-bottom: 10px;
}
.schedule_calendar iframe{
	width: 100%;
}

/*ホンダ自動車販売店協会について*/
.about .top_title h2{
	background-image: url(/img/top/title_about.png);
}
.about .top_title svg,
.about .top_title .icons{
	fill: #878787;
}
.about .about_link{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
}
.about .about_link a{
	background: #878787;
	color: #fff;
	text-align: center;
	padding: 5px;
	font-size: 20px;
	max-height: 200px;
	max-width: 200px;
	width: 19vw;
	height: 19vw;
	transition: 0.3s;
	border-radius: 24px;
}
.about .about_link a:hover{
	text-decoration: none;
	opacity: 0.8;
}
.about .about_link a span{
	border: solid 1px #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
	border-radius: 1em;
}

@media screen and (max-width: 1000px){
	.top_title h2{
		font-size: 4vw;
		height: 65px;
	}
	.top_title svg,
	.top_title .icons{
		max-height: 65px;
	}
}
@media screen and (max-width: 767px){
	.kv{
		padding: 30px 15px 0;
        margin: auto;
	}
	.kv_text{
/*		margin-top: 0;*/
		font-size: 2.5vw;
	}
	.top_title{
		margin-bottom: 15px;
	}
	.top_title h2{
		height: 40px;
	}
	.top_title svg, .top_title .icons{
		max-height: 40px;
	}
	/*ログイン*/
	.login_form .login_form_title{
		font-size: 20px;
	}
	.login_form table tr + tr{
		margin-top: 20px;
	}
	.login_form table tr td input{
		font-size: 20px;
	}
	.login_form .button{
		margin-top: 40px;
		font-size: 20px;
	}
	.login_form .error{
		font-size: 14px;
	}
	/*資料一覧*/
	.download{
		padding-bottom: 40px;
		margin-top: 40px;
	}
	.download .download_title{
		font-size: 18px;
	}
	.download .download_list a{
		width: 100%;
		font-size: 16px;
	}
	.download .download_list a span{
		padding: 5px 0;
	}
	/*スケジュールカレンダー*/
	.schedule{
		padding-bottom: 40px;
	}
	.schedule .schedule_lead{
		font-size: 14px;
	}
	.schedule_calendar{
		flex-flow: column;
		gap: 40px;
	}
	.schedule_calendar > div{
		width: 100%;
	}
	/*ホンダ自動車販売店協会について*/
	.about .about_link{
		gap: 4vw 0;
	}
	.about .about_link a{
		max-width: 45%;
		max-height: none;
		width: 50vw;
		height: 40vw;
		font-size: 16px;
		border-radius: 22px;
	}
	.about .about_link a span {
		border-radius: 1em;
	}
}