@charset "utf-8";


/* トップページ：共通
---------------------------------------------------------------------------- */
.btn-large-img{
	width: fit-content;
	margin: 0 auto 40px auto;
}
.btn-large-img a{
	transition: all 0.3s;
}
.btn-large-img a:hover{
	opacity: 0.8;
}


/* トップページ：メインビジュアル
---------------------------------------------------------------------------- */
.slide-wrap{
	padding: 30px 0 30px 0;
	background: #eeeeee;
	overflow: hidden;
}

/* メインスライダー */
.swiper-main {
	width: 100%;
	overflow: visible;
}
@media screen and (max-width: 1040px) {
	.slide-wrap{
		padding: 30px 20px 30px 20px;
	}
}
.swiper-main .swiper-slide {
	max-width: 1000px;
	aspect-ratio: 2 / 1;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-main .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0;
}

/* サムネイルスライダー */
.swiper-thumbs {
	margin: 24px auto 0;
	max-width: 1000px;
}

.swiper-thumbs .swiper-slide {
	width: 20%; /* デフォルト: 5枚 */
	aspect-ratio: 2 / 1;
	opacity: 0.4;
	cursor: pointer;
	transition: opacity 0.3s ease;
}

.swiper-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

.swiper-thumbs .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0;
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
	.swiper-thumbs .swiper-slide {
	width: 25%; /* 1024px以下: 4枚 */
	}
}

@media (max-width: 768px) {
	.swiper-thumbs .swiper-slide {
	width: 33.3333%; /* 768px以下: 3枚 */
	}
}

@media (max-width: 480px) {
	.swiper-thumbs .swiper-slide {
	width: 33.3333%; /* 480px以下: 3枚 */
	}
}




