@charset "UTF-8";
#form {
	margin-top: -100px;
	padding-top: 150px;
}
.mrc_webform_premsg {
width: 90% !important;
}
#form h4 {
	color: #039;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#form .body {
	margin: 0px;
	padding: 0px;
}
.anq_required {
}
.anq_required:after {
	content:"必須";
	font-size: 11px;
	color: #FFF;
	background-color: #F60;
	border-radius: 3px;
	padding-top: 3px;
	padding-bottom: 2px;
	text-align: center;
	display: block;
	line-height: 1em;
	width: 3em;
}
#form .form-area td p {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 15px;
}
@media screen and (min-width: 769px),print {
.form-area {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 60px;
}
.form-area h3 {
	font-size: 24px;
	line-height: 1.5em;
	font-weight: bold;
	padding-bottom: 12px;
	background-color: #82A4DE;
	padding-top: 15px;
	padding-right: 5em;
	padding-left: 5em;
	color: #FFF;
	margin-bottom: 30px;
	-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
}
.form-area table {
	margin-bottom: 20px;
}
.form-area th {
	text-align: left;
	font-size: 14px;
	line-height: 1.5em;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
	width: 200px;
	background: rgb(254,255,255);
background: -moz-linear-gradient(top,  rgba(254,255,255,1) 0%, rgba(210,235,249,1) 100%);
background: -webkit-linear-gradient(top,  rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%);
background: linear-gradient(to bottom,  rgba(254,255,255,1) 0%,rgba(210,235,249,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#d2ebf9',GradientType=0 );
}
.form-area td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	text-align: left;
	font-size: 16px;
	line-height: 1.5em;
	color: #000;
}
}
.form-area input[type="text"],
.form-area input[type="tel"],
.form-area textarea {
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	padding-left: 5px;
	border: 1px solid #999999;
	border-radius: 4px;
    box-sizing:border-box;
}
.form-area input[type="text"]:focus,
.form-area textarea:focus {
background-color: #ffffcc;
border: 1px solid #333333;
}
.form-area select {
	border: 1px solid #999999;  /* 必要 */
	font-size: 16px;
}
.form-area label {
	cursor: pointer;
	margin-right: 15px;
}
/******************************************************** チェック・セレクトボックス設定 */
input[type=radio], input[type=checkbox] {
  display: none;
}
.radio, .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer;
}
.radio:hover, .checkbox:hover {
  background-color: #FFD1D9;
}
.radio:hover:after, .checkbox:hover:after {
	border-color: #FF6600;
}
.radio:after, .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}

.radio:before {
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	position: absolute;
	top: 50%;
	left: 20px;
	display: block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #FF3808;
	content: '';
	opacity: 0;
}
input[type=radio]:checked + .radio:before {
  opacity: 1;
}

.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #FF3808;
  border-bottom: 3px solid #FF3808;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}
/******************************************************** チェック・セレクトボックス設定 */
#submit {
	text-align: center;
}
#submit input[type="submit"] {
	font-size: 18px;
	line-height: 1.5em;
	padding-left: 50px;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 12px;
	padding-right: 50px;
	padding-bottom: 10px;
	border-radius: 6px;
	box-shadow: 0px 0px 6px #898989;
	background-image: -moz-linear-gradient(top, #24de2c, #057a02);
	background-image: -webkit-linear-gradient(top, #24de2c, #057a02);
	background-image: linear-gradient(top, #24de2c, #057a02);
	background-clip: padding-box;
	cursor: pointer;
	color: #FFF;
	background-color: #057a02;
}
#submit input[type="submit"]:hover {
background-image: -webkit-linear-gradient(top, #ff3a30, #d91400);
background-image: linear-gradient(top, #ff3a30, #d91400);
}
/* THANKS */
#thanks {
	padding-top: 100px;
	padding-bottom: 50px;
}
#thanks p {
	font-size: 14px;
	line-height: 1.5em;
	color: #000;
	padding-top: 10px;
	margin-top: 10px;
	padding-bottom: 30px;
}
#thanks p.thanks {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: bold;
	color: #F00;
	margin-bottom: 15px;
}
::-webkit-input-placeholder {
    color: #ACACAC; }
	
/******************************************************** スマホ用設定 */

@media screen and (min-width: 0px) and (max-width: 768px) {
#form {
	margin-top: -50px;
	padding-top: 100px;
}
#form h4 {
	color: #039;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 16px;
}
.anq_required:after {
	display: inline-block;
	margin-left: 10px;
}

.form-area {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 30px;
	overflow: hidden;
}
.form-area h3 {
	font-size: 16px;
	line-height: 1.5em;
	font-weight: bold;
	padding-bottom: 12px;
	background-color: #82A4DE;
	padding-top: 15px;
	color: #FFF;
	margin-bottom: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-right: 0px;
	padding-left: 0px;
}
.form-area table {
	margin-bottom: 20px;
}
.form-area th {
	text-align: left;
	font-size: 12px;
	line-height: 1.5em;
	padding-top: 6px;
	padding-bottom: 4px;
	background-color: #EAEAEA;
	width: 98%;
	display: block;
	margin: 0px;
	padding-right: 0px;
	padding-left: 2%;
}
.form-area td {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 2%;
	text-align: left;
	font-size: 14px;
	line-height: 1.5em;
	color: #000;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 98%;
}
.form-area input[type="text"],
.form-area input[type="tel"],
.form-area textarea {
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 16px;
	line-height: 1.5em;
	padding-left: 5px;
	border: 1px solid #999999;
	border-radius: 4px;
    box-sizing:border-box;
}
.form-area select {
	border: 1px solid #999999;  /* 必要 */
	font-size: 12px;
}
::-webkit-input-placeholder {
    color: #ACACAC;
	font-size: 12px;
	width:80%;
}
.radio,
.checkbox {
	width: 100%;
}

}
