/* お問合せ */

#desc{
	padding: 25px 0 20px;
}

#desc .line{
	padding: 20px 0 20px;
}
#desc .line .icon{
	width: 1.5em;
  height: auto;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

#desc .line a{
  font-size: 30px;
  font-weight: bold;
}
#desc .line a span{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 10.4px 6px;
  border-color: transparent transparent #ff5c00 transparent;
  line-height: 1;
  display: inline-block;
  transform: rotate(90deg);
}

#desc .line i{
  font-weight: normal;
	font-style: normal;
  font-size: 14px;
  display: block;
}

#form table{
	width: 700px;
	margin: 15px auto;
}

#form th,
#form td{
	/*border: 1px solid #73c9ff;*/
	border: 1px solid #ffffff;
	padding: 10px 13px;
	vertical-align: top;
	background: #defaff;
}

#form th{
	width: 150px;
	text-align: center;
	background: #d4f5ff;
}

#form td{
	text-align: left;
}

#form select{
	margin: 0 0 3px;
}

input.long,
textarea.long{
	width: 100%;
	box-sizing: border-box;
}


#thanks{
	padding: 50px 0;
}

#thanks p{
	padding: 0 0 20px;
}




/* ペアトレーニング */
.exsample{
	position: relative;
	border: 1px solid #b3e2ff;
	padding: 20px 0 0;
	width: 770px;
	margin: 20px auto 0;
}

.exsample p{
	text-align: left;
	padding: 0 20px 20px;
}

.exsample span{
	position: absolute;
	display: inline-block;
	background: #64baff;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	padding: 3px 5px;
}

.exsample span#exe1{
	top: 50px;
	left: 80px;
}

.exsample span#exe2{
	top: 50px;
	left: 282px;
}

.exsample span#exe3{
	top: 97px;
	left: 80px;
}

.exsample span#exe4{
	top: 97px;
	left: 562px;
}


/* トレーニングセミナー */
.terms{
	position: relative;
	border: 1px solid #b3e2ff;
	padding: 20px 0 0;
	width: 700px;
	margin: 20px auto 0;
}

.terms p{
	text-align: left;
	padding: 0 20px 20px;
}
