﻿@charset "utf-8";
/*------------------------------------------------トップページここから*/
.top_hero_bg{
	width: 100%;
    background-image: url("../images/image_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.top_column_container{
	padding: 27px 15px 72px;
	display: flex;
	flex-flow: column;
}
.top_column_container a{
	display: block;
	transition: 0.2s;
}
.top_column_container a:hover{
	opacity: 0.6;
}
.top_column_img{
	display: block;
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.2);
	width: 100%;
	height: 179px;
}
.top_column_img img{
	width: 100%;
	height: 179px;
	object-fit: cover;
}
.top_column_contents{
	display: block;
	margin: 0 auto;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.2);
	padding: 20px;
	margin: -30px 20px;
	position: relative;
}
.top_article_box_title{
	font-size: 1.7rem;
	line-height: 2.5rem;
	font-weight: bold;
	color: #415566;
}
.top_category_btn{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
	padding-right: 20px;
}
.top_category_btn span{
	display: block;
	font-size: 10px;
	width: 80px;
	color: #fff;
	padding: 2px 8px;
	border-radius: 50px;
	position: relative;
}
.top_category_btn span:before{
    content: "";
    width: 30px;
    position: absolute;
    top: 50%;
    right: -15px;
    border-top: 1px solid #415566;
}
.top_category_btn span:after{
    content: "";
    height: 5px;
    position: absolute;
    top: 50%;
    right: -14px;
    margin-top: -4px;
    border-left: 2px solid #415566;
	transform: skewX(45deg);
}
.top_btn_blue{
	background-color: #3d90d9;
}
.top_article_box_date{
	font-size: 1.1rem;
	color: #959595;
	margin-top: 1rem;
}
@media screen and (min-width:769px){
	.top_hero_bg{
		padding-bottom: 100px;
	}
	.top_column_container{
		max-width: 1210px;
		margin: 0 auto;
		padding: 20px 15px 120px;
	}
	.top_column_img{
		max-width: 1043px;
		height: 540px;
		margin-left: auto;
		margin-right: 0px;
	}
	.top_column_img img{
		height: 540px;
	}
	.top_column_contents{
		padding: 43px;
		margin: -200px 20px;
		width: 573px;
		margin-left: 0px;
		margin-right: auto;
	}
	.wrap_category_label.top{
		margin-bottom: 5px;
	}
	.category_label_blue.top,.category_label_pink.top,.category_label_yellow.top{
		font-size: 1.57rem;
		padding: 7px 20px;
	}
	.category_label_blue.top{
		border: 2px solid #3d90d9;
	}
	.category_label_pink.top{
		border: 2px solid #cc4468;
	}
	.category_label_yellow.top{
		border: 2px solid #f7b00c;
	}
	.top_article_box_title{
		font-size: 2.6rem;
		line-height: 4.3rem;
		margin-bottom: 18px;
	}
	.contents_title.top{
		margin-bottom: 60px;
	}
	.top_category_btn{
		padding-right: 29px;
	}
	.top_category_btn span{
		font-size: 20px;
		width: 144px;
		padding: 10px 20px;
	}
	.top_category_btn span:before{
		width: 58px;
		right: -29px;
	}
	.top_category_btn span:after{
		height: 7px;
		top: 46%;
		right: -26px;
	}
	.top_article_box_date{
		font-size: 1.57rem;
	}
}
.next_column_container{
	padding: 10px 15px 62px;
}
.wrap_article_box.top{
	margin-bottom: 30px;
}

