/* お問合せ */


h2.title_text {
  width: 930px;
  text-align: left;
  text-indent: 0;
  color: #28a0ff;
  border-bottom: 1px solid #d5e7e8;
  font-family: serif;
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  line-height: 24px;
  font-feature-settings: "palt";
}
h2.title_text span {
  color: #4d4d4d;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-size: 14px;
  font-style: normal;
  font-feature-settings: "palt";
}

.course {
  width: 900px;
  margin: 0 auto;
  text-align: left;
}
.course p {
  margin-top: 2em;
}

.course_form {
  margin-top: 30px;
  text-align: center;
}
#desc {
  padding: 25px 0 20px;
}

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

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

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

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

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

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

#form td {
  text-align: left;
}

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

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


#thanks {
  padding: 50px 0;
}

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




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

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

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

.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;
  width: 700px;
  margin: 20px auto 0;
  padding: 20px 0 0;
  border: 1px solid #b3e2ff;
}

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

.button {
  display: flex;
  justify-content: center;
	padding: 10px 0;
}

.button button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 35px;
  padding: 0;
	margin: 0 5px;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(222, 255, 179) rgb(171, 215, 112) rgb(171, 215, 112) rgb(222, 255, 179);
  background: rgb(114, 255, 117);
  background: linear-gradient(0deg, rgb(114, 255, 117) 0%, rgb(202, 255, 188) 100%);
  box-shadow: 0 0 3px #fff inset;
  text-shadow: 0 0 3px #00bb16;
  font-size: 16px;

  appearance: none;
}
.button button[type="reset"] {
  border-color: rgb(223, 223, 223) rgb(180, 180, 180) rgb(180, 180, 180) rgb(223, 223, 223);
  background: rgb(104, 104, 104);
  background: linear-gradient(0deg, rgb(202, 202, 202) 0%, rgb(229, 229, 229) 100%);
  text-shadow: 0 0 3px #646464;
}

#slide{
  display: none;
}