.scfForm input,
.scfForm select,
.scfForm textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.scChromeDataHolder {
  display: block;
}

.scfForm textarea {
  -moz-resize: none;
  -ms-resize: none;
  -o-resize: none;
  resize: none;
}

.scfForm input
{
  min-height: 42px;
  padding: 7px 15px;
}

/* Form */
.scfForm {
  height: 100%;
  max-width: 1100px;
  margin: auto;
  line-height: 1.4em;
}

/* Form Title*/
.scfTitleBorder {
  margin-top: 0;
  margin-bottom: 0;
  color: #000000;
  line-height: 1.1em;
  margin: 5px 0;
  text-decoration: none;
}

/* Form Introduction*/
.scfIntroBorder {
}

/* Form Footer*/
.scfFooterBorder {
}

/* Submit Button*/
.scfSubmitButtonBorder {
  margin: 35px 0;
  text-align: center;
}

.scfSubmitButton {
  padding: 11px 20px 12px;
  color: #fff;
  background: #446395;
  min-width: 200px;
  text-align: center;
  border-radius: 3em;
  cursor: pointer;
}

/* Error */
.scfError {
}

/* Validation */
.scfValidationSummary {
  margin-left: 20px;
  margin-bottom: 20px;
}

.scfValidatorRequired, .scfRequired {
  margin: 0 0;
  float: right;
}

.scfValidator {
  margin: 0;
  display: block;
  float: left;
}

/* Forms section*/
.scfSectionBorderAsFieldSet {
  padding: 0 15px 30px 0;
  border: 0;
}

.scfSectionLegend {
  margin: 40px 0 20px;
  font-weight: bold;
  font-size: 2.4rem;
}

.scfSectionBorder {
  margin: 0;
  padding: 0;
  width: 100%;
}

.scfSectionContent {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  width: 100%;
  float: left;
}

.scfSectionUsefulInfo {
  width: 100%;
  vertical-align: top;
  display: inline;
}

.scfCheckboxBorder {
  clear: left;
  text-align: left;
  display: block;
  margin: 5px 0;
  width: 100%;
}

.scfCheckbox {
  width: 90%;
  display: block;
  padding: 0 0;
  margin: 0;
}

.scfCheckboxUsefulInfo {
  font-size: 0.9em;
  display: block;
  width: 90%;
  padding: 0 3px;
}

/* Label */
.scfLabel {
  width: 100%;
  display: block;
}

.scfListBox, .scfDropList {
  padding: 7px 46px 7px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100%;
  margin: 0;
}