.all_category_btn{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	position: relative;
	margin-top: 40px;
}
.all_category_btn a{
	display: block;
	font-size: 14px;
	width: 180px;
	margin: 0 auto;
	color: #fff;
	padding: 8px 10px;
	border-radius: 50px;
	position: relative;
	background-image: url("../images/icon_car.png");
	background-repeat: no-repeat;
	background-size: 20px 16px;
	background-position: right 30px center;
	box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.2);
}
.all_category_btn a:before{
    content: "";
    width: 50px;
    position: absolute;
    top: 50%;
    right: -25px;
    border-top: 1px solid #415566;
}
.all_category_btn a:after{
    content: "";
    height: 6px;
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -5px;
    border-left: 2px solid #415566;
	transform: skewX(45deg);
}
.btn_blue.top:hover{
	background-image: url("../images/icon_car_hover.png");
	background-repeat: no-repeat;
	background-size: 20px 16px;
	background-position: right 30px center;
}
@media screen and (min-width:769px){
	.next_column_container{
		max-width: 1210px;
		margin: 0 auto;
		padding: 155px 15px 0;
	}
	.wrap_article_box.top{
		margin-bottom: 42px;
	}
	.article_box.top{
		flex: 0 0 50%
	}
	.all_category_btn{
		margin-top: 60px;
	}
	.all_category_btn a{
		font-size: 18px;
		width: 220px;
		padding: 14px 24px 14px 12px;
		background-position: right 53px center;
		box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.2);
	}
	.all_category_btn a:before{
		width: 60px;
		right: -30px;
	}
	.all_category_btn a:after{
		right: -28px;
	}
	.btn_blue.top:hover{
		background-position: right 53px center;
	}
}
/*カテゴリ別スライド*/
.top_slide_category{
	margin-bottom: 62px;
	text-align:center;
}
.top_slide_category .category_subTitle{
	margin-bottom:20px;
	font-size:14px;
}
.top_slide_category h2{
	padding: 0 15px;
}
.slide_blue,.slide_pink,.slide_yellow,.slide_all{
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	text-align: center;
    padding: 0 15px;
}
.slide_pink,.slide_yellow{
	margin-top: 80px;
}
.slide_pink.margin,.slide_yellow.margin{
	margin-top: 0;
}
.slide_blue{
	background-image: url("../images/icon_blue_fill.png");
}
 .slide_pink{
	background-image: url("../images/icon_pink_fill.png");
}
 .slide_yellow{
	background-image: url("../images/icon_yellow_fill.png");
}
.slide_blue h3,.slide_pink h3,.slide_yellow h3,.slide_all h3{
	padding: 1.3rem 0 0.8rem;
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 0.2rem;
}
.slide_blue p,.slide_pink p,.slide_yellow p,.slide_yellow p{
	padding: 0 0 1rem;
}
.slide_blue h3{
	color: #3d90d9;
}
.slide_pink h3{
	color: #cc4468;
}
.slide_yellow h3{
	color: #f7b00c;
}
.slide_category_blue,.slide_category_pink,.slide_category_yellow{
	background-size: auto 134px;
	margin: 16px 0 20px;
}
.slide_category_blue{
	background-image: url("../images/bg_slide_blue.png");
}
.slide_category_pink{
	background-image: url("../images/bg_slide_pink.png");
}
.slide_category_yellow{
	background-image: url("../images/bg_slide_yellow.png");
}
.slide_box{
	border-radius: 10px;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 2px 2px 8px 1px rgba(0,0,0,0.2);
	max-width: 258px;
	margin: 0 auto;
	position: relative;
}
.slide_box img{
	display: block;
	width: 100%;
	object-fit: cover;
}
.bg_slide_mask{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 10px;
}
.bg_slide_mask{
	width: 238px;
	height: 113.6px;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.7);
}
.slide_box_title{
	font-size: 1.3rem;
	line-height: 2rem;
	color: #415566;
	font-weight: bold;
	position: absolute;
	top: 23%;
	margin: 0 10%;
}
.slide_box_date{
	text-align: right;
	font-size: 0.8rem;
	color: #959595;
}
.slide_btn a{
	margin: 0 auto;
}
/*スライド矢印*/
.prev_blue,.prev_pink,.prev_yellow,.next_blue,.next_pink,.next_yellow{
	z-index: 20;
	width: 30px;
	height: 30px;
	position: absolute;
	cursor: pointer;
}
.prev_blue,.prev_pink,.prev_yellow{
	top: 42%;
	left: 30px;
}
.next_blue,.next_pink,.next_yellow{
	top: 42%;
	right: 30px;
}
.prev_blue:before,.prev_pink:before,.prev_yellow:before,.next_blue:before,.next_pink:before,.next_yellow:before{
	position: absolute;
	top: 38%;
	content: "";
	width: 10px;
	height: 1px;
	background-color: #fff;
}
.prev_blue:before,.prev_pink:before,.prev_yellow:before{
	left: 10px;
	transform: rotate(-45deg);
}
.next_blue:before,.next_pink:before,.next_yellow:before{
	right: 10px;
	transform: rotate(45deg);
}
.prev_blue:after,.prev_pink:after,.prev_yellow:after,.next_blue:after,.next_pink:after,.next_yellow:after{
	position: absolute;
	top: 61%;
	content: "";
	width: 10px;
	height: 1px;
	background-color: #fff;
}
.prev_blue:after,.prev_pink:after,.prev_yellow:after{
	left: 10px;
	transform: rotate(45deg);
}
.next_blue:after,.next_pink:after,.next_yellow:after{
	right: 10px;
	transform: rotate(-45deg);
}
.prev_blue,.next_blue{
	background-color: rgba(61,144,217,0.7);
}
.prev_pink,.next_pink{
	background-color: rgba(204,68,104,0.7);
}
.prev_yellow,.next_yellow{
	background-color: rgba(247,176,12,0.7)
}
@media screen and (min-width:769px){
	.top_slide_category{
		max-width: 1210px;
		margin: 0 auto;
		margin-bottom: 100px;
	}
	.top_slide_category h2{
		padding: 150px 15px 28px;
	}
	.slide_blue h3,.slide_pink h3,.slide_yellow h3,.slide_all h3{
		padding: 1.8rem 0 1.5rem;
		font-size: 2.8rem;
	}
	.slide_category_blue,.slide_category_pink,.slide_category_yellow{
		background-size: auto;
		margin: 30px 0 40px;
	}
	.slide_category_blue{
		background-image: url("../images/bg_slidepc_blue.png");
	}
	.slide_category_pink{
		background-image: url("../images/bg_slidepc_pink.png");
	}
	.slide_category_yellow{
		background-image: url("../images/bg_slidepc_yellow.png");
	}
	.slide_pink,.slide_yellow{
		margin-top: 130px;
	}
	.slide_box{
		max-width: 350px;
	}
	.slide_box img{
		width: 100%;
	}
	.bg_slide_mask{
		width: 330px;
		height: 161.2px;
	}
	.slide_box_title{
		font-size: 1.5rem;
		line-height: 2.3rem;
	    margin-bottom: 22px;
	}
	.slide_box_date{
		text-align: right;
		font-size:1rem;
		color: #959595;
	}
	.slide_btn a{
		font-size: 1.4rem;
		width: 120px;
		padding: 8px 24px;
		margin: 0 auto;
	}
	.slide_btn a:before{
		width: 50px;
		right: -25px;
	}
	.slide_btn a:after{
		right: -24px;
	}
	/*スライド矢印*/
	.prev_blue,.prev_pink,.prev_yellow,.next_blue,.next_pink,.next_yellow{
		width: 40px;
		height: 40px;
	}
	.prev_blue,.prev_pink,.prev_yellow{
		left: 15px;
	}
	.next_blue,.next_pink,.next_yellow{
		right: 15px;
	}
	.prev_blue:before,.prev_pink:before,.prev_yellow:before,.next_blue:before,.next_pink:before,.next_yellow:before{
		width: 14px;
	}
	.prev_blue:before,.prev_pink:before,.prev_yellow:before{
		left: 13px;
	}
	.next_blue:before,.next_pink:before,.next_yellow:before{
		right: 13px;
	}
	.prev_blue:after,.prev_pink:after,.prev_yellow:after,.next_blue:after,.next_pink:after,.next_yellow:after{
		top: 62%;
		width: 14px;
	}
	.prev_blue:after,.prev_pink:after,.prev_yellow:after{
		left: 13px;
	}
	.next_blue:after,.next_pink:after,.next_yellow:after{
		right: 13px;
	}
}
@media screen and (min-width:1201px){
	.prev_blue,.prev_pink,.prev_yellow{
		left: 25px;
	}
	.next_blue,.next_pink,.next_yellow{
		right: 23px;
	}
	.top_slide_category .category_subTitle{
		font-size:16px;
	}

}
/*------------------------------------------------トップページここまで*/

