@charset "UTF-8";

#requirement{
	margin-bottom:40px;
}

#requirement div.row{
	margin-bottom:20px;
}

#requirement div.row p.ttx{
	color:#f80;
	font-weight:bold;
	margin:0 5px 5px;
}

#requirement div.row p.extra{
	font-size:0.8rem;
	line-height:1.75em;
	font-weight:normal;
	padding:0 10px;
}

#requirement div.row p.ttx label{
	display:inline-block;
	font-size:0.8rem;
	line-height:1.0em;
	vertical-align:text-top;
	background-color:#f80;
	color:#fff;
	font-weight:normal;
	padding:2.5px;
	border-radius:2.5px;
	margin-right:5px;
}

#requirement div.row p.ttx span.extra{
	font-size:0.8rem;
	font-weight:normal;
}

#requirement input[type="text"]{
	width:100%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:5px 10px;
	border:solid 1px #ccc;
	border-radius:5px;
	
	font-family:"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size:1.0em;
	line-height:1.0em;
	color:#666;
}

#requirement input[type="tel"]{
	width:100%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:5px 10px;
	border:solid 1px #ccc;
	border-radius:5px;
	
	font-family:"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size:1.0em;
	line-height:1.0em;
	color:#666;
}

#requirement input[type="email"]{
	width:100%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:5px 10px;
	border:solid 1px #ccc;
	border-radius:5px;
	
	font-family:"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size:1.0em;
	line-height:1.0em;
	color:#666;
}

#requirement input[type="password"]{
	width:100%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:5px 10px;
	border:solid 1px #ccc;
	border-radius:5px;
	
	font-family:"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size:1.0em;
	line-height:1.0em;
	color:#666;
}

#requirement textarea{
	width:100%;
	min-height:150px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:5px 10px;
	border:solid 1px #ccc;
	border-radius:5px;
	
	font-family:"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size:1.0em;
	line-height:1.0em;
	color:#666;
	resize: vertical;
}

#requirement ul.selection li{
	width:50%;
	float:left;
}

#requirement .label-checkbox{
  position: relative;
}

#requirement .label-checkbox input[type="checkbox"]{
  display: none;
}

#requirement .label-checkbox .lever{
  display: block;
  color: #fff;
  padding:5px;
  margin:5px;
  border-radius:5px;
  text-align:center;
  cursor: pointer;
  background-color: #4b4b4b;
}

#requirement .label-checkbox input[type="checkbox"]:checked + .lever{
   background: #f80;
   color: #fff;
}

#requirement .label-radio{
  position: relative;
}

#requirement .label-radio input[type="radio"]{
  display: none;
}

#requirement .label-radio .lever{
  display: block;
  padding:5px;
  margin:5px;
  border: solid 1px #ccc;
  border-radius:5px;
  text-align:center;
  cursor: pointer;
}

#requirement .label-radio input[type="radio"]:checked + .lever{
   background: #f80;
   border:solid 1px #f80;
   color: #fff;
}

#requirement .select-box select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	
	width:100%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:5px 10px;
	border:solid 1px #ccc;
	border-radius:5px;
	background-color:#fff;
	color:#666;
	
	font-family:"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size:1.0rem;
	line-height:1.75em;
	background-image:url(../images/icon-arrow-selectbox-down.png);
	background-repeat:no-repeat;
	background-size:30px;
	background-position:center right;
}

#requirement .select-box select.shortField {
	width: 37%;
}

#requirement .select-box input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	
	width:30%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:5px 10px;
	border:solid 1px #ccc;
	border-radius:5px;
	background-color:#fff;
	color:#666;
	
	font-family:"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size:1.0rem;
	line-height:1.75em;
	background-image:url(../images/icon-arrow-selectbox-down.png);
	background-repeat:no-repeat;
	background-size:30px;
	background-position:center right;
}

#requirement div.btn{
	text-align:center;
	margin:10px 0;
}

#requirement div.btn input[type="submit"]{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	
	font-family:"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size:1.2em;
	line-height:1.0em;
	font-weight:bold;
	cursor:pointer;	
	width:200px;
	padding:10px 0;
	background-color:#0af;
	border-radius:5px;
	color:#fff;
	border:none;
}

#requirement div.btn input[type="submit"]:hover{
	background-color:#f80;
}

#result{
	padding:10px;
	border:solid 5px #ccc;
	/* background-color:#fff; */
}

#result p.attention{
	font-weight:bold;
	text-align:center;
	color:#f00;
}

#result article{
	width:50%;
	float:left;
	/*height: 25rem;*/
}

/*** 20.02.2017 画面追加 ***/
#requirement div.row p.confirmTxt {
	padding: 5px 0px 10px 10px;
	line-height: 1.5em;
}

#requirement div.row ul.confirmOpt li {
	padding: 5px 0px 10px 10px;
	line-height: 1.5em;
}


/**************************/

@media only screen and (min-width:600px){
	#result article{
		width:33.25%;
	}
}

@media only screen and (min-width:760px){
	
	#requirement ul.selection li{
		width:25%;
	}
	
	#result article{
		width:25%;
	}
	
}

@media only screen and (min-width:960px){
	
	#requirement ul.selection li{
		width:25%;
	}
	
	#result article{
		width:20%;
		/*height: 21rem;*/
	}
	
}