/* 背景全体 */
body {
  padding: 0;
  background-color: transparent;
  font-size: 16px;
  line-height: 1.75;
}
/* フォーム部分背景全体 */
.container {
  max-width: 100%;
  /*background-color: transparent;*/
  background: repeating-linear-gradient(-45deg, #e5e5e5, #e5e5e5 3px, #f5f5f5 0, #f5f5f5 6px);
  border: silver solid 5px;
  border-radius: 10px;
}
/* リンクの文字色 */
a {
  color: dodgerblue;
}
/* 各項目の見出しの文字 */
.form-column {
  color: black;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 3px dotted silver;
}
/* 各項目の注意書きの文字 */
.help-block, .message-block {
  color: dimgray;
  font-size: 0.75em;
}
/* 各項目のインプットフォーム */
.form-column input, textarea {
  color: black;
  background-color:  transparent, rgba(255,255,255,0.5);
}
/*input {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  font-size: 1em;
}*/


label h3 {
  font-size: 1em;
  display: inline-block;
  margin: 0 0 0.5em;
  font-weight: bold;
}

label .badge-required {
  width: auto;
  display: inline-block;
  margin-left: 0.25em;
  padding: 4px 6px;
  line-height: 1em;
  font-size: 0.75em;
  color: #fff;
  top: -2px;
  position: relative;
  background-color: #c73b3b;
  border-radius: 4px;
}


/* ボタン */
.form-column {
}
/* ボタン */
/*margin: 30px;
padding: 30px;
border: 1 solid gray;
border-radius: 5px;
outline: thick double #32a1ce;
font-size: 1em;
}*/

/* アクティブ時に枠線のカラーの変化 ??? */
input[type='text']:focus {
	border: 1px solid #da3c41;
	outline: none;
	box-shadow: 0 0 5px 1px rgba(218,60,65, .5);
}
/* お名前 */
.form-column-name {
}
/* 1行テキスト */
.form-column-text {
}
/* 複数行テキスト??? */
.form-column-textarea {
   width: 100%;
}
/* ドロップダウンリスト */
.form-column-select {
}
/* チェックボックス */
.form-column-checkbox .input-group{
  margin-left: 25px;
}
/* ラジオボタン */
.form-column-radio {
}
input[type="radio"] {
  border-radius: 40px;
  border: 1px solid #cccccc;
}
/* テキスト表示エリア */
.form-column-note {
}
/* メールアドレス */
.form-column-email {
}
/* 電話番号 */
.form-column-tel {
}
/* URL */
.form-column-url {
}
/* 年月日選択 */
.form-column-date {
}
/* カレンダー */
.form-column-calendar {
}
/* 郵便番号 */
.form-column-zip-code-jp {
}
/* 都道府県 */
.form-column-prefecture-jp {
}
/* ファイル */
.form-column-file {
}
/* 送信内容を確認する */
.button-confirm {
}
/* 送信する */
.button-submit {
}
/* 戻る */
.button-back {
}
/* 入力内容は暗号化されて送信されます */
.help-block {
}

/*------説明文ブロック------*/
.description-block {
  margin-top: 0.5em;
  font-size: 1.5rem;/*--文字サイズ--*/
  line-height:1.3;/*--行送り--*/
  color: #333;/*--文字色--*/
  padding-left: 0.6em;/*--字下げ--*/
  text-indent: -0.6em;/*--字下げ調整 １行目--*/
  text-align: justify;/*--均等割り付け--*/
}

.button-group {
  margin-top: 1em;
}

.button-group .help-block {
  margin-top: 0.5em;
  font-size: 0.75em;
}
/*
button {
  display: inline-block;
  padding: 0.5em 3em;
  text-align: center;
  cursor: pointer;
  border: 2px solid #6a767d;
  border-radius: 4px;
  margin: 0 0.5em 0 0;
  background-color: #fff;
}

button.button-submit {
  background-color: #666666;
  border: 1px solid #666666;
  color: #fff;
}

button.button-submit span.fa {
  margin-right: 4px;
}
*/

input[type="text"] {
  height: 3.1em;
  width: 60%;
  min-width: 300px;
  max-width: 100%;
  outline: none;
  line-height: 1.75em;
  padding: 2px 4px;
  border: 3px solid darkgray;
  border-radius: 5px;
  transition: all 0.3s;
}

input[type="email"],
input[type="tel"],
input[type="url"] {
  height: 3.09em;
  width: 40%;
  min-width: 300px;
  max-width: 100%;
  outline: none;
  line-height: 1.75em;
  padding: 2px 4px;
  border: 3px solid darkgray;
  border-radius: 5px;
  transition: all 0.3s;
}

textarea {
  height: 5em;/*複数行テキストの高さ*/
  width: 100%;
  /*min-width: 300px;
  max-width: 100%;*/
  outline: none;
  line-height: 1.75em;
  padding: 2px 4px;
  border: 3px solid darkgray;
  border-radius: 5px;
  transition: all 0.3s;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
textarea:focus {
  box-shadow: 0 0 2px #88c6ea;
  border: 1px solid #88c6ea;
}



input[type="file"] {
  display: block;
  line-height: 1.75;
}

input[type="password"] {
  height: 1.75em;
  width: 100%;
  outline: none;
  border: 1px solid #6a767d;
  transition: all 0.3s;
}

.form-column-date .input-group select {
  width: auto;
  display: inline-block;
}

.form-column-calendar input {
  width: auto;
}

.form-column-zip-code-jp .input-group input {
  width: auto;
  min-width: auto;
  display: inline-block;
}

.form-column-zip-code-autofill.form-column {
  border-bottom: 0;
  margin-bottom: 0;
}

.form-column-checkbox label,
.form-column-radio label {
  margin-right: 1em;
}

select {
  width: auto;
  height: 1.75em;
  display: block;
  border: 1px solid #6a767d;
}

.message-block-complete,
.message-block-closed {
  padding: 20px;
  text-align: center;
}

@media (max-width: 640px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="url"],
  textarea {
    width: 100%;
    min-width: 100%;
  }
  select {
    width: 100%;
  }
  .form-column-calendar input {
    width: auto;
    min-width: auto;
  }
  .form-column-heading h2 {
    font-size: 1.25em;
  }
}

/* 見出し */
.form-column-heading h2 {
  color: white;
  /*filter: drop-shadow(2px 2px 2px #808080);*/
  font-size: 1.2em;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left:15px;
  font-weight: bold;
  background: orange;
  border: 1px solid orangered;
  border-radius: 6px;

}
fieldset {
    border: 3px solid #c0c0c0;
    margin: 0 12px;
    padding: 0.35em 2.2em 0.75em;/*0.35em 0.625em 0.75em;*/
    background: repeating-linear-gradient(-45deg, #FFF, #FFF 3px, #f5f5f5 0, #f5f5f5 6px);
}
@media (max-width: 640px) {
  fieldset {
      margin: 0 0px;
      padding: 0.35em 0.6em 0.75em;
}
/* 任意 */
.badge-optional {
   visibility: visible; /*--任意：可視化-- */
   display: inline;
   color: white; /*--任意：背景色-- */
   background-color: silver; /*--任意：背景色-- */
   padding: 3px;
}
/* 必須 */
.badge-required {
   color: white; /*--必須：背景色-- */
   background-color: orangered; /*--必須：背景色-- */
   padding: 3px;
}
