@charset "utf-8";


#slickSlyder{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8ac73e+0,aed676+100 */
	background: #8ac73e; /* Old browsers */
	background: -moz-linear-gradient(top,  #8ac73e 0%, #aed676 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #8ac73e 0%,#aed676 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #8ac73e 0%,#aed676 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ac73e', endColorstr='#aed676',GradientType=0 ); /* IE6-9 */
}


#cardElm_sp{
	display:none;
}


@media screen and ( max-width:750px) {

	#cardElm{
		display:none;
	}

	#cardElm_sp{
		display:block;
	}

	#articleBox {
	    padding: 0 15px;
	}

	#cardElm_sp h2{
		display:block;
		overflow: hidden;
		padding:15px;
		text-align:center;
	    font-size: 2.4rem;
	    line-height: 155%;
	    font-weight:bold;
		border-bottom: 5px dotted #ff9d05;
    	margin-bottom: 15px;
    }

	#cardElm_sp h3{
		display:block;
		overflow: hidden;
		text-align:left;
	    font-size: 1.8rem;
	    line-height: 125%;
	    font-weight:bold;
	    padding-left: 10px;
	    margin-bottom:15px;
	    border-left: 5px solid #76cb07;
	    color:#ff5300;
	}
	#cardElm_sp h3 > span{
		font-size: 1.6rem;
		color:#000000;
		font-weight:normal;
	}

	.innerBox{
		display:block;
		overflow:hidden;
		clear:both;
		margin-bottom:15px;
		padding:15px;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		background-color:#d2ebb7;
	}

	#cardElm_sp p{
		display:block;
		overflow:hidden;
		font-size:1.4rem;
		line-height:155%;
	}

	#cardElm_sp img{
		width:40%;
		height:auto;
		max-width:380px;
		float:right;
		margin-left:10px;
		border-radius: 10px;
		-webkit-border-radius: 10px;
	}

}