@charset "utf-8";
/* CSS Document */
@import url(commons_2nd.css);

html {
	background-color: #E4E4E4;
	font-size: 62.5%; /*フォントの基準サイズを10pxにする*/
}
body {
	background-color: #FFF;
}
.container {
	margin: 0 auto;
	padding: 0;
}
.container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
img {
	max-width: 100%;
}
@media (max-width: 750px) {
body {
	font-size: 1.4rem; /*全体のフォントサイズは14pxとする*/
	-webkit-text-size-adjust: 100%; /*スマホでPC表示した際に勝手に文字が大きくなるのを防ぐ*/
}
.hidden_sp {
	display: none;
}
}
@media (min-width: 751px) {
body {
	font-size: 1.8rem; /*全体のフォントサイズは16pxとする*/
}
.container {
	width: 1075px;
}
.hidden_pc {
	display: none;
}
}

@media (min-width: 751px) {
body {
	background-image: url(../img_new/secondBg_pc.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	min-width: 1075px;
}
body.toppage {
	background-image: url(../img_new/topBg_pc.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	min-width: 1075px;
}
}
/***************************************************
スマホ版ヘッダー
***************************************************/
#header .headWrap_sp {
	display: table;
	width: 100%;
	height: 70px;
}
#header .headWrap_sp h1.companyName {
	display: table-cell;
	width: 33.3%;
	vertical-align: middle;
	text-align: left;
	padding: 5px;
}
#header .headWrap_sp h2 {
	display: table-cell;
	width: 33.3%;
	vertical-align: middle;
	padding: 5px;
}
#header .headWrap_sp .menu {
	display: table-cell;
	width: 33.3%;
	text-align: right;
	vertical-align: middle;
	padding: 5px;
}
#header .headWrap_sp h2 img ,
#header .headWrap_sp .menu img {
	height: 50px;
}
@media (max-width: 750px) {
.spMenu {
	width: 280px;
	margin: 10px 0;
	height: 100%;
}
.spMenu .close {
	float: right;
	width: 50px;
	background-color: #FFF;
	border-radius: 5px;
	margin-bottom: 5px;
}
.spMenu .close p {
	border: 1px solid #CCC;
	border-radius: 5px;
	padding: 1px 8px;
	line-height: 1;
	text-align: center;
}
.spMenu .close p span {
	font-size: 0.9rem;
}
.spMenu .close a .svg-inline--fa {
	font-size: 2.0rem;
}
.spMenu .gNavi {
	clear: both;
	background-color: #FFF;
	border: 5px solid #E4E4E4;
	font-size: 1.2rem;
}
.spMenu .gNavi .contentsNavi {
}
.spMenu .gNavi .contentsNavi:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.spMenu .gNavi .contentsNavi li {
	float: left;
	width: 50%;
}
.spMenu .gNavi .contentsNavi li > div {
	border-bottom: 2px solid #EEE;
}
.spMenu .gNavi .contentsNavi li:nth-child(odd) >div {
	border-right: 2px solid #EEE;
}
.spMenu .gNavi .contentsNavi li:nth-child(2n+1) {
	clear: left;
}
.spMenu .gNavi .contentsNavi li a {
	background-color: #F9F9F9;
	padding: 8px;
	display: block;
	color: #333;
}
.spMenu .gNavi .subNavi {
	text-align: left;
}
.spMenu .gNavi .subNavi li a {
	padding: 3px 15px;
	display: block;
}
.spMenu .sideContact {
	background-color: #FFF;
	border-radius: 5px;
}
.spMenu .sideContact li {
	padding: 3px;
}
.spMenu .sideContact li img {
	width: 80%;
	margin: 0 auto;
}
.mainImg {
	margin-bottom: 30px;
}
}
/***************************************************
PC版ヘッダー
***************************************************/
@media (max-width: 750px) {
#header .headWrap_pc {
	padding: 10px;
}
#header .headWrap_pc h2.logo {
	display: none;
}
}
@media (min-width: 751px) {
#header .headWrap_pc {
	position: relative;
	width: 1075px;
	height: 90px;
	margin: 0 auto;
	z-index: 9999;
	min-width: 1075px;
	background-color: #FFF;
}
#header .headWrap_pc h1 {
	position: absolute;
	top: 18px;
	left: 200px;
}
#header .headWrap_pc h2.logo {
	position: absolute;
	top: -2px;
	left: 5px;
}
#header .headWrap_pc .headTel_pc {
	position: absolute;
	top: 18px;
	right: 160px;
}
#header .headWrap_pc .headMail_pc {
	position: absolute;
	top: 18px;
	right: 10px;
}
.mainImg {
	min-width: 1075px;
	z-index: 99;
	background-color: #FFF;
	margin-bottom: 50px;
}
}
/***************************************************
コンテンツレイアウト（PC右ナビ）
***************************************************/
@media (max-width: 750px) {
.conWrap .main {
	text-align: left;
}
.conWrap .right {
}
.conWrap .right .gNavi {
	background-color: #FFF;
	border: 5px solid #E4E4E4;
	text-align: left;
	margin-bottom: 10px;
}
.conWrap .right .gNavi .contentsNavi li {
	border-bottom: 2px solid #EEE;
}
.conWrap .right .gNavi .contentsNavi li a {
	background-color: #F9F9F9;
	padding: 8px;
	display: block;
}
.conWrap .right .gNavi .subNavi {
	padding: 5px;
}
.conWrap .right .gNavi .subNavi li a {
	display: block;
	text-decoration: underline;
	padding: 3px 15px;
}
.conWrap .right .sideContact {
	display: table;
	width: 100%;
}
.conWrap .right .sideContact li {
	width: 50%;
	display: table-cell;
}
.conWrap .right .map {
	background-color: #F3F3F3;
	padding: 5px;
}
.conWrap .right .bnr_link {
	background-color: #F3F3F3;
	padding: 10px 5px;
}
.conWrap .right .bnr_link ul {
	width: 100%;
	display: table;
	table-layout: fixed;
}
.conWrap .right .bnr_link ul li {
	width: 50%;
	display: table-cell;
}
.conWrap .right .bnr_link ul li > div {
	padding: 5px;
}
}
@media (min-width: 751px) {
.conWrap {
	margin-bottom: 100px;
	padding: 5px;
	text-align: left;
}
.conWrap .main {
	float: left;
	width: 740px;
}
.conWrap .right {
	float: right;
	width: 300px;
}
.conWrap .right .gNavi {
	background-color: #FFF;
	border: 5px solid #E4E4E4;
	margin-bottom: 10px;
}
.conWrap .right .gNavi .contentsNavi {
}
.conWrap .right .gNavi .contentsNavi li {
	border-bottom: 2px solid #EEE;
}
.conWrap .right .gNavi .contentsNavi li a {
	background-color: #F9F9F9;
	color: rgba(0,0,0,.8);
	font-weight: bold;
	padding: 15px;
	display: block;
}
.conWrap .right .gNavi .contentsNavi li a:hover {
	background-color: #F6F6F6;
}
.conWrap .right .gNavi .subNavi {
	padding: 8px 15px;
}
.conWrap .right .gNavi .subNavi li {
	font-size: 1.4rem;
}
.conWrap .right .gNavi .subNavi li a {
	display: block;
	text-decoration: underline;
	color: #555;
}
.conWrap .right .gNavi .subNavi li a:hover {
	color: #333;
	background-color: #F2F2F2;
}
.conWrap .right .companyAdd {
	padding: 8px;
}
.conWrap .right .companyAdd h2 {
	font-size: 1.8rem;
	font-weight: bold;
}
.conWrap .right .map {
	background-color: #F3F3F3;
	padding: 5px;
	margin: 20px 0;
}
.conWrap .right .bnr_link ul li {
	margin-bottom: 10px;
}
}

