@charset "UTF-8";

h3 {
	font-size: 46px;
	line-height:48%;
}
/*------------------------------------------------------------MainPhoto*/
#mainimage {
	position: relative;
	width: 100%;
	min-width: 1140px;
	min-height: 700px;
	margin-bottom: 20px;
}
#mainimage ul li div {
	position: relative;
}
#mainimage li div img {
	position: absolute;
	top: 235px;
	right: 0;
}
/*------------------------------------------------------------greeting*/
#greeting {
	background: url(../img/index_img/greeting_bg.jpg) center no-repeat;
	width: 100%;
	min-width: 1140px;
	min-height: 460px;
	margin-bottom: 20px;
}
.greeeting_tx {
	text-align: left;
	padding-top: 130px;
}
#greeting h2 {
	font-size: 32px;
	color: #000;
	margin-bottom: 25px;
	line-height: 130%;
	text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff;
}
#greeting p {
	font-family: "NotoSansRegular";
	font-size: 16px;
	color: #000;
	text-shadow: 1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff;
}
/*------------------------------------------------------------index_bnr*/
#index_bnr ul{
	display: flex;
	min-width: 1140px;
	min-height: 301px;
}
#index_bnr ul li{
	width: 20%;
}
#index_bnr ul li:first-child{
	background: url(../img/index_img/index_bnr01.jpg) center no-repeat;
}
#index_bnr ul li:nth-child(2n){
	background: url(../img/index_img/index_bnr02.jpg) center no-repeat;
}
#index_bnr ul li:nth-child(3n){
	background: url(../img/index_img/index_bnr03.jpg) center no-repeat;
}
#index_bnr ul li:nth-child(4n){
	background: url(../img/index_img/index_bnr04.jpg) center no-repeat;
}
#index_bnr ul li:last-child{
	background: url(../img/index_img/index_bnr05.jpg) center no-repeat;
}
#index_bnr li a {
	font-family: "NotoSansRegular";
	display: block;
	text-align: left;
	min-height: 301px;
	color: #fff;
}
#index_bnr li a span {
	font-family: "NotoSansBold";
}
#index_bnr li:hover, #index_bnr li a:hover{
	opacity: 0.6;
}
.bnr01, .bnr02, .bnr03, .bnr04, .bnr05 {
	position: relative;
}
.bnr_txt {
	position: absolute;
	left: 10px;
	bottom: 20px;
}
/*------------------------------------------------------------track_record*/
#track_record {
	background: #171c20;
	padding: 40px 0 100px;
}
#track_record h3{
	background: url(../img/index_img/track_bar.png) top center no-repeat;
	margin-bottom: 45px;
	padding-top: 70px;
}
#car_slide{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1035px;
	margin: 0 auto;
}
#track_record ul{
	font-size: 0;
}
#track_record ul li{
	display: inline-block;
	width: 160px;
	height: 120px;
	margin-right: 15px;
}
#track_recordul li:last-child{
	margin-right: 0;
}
#car_slide .bx-wrapper .bx-prev {
	width: 15px;
	height: 31px;
	left: -50px;
	top: 50%;
	margin-top: -15px;
	background: url(../img/index_img/left_arrow.png) no-repeat 0 0;
	background-size:15px 31px;
}

#car_slide .bx-wrapper .bx-next {
	width: 14px;
	height: 29px;
	right: -50px;
	top: 50%;
	margin-top: -15px;
	background: url(../img/index_img/right_arrow.png) no-repeat 0 0;
	background-size:14px 29px;
}
/*------------------------------------------------------------contact_area*/
#contact_area {
	background: url(../img/index_img/index_l_bnr.png) center no-repeat;
	width: 100%;
	text-align: left;
	min-width: 1140px;
	padding: 103px 0;
}
#contact01{
	position: relative;
	margin-bottom: 20px;
}
#contact01 p{
	font-family: "NotoSanaMedium";
	font-size: 20px;
}
.furigana{
	position: absolute;
	top: -3px;
	left: 420px;
	font-size: 11px;
}
#contact01 span{
	font-size: 36px;
	font-weight: 500;
	padding-left: 15px;
}
#contact02 ul{
	display: flex;
	align-items: center;
}
#contact02 ul li:first-child{
	font-weight: 500;
	margin-right: 45px;
}
/*------------------------------------------------------------News_rendo（更新プログラム連動）*/
#news {
	background: url(../img/index_img/news_bg.png) center no-repeat;
	width: 100%;
	min-width: 1140px;
	min-height: 330px;
}
#news h3{
	background: url(../img/index_img/news_bar.png) left top 28px no-repeat;
	padding: 15px 0 40px 0;
}
.news_box {
	float: right;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 750px;
	padding-top: 100px;
}
.news_left {
	/*float: left;*/
}
.news_right {
	/*float: right;*/
}
/*一覧リンク*/
#btn_newslist {
	font-size: 26px;
	color: #fff;
}
#btn_newslist a {
	display: block;
	width: 180px;
	color: #fff;
	background: url(../img/index_img/more_bg.png) left bottom 5px no-repeat;
	text-decoration: none;
}
#btn_newslist a:hover {
	opacity: 0.6;
}
/*更新プログラム(連動)フォーマット*/
#news01 {
	width: 495px;
	height: 160px;
	padding-left: 75px;
	overflow: hidden;
}
#news01 dl {
	text-align: left;
	font-size: 0;
	width: 495px;
	padding: 0 0 8px 0;
}
#news01 dl dt {
	display: inline-block;
	vertical-align: middle;
	font-size: 24px;
	width: 80px;
}
#news01 dl dd {
	display: inline-block;
	vertical-align: middle;
	width: 400px;
	padding: 0 0 0 15px;
	font-family: "NotoSansRegular";
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#news01 dl dd .newstitle {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#news01 dl dd a{
	border-bottom: 1px #fff solid;
}
#news01 dl:nth-child(3+n) {
/*overflow-y: hidden;*/
}
/*------------------------------------------------------------News_kanketsu（更新プログラムTOP完結）*/
/*更新プログラム(TOP完結)フォーマット*/
#news02 {
	width: 100%;
}
#news02 .newsbox {
	overflow: hidden;/* for modern browser */
}
#news02 .newsbox .news_text_area {
	zoom: 1;/*ie6*/
	overflow: hidden;
}
#news02 .newsbox .news_text {
	line-height: 1.5;
}
#news02 .newsbox img {
	margin-bottom: 10px;
}
#news02 .newsbox a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
#news02 .newstitle {
	font-size: 16px;
	font-weight: bold;
	color: #6D6D6D;
	padding-left: 10px;
	margin-bottom: 10px;
	border-left: 3px solid #6D6D6D;
}
#news02 .newstitle span {
	font-size: 12px;
}
#news02 .newstitle br {
	display: none;
}
#news02 .pdf_link {
	margin-top: 10px;
}
#news02 .pdf_link li {
	margin-bottom: 5px;
	text-align: left;
}
#news02 .pdf_link li a {
	padding: 2px 0 2px 28px;
	display: inline-block;
	line-height: 1.4;
	text-decoration: underline;
	background: url(../img/common_img/icon_pdf.png) left top no-repeat;
	background-size: auto 22px;
}
#news02 .pdf_link li a:hover {
	text-decoration: none;
}
