@charset "UTF-8";
:root{
    --cautionText:#bf7312;
}

#news{
   color:var(--cautionText);
}
#news em{
   font-weight: 700;
    
}
/*サブページではフローティング*/
.cmarea{
	position: fixed;
	width:240px;
	bottom:15%;
	right:0;
	background: #fff;
	background: linear-gradient(0deg, #F4F3E3 , #fff );
	border: 2px solid #00ab84;
box-shadow: 0 5px 6px rgba(0, 0, 0, .2);
	border-radius:20px;
}


.cmarea:hover{
	border: 3px solid orange;
	opacity: 1;
}
.cmarea img{
    width: 100%;
	height:auto;
}
.cmarea figure{
	
}

.cmarea figure a:hover img{
	opacity: 0.5;
}
.cmarea figcaption{
	font-size:1em;
}
.cmarea figcaption a{
	color:blue;
}
.cmarea figcaption a:hover{
	color:orange;
}

@media only screen and (min-width: 481px) {

.cmarea{
	bottom:25%;
	right: 1em;
	}
}