/* イントロダクション
---------------------------------------------------------------------------- */
.bg-intro{
	background: url(../images/index/bg_intro.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	/*z-index: -2;*/
	height: 600px;
	overflow: hidden;
}
.index-intro-wrap{
	max-width: 930px;
	width: 100%;
	margin: 15% auto 0 auto;
	padding: 30px 20px 30px 20px;
	background: rgba(255,255,255,0.8);
	border-radius: 10px;
	box-shadow: 0px 0px 16px 8px rgb(0 0 0 / 10%);
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translate(-50%, 0);
}
@media (max-width: 960px) {
	.index-intro-wrap{
		width: 96%;
	}
}
.index-intro__txt{
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.index-intro-list{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 0 0 0;
}
.index-intro-list li{
	width: 31%;
	margin: 0 1% 0 1%;
}
.bg-intro::after{
	content: "";
	display: block;
	width: 1281px;
	height: 601px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	background: url('../images/index/intoro_staff.png') no-repeat bottom center;
	z-index: -1;
}
@media (max-width: 900px) {
	.index-intro__txt{
		font-size: 0.8em;
	}
	.bg-intro{
		height: 490px;
	}
	.bg-intro::after{
		width: 430px;
		height: 300px;
		top: -20px;
		background: url('../images/index/intoro_staff_sp.png') no-repeat bottom center;
		background-size: cover;
	}	
}
@media (max-width: 768px) {
	.bg-intro{
		height: 420px;
	}
	.bg-intro::after{
		width: 350px;
		height: 250px;
		top: -20px;
		background: url('../images/index/intoro_staff_sp.png') no-repeat bottom center;
		background-size: cover;
	}	
}


/* ミニックの限定目玉車
---------------------------------------------------------------------------- */
.top_usedcarwrap{
	max-width: 1200px;
	width: 100%;
	margin:0 auto;
}
.top_usedcarwrap ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	margin: 0 0 0 0;
}
.top_usedcarwrap ul li{
	width: 31%;
	margin: 0 0 30px 2%;
}
@media screen and (max-width: 900px) {
	.top_usedcarwrap ul li{
		width: 48%;
	}
}
.top_usedcarwrap ul li .usecarimg{
	position:relative;
}
.top_usedcarwrap ul li .usecarimg .mishiyo_icon{
	position:absolute;
	top:0;
	right:0;
	width:71px;
	height:39px;
	text-align:center;
	background: rgba(224,0,0,0.7);
	color:#fff;
	padding:4px 3px 0;
	font-size:14px;
	line-height:1.2;
	font-weight:bold;
}
.top_usedcarwrap ul li .usecarimg img{
	width: 100%;
}

.top_usedcarwrap ul li h4{
	padding:8px 5px;
	text-align:center;
	line-height:1.3;
	background: #dfdfdf;
	font-weight:bold;
	border-bottom: 1px solid #fff;
}
.top_usedcarwrap ul li h4.lp{
	color:#333;
	padding:8px 5px;
	text-align:center;
	line-height:1.3;
	background: #DFDFDF;
	font-weight:bold;
}

.top_usedcarwrap dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top_usedcarwrap dt{
	width: 50%;
	padding: 2px;
	background: #dfdfdf;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.top_usedcarwrap dd{
	width: 50%;
	padding: 2px;
	background: #eeeeee;
	border-bottom: 1px solid #fff;
}


.top_usedcarwrap ul li dd.hauto {
	height:auto;
}

.top_usedcarwrap ul li dd.price {
	line-height: 0.5 !important;
}
.top_usedcarwrap ul li dd.wd100 {
  	background-color: #eeeeee;
  	margin-left: 0%;
  	border-left: 1px solid #fff;
	width:100%;
	text-align:left;
	line-height:1.4;
	height:auto!important;
}
.top_usedcarwrap ul li dd span {
  	color:#cb0101;
	font-size:120%;
}
.top_usedcarwrap ul li dd span.kuro {
  	color:#333;
}

.top_usedcarwrap ul li dd.wd100 p {
	line-height:1.0!important;
}
.top_usedcarwrap ul li dd span.lpprice  {
  	color:#cb0101;
	font-size:360%;
	font-weight:bold;
}
.shiharai-list{
	display: flex;
	justify-content: space-between;
	background: #eeeeee;
	padding: 2px;
	border-bottom: 1px solid #fff;
}
.shiharai-list li{
	width: 50% !important;
	margin: 0 !important;
}
.shiharai-list li:nth-child(2n){
	text-align: right;
	padding: 0 2px 0 0;
}
@media screen and (max-width: 900px) {
	.shiharai-list{
		flex-direction: column;
	}
	.shiharai-list li{
		width: 100% !important;
		margin: 0 0 10px 0 !important;
	}
	.shiharai-list li:nth-child(2n){
		text-align: left;
		padding: 0 0 0 2px;
	}
}
.total-plice{
	color: #c80100;
	font-size: 3em;
	font-weight: bold;
	line-height: 1;
	text-align: right;
	margin: 0 0 0 auto;
}
@media screen and (max-width: 900px) {
	.total-plice{
		font-size: 1.8em;
	}
}
.hontai-list{
	display: flex;
	justify-content: space-between;
	background: #eeeeee;
	padding: 2px;
	border-bottom: 1px solid #fff;
}
.hontai-list li{
	width: 50% !important;
	margin: 0 !important;
}
.hontai-list li:nth-child(2n){
	text-align: right;
	padding: 0 2px 0 0;
}
@media screen and (max-width: 900px) {
	.hontai-list{
		flex-direction: column;
	}
	.hontai-list li{
		width: 100% !important;
		margin: 0 0 10px 0 !important;
	}
	.hontai-list li:nth-child(2n){
		text-align: left;
		padding: 0 0 0 2px;
	}
}
.hontai-plice{
	color: #2b2b2b;
	font-size: 3em;
	font-weight: bold;
	line-height: 1;
	text-align: right;
}
@media screen and (max-width: 900px) {
	.hontai-plice{
		font-size: 1.8em;
	}
}
.seibi-wrap{
	background: #eeeeee;
	padding: 2px;
	border-bottom: 1px solid #fff;	
}
.hosyo-wrap{
	background: #eeeeee;
	padding: 2px;
	border-bottom: 1px solid #fff;	
}

/*詳細ボタン*/
.base_button2 {
  display: inline-block;
  width: 100%;
  height: 45px;
  text-align: center;
  text-decoration: none;
  line-height: 45px;
  outline: none;
	border-radius: 8px;
	font-weight:bold;
	margin: 10px 0 0 0;
}
.base_button2::before,
.base_button2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.base_button2,
.base_button2::before,
.base_button2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
a.base_button2 {
	background: #ff0068;
	color: #fff !important;
	text-decoration: none !important;
}
.base_button2:hover {
	background: #ff5097;
	color: #fff;
	text-decoration:none; 
}

/*バナー*/
.banner-usedcar{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 0 20px 0;
}
.banner-usedcar li{
	max-width: 570px;
	width: 46%;
	margin: 0 2% 20px 2%;
}
@media screen and (max-width: 768px) {
	.banner-usedcar{
		flex-direction: column;
	}
	.banner-usedcar li{
		width: 100%;
		margin: 0 0 20px 0;
	}
}

/* お得なWEBチラシ
---------------------------------------------------------------------------- */
.chirashi-wrap{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 0 20px 0;
}
.chirashi-wrap li{
	width: 48%;
	margin: 0 0 20px 0;
}
.chirashi-wrap li:nth-child(2n){
	margin-left: 4%;
}
.chirashi-btn-wrap{
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}
.chirashi-btn__staff{
	width: fit-content;
	margin: 0 auto;
}
@media screen and (max-width: 900px) {
	.chirashi-btn__staff{
		max-width: 200px;
	}
}

/* 画像横スクロール
---------------------------------------------------------------------------- */
.car-scroll-container {
  overflow: hidden;
  padding: 30px 0;
}
.car-scroll-track {
  display: flex;
  width: max-content;
}
.car-slide {
  flex: 0 0 auto;
  margin: 0;
}
.car-slide img {
  display: block;  
  width: auto;
}
@media screen and (max-width: 900px) {
	.car-slide {
		max-width: 200px;
	}
}


/* 車種選択
---------------------------------------------------------------------------- */
.index-search-title{
	font-size: 2.4em;
	font-weight: bold;
	margin-bottom: 0.2rem;
	position: relative;
	border-bottom: 10px solid #cccccc;
	margin: 0 0 40px 0;
}
.index-search-title::after{
    position: absolute;
    content: '';
    width: 25%;
    left: 0;
    bottom: -10px;
    border-bottom: 10px solid #fdce06;	
}
.index-search-title::before{
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	background: url('../images/index/icon_search.png') no-repeat center center;
	background-size: contain;
	margin-right: 0.5em;
	vertical-align: middle;		
}
@media screen and (max-width: 900px) {
	.index-search-title{
		font-size: 1.4em;
		margin: 0 0 20px 0;
	}	
}
/*予算で選ぶ*/
.search-price-list{
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	margin: 0 0 60px -2%;
}
.search-price-list li{
	max-width: 285px;
	width: 23%;
	aspect-ratio: 285 / 170;
	margin: 0 0 0 2%;
}
@media screen and (max-width: 900px) {
	.search-price-list{
		margin: 0 0 30px -2%;
	}
	.search-price-list li{
		max-width: 400px;
		width: 48%;
		margin: 0 0 20px 2%;
	}
}
.search-price-list li.u30 a{
	background: url('../images/index/bg_search_u30.gif') no-repeat center center;
	background-size: cover;
}
.search-price-list li.u50 a{
	background: url('../images/index/bg_search_u50.gif') no-repeat center center;
	background-size: cover;	
}
.search-price-list li.u100 a{
	background: url('../images/index/bg_search_u100.gif') no-repeat center center;
	background-size: cover;	
}
.search-price-list li.o100 a{
	background: url('../images/index/bg_search_o100.gif') no-repeat center center;
	background-size: cover;	
}
.search-price-list li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;	
}
.search-price-list li a:hover{
	opacity: 0.8;
}
.search-price__num{
	font-size: 2.4em;
	font-weight: bold;
}
.search-price__tani{
	font-size: 1.2em;
	font-weight: bold;
	margin:  0.6em 0 0 0;
}
@media screen and (max-width: 1020px) {
	.search-price__num{
		font-size: 1.8em;
	}
	.search-price__tani{
		font-size: 1em;
	}
}

