@charset "UTF-8";
/* clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.taC {
	text-align: center;
}

.taL {
	text-align: left;
}

.taR {
	text-align: right;
}

.fwB {
	font-weight: bold;
}

.hover:hover {
	filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}

.orange_circle_list li:before{
	content: '● ';
	color:#feac26;
	font-size:1.2rem;
}

.orange_circle_list {
	font-size:1.7rem;
	color:#666;
	line-height: 2.0rem;
}

.mb10 {
	margin-bottom:1rem;
}

.mt10 {
	margin-top:1rem;
}

.mb20 {
	margin-bottom:2rem;
}

.mt20 {
	margin-top:2rem;
}

.mb30 {
	margin-bottom:3rem;
}

.mt40 {
	margin-top:4rem;
}

.mb40 {
	margin-bottom:4rem;
}

.mt50 {
	margin-top:5rem;
}

.mb50 {
	margin-bottom:5rem;
}

.mt30 {
	margin-top:3rem;
}

.sp {
	display:none;
}


@media screen and ( max-width : 768px ) {
	
	.sp {
		display:block;
	}
	
	.pc {
		display:none;
	}
}