.scfListBoxGeneralPanel, .scfDropListGeneralPanel {
  background: #f8f8f8;
  padding: 25px 15px 25px 25px;
  width: 70%;
  position: relative;
  display: table-cell;
}
/* chrome でズレが発生するためコメントアウト
.scfListBoxGeneralPanel, .scfDropListGeneralPanel {
  width: 338px;
}

.scfListBoxGeneralPanel, .scfDropListGeneralPanel {
  width: 180px;
}
*/
.scfListBoxGeneralPanel, .scfDropListGeneralPanel select {
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .scfListBoxGeneralPanel, .scfDropListGeneralPanel select {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 768px) {
  .scfListBoxGeneralPanel, .scfDropListGeneralPanel {
    display: inline-block;
  }
  .scfListBoxGeneralPanel, .scfDropListGeneralPanel {
    width: 100%;
  }
}

.scfListBoxGeneralPanel::before, .scfListBoxGeneralPanel::after, .scfDropListGeneralPanel::before, .scfDropListGeneralPanel::after {
  position: absolute;
  display: block;
  content: "";
  pointer-events: none;
}

.scfListBoxGeneralPanel::before, .scfDropListGeneralPanel::before {
  bottom: 34px;
  right: 30px;
  border: 6px solid transparent;
  border-top: 9px solid #92a0ae;
}

.scfListBoxGeneralPanel::after, .scfDropListGeneralPanel::after {
  bottom: 31px;
  right: 55px;
  width: 1px;
  height: 26px;
  background: #ccc;
}

/* エラー発生時に▼がずれるため位置調整 */
.scfDropListGeneralPanel.dropError::before {
    bottom: 53px;
    right: 30px;
    border: 6px solid transparent;
    border-top: 9px solid #92a0ae;
}

.scfDropListGeneralPanel.dropError::after {
    bottom: 53px;
    right: 55px;
    width: 1px;
    height: 26px;
    background: #ccc;
}

.scfMultipleLineTextBox {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 1px 1px 3px #eaebee inset;
  width: 100%;
  margin: 0;
}

.scfDropListBorder, .scfEmailBorder, .scfMultipleLineTextBorder, .scfSingleLineTextBorder, .scfPasswordBorder, .scfNumberBorder, .scfDatePickerBorder, .scfDateBorder, .scfRadioButtonListBorder, .scfListBoxBorder, .scfCheckBoxListBorder, .scfFileUploadBorder, .scfDateSelectorBorder, .scfCreditCardBorder, .scfConfirmPasswordBorder, .scfCaptchaBorder, .scfTelephoneBorder, .scfSmsTelephoneBorder, .contecMultipleLineTextBorder, .contecDropListBorder {
  clear: left;
  text-align: left;
  display: table;
  width: 100%;
  vertical-align: top;
}

.scfEmailTextBox, .scfSingleLineTextBox, .scfPasswordTextBox, .scfNumberTextBox, .scfDatePickerTextBox, .scfDateTextBox, .scfListBox, .scfFileUpload, .scfCreditCardTextBox, .scfCreditCardType, .scfConfirmPasswordTextBox, .scfTelephoneTextBox, .scfSmsTelephoneTextBox {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 1px 1px 3px #eaebee inset;
  width: 100%;
  margin: 0;
}

.scfCheckBoxList {
  border-radius: 4px;
  width: 100%;
  margin: 0;
}

.scfRadioButtonList {
  width: 100%;
}

.scfCheckBoxList label, .scfRadioButtonList label {
  font-size: 1.4rem;
  cursor: pointer;
}

.scfRadioButtonList {
  color: #446395;
}

.scfCheckBoxList input, .scfRadioButtonList input {
  position: absolute;
  display: none;
  top: 3px;
  left: 5px;
}

.scfCheckBoxList td::before, .scfRadioButtonList td::before {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  font-size: 1.4rem;
  cursor: pointer;
}

.scfCheckBoxList input + label, .scfRadioButtonList input + label {
  margin-left: 30px;
}

.scfCheckBoxList input + label::before, .scfCheckBoxList input + label::after, .scfRadioButtonList input + label::before, .scfRadioButtonList input + label::after {
  position: absolute;
  display: block;
  content: "";
}

.scfCheckBoxList input + label::before, .scfRadioButtonList input + label::before {
  width: 23px;
  height: 23px;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 1px 1px 3px #eaebee inset;
}

.scfCheckBoxList input + label::after, .scfRadioButtonList input + label::after {
  opacity: 0;
  transition: opacity .1s ease;
}

.scfCheckBoxList input:checked + label::after, .scfRadioButtonList input:checked + label::after {
  display: block;
  opacity: 1;
}

.scfCheckBoxList input:focus + label::before, .scfRadioButtonList input:focus + label:before {
  border-color: #446395;
}

.scfRadioButtonList input + label::before {
  border-radius: 50%;
}

.scfRadioButtonList input + label::after {
  top: -10px;
  left: 7px;
  width: 9px;
  height: 9px;
  background: #446395;
  border-radius: 50%;
  position: relative;
}

.scfCheckBoxList input + label::after {
  top: -12px;
  left: 5px;
  width: 14px;
  height: 8px;
  border-bottom: 2px solid #446395;
  border-left: 2px solid #446395;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
}

.scfSingleLineTextBoxReadOnly {
  border-style: none;
  background-color: transparent;
  width: 100%;
}

.scfDropListLabel, .scfEmailLabel, .scfMultipleLineTextLabel, .scfSingleLineTextLabel, .scfPasswordLabel, .scfNumberLabel, .scfDatePickerLabel, .scfDateLabel, .scfRadioButtonListLabel, .scfCheckBoxListLabel, .scfListBoxLabel, .scfFileUploadLabel, .scfDateSelectorLabel, .scfCreditCardLabel, .scfConfirmPasswordLabel, .scfCaptchaLabel, .scfTelephoneLabel, .scfSmsTelephoneLabel {
  background: #ddd;
  padding: 25px 15px 25px 25px;
  /*height: 100%;*/
  width: 30%;
  display: table-cell;
  vertical-align: middle;
  clear: both;
  font-weight: bold;
}

.scfEmailGeneralPanel, .scfMultipleLineGeneralPanel, .scfSingleLineGeneralPanel, .scfPasswordGeneralPanel, .scfNumberGeneralPanel, .scfDatePickerGeneralPanel, .scfDateGeneralPanel, .scfRadioButtonListGeneralPanel, .scfCheckBoxListGeneralPanel, .scfFileUploadGeneralPanel, .scfDateSelectorGeneralPanel, .scfCreditCardGeneralPanel, .scfConfirmPasswordGeneralPanel, .scfCaptchaGeneralPanel, .scfTelephoneGeneralPanel, .scfSmsTelephoneGeneralPanel {
  background: #f8f8f8;
  padding: 25px 15px 25px 25px;
  width: 70%;
  position: relative;
  display: table-cell;
}

@media only screen and (max-width: 768px) {
  .scfDropListLabel, .scfEmailLabel, .scfMultipleLineTextLabel, .scfSingleLineTextLabel, .scfPasswordLabel, .scfNumberLabel, .scfDatePickerLabel, .scfDateLabel, .scfRadioButtonListLabel, .scfCheckBoxListLabel, .scfListBoxLabel, .scfFileUploadLabel, .scfDateSelectorLabel, .scfCreditCardLabel, .scfConfirmPasswordLabel, .scfCaptchaLabel, .scfTelephoneLabel, .scfSmsTelephoneLabel {
    width: 100%;
    display: inline-block;
  }
  .scfEmailGeneralPanel, .scfMultipleLineGeneralPanel, .scfSingleLineGeneralPanel, .scfPasswordGeneralPanel, .scfNumberGeneralPanel, .scfDatePickerGeneralPanel, .scfDateGeneralPanel, .scfRadioButtonListGeneralPanel, .scfCheckBoxListGeneralPanel, .scfFileUploadGeneralPanel, .scfDateSelectorGeneralPanel, .scfCreditCardGeneralPanel, .scfConfirmPasswordGeneralPanel, .scfTelephoneGeneralPanel, .scfSmsTelephoneGeneralPanel {
    width: 100%;
    display: inline-block;
  }
}

.scfDropListUsefulInfo, .scfEmailUsefulInfo, .scfMultipleLineTextUsefulInfo, .scfSingleLineTextUsefulInfo, .scfPasswordUsefulInfo, .scfNumberUsefulInfo, .scfDatePickerUsefulInfo, .scfDateUsefulInfo, .scfRadioButtonListUsefulInfo, .scfListBoxUsefulInfo, .scfCheckBoxListUsefulInfo, .scfFileUploadUsefulInfo, .scfDateSelectorUsefulInfo, .scfCreditCardTextUsefulInfo, .scfConfirmPasswordUsefulInfo, .scfCaptchaUsefulInfo, .scfTelephoneUsefulInfo, .scfSmsTelephoneUsefulInfo {
  top : 0px;
  color : #333 !important;
  padding-left: 3px;
  font-size: 1.4rem;
  width: 100%;
  display: block;
}

.scfDateSelectorDay, .scfDateSelectorMonth, .scfDateSelectorYear {
  width: 33%;
  margin: 0;
}

.scfDateSelectorLabel {
  margin-top: 7px;
}

.scfDateSelectorShortLabelDay, .scfDateSelectorShortLabelMonth, .scfDateSelectorShortLabelYear {
  padding: 0 0 1px 0;
  margin: 0;
  display: block;
  float: left;
  font-size: xx-small;
  line-height: 10px;
  width: 33%;
}

ul {
  margin: 0;
  padding: 0;
}

.scfCreditCardType {
  width: 100%;
}

.scfCaptchaLabelText {
  width: 180px;
}

.scfCaptcha img {
  border: 1px solid black;
}

.scfCaptchaTextBox {
  width: 100%;
}

.scfCaptchStrongTextPanel {
  width: 180px;
  display: block;
  float: left;
}

.scfCaptchaLimitGeneralPanel {
  width: 215px;
}

.scfCaptchaLimitGeneralPanel .scfRequired, .scfCaptchaLimitGeneralPanel .scfValidatorRequired {
  float: right;
}

.scfCaptchaGeneralPanel embed {
  position: absolute;
  z-index: -10;
}

.scfCaptchaGeneralPanel td br {
  margin-top: 3px;
  margin-bottom: 5px;
}

.scfCaptchaGeneralPanel td input {
  margin-left: 20px;
}

.scfCaptchaGeneralPanel table {
  margin-top: 30px;
}

.scfShortDate {
  clear: left;
  text-align: left;
  display: block;
  margin: 5px 0;
  vertical-align: top;
  width: 60%;
}

.scfShortText {
  margin: 0;
  float: right;
  width: 40%;
}

.scfShortDate .scfDateSelectorLabel {
  width: 50%;
  margin-top: 0;
}

.scfShortDate .scfDateSelectorGeneralPanel {
  width: 46%;
}

.scfShortDate .scfDateSelectorDay, .scfShortDate .scfDateSelectorShortLabelDay, .scfShortDate .scfDateSelectorShortLabelMonth, .scfShortDate .scfDateSelectorShortLabelYear {
  display: none;
}

.scfShortDate .scfDateSelectorShortLabelMonth, .scfShortDate .scfDateSelectorShortLabelYear, .scfShortDate .scfDateSelectorMonth, .scfShortDate .scfDateSelectorYear {
  width: 49%;
}

.scfShortText .scfSingleLineTextLabel {
  width: 15%;
}

.scfShortText .scfSingleLineGeneralPanel {
  width: 60%;
}

.scfShortText .scfSingleLineTextUsefulInfo {
}

.scfShortText .scfSingleLineTextBox {
  width: 100%;
  margin: 0;
}

.scWfmPassword {
  behavior: url("/sitecore%20modules/shell/Web%20Forms%20for%20Marketers/themes/autocomplete.htc?v=17072012");
}

.scfDatePickerGeneralPanel .ui-icon {
  float: right;
  position: relative;
  top: -20px;
  display: block;
}

.field-validation-error{
    color: red;
}

.validation-summary-errors {
    color: red;
}