@charset "UTF-8";

#main_area #form_area table tr td .checkbox input {
    display: none;
    opacity: 0;
    position: absolute;
    width: auto;
    vertical-align: middle;
    background-color: #fff;
}
#main_area #form_area table tr td .checkbox label{
  width: 49.5%;
  display: inline-block;
  margin-bottom: 5px;
}

#main_area #form_area table tr td .checkbox label.long{
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
}

@media only screen and (max-width: 640px){
  #main_area #form_area table tr td .checkbox label{
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
}

#main_area #form_area table tr td .checkbox label:last-child{
  margin-bottom: 0;
}
#main_area #form_area table tr td .checkbox label:before {
  background-color: #fff;
  border: 1px #d9d9d9 solid;
  border-radius: 5px;
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 1.3em;
  height: 1.3em;
  line-height: 1.3em;
  margin-right: .3em;
}
#main_area #form_area table tr td .checkbox input:checked + label:before {
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  text-align: center;
}

#main_area #form_area table tr td .radio_box input{
	display: none;
	opacity: 0;
	position: absolute;
	width: auto;
	vertical-align: middle;
	background-color: #fff;
}
#main_area #form_area table tr td .radio_box label{
	display: inline-block;
	vertical-align: middle;
	line-height: 1.0;
  padding-left: 1.8em;
  margin: .8em 1.5em .8em 0;
	position: relative;
}

#main_area #form_area table tr td .radio_box label:before {
	background-color: #fff;
	border: 1px #d9d9d9 solid;
	border-radius: 50%;
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: -1px;
  left: 0;
	width: 22px;
	height: 22px;
	margin-right: .3em;
  box-sizing: border-box;
}
#main_area #form_area table tr td .radio_box input:checked + label:after {
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #ed1818;
	position: absolute;
	top: 3px;
  left: 4px;
}

.errorSec{
	border: 2px solid #ed1818;
	padding: 20px;
	margin: 20px 0 10px;
}
.errorSec dt,.errorSec dd{
	color: #ed1818;
}
.errorSec dt{
	margin-bottom: 5px;
}

#main_area #form_area table tr#other_service{
  border-top: none;
  margin-top: auto;
  padding-top: 0;
}
#main_area #form_area table tr#other_service th {
  font-size: 107.14%;
}

.text_SS{
  font-size: 14px;
}

/* 表示切替 */
[data-schedule="0"] .toggleInput{
  display: none;
}