@charset "utf-8";

.Side_right .Q a{
	font-family: none;
	font-size: 20px;
	color: #0296DD;
	margin-bottom: 10px;
	margin-left: 30px;
}
.Side_right .answer{
background: #3AC9D8;
background: linear-gradient(90deg, rgba(58, 201, 216, 1) 0%, rgba(32, 164, 225, 1) 33%, rgba(0, 149, 221, 1) 77%);
	color: #fff;
	font-size: 25px;
	padding:8px 0 5px 20px;
	font-weight: bold;
	margin: 0 0px 20px 0;
}
.Side_right .answer_text{
	font-size: 22px;
}
.Side_right .answer_text .red{
	color: #FF0D45;
	font-family: none;
	font-weight: bold;
	font-size:40px;
	line-height: 40px;
}
.Side_right .answer_text .blue{
	color: #2E45FF;
	font-family: none;
	font-size:40px;
	line-height: 40px;
}
@media screen and (max-width: 1000px){
  /*--ここにスマホに適したCSSを記述します*/
	.Side_right .Q a{
	font-size: 25px;
	margin-left: 10px;
}
	.Side_right .answer_text{
	font-size: 25px;
}

}

