@charset "utf-8";
/* CSS Document */

body{background: rgba(255,255,255,1.00);}

.qa_page_title{width: 100%;
	font-family: "UD Shin Go Medium";
	font-size: max(2.2vw,36px);
	line-height: 180%;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background: rgba(247,147,30,1.00);}

.qa_box1{width: max(50%,700px);
	margin: 0 auto;}

.qa_title{font-family: "Gothic MB101 Bold";
	font-size: max(1.6vw,24px);
	line-height: 150%;
	text-align: center;}
	
.qa_bar{width: 100%;
	height: 3px;
	background: rgba(247,147,30,1.00);}
	
.qa_block{width: 100%;}

.qa_q{width: 100%;
	overflow: hidden;}
	
.qa_mark{width: 3%;
	font-size: max(1.3vw,20px);
	line-height: 100%;
	float: left;}
	
.qa_a{width: 100%;
	padding-top: 10px;
	overflow: hidden;}
	
.qa_text1{width: calc(97% - 5px);
	padding-left: 5px;
	font-size: max(0.85vw,14px);
	line-height: 150%;
	float: left;}


@media screen and ( max-width:736px )
{
.qa_page_title{font-size: 24px;}

.qa_box1{width: 90%;
	margin: 0 auto;}

.qa_title{font-size: 18px;
	line-height: 150%;
	text-align: center;}

.qa_mark{width: 20px;
	font-size: 16px;
	line-height: 100%;
	float: left;}
		
.qa_text1{width: calc(100% - 25px);
	font-size: 14px;
	line-height: 150%;
	float: left;}
	

}





































