
#the-form label.error{
	position: relative;
	background: #88b7d5;
	border: 1px solid #ffffff;
	padding:0.6em;
	font-size:0.9em;
	color:#FFF;
}
#the-form label.error:after, #the-form label.error:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#the-form label.error:after {
	border-color: rgba(213, 138, 161, 0);
	border-bottom-color: #88b7d5;
	border-width: 5px;
	margin-left: -5px;
}
#the-form label.error:before {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 6px;
	margin-left: -6px;
}

#the-form label#confirmation-error{
	position: relative;
	background: #88b7d5;
	border: 4px solid #c2e1f5;
}
#the-form label#confirmation-error:after, #the-form label#confirmation-error:before {
	left:initial;
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#the-form label#confirmation-error:after {
	border-color: rgba(213, 138, 161, 0);
	border-right-color: #88b7d5;
	border-width: 5px;
	margin-top: -5px;
}
#the-form label#confirmation-error:before {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #c2e1f5;
	border-width: 6px;
	margin-top: -6px;
}

/*チェックボックス*/

.form_content p.acknowledgment_content{
	background: url(../img/common/check_off.png) no-repeat left bottom;
	display: block;
	margin:0 0 0 15px;
	padding: 0 0 0 0;
	overflow: hidden;
	background-size:45px;
	color:#0063a1;
}
.form_content p.c_on{
	background: url(../img/common/check_on.png) no-repeat left bottom;
	background-size:45px;
	}
.form_content p input[type='checkbox']{
	filter: alpha(opacity=0); -moz-opacity:0; opacity:0;
	width:45px !important;
	height: 45px !important;;

	cursor: pointer;
}

#result{color:#F00;}




@media (max-width: 575.98px) {
.form_content #form_inner {
    width: 90%;
  }

.form_content p strong {
    width: 100%;
  }

.form_content p input {
    width: 100%;
    font-size: 16px;
  }

.form_content p.form_txtarea textarea {
    font-size: 16px;
  }
}