/*------------------------------------------------各カテゴリーリストここから*/
.category_list{
	padding: 0 15px;
	margin-bottom: 60px;
}
.wrap_article_box.category{
	margin-bottom: 30px;
}
.category_list_num{
	padding-top: 15px;
	display: flex;
	justify-content: center;
}
.category_list_num p+p{
	margin-left: 20px;
}
.category_list_cap{
	text-align: center;
	font-size: 1.4rem;
	color: #415566;
	margin-top: 10px;
	margin-bottom: 30px;
}
/*「すべての記事」のタイトル部分*/
.slide_all{
	background-image: url("../images/icon_all_fill.png");
}
.slide_all h3{
	color: #415566;
}
/*番号おくり*/
.current_ctg_blue,.current_ctg_pink,.current_ctg_yellow,.current_ctg_all,.category_list_num a{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.57rem;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
.current_ctg_blue{
	color: #fff;
	background-color: #3d90d9;
	border: 1px solid #3d90d9;
}
.current_ctg_pink{
	color: #fff;
	background-color: #cc4468;
	border: 1px solid #cc4468;
}
.current_ctg_yellow{
	color: #fff;
	background-color: #f7b00c;
	border: 1px solid #f7b00c;
}
.current_ctg_yellow{
	color: #fff;
	background-color: #f7b00c;
	border: 1px solid #f7b00c;
}
.current_ctg_all{
	color: #fff;
	background-color: #415566;
	border: 1px solid #415566;
}
.category_list_num.blue a,.category_list_num.pink a,.category_list_num.yellow a,.category_list_num.all a{
	background-color: #fff;
}
.category_list_num.blue a{
	color: #3d90d9;
	border: 1px solid #3d90d9;
}
.category_list_num.pink a{
	color: #cc4468;
	border: 1px solid #cc4468;
}
.category_list_num.yellow a{
	color: #f7b00c;
	border: 1px solid #f7b00c;
}
.category_list_num.all a{
	color: #415566;
	border: 1px solid #415566;
}
.category_list_num.blue a:hover,.category_list_num.pink a:hover,.category_list_num.yellow a:hover,.category_list_num.all a:hover{
	color: #fff;
}
.category_list_num.blue a:hover{
	background-color: #3d90d9;
}
.category_list_num.pink a:hover{
	background-color: #cc4468;
}
.category_list_num.yellow a:hover{
	background-color: #f7b00c;
}
.category_list_num.all a:hover{
	background-color: #415566;
}
.page_top.category{
	text-align: center;
	margin-top: 3rem;
}
@media screen and (min-width:769px){
	.category_list{
		max-width: 1210px;
		margin: 0 auto;
		margin-bottom: 100px;
	}
	.category_list_cap{
		font-size: 1.57rem;
		margin-top: 20px;
		margin-bottom: 80px;
	}
	.wrap_article_box.category:last-of-type{
		margin-bottom: 0;
	}
	/*番号おくり*/
	.category_list_num{
		padding-top: 30px;
	}
	.category_list_num p+p{
		margin-left: 30px;
	}
	.current_ctg_blue,.current_ctg_pink,.current_ctg_yellow,.current_ctg_all,.category_list_num a{
		width: 38px;
		height: 38px;
		font-weight: bold;
	}
	.current_ctg_blue{
		border: 2px solid #3d90d9;
	}
	.current_ctg_pink{
		border: 2px solid #cc4468;
	}
	.current_ctg_yellow{
		border: 2px solid #f7b00c;
	}
	.current_ctg_all{
		border: 2px solid #415566;
	}
	.category_list_num.blue a{
		border: 2px solid #3d90d9;
	}
	.category_list_num.pink a{
		border: 2px solid #cc4468;
	}
	.category_list_num.yellow a{
		border: 2px solid #f7b00c;
	}
	.category_list_num.all a{
		border: 2px solid #415566;
	}
	.page_top.category{
		margin-top: 4rem;
	}
}
/*------------------------------------------------各カテゴリーリストここまで*/

/*------------------------------------------------記事ここから*/
#column_container{
	padding :0 15px;
	margin-bottom: 60px;
}
.wrap_label_co_top{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	justify-content: flex-start;
}
#column_container h2{
	text-align: left;
	margin-bottom: 15px;
}
#column_container h2 p{
	font-size: 1.6rem;
	line-height: 2.6rem;
}
.column_text{
	margin-bottom: 2.5em;
}
.column_text img{
	padding-bottom: 15px;
}
.image_column{
	text-align: center;
}
.column_label_blue{
	padding-left: 10px;
	border-left: 8px solid #3d90d9;/*見出しの線の色*/
	margin-bottom: 1em;
}
.column_label_pink{
	padding-left: 10px;
	border-left: 8px solid #cc4468;/*見出しの線の色*/
	margin-bottom: 1em;
}
.column_label_yellow{
	padding-left: 10px;
	border-left: 8px solid #f7b00c;/*見出しの線の色*/
	margin-bottom: 1em;
}
@media screen and (min-width:769px){
	#column_container{
		padding :45px 15px 0;
		margin-bottom: 100px;
	}
	#column_container h2{
		margin-bottom: 32px;
	}
	#column_container h2 p{
		font-size: 2.78rem;
		line-height: 5rem;
	}
	#column_container h3{
		font-size: 1.75rem;
		line-height: 3.15rem;
	}
	.wrap_category_label.wrap_label_co_top{
		margin-bottom: 32px;
	}
	.label_co_top{
		font-size: 1.8rem;
		padding: 0.2em 1.3em;
	}
	.category_label_blue.label_co_top{
		border: 2px solid #3d90d9;
	}
	.category_label_pink.label_co_top{
		border: 2px solid #cc4468;
	}
	.category_label_yellow.label_co_top{
		border: 2px solid #f7b00c;
	}
	.page_top a{
		font-size: 1.6rem;
	}
}
/*おすすめここから*/
.article_osusume{
	padding: 0 15px;
	margin-bottom: 60px;
}
@media screen and (min-width:769px){
	.article_osusume{
		margin-bottom: 100px;
	}
	.contents_title{
		font-size: 2.6rem;
		margin-bottom: 42px;
	}
}
/*おすすめここまで*/
/*カテゴリー別ドライブ情報*/
.article_category{
	padding: 0 15px;
	margin-bottom: 60px;
}
.article_category p{
	color: #415566;
	font-size: 1.2rem;
	line-height: 2.1rem;
	margin-bottom: 13px;
}
.category_contents_blue,.category_contents_pink,.category_contents_yellow,.category_contents_all{
	margin-bottom: 40px;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: contain;
}
.category_contents_blue{
	background-image: url("../images/icon_blue.png");
}
.category_contents_pink{
	background-image: url("../images/icon_pink.png");
}
.category_contents_yellow{
	background-image: url("../images/icon_yellow.png");
}
.category_contents_all{
	background-image: url("../images/icon_all.png");
}
.bg_mask{
	height: 100%;
	background-color: rgba(255,255,255,0.8);
}
.category_contents_blue h3,.category_contents_pink h3,.category_contents_yellow h3,.category_contents_all h3{
	font-size: 1.8rem;
	margin-bottom: 18px;
}
.category_contents_blue h3{
	color: #3d90d9;
}
.category_contents_pink h3{
	color: #cc4468;
}
.category_contents_yellow h3{
	color: #f7b00c;
}
.category_contents_all h3{
	color: #415566;
}
.page_top a{
	color: #959595;
	background-image: url("../images/icon_top.png");
	background-repeat: no-repeat;
	background-size: 16px auto;
	background-position: left center;
	padding-left: 20px;
	font-weight: bold;
}
.page_top a:hover{
	opacity: 0.6;
}
@media screen and (min-width:769px){
	.wrap_category_contents{
		display: flex;
		justify-content: space-around;
		align-items: flex-start;
	}
	.wrap_category_contents li{
		flex: 0 0 40%;
		display: flex;
		flex-flow: column;
	}
	.wrap_category_contents:first-of-type{
		margin-bottom: 20px;
	}
	.article_category{
		margin-bottom: 100px;
	}
}
/*カテゴリー別ドライブ情報ここまで*/
/*------------------------------------------------記事ここまで*/
