@charset "UTF-8";

.ss_contents textarea,
.ss_contents select,
.ss_contents input[type="email"],
.ss_contents input[type="text"],
.ss_contents input[type="tel"]{
	background: #f1f1f1;
	padding: 10px;
	border: 1px solid #e1e1e1!important;
	border-radius: 3px;
	font-size: 1.2rem;
	box-sizing: border-box;
}
.ss_contents textarea {
	width: 100%!important;
}
.ss_enquete_form .ss_input {
	width: 100%!important;			
}
.ss_required_field input {
	border: 1px solid #e1e1e1!important;
}
.ss_contents fieldset {
	margin-bottom:20px;
}
.ss_field,
.ss_field:first-child,
.ss_field:nth-child(2n+1) {
	background-color: #fff!important;
	border: none!important;
	border-top: 1px solid #e1e1e1!important;
	padding-top: 15px;
}
.ss_contents fieldset + fieldset,
.ss_contents fieldset {
	background-color: #fff!important;
	border-left: none!important;
	border-right: none!important;
}
.ss_form_title {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom:5px;
}
.ss_field:first-child{
	margin: 0!important;
	border: none!important;
	padding: 0!important;
}
#ss_email input,
#ss_division input,
#ss_company_name input {
	width: 100%!important;
}
#ss_email .ss_grid,
#ss_division .ss_grid,
#ss_company_name .ss_grid {
	display: block!important;
}
#ss_company_name {
	margin-top:20px;
}
.ss_leftComment {
	display: inline-block;
	padding-top: 7px;
}
.ss_enquete_title {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom:5px;	
}
.ss_enquete_form table {
	margin: 10px 0 20px;		
}
.ss_enquete_form table td{
	font-size: 1.2rem;
	padding: 3px 10px 0 3px;
	vertical-align: middle;
}
.ss_enquete_form table td input{
	vertical-align:middle;
	margin: -1px 5px 0 0;
}
.ss_input:first-child {
	font-size: 1.2rem;
}
.ss_visitor_form .ss_input:first-child input[type="checkbox"] {
	vertical-align:middle;
	margin: -1px 5px 0 0;
	
}
.ss_btnArea {
		padding: 30px 0 20px;
}
.ss_btnArea input[type="button"] {
	padding: 15px 100px;
	background:#e60012;
	font-weight: bold;
	font-size: 1.3rem;
	border: none!important;
	cursor: pointer;
}
.ss_warning_label {
	vertical-align: middle!important;
	background: #e60012!important;
}
.ss_error_msg {
	display: inline-block;
	padding-bottom: 2px;
	color: #e60012!important;
}

#ss_position input {
	width: 100%!important;
	margin: 0!important;
}

.frmSubCntBox .ss_field,
.frmSubCntBox .ss_field:first-child,
.frmSubCntBox .ss_field:nth-child(2n+1) {
	background-color: #fff!important;
	border: none!important;
	padding-top: 0!important;
	margin: 0!important;
}

.frmSubCntBox #ss_company_name {
	margin-top: 10px!important;
}

.frmSubCntBox #ss_name .ss_input {
	width: auto!important;
	display: inline-block!important;
}

.frmSubCntBox #ss_name input {
	width: 95%!important;
}

.frmSubCntBox .ss_leftComment,
.frmSubCntBox .ss_rightComment {
	display: none!important;
}

.smpForm {
	padding: 0!important;
}

.frmSubCntBox .ss_btnArea {
	padding: 20px 0 0;
}

.frmSubCntBox fieldset {
	display: flex;
	padding-bottom: 5px;
}

.frmSubCntBox .ss_form_title {
	width: 90px;
	box-sizing: border-box;
	padding-top: 5px;
}

.frmSubCntBox .ss_grid {
	width: calc(100% - 90px);
	box-sizing: border-box;
}

.frmSubCntBox fieldset:first-child {
	display: block;
}

.frmSubCntBox fieldset:first-child .ss_form_title  {
	display: block;
	width: 100%;
}

.frmSubCntBox fieldset:first-child .ss_grid  {
	display: block;
	width: 100%;
}

@media screen and (max-width: 767px) {
	#ss_name .ss_leftComment { 
		display: inline-block;
	}
	#ss_name input {
		width: 35%;
	}
	#ss_name .ss_input {
		padding: 5px 0!important;
	}
	.ss_input table td {
		display: block;	
	}
	
	.frmSubCntBox #ss_name .ss_input {
		padding: 0!important;
	}
	
	.frmSubCntBox #ss_name .ss_grid {
		display: flex;
	}

	.frmSubCntBox .ss_btnArea {
		padding: 10px 0 0;
	}
}