@charset "utf-8";

select,input[type=text],input[type=tel],input[type=url],input[type=email]{
  padding:8px;
  background: #eee;
	border:0;
	widht:100%;
}
input[type=submit]{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:30px auto;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 25%), 0 2px 3px -2px rgb(0 0 0 / 15%);
    background: #CD8858;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
	}
.hosoku{
	display:block;
	font-size:11px;
	font-color:#787878;
}

.Form-Item-Label-Required{
 padding:2px;
  display: inline-block;
  text-align: center;
  background: #CD8858;
  color: #fff;
  font-size: 10px;
}
.cp_ipcheck04 {
  margin: 2em auto;
}
/*デフォルトのチェックボックスの設定*/
.cp_ipcheck04 input[type='checkbox'] {
  display: none;
}
/*通常時のチェックボックスの設定*/
.cp_ipcheck04 label {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}
.cp_ipcheck04 input[type='checkbox'] + label:before,
.cp_ipcheck04 input[type='checkbox'] + label:after {
  position: absolute;
  content: '';
}
/*スイッチのベース*/
.cp_ipcheck04 input[type='checkbox'] + label:before {
  margin-top:10px;
  right: -1px;
  width: 30px;
  height: 15px;
  background: #ffffff;
  border: 1px solid #e4e3e1;
  border-radius: 15px;
}
/*スイッチの●*/
.cp_ipcheck04 input[type='checkbox'] + label:after {
  margin-top:10px;
  right: 15px;
  width: 15px;
  height: 15px;
  background: #bdbdbd;
  border-radius: 50%;
  transition: all 200ms ease-out;
}
/*checked時の色と位置の設定*/
.cp_ipcheck04 input[type='checkbox']:checked + label:after {
  right: 0;
  background: #CD8858;
}

/* レイキ選択チェックボックス */
#reiki-syurui{
	font-size:13px;
}
#reiki-syurui table tr,#reiki-syurui table td{
	border:0;
}
#reiki-syurui input[type=checkbox] {
    display: none;
}
.checkbox_reiki {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox_reiki::before {
    background: #eee;
    border: 1px solid #eee;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.checkbox_reiki::after {
    border-right: 3px solid #CD8858;
    border-bottom: 3px solid #CD8858;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
#reiki-syurui input[type=checkbox]:checked + .checkbox_reiki::after {
    opacity: 1;
}
  input[type="radio"] {
    display: none;

}
 /* ボタン風のスタイルを適用 */
  label.radio_reiki {
	font-size:11px;
    display: inline-block;
    padding:10px 2px;
    background-color: #fff;
	border-bottom:3px solid #eee;
    border-radius:0;
    cursor: pointer;
	color:#787878;
  }

  /* 選択されたラジオボタンのスタイルを変更 */
  input[type="checkbox"]:checked + label.radio_reiki {
	border-bottom:3px solid #CD8858;
    color: #CD8858
	
  }
.tebale{
  display: table;
  table-layout: fixed;
  list-style-type: none;
  padding: 0;
  width: 100%;
  height: 100%;
}
.tebale label.radio_reiki{
	text-align:center;
  display: table-cell;
  vertical-align: middle;
  word-wrap: break-word;
  height: 100%;
}