@charset "utf-8";

/*---------------------
広告の出し方
---------------------*/
p.is_h1txt{
	padding-bottom: 60px;
}

.md_list3 > li{
	width: 18%;
	border-right: rgba(90, 138, 170, 0.5) 2px dotted;
	margin-right: 4.5%;
	padding-right: 4.5%;
	padding-bottom: 0;
}

.md_list3 > li:last-child{
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

.md_list3 > li p.is_step{
	color: #5a8aaa;
	font-size: 225%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	margin-bottom: 60px;
	padding-bottom: 10px;
	position: relative;
}

.md_list3 > li p.is_step::after{
	content: "";
	background: url(../start/img/icon_border.svg) no-repeat center center;
	background-size: 100% auto;
	width: 60%;
	height: 33px;
	position: absolute;
	bottom: -29px;
	left: 20%;
}

.md_list3 > li p.is_step span{
	color: #d40a0a;
	font-size: 50%;
	display: block;
}

.md_list3 > li p.is_listtitle{
	text-align: center;
	padding-bottom: 10px;
}

.l_banner ul li{
	width: 30%;
}

@media screen and (max-width:767px){
	.md_list3 > li{
		width: 100%;
		margin-bottom: 16%;
		padding-bottom: 16% !important;
	}
	
	.md_list3 > li:last-child{
		border: none;
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.md_list3 > li p.is_listtitle br{
		display: none;
	}
	
	.md_list3 > li{
		border-right: none;
		border-bottom: rgba(90, 138, 170, 0.5) 2px dotted;
		width: 100%;
		margin-right: 0;
		padding-right: 0;
	}
	
	.md_list3 > li p.is_step::after{
		width: 50%;
		height: 26px;
		bottom: -39px;
		left: 25%;
	}
	
	.l_banner ul li{
		width: 100%;
	}
	
}
