@charset "UTF-8";
/*** PC/SP 共通CSS ***/
.cate_outer .col h3{
	background: none;
}
.cover_lead .lead_list{
	width: 100%;
	max-width: 100%;
	padding: 0 1rem;
}
.lead_list_item::before{
	content: "";
	border: none;
	transform:rotate(0)
}
.cover_lead .lead_list:before {
	content: "";
}
.cover_lead .lead_list:after {
	content: "";
}
.cover_lead .lead_heading.heading{
	font-size: 2rem;
	color: #3498db;
	position: relative;
}
.cover_lead .lead_heading.heading::before{
	content: "[";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
}
.cover_lead .lead_heading.heading::after{
    background: none;
    content: "]";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
}
.lead_list_item{
	margin-left: 0;
	font-size: 1.15rem;
	color: #3498db;
}
.lead_list_item i{
	color: #3498db;
	padding-right: .3rem;
}
.cate_outer .col h3{
	padding: 1rem 1.5rem;
}
.lead_heading{
	color: #4c8dcb;
	font-size: 1.4rem;
	font-weight: 900;
	margin: 0;
	text-align: left;
	background: #e7f7ff;
	padding: 1rem;
	letter-spacing: .1rem;
}
.cover_lead .lead_heading.heading{
	background: none;
	margin: 0 auto;
	padding: 0 0 1rem;
}
/*** Smartphone ***/

@media screen and (max-width:767px) {
	.cover_lead .lead_heading.heading{
		padding-left: 20px;
		padding-right: 20px;
		font-size: 18px;
	}
	.cover_lead .lead_list{
		padding: 0 2rem 1rem;
	}
	.lead_list_item{
		font-size: 15px;
	}
	.cover_lead .text{
		padding: 0 2rem;
		
	}
}
.cate_outer .col h3 span{
	color: #007bbb;
}
.cate_outer h3 span:after{
	display: none;
}

/*** PC ***/
@media screen and (min-width:768px) {
	.cover_lead .lead_heading.heading{
		width: 500px;
	}
	.cover_lead .lead_list{
		width: 500px;
		padding: 0 .5rem;
	}
	.lead_list_item{
		font-size: 1.2rem;
		font-weight: 600;
	}
	.cate_outer .col h3{
		padding: 0 0 1rem;
	}
	.cate_outer .col h3 span{
		font-size: 1.65rem;		
	}
	.lead_heading{
		color: #007bbb;
		font-size: 1.8rem;
		margin: 0;
		text-align: center;
	}
}





@media screen and (min-width:745px) and  (max-width:858px){

}