@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Oswald);
/* CSS Document */
/*-----------------------card-----------------------*/
#cardWrapper{ width:300px; margin:0 auto; padding:20px; border:1px solid #EBEBEB; border-radius:3px;}
#cardWrapper h3 {
	font-weight: bold;
	color: #333;
}
.cardImg {
	text-align: center;
	margin:0 0 -20px 0;
}
/*-----------------------for PC-----------------------*/
@media screen and (min-width:801px) {
.questionItem, .radio {
	overflow: auto;
}
.questionItem li {
	float: left;
	width: 50%;
}
.radio li {
	float: left;
	margin-right: 10px;
}
.radio li:last-child {
	margin: 0;
}
.extlText {
	width: 80px;
}
.telText {
	width: 300px;
}
}

/*------------------for mobile------------------------*/
@media screen and (max-width:800px) {
.radio {
	overflow: auto;
}
.radio li {
	float: left;
	width:50%;
}
.extlText {
	width:23%;
}
.telText {
	width:75%;
}
#cardWrapper{ width:90%;}

}
