@charset "UTF-8";

/*----------------------------------------
　PC
-------------------------------------------*/
@media print, screen and (min-width: 769px){

ul.boxNum li{
	font-size: 1.6em;
	color: #111;
	line-height: 240%;
	padding: 0 6px 0 48px;
	margin-bottom: 6px;
}
ul.boxNum li.no01{
	background: url(/image/colombia/no01.gif) no-repeat;
}
ul.boxNum li.no02{
	background: url(/image/colombia/no02.gif) no-repeat;
}
ul.boxNum li.no03{
	background: url(/image/colombia/no03.gif) no-repeat;
}
ul.boxNum li.no04{
	background: url(/image/colombia/no04.gif) no-repeat;
}

.colombia .boxPoint {
	width: 520px;
	height: 110px;
	background: #FFF;
	border: 1px solid #FFF;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding: 20px 20px 0 20px;

}

.boxColumn3:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; font-size: 0; line-height: 1; overflow: hidden;}
.boxColumn3 { display: inline-block;}
.boxColumn3 { display: block;}

.boxColumn3 .entry {
	position: relative;
	float: left;
	width: 330px;
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	-o-transition: background 0.3s;
	transition: background 0.3s;
}

.boxColumn3 .entry:hover {
	background: #7FB295;
	color:#FFF;
}
.boxColumn3 .entry a {
	display: block;
	margin: auto;
	text-decoration: none;
}
.boxColumn3 .entry h5 a:hover,
.boxColumn3 .entry a:hover{
	color:#FFF;
	text-decoration: none;
}
.boxColumn3 .entry h5{
	color: #00662C;

}



}




/*----------------------------------------
　Mobile
-------------------------------------------*/
@media screen and (max-width: 768px){

ul.boxNum li{
	font-size: 1.4em;
	color: #111;
	line-height: 160%;
	padding: 0 6px 0 44px;
	margin-bottom: 14px;
}
ul.boxNum li.no01{
	background: url(/image/colombia/no01.gif) no-repeat;
	background-size: 34px 34px;
}
ul.boxNum li.no02{
	background: url(/image/colombia/no02.gif) no-repeat;
	background-size: 34px 34px;
}
ul.boxNum li.no03{
	background: url(/image/colombia/no03.gif) no-repeat;
	background-size: 34px 34px;
}
ul.boxNum li.no04{
	background: url(/image/colombia/no04.gif) no-repeat;
	background-size: 34px 34px;
}

.colombia .boxPoint {
	width: 86%;
	margin: auto;
	background: #FFF;
	border: 1px solid #FFF;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding: 20px 24px;
}

.boxColumn3:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; font-size: 0; line-height: 1; overflow: hidden;}
.boxColumn3 { display: inline-block;}
.boxColumn3 { display: block;}

.boxColumn3 .entry {
	position: relative;
	text-decoration: none;
}

.boxColumn3 .entry:hover {
	background: #7FB295;
	color:#FFF;
}
.boxColumn3 .entry a {
	display: block;
	height: auto;
	text-decoration: none;
}
.boxColumn3 .entry h5 a:hover,
.boxColumn3 .entry a:hover{
	color:#FFF;
	text-decoration: none;
}
.boxColumn3 .entry h5{
	font-size: 1.4em !important;
	color: #00662C;

}



}
