/*#contact-flow h3.title{
	margin-top:0;
}*/

.balloon01 {
	position: relative;
	padding: 20px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	text-align: center;
	color: #ffffff;
	letter-spacing: 0.2em;
	font-size: 14px;
	background-color: #0086c9;
	margin-bottom: 20px;
}
.balloon01::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: calc(50% - 10px);
	bottom: -15px;
	border-top: 20px solid #0086c9;
	border-bottom: none;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	transform: rotate(0deg);
}
#contact-flow dt .balloon01 {
	padding: 18px 13px;
	line-height: 1.2;
	margin: 0 auto 20px;
}
#contact-flow dt .balloon01 span {
	display: block;
	font-size: 30px;
	letter-spacing: 0.2em;
	padding-left: 0.2em;
}
#contact-flow dd {
	text-align: center;
}
#contact-flow h6 {
	font-size: 1.0rem;
	color: #0086c9;
}
.table-basis th, .table-basis td {
	display: block;
	padding: 10px 0;
}
.table-basis th {
	background: #F1F1F1;
	text-align: center;
}
.table-basis th label {
	font-weight: bold;
}
.table-basis td label {
	font-weight: normal;
}
#flow-contact dl {
	margin-bottom: 1em;
}
#flow-contact dt {
	list-style-type: none;
	padding: 0px 0 0px 8px;
	background: url(../img/list-arw.png) no-repeat;
	background-position: 0% 49%;
	font-size: 15px;
}
#flow-contact dd {
	padding-left: 8px;
}
input, textarea, select {
	box-sizing: border-box;
	padding: 0px 5px;
	border: 2px solid #dedede;
	background-color: #FAFAFA;
	line-height: 1.5rem;
}
#contact-form .short {
	width: 7em;
}
#contact-form .middle {
	width: 14em;
}
#contact-form .long {
	width: 24em;
}
#contact-form dd label {
	display: inline-block;
}
#contact-form dd label input {
	margin-left: 0.5em;
}
#contact-form input[type="text"]:not(.short),
#contact-form input[type="email"],
#contact-form input[type="tel"]
{
	width: 100%;
}
#formName label {
}
#formAddress label {
	margin-bottom: 0.5em;
}
#formAddress label:last-child {
	margin-bottom: 0;
}
#form-contact .radioInline li {
	display: inline;
	margin-right: 1em;
	white-space: nowrap;
}
#form-contact #offerNumber {
	background: #ECECEC;
}
textarea {
	width: 100%;
}
#formAction {
	margin-top: 2.0em;
}
#formAction input {
	position: relative;
	display: block;
	width: 100%;
	margin-bottom: 1em;
	padding: 15px;
	border: none;
	border-radius: 10px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.2em;
}
#formAction input[type="submit"]:hover, #formAction input[type="reset"]:hover {
	top: 3px;
	box-shadow: none;
}
#formAction input[type="submit"] {
	background-color: #4cace2;
	color: #fff;
	box-shadow: 0 3px 0 #0086c9;
	-moz-box-shadow: 0 3px 0 #0086c9;
	-webkit-box-shadow: 0 3px 0 #0086c9;
	-o-box-shadow: 0 3px 0 #0086c9;
	-ms-box-shadow: 0 3px 0 #0086c9;
}
#formAction input[type="reset"] {
	background-color: #eeeeee;
	color: #bbbbbb;
	box-shadow: 0 3px 0 #cccccc;
	-moz-box-shadow: 0 3px 0 #cccccc;
	-webkit-box-shadow: 0 3px 0 #cccccc;
	-o-box-shadow: 0 3px 0 #cccccc;
	-ms-box-shadow: 0 3px 0 #cccccc;
}
#form-contact .formRequired {
	display: inline;
	margin-bottom: 0;
}
.formRequired, .formSelected {
	background-color: #F25959;
	padding: 0 1.0rem;
	border-radius: 1.0rem;
	color: #ffffff;
	margin-left: 0.5rem;
}
.formSelected {
	background-color: #E0E0E0;
	color: #838383;
}
.mw_wp_form .horizontal-item + .horizontal-item{
	margin:0 1rem 0 0 !important;
}
:placeholder-shown {
	color: rgba(161, 161, 161, .5);
}

::-webkit-input-placeholder {
	color: rgba(161, 161, 161, .5);
}

:-moz-placeholder {
	opacity: 1;
	color: rgba(161, 161, 161, .5);
}

::-moz-placeholder {
	opacity: 1;
	color: rgba(161, 161, 161, .5);
}

:-ms-input-placeholder {
	color: rgba(161, 161, 161, .5);
}
@media (min-width:768px) {
#contact-flow dl {
	display: table;
}
#contact-flow dt, #contact-flow dd {
	display: table-cell;
	padding: 0 20px;
}
#contact-flow dt .balloon01 {
	margin: 0;
}
#contact-flow dt .balloon01:before {
	transform: rotate(-90deg);
	bottom: calc(50% - 10px);
	left: calc(100% - 5px);
}
#contact-flow dd {
	padding-top: 10px;
	text-align: left;
}
.table-basis th, .table-basis td {
	display: table-cell;
}
.table-basis th {
	width: 30%;
	text-align: left;
	background: transparent;
}
.table-basis th, .table-basis td {
	padding: 20px;
}
#contact-form input[type="text"]:not(.short),
#contact-form input[type="email"] {
	width: auto;
}
}
 @media (min-width:992px) {
#formAction input {
	font-size: 30px;
	padding: 1em;
}
}