/*タイプ別で選ぶ*/
.search-type-title__kei{
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 5px 15px 5px 15px;
	border-radius: 5px;
	background: #ffba00;
}
.search-type-title__slide{
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 5px 15px 5px 15px;
	border-radius: 5px;	
	background: #fa8201;
}
.search-type-title__normal{
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 5px 15px 5px 15px;
	border-radius: 5px;	
	background: #dd2600;
}
/*軽セダン・ワゴン*/
.search-type-list_kei{
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	margin: 0 0 40px -1.16%;
}
.search-type-list_kei li{
	width: 15.5%;
	margin: 0 0 10px 1.16%;
	display: flex;
}
@media screen and (max-width: 900px) {
	.search-type-list_kei{
		margin: 0 0 30px -1.16%;
	}
	.search-type-list_kei li{
		max-width: 400px;
		width: 31.84%;
	}
}
@media screen and (max-width: 600px) {
	.search-type-list_kei li{
		width: 48.84%;
	}
}
.search-type-list_kei li a{
	display: block;
	width: 100%;
	padding: 20px 10px 10px 10px;
	text-align: center;
	text-decoration: none;
	color: #333333;
	border: 2px solid #ffba00;
	border-radius: 10px;
	transition: all 0.3s;
	display: flex;
	flex-direction: column;
}
.search-type-list_kei li a:hover{
	background: #ffba00;
	color: #FFFFFF;
}
.search-type-list_kei--img{
	flex-grow: 1;
}
.search-type-list_kei--name{
	font-weight: bold;
}
/*軽スライドドア*/
.search-type-list_slide{
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	margin: 0 0 40px -1.16%;
}
.search-type-list_slide li{
	width: 15.5%;
	margin: 0 0 20px 1.16%;
	display: flex;
}
@media screen and (max-width: 900px) {
	.search-type-list_slide{
		margin: 0 0 30px -1.16%;
	}
	.search-type-list_slide li{
		max-width: 400px;
		width: 31.84%;
	}
}
@media screen and (max-width: 600px) {
	.search-type-list_slide li{
		width: 48.84%;
	}
}
.search-type-list_slide li a{
	display: block;
	width: 100%;
	padding: 20px 10px 10px 10px;
	text-align: center;
	text-decoration: none;
	color: #333333;
	border: 2px solid #fa8201;
	border-radius: 10px;
	transition: all 0.3s;
	display: flex;
	flex-direction: column;
}
.search-type-list_slide li a:hover{
	background: #fa8201;
	color: #FFFFFF;
}
.search-type-list_slide--img{
	flex-grow: 1;
}
.search-type-list_slide--name{
	font-weight: bold;
}
/*普通車*/
.search-type-list_normal{
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	margin: 0 0 40px -1.16%;
}
.search-type-list_normal li{
	width: 15.5%;
	margin: 0 0 20px 1.16%;
	display: flex;
}
@media screen and (max-width: 900px) {
	.search-type-list_normal{
		margin: 0 0 30px -1.16%;
	}
	.search-type-list_normal li{
		max-width: 400px;
		width: 31.84%;
	}
}
@media screen and (max-width: 600px) {
	.search-type-list_normal li{
		width: 48.84%;
	}
}
.search-type-list_normal li a{
	display: block;
	width: 100%;
	padding: 20px 10px 10px 10px;
	text-align: center;
	text-decoration: none;
	color: #333333;
	border: 2px solid #dd2600;
	border-radius: 10px;
	transition: all 0.3s;
	display: flex;
	flex-direction: column;
}
.search-type-list_normal li a:hover{
	background: #dd2600;
	color: #FFFFFF;
}
.search-type-list_normal--img{
	flex-grow: 1;
}
.search-type-list_normal--name{
	font-weight: bold;
}
/*メーカーから選ぶ*/
.search-type-list_maker{
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	margin: 0 0 40px -1.16%;
}
.search-type-list_maker li{
	width: 15.5%;
	margin: 0 0 20px 1.16%;
	display: flex;
}
@media screen and (max-width: 900px) {
	.search-type-list_maker{
		margin: 0 0 30px -1.16%;
	}
	.search-type-list_maker li{
		max-width: 400px;
		width: 31.84%;
	}
}
@media screen and (max-width: 600px) {
	.search-type-list_maker li{
		width: 48.84%;
	}
}
.search-type-list_maker li a{
	display: block;
	width: 100%;
	padding: 20px 10px 10px 10px;
	text-align: center;
	text-decoration: none;
	color: #333333;
	border: 2px solid #eeeeee;
	border-radius: 10px;
	transition: all 0.3s;
	display: flex;
	flex-direction: column;
}
.search-type-list_maker li a:hover{
	border: 2px solid #cccccc;
}
.search-type-list_maker--img{
	flex-grow: 1;
}
.search-type-list_maker--name{
	font-weight: bold;
}

