@charset "utf-8";
/* CSS Document */


/*---上方圖片--*/
	
.img-question{
  width: 100%;
  aspect-ratio: 1920 / 130;
  background-image: url(../pic/question/banner_question.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* 平板尺寸 */
@media (max-width: 768px) {
  .img-question{
    background-image: url(../pic/question/banner_question_768.png);
    aspect-ratio: 768 / 52;
  }
}

.description p{
	font-size: 1em;
	line-height: 2;
}

.q_title{
	font-size: 28px;
	color: #9E4093;	
}

.q_title i{
	font-size: 45px; /*--原本設計的尺寸是80px--*/
	color: #9E4093;
	
}


.description input{
	color: #8A599D;
	width: 100%;
	border: none;
	outline: none;
	box-shadow: none;
	background: #ECEBF1;
	border-radius: 8px;
	margin: 18px 0;
	
}


.description textarea{
	color: #8A599D;
	width: 100%;
	height: 300px;
	overflow:hidden;	
	border: none;
	outline: none;
	box-shadow: none;
	background: #ECEBF1;
	border-radius: 8px;
	margin: 18px 0 0 0;
	
}

/*--送出按鈕設定--*/

.button-wrapper {
  text-align: right;
}


.description button{
	color: #fff;
	width: 100px;
	height: 30px;	
	border: none;
	border-radius: 10px;
	outline: none;
	box-shadow: none;
	background: #8A599D;	
	margin: 10px 0 45px 0;
	justify-content: right;"
	
}

/*.statement{
	color: #751485;	
	font-size: 20px;
	border: dotted 4px #8A599D;
	border-radius: 15px;
	width: 100%;
	padding: 20px 20px;
	margin: 10px 0 50px 0;
} 原本是聲明用文字，但後來星妤說沒這個規定了，所以拿掉
*/