.topCarsell ul li.oldcar > div {
	border: 5px solid #FF6010;
}
.topCarsell ul li.newcar > div {
	border: 5px solid #3DB136;
}
@media (max-width: 750px) {
.topCarsell {
	margin: 0 10px 50px;
}
.topCarsell ul li {
	margin-bottom: 10px;
}
}
@media (min-width: 751px) {
.topCarsell {
	margin-bottom: 30px;
}
.topCarsell h2 {
	text-align: center;
}
.topCarsell ul {
	display: table;
	width: 100%;
}
.topCarsell ul li {
	display: table-cell;
	width: 50%;
}
.topCarsell ul li > div {
	margin: 5px;
	padding: 10px;
}
}

.topMainNavi {
	margin-bottom: 30px;
}
.topMainNavi ul li a {
	color: #121212;
}
.topMainNavi ul li > div {
	margin: 5px;
	background-image: url(../img_new/mainNavi_bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
}
.topMainNavi ul li:nth-child(5) > div {
	background-image: url(../img_new/mainNavi_bg.jpg);
}
.topMainNavi ul li .txt h3 {
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 10px;
}
@media (max-width: 750px) {
.topMainNavi ul {
	width: 98%;
	margin: 0 auto;
}
.topMainNavi ul li {
	float: left;
	width: 50%;
}
.topMainNavi ul li .txt {
	height: 80px;
	padding: 10px;
}
.topMainNavi ul li .txt h3 {
	font-size: 2.1rem;
}
.topMainNavi ul li .txt p {
	font-size: 1.1rem;
}
}
@media (min-width: 751px) {
.topMainNavi ul li {
	float: left;
	width: 33.3%;
}
.topMainNavi ul li .txt {
	height: 90px;
	padding: 15px;
}
.topMainNavi ul li .txt h3 {
	font-size: 2.4rem;
}
.topMainNavi ul li .txt p {
	font-size: 1.2rem;
}
.topMainNavi ul li > div {
	position: relative;
	width: 237px;
	height: 272px;
}
.topMainNavi ul li > div a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 237px;
	height: 272px;
	display: block;
}
.topMainNavi ul li > div a:hover {
	background: url(../img_new/hover.png) repeat 0 0;
}

}

.top_camp {
	margin-bottom: 30px;
}
.top_camp h3 {
	margin-bottom: 5px;
	padding: 5px;
	border-left: 3px solid #3087CA;
	color: #333;
}