/* ミニックが選ばれる理由
---------------------------------------------------------------------------- */
.bg_reason{
	background: #ffba00;
}
.reason-title-wrap{
	margin: 0 0 40px 0;
	text-align: center;
	position: relative;
	z-index: 999;
}
.reason-logo{
	margin: 0 0 10px 0;
}
.reason-title{
	font-size: 2.6em;
	font-weight: bold;
	line-height: 1;
}
.index-reason-list{
	max-width: 1020px;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 40px 70px 40px 70px;
	margin: 0 auto 60px auto;
	position: relative;
}
.index-reason-list::after{
	content: "";
	position: absolute;
	top: -196px;
	right: 10px;
	width: 230px;
	height: 196px;
	background: url(../images/index/staff_minic.png) no-repeat center bottom;
	background-size: cover;
}
@media screen and (max-width: 900px) {
	.reason-title{
		font-size: 1.4em;
	}
	.index-reason-list{
		padding: 20px 20px 20px 20px;
		margin: 0 auto 30px auto;
	}
	.index-reason-list::after{
		background: none;
	}
}
.index-reason-list li{
	margin: 0 0 7px 0;
	padding: 0 0 7px 1em;
	font-size: 1.2em;
	font-weight: bold;
	text-indent: -1em;	
	border-bottom: 1px dotted #CCCCCC;
}
.index-reason-list__num{
	background: #ffba00;
	border-radius: 5px;
	margin: 0 5px 0 0;
	padding: 2px 10px 2px 10px;
	color: #FFFFFF;
}
.index-reason-list__txt{}



