@charset "utf-8";

body {
		background: #00006d;
		font-family: -apple-system , BlinkMacSystemFont , "Hiragino Kaku Gothic ProN" , YuGothicM , YuGothic , "Helvetica Neue" ,  Meiryo , sans-serif;
		}
		hr.style1 {
		background-color: #fff;
		border-top: 2px dashed #8c8b8b;
	  }
		.mb10{
			margin-bottom: 10px;
		}
		.mb20{
			margin-bottom: 20px;
		}

	  .qttl {margin: 10px 0;
	  }
	  .title_text {
		font-size:large;
	  font-weight:bold;
	margin-bottom: 10px;}
		
	  #question-2 .choice-3 {
		width: 800px;
	  }
	  #question-2 .choice-3 textarea.input_free_text_choice {
		height: 6em;
	  }
	.enqWrap{
	background: #fff;
	}
	.bigf {
    font-size: large;
    font-weight: bold;
}
	.red {
    color: #e70d30;
}