.topNews {
	margin-bottom: 30px;
}
.topNews .more a {
	background-color: #338BCB;
	color: #FFF;
}
.topNews ul.list li > div a .txt {
	font-size: 1.4rem;
}
.topNews ul.list li > div a .txt .com {
	color: #333;
	line-height: 1.4;
	margin-bottom: 10px;
}
.topNews ul.list li > div a .txt .date {
	color: #027BDA;
}
.topNews ul.list li > div a .txt .date span {
	border-bottom: 3px solid #027BDA;
}
@media (max-width: 750px) {
.topNews {
	padding: 10px;
}
.topNews ul.list {
	margin-bottom: 20px;
}
.topNews ul.list li {
	border-bottom: 1px solid #CCC;
	padding: 10px 0;
}
.topNews ul.list li > div {
	display: table;
	width: 100%;
}
.topNews ul.list li > div .img {
	display: table-cell;
	width: 25%;
}
.topNews ul.list li > div .txt {
	display: table-cell;
	width: 75%;
	padding: 5px;
}
.topNews .more {
	text-align: center;
	width: 50%;
	margin: 0 auto;
}
.topNews .more a {
	display: block;
	line-height: 2;
}
}
.toppage .kyuuka{
    background: #348ccb;
    color: #FFF;
    padding: 20px;
}
.toppage .kyuuka h3{
margin-bottom: 20px;}
@media (min-width: 751px) {
 .toppage .kyuuka{
    width: 1024px;
    margin: auto;
}
}

@media (min-width: 751px) {
.topNews .topNews_ttlBox {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.topNews .topNews_ttlBox h2 {
	display: table-cell;
	width: 500px;
	vertical-align: middle;
}
.topNews .topNews_ttlBox .more {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
}
.topNews .topNews_ttlBox .more a {
	padding: 5px 15px;
}
.topNews ul.list {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.topNews ul.list li {
	display: table-cell;
	width: 25%;
}
.topNews ul.list li > div {
	margin: 5px;
}
.topNews ul.list li > div .img {
	height: 140px;
	text-align: center;
}
.topNews ul.list li > div .img img {
	max-height: 140px;
}
.topNews ul.list li > div .txt {
	padding: 5px;
}
.topNews ul.list li > div a {
	background-color: #FFF;
}
.topNews ul.list li > div a {
	background-color: rgba(0,0,0,.1);
}
}

.topCompany {
	color: #FFF;
}
.topCompany .topCom_wrap ul {
	margin: 0 auto;
	display: table;
	width: 100%;
	margin-bottom: 20px;
}
.topCompany .topCom_wrap ul li {
	display: table-cell;
	width: 50%;
}
.topCompany .topCom_wrap ul li:last-child > div {
	border-left: 1px solid #FFF;
}
.topCompany .topCom_wrap ul li .img {
	text-align: center;
	margin-bottom: 30px;
}
.topCompany .topCom_wrap ul li .img img {
	width: 80px;
	margin: 0 auto;
}

.topCompany .topCom_wrap ul li .txt h3 {
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.4;
}
.topCompany .topCom_wrap h4 {
	font-weight: bold;
	color: #FF0;
	text-align: center;
}
@media (max-width: 750px) {
.topCompany {
	background-color: #338BCB;
}
.topCompany .topCom_wrap{
	padding: 15px 0;
}
.topCompany .topCom_wrap ul li > div {
	padding: 20px 12px;
}
.topCompany .topCom_wrap h4 {
	font-size: 1.8rem
}
.topCompany .topCom_wrap ul li .txt h3 {
	font-size: 1.8rem;
}
.topCompany .topCom_wrap ul li .txt p {
	font-size: 1.2rem;
}
.spCompanyAdd {
	background-image: url(../img_new/footCompany_bg_sp.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position: relative;
	width: 100%;
	height: 200px;
}
.spCompanyAdd .addWrap {
	position: absolute;
	right: 5px;
	bottom: 0px;
	width: 50%;
}
.spCompanyAdd .addWrap .address h2 {
	font-size: 1.6rem;
}
}
@media (min-width: 751px) {
.topCompany {
	background-image: url(../img_new/topCompany_bg_pc.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	margin-bottom: 50px;
}
.topCompany .topCom_wrap{
	padding: 10px 20px 50px;
}
.topCompany .topCom_wrap ul li > div {
	padding: 30px 15px;
}
.topCompany .topCom_wrap ul li .txt h3 {
	font-size: 2.0rem;
}
.topCompany .topCom_wrap ul li .txt p {
	font-size: 1.4rem;
}
.topCompany .topCom_wrap h4 {
	font-size: 2.2rem
}
}

#footer {
	background-color: #E4E4E4;
}
#footer .copy {
	padding: 5px 0;
	color: #999;
	font-size: 1.2rem;
}
@media (max-width: 750px) {
#flexBana {
	width: 100%;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 99;
}
#flexBana ul {
	display: table;
	width: 100%;
	table-layout: fixed;
}
#flexBana ul li {
	display: table-cell;
}
#footer {
	margin-bottom: 50px;
}
}
@media (min-width: 751px) {
}
