﻿@charset "utf-8";  
/*------------------------------------------------------------ 
    questionnaire css
------------------------------------------------------------*/  

#header{
	margin-bottom:35px;
	border-bottom:1px solid #ccc;
}

#detailHd:before{ background-position:0 -75px;}

.formHd{
	font-size:150%;
	margin-bottom:20px;
	overflow:hidden;
}

.formHd-icon{
	width:36px;
	float:left;
	margin-right:20px;
	text-align:center;
	line-height:36px;
	color:#fff;
	font-weight:normal;
	font-size:134%;
	font-family: 'Roboto', sans-serif;
	background:#0066CC;
	border-radius:5px;
}

.formHd-ttl{
	float:left;
	font-weight:bold;
	line-height:36px;
	color:#333;
}

.formBox{
	width:auto;
	padding:0 56px;
	font-size:150%;
	color:#333;
}

.formBox .form-subhd{
	padding:25px 0 20px 26px;
	font-weight:bold;
	position:relative;
}

.formBox .form-subhd:before{
	display:block;
	content:"";
	width:16px;
	height:16px;
	background:#0066CC;
	border-radius:50%;
	position:absolute;
	left:0;
	top:27px;
}

.formBox .inputArea{
	padding-bottom:25px;
	position:relative;
}

.bdr{ border-bottom:1px solid #ccc;}

.formBox dt{
	font-weight:bold;
	padding:20px 0;
}

.formBox dd{ padding-bottom:20px;}

.formBox li{
	display:inline-block;
	vertical-align:middle;
	line-height:30px;
}

.formBox li:not(:last-child){ margin-right:20px;}

.formBox input[type=radio]{
	width:28px;
	height:28px;
	border:1px solid #ccc;
	border-radius:50%;
	margin:0 10px 0 0;
	cursor:pointer;
}

@-moz-document url-prefix(){
.formBox input[type=radio]{
	width:auto;
	height:auto;
	top:-2px;
}
}

.formBox label{
	display:inline-block;
	vertical-align:middle;
	position:relative;
	line-height:30px;
}

.form-input{
	width:100%;
	height:50px;
	padding:0 20px;
	border:1px solid #ccc;
	box-sizing:border-box;
}

.form-input.small{
	width:100px;
	height:42px;
	padding:0 10px;
	margin:0 10px 0 25px;
}

.form-txtarea{
	width:100%;
	height:120px;
	padding:15px 20px;
	border:1px solid #ccc;
	resize:none;
	overflow:auto;
	box-sizing:border-box;
}

.submit{
	display:block;
	width:100%;
	max-width:320px;
	height:100%;
	text-align:center;
	line-height:56px;
	font-size:175%;
	color:#fff;
	font-weight:bold;
	border-radius:8px;
	background:#0066CC;
	margin:50px auto 0;
	border:none;
	cursor:pointer;
}

.submit:disabled{
	cursor:text;
	opacity:0.7;
}

.submit.loading{
	color:transparent;
	background:transparent url(../../common/img/loading.gif) no-repeat 50% 50%;
}

#submit2{ display:none;}

#captchaWrap{ padding:10px 0 0 56px;}

fieldset{ position:relative;}

/*------------------------------------------------------------ 
    MediaQuery 
------------------------------------------------------------*/  

/* TABLET */
@media screen and (max-width: 788px){

#header{ margin-bottom:25px;}

.formHd{
	font-size:134%;
	margin-bottom:15px;
}

.formBox{
	padding-right:0;
	font-size:134%;
}

.formBox .form-subhd{ padding:20px 0 20px 26px;}

.formBox .form-subhd:before{ top:20px;}

.formBox .inputArea{ padding-bottom:10px;}

.formBox dt{ padding:20px 0;}

.formBox li{ padding-bottom:10px;}

.formBox li:not(:last-child){ margin-right:10px;}

.submit{
	line-height:50px;
	font-size:150%;
	margin-top:30px;
}

}


/* SP */
@media screen and (max-width: 560px){

#header{ margin-bottom:20px;}

.formHd{
	font-size:117%;
	margin-bottom:0;
}

.formHd-icon{
	width:30px;
	margin-right:10px;
	line-height:30px;
	font-size:117%;
}

.formHd-ttl{ line-height:30px;}

.formBox{
	padding-left:0;
	font-size:117%;
}

.formBox .form-subhd{ padding:15px 0 15px 20px;}

.formBox .form-subhd:before{
	width:10px;
	height:10px;
	top:19px;
}

.formBox dt{ padding:15px 0 10px;}
.formBox dd{ padding-bottom:5px;}

.formBox li,
.formBox label{ line-height:24px;}

.formBox input[type=radio]{
	width:22px;
	height:22px;
}

@-moz-document url-prefix(){
.formBox input[type=radio]{
	margin-right:5px;
	top:-1px;
}
}

.form-input{
	height:40px;
	padding:0 10px;
}

.form-input.small{
	height:40px;
	margin:0 10px;
}

.form-txtarea{
	height:100px;
	padding:10px;
}

.submit{
	line-height:46px;
	font-size:134%;
	margin-top:10px;
}

#captchaWrap{ padding-left:0;}

}


