/*
 * お問い合わせ関係 Ver1
 */
/*
 * サイズ指定等のベース値
 */
/*= 共通変数 =======================*/
/*= 共通 =======================*/
/*= ヘッダー =======================*/
/* line 13, ../sass/info.scss */
@media screen and (min-width: 768px) {
.infoTitle {
  background-image: url(../img/info/header.jpg);
  display: block;
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
}
}

/* line 17, ../sass/info.scss */
article {
  margin-bottom: 30px;
}

/*= フッター =======================*/
/* line 24, ../sass/info.scss */
footer #footerMsg .name .name1 {
  font-size: 10px;
}

/*= ここから有資格者 =======================*/
/* line 38, ../sass/info.scss */
.info footer #footerMsg .name {
  color: #273f97;
}
/* line 42, ../sass/info.scss */
.info footer #footer {
  background-color: #273f97;
}
/* line 47, ../sass/info.scss */
.info .title {
  width: 100%;
  height: 43px;
  background-color: #c4579b;
  color: white;
  /*font-size:12pt;*/
  font-weight: bold;
  padding: 10px;
  vertical-align: middle;
  margin-bottom: 30px;
}
/* line 61, ../sass/info.scss */
.info article .formWrap {
  color: #555;
  width: 100%;
  line-height: 120%;
}
/* line 65, ../sass/info.scss */
.info article .formWrap .sen {
  width: 100%;
  height: 3px;
  background-color: #c4579b;
  margin-top: 0px;
}
/* line 71, ../sass/info.scss */
.info article .formWrap .btngroup {
  text-align: center;
}
/* line 73, ../sass/info.scss */
.info article .formWrap .btngroup input {
  padding: 10px;
  width: 100px;
}
/* line 78, ../sass/info.scss */
.info article .formWrap p {
  font-weight: bold;
}
/* line 81, ../sass/info.scss */
.info article .formWrap table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
/* line 87, ../sass/info.scss */
.info article .formWrap table th, .info article .formWrap table td {
  border: 1px solid #ccc;
  padding: 5px;
}
/* line 90, ../sass/info.scss */
.info article .formWrap table th input, .info article .formWrap table td input {
  margin: 10px;
}
/* line 93, ../sass/info.scss */
.info article .formWrap table th label, .info article .formWrap table td label {
  font-weight: normal;
}
/* line 96, ../sass/info.scss */
.info article .formWrap table th.koumoku label, .info article .formWrap table td.koumoku label {
  width: 150px;
}
/* line 100, ../sass/info.scss */
.info article .formWrap table th {
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: center;
}
/* line 105, ../sass/info.scss */
.info article .formWrap table th text {
  color: red;
}

/*= ここまで有資格者 =======================*/