/* ミニックの3つのお約束
---------------------------------------------------------------------------- */
.promise-list{
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	margin: 0 0 0 -2%;
}
.promise-list li{
	width: 31%;
	margin: 0 0 0 2%;
}
.promise-list__img{
	margin: 0 0 20px 0;
}
.promise-list__title{
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 0 10px 0;
}
.promise-list__txt{}

@media screen and (max-width: 900px) {
	.promise-list li{
		width: 48%;
		margin: 0 0 20px 2%;
	}
	.promise-list__title{
		font-size: 1em;
	}
}


/* スタッフブログ
---------------------------------------------------------------------------- */

/* ミニックのSNS
---------------------------------------------------------------------------- */
.sns-qr-wrap{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 0 20px 0;
}
.sns-qr-wrap li{
	margin: 0 20px 20px 20px;
}
.sns-fukidashi-wrap{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	margin: 100px 0 0 0;
	height: 350px;
	/*width: calc(100% + clamp(40px, 20vw, 400px));
	position: relative;
	left: 50%;
	transform: translateX(-50%);*/
	position: relative;
}
.sns-fukidashi-wrap::before{
	content: "";
	position: absolute;
	top: 0;
	left: -100px;
	width: 421px;
	height: 333px;
	background: url(../images/cmn_img/sns_fukidashi01.png) no-repeat top left;
	z-index: -1;
}
.sns-fukidashi-wrap::after{
	content: "";
	position: absolute;
	top: 0;
	right: -100px;
	width: 442px;
	height: 404px;
	background: url(../images/cmn_img/sns_fukidashi02.png) no-repeat top left;
	z-index: -1;
}
.sns-fukidashi-wrap li{
	margin: 0 20px 0 20px;
}
.sns-fukidashi-wrap li a{
	transition: all 0.3s;
}
.sns-fukidashi-wrap li a:hover{
	opacity: 0.8;
}

@media screen and (max-width: 980px) {
	.sns-fukidashi-wrap{
		align-items: flex-start;
		height: auto;
		margin: 50px 0 170px 0;
		padding: 0 0 0 0;
	}
	.sns-fukidashi-wrap::before{
		top: 80px;
		left: -80px;		
	}
	.sns-fukidashi-wrap::after{
		top: 80px;
		right: -80px;		
	}
}
@media screen and (max-width: 768px) {
	.sns-fukidashi-wrap{
		flex-direction: column;
		align-items: center;
		height: auto;
	}
	.sns-fukidashi-wrap li{
		margin: 0 0 20px 0;
	}
	.sns-fukidashi-wrap::before{
		top: 150px;
		left: -40px;	
		width: calc( 421px * 0.5 ) ;
		height: calc( 333px * 0.5 );
		background-size: cover;	
	}
	.sns-fukidashi-wrap::after{
		top: 150px;
		right: -50px;
		width: calc( 442px * 0.5 ) ;
		height: calc( 404px * 0.5 ) ;
		background-size: cover;			
	}
}
@media screen and (max-width: 600px) {
	.sns-fukidashi-wrap{

	}
}

.youtube-wrap{
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
}
.youtube-wrap iframe{
  max-width: 700px;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}


/* ご来店お待ちしています
---------------------------------------------------------------------------- */
.center-img{
	width: fit-content;
	margin: 0 auto 20px auto;
}
.welcome-txt{
	text-align: center;
}

/* 光田モータース
---------------------------------------------------------------------------- */
.group-list-wrap{
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
}
.group-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.group-list a{
	text-decoration: none !important;
}
.group-list li{
	width: 48%;
	margin-bottom: 20px;
}

.group-list-title__buy{
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 5px 15px 5px 15px;
	border-radius: 5px;
	background: #ffba00;
}
.group-list-title__mainte{
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 5px 15px 5px 15px;
	border-radius: 5px;	
	background: #fa8201;
}
.group-list-title__support{
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 5px 15px 5px 15px;
	border-radius: 5px;	
	background: #dd2600;
}

.group-list__img{
	margin: 0 0 10px 0;
	overflow: hidden;
}
.group-list__img img{
	transition: all 0.3s !important;
}
.group-list li:hover .group-list__img img{
	scale: 1.15;
}
.group-list__name{
	text-align: center;
	color: #1a1a1a;
}

