/*

 メールフォームのCSS
 長さなどはここではなく各sub.css等で指定すること。
---
チェックボックス用にfont-awesomeのcssを読み込ませる事
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css" rel="stylesheet">
*/
/*
レスポンシブに関係ない色の設定など。
*/
/*テキストボックス・テキストエリア・セレクトの色関係*/
input[type="text"], input[type="email"], input[type="tel"], textarea, select {
  font-weight: normal;
  margin-bottom: 8px;
  padding: 5px;
  font-size: 1.1em;
  color: #666;
  border: solid 1px #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(200, 200, 200, 0.2) inset;
  -moz-box-shadow: 2px 2px 2px 0 rgba(200, 200, 200, 0.2) inset;
  box-shadow: 2px 2px 2px 0 rgba(200, 200, 200, 0.2) inset;
}
/*チェックボタン・ラジオボタン*/
.btn {
  /*ここを変えるとボタンと文字の高さがずれるから変更禁止*/
  font-size: 1.0em;
}
.btn2 i {
  /*ここを変えるとボタンと文字の高さがずれるから変更禁止*/
  font-size: 1.8em;
}
.btn2 span {
  /*ここを変えるとボタンと文字の高さがずれるから変更禁止*/
  font-size: 2.2em;
}
.checkbox {
  display: none;
}
label input[type="checkbox"] ~ i.ico-c-uc {
  /*チェックされていない時のボックスの色*/
  color: #646464;
  display: inline;
}
label input[type="checkbox"] ~ i.ico-c-c {
  display: none;
}
label input[type="checkbox"]:checked ~ i.ico-c-uc {
  display: none;
}
label input[type="checkbox"]:checked ~ i.ico-c-c {
  /*チェック時のボックスの色*/
  color: #1A63E3;
  display: inline;
}
label:hover input[type="checkbox"] ~ i.ico-c-c, label:hover input[type="checkbox"] ~ i.ico-c-uc {
  /*ホバー時のボックスの色*/
  color: #1A63E3;
}
/*ラジオボタン*/
input[type="radio"] {
  display: none;
}
.radio {
  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 {
  background-color: #e2edd7;
}
.radio:hover:after {
  border-color: #53b300;
}
.radio: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: #53b300;
  content: '';
  opacity: 0;
}
input[type=radio]:checked + .radio:before {
  opacity: 1;
}
/*フォーム内チェックボックス*/
div[data-toggle="buttons"] label.active {
  color: #7AA3CC;
}
div[data-toggle="buttons"] label {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 10px;
  font-weight: normal;
  line-height: 2em;
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
  cursor: pointer;
  background-color: none;
  border: 0px solid #646464;
  border-radius: 3px;
  /*チェックされて無い時の文字の色*/
  color: #646464;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
div[data-toggle="buttons"] label:hover {
  /*ホバー時の文字の色*/
  color: #276DF1;
}
div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #276DF1;
}
div[data-toggle="buttons2"] label.active {
  color: #7AA3CC;
}
div[data-toggle="buttons2"] label {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 2em;
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
  cursor: pointer;
  background-color: none;
  border: 0px solid #646464;
  border-radius: 3px;
  /*チェックされて無い時の文字の色*/
  color: #646464;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
div[data-toggle="buttons2"] label:hover {
  /*ホバー時の文字の色*/
  color: #276DF1;
}
div[data-toggle="buttons2"] label:active, div[data-toggle="buttons2"] label.active {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #276DF1;
}
/*ボタンデザイン*/
/*
サイズはレスポンシブ
各ページごとに変えるかもしれないのでsub.cssで設定
*/
.conf_bot_con {
  text-align: center;
}
.button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: -20px;
  outline: none;
  font-size: 20px;
  letter-spacing: 0.3em;
  background-color: #fff;
}
.button::before, .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button, .button::before, .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
/*色2色*/
/*送信・警告ボタン*/
.bot1 {
  border: 2px solid #0CF;
  color: #292770;
}
.bot1:hover {
  background-color: #0CF;
  border-color: #0CF;
  color: #FFF;
}
/*送信・警告ボタン*/
.bot2 {
  border: 2px solid #888;
  color: #666;
}
.bot2:hover {
  background-color: #999;
  border-color: #888;
  color: #FFF;
}
/*確認*/
.con_bin_01 {
  text-align: left;
}