@charset "utf-8";
.column2Border01{
	margin-bottom: 20px;
}

.column2Border01:after{
	content: "";
    display: table;
    clear: both;
}

.column2Border01 .col{
	border: 1px solid #999999;
    margin-bottom: 20px;
    padding: 15px;
}
.column2Border01 .col .ttl{
	margin-bottom: 15px;
	font-size: 1.6rem;
}
.column2Border01 .col .img{
	margin-bottom: 15px;
	text-align: center;
}
.column2Border01 .col .txt{
	margin-bottom: 15px;
}
.column2Border01 .col .txt >*:last-child{
	margin-bottom: 0;
}
.salesBox{
	margin-bottom: 10px;
	overflow: hidden;
}
.salesBox dt{
	position: relative;
	float: left;
	width: 110px;
	margin-top: 5px;
	margin-right: 10px;
	padding-left: 15px;
}
.salesBox dt:before{
	content: "";
	position: absolute;
	top:50%;
	left: 0;
	margin-top: -4px;
	width: 8px;
	height: 8px;
	background: #999999;
	vertical-align: middle;
	border-radius: 50%;
}
.salesBox dd{
	margin-top: 5px;
	overflow: hidden;
}
.salesBox dt:first-of-type,
.salesBox dd:first-of-type{
	margin-top: 0;
}
.btnColumn2Block01 {
    margin-bottom: 40px;
    text-align: center;
    font-size: 0;
}
.btnColumn2Block01 > * {
    display: block;
}
.btnColumn2Block01> *  a{
	width: 290px;
	margin:0 auto; 
}

@media print,screen and (max-width: 767px) {
	ul.c-attention01 {
		margin-bottom: 20px;
	}
	.column2Border01{
		margin-bottom: 0;
	}
}
@media print,screen and (min-width: 768px) {
	.column2Border01 .col:nth-child(2) .c-btnLink-small{
		position: absolute;
		bottom: 30px;
		left: 50%;
		transform: translate(-50%, 0);
	}
	.column2Border01 .col{
	    position: relative;
	    float: left;
	    width: calc(50% - 20px);
	    margin-bottom: 0;
	    margin-right: 40px;
	    padding: 30px 20px;
	}
	.column2Border01 .col:nth-child(2n+2) {
    	margin-right: 0;
	}
	.column2Border01 .col:nth-child(n+3) {
    	margin-top: 40px;
	}
	.column2Border01 .col .ttl{
		margin-bottom: 30px;
		font-size: 2.0rem;
	}
	.column2Border01 .col .img{
		margin-bottom: 30px;
	}
	.column2Border01 .col .txt{
		margin-bottom: 30px;
	}
	.salesBox dt{
		position: relative;
		float: left;
		width: 125px;
		margin-top: 5px;
		margin-right: 10px;
		padding-left: 15px;
	}
	.btnColumn2Block01 > * {
    	display: inline-block;
    	margin-right: 40px;
    	margin-bottom: 0;
	}
	.btnColumn2Block01 > *:last-child{
		margin-right: 0;
	}
	ul.c-attention01 {
		margin-bottom: 40px;
	}
}