@charset "utf-8";
/******************************************
　共通レイアウト
********************************************/
hr {
	height: 0;
	margin: 15px 0;
	padding: 0;
	border: 0;
}
hr {
	height: 4px;
	background: url("../images/tool/hr_line.jpg") repeat-x 0 0;
}

section table   { width: 100%; margin:0;}
section th, section td  { padding: 10px; border: 1px solid #ccc;background-color: #FFFFFF; }
section th  { background: #F2F2F2; }

/*--------------------------------------------
    .two_col
----------------------------------------------*/
.two_col th  { width: 30%; text-align: left;}

@media only screen and (max-width:480px){
    .two_col { margin: 0; }
    .two_col th,
    .two_col td{
        width: 96%;
        display: block;
        border-top: none;
    }
    .two_col tr:first-child th   { border-top: 1px solid #ccc; }
}
input[type="text"]{
	width:100%;
	border:0;
	padding:10px;
	font-size:100%;
	font-family:Arial, sans-serif;
	border:solid 1px #ccc;
	margin:0 ;
	border-radius: 0;
	-webkit-appearance: none;
	box-sizing: border-box;
}
input[type="number"]{
	width:40%;
	border:0;
	padding:10px;
	font-size:100%;
	font-family:Arial, sans-serif;
	border:solid 1px #ccc;
	margin:0 ;
	border-radius: 0;
	-webkit-appearance: none;
	box-sizing: border-box;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*************************************** 
768px以上用（タブレット・パソコン）
*****************************************/

@media (min-width: 768px) {

header{
	width:100%;
	height:20px;
	background-color:  #ff73a2;
	background: url("../images/tool/header_bk.png") repeat-x;
	margin-bottom:20px;
}
#count{
	text-align: center;
	margin-bottom:3px;
}
.sp_none{
	display: none;
}
#contents {
	max-width:900px;
	margin:0 auto;
}

#contents_inner{
	width:100%;
	margin:0 auto;
}

#start_btn{
	width:500px;
	margin:0 auto;
	margin-bottom:50px;
}

#statusbar{
	width:820px;
	margin:0 auto;
	margin-bottom:20px;
}
#statusbar p{
	font-size:14px;
}
footer{
	margin-bottom:50px;
}
footer p{
	font-size:12px;
	text-align: center;
}

/*********************PC質問ページ*********************/
#q_inner{
	width:90%;
	margin:0 auto;
	margin-top:40px;
}
#q_no{
	font-size:22px;
	color:#fd75a2;
	font-weight:bold;
}
#q_area{
	width:100%;
	border:2px dotted #fd75a2;
	background-color: #FFFFFF;
	padding:20px;
	font-size:22px;
	box-sizing: border-box;
	margin-bottom:50px;
	font-weight: bold;
}
#q_area_wrap{
	width:100%;
	margin-bottom:50px;
}
#q_area_l{
	width:48%;
	float:left;
	margin-right:4%;
}
#q_area_r{
	width:48%;
	float:left;
}
#q_bk{
	width:100%;
}
#q_l{
	width:46%;
	float:left;
	margin-right:4%;
	/*outline:1px solid #0000FF;*/
}
#q_btn_area{
	width:50%;
	float:left;
	/*outline:1px solid #000000;*/
}
#s_q_btn_area{
	display: none;
}


/*********************PC結果ページ*********************/
#r_inner{
	width:90%;
	margin:0 auto;
}
.r_title{
	margin-bottom:15px;
	text-align: center;
}
#r_kekka_wrap_l{
	width:40%;
	float:left;
}
#r_kekka_wrap_r{
	width:58%;
	margin-left:2%;
	float:left;
}
#r_kekka_wrap_r p{
	margin:80px 0 10px 20px;
	font-size:20px;
	font-weight:bold;
	line-height:150%;
	box-sizing: border-box;
}
#r_count{
	text-align: center;
	font-weight:bold;
	font-size:36px;
	margin-bottom:10px;
	color: #ff73a2;
}

#r_comment{
	margin-bottom:50px;
	font-size:12px;
}



}





/****************************************
ここに767px以下用（タブレット・スマートフォン）
******************************************/
@media screen and (max-width: 767px) {

header{
	width:100%;
	background-color:  #ff73a2;
	background: url("../images/tool/header_bk.png") repeat-x;
	/*margin-bottom:5px;*/
}
#count{
	font-size:12px;
	text-align: center;
}
.pc_none{
	display: none;
}
#contents {
    max-width:96%;
    margin:0 auto;
}
#contents_inner{
	width:100%;
	margin:0 auto;
}

#start_btn{
	width:75%;
	margin:0 auto;
	margin-bottom:20px;
}

#statusbar{
	width:100%;
	margin:0 auto;
	margin-bottom:10px;
}
#statusbar p{
	font-size:12px;
}
footer{
	margin-bottom:50px;
}
footer p{
	font-size:10px;
	text-align: center;
}

/*********************SP質問ページ*********************/
#q_l{
	display: none;
}
#q_inner{
	width:95%;
	margin:0 auto;
}

#q_area{
	width:100%;
	border:2px dotted #fd75a2;
	background-color: #FFFFFF;
	padding:13px;
	font-size:18px;
	line-height:150%;
	margin-bottom:15px;
	font-weight: bold;
	box-sizing: border-box;
}
#q_no{
	font-size:18px;
	color:#fd75a2;
	font-weight:bold;
}
#s_q_btn_area ul li{
	width:46%;
	float:left;
	margin-right:4%;
	margin-bottom:10px;
}

/*********************SP結果ページ*********************/
#r_inner{
	width:95%;
	margin:0 auto;
	line-height:140%;
}
.r_title{
	margin-bottom:10px;
	text-align: center;
}
#r_txt{
	text-align: center;
	margin-bottom:10px;
}
#r_kekka_wrap_l{
	width:96%;
	margin:0 auto;
}
#r_kekka_wrap_r p{
	margin:10px;
	/*font-size:16px;*/
	font-weight: bold;
}
#r_count{
	font-weight:bold;
	color: #ff73a2;
	font-size:26px;
	text-align: center;
	/*margin-bottom:15px;*/
}

#r_comment{
	margin-bottom:20px;
	font-size:11px;
	line-height:160%;
}


}





