@charset "UTF-8";



/*略歴部分
------------------------------ */
.iconText01 {
	margin-bottom: 10px;
}
.iconText01 > dt {
	float: right;
	margin: 10px 10px 0 0;
}
.iconText01 > dd {
	float: left;
	overflow: hidden;
}
.iconText01 .text {
	padding: 0 0 0 10px;
	overflow: hidden;
}
.iconText01 .icon,
.iconText01 .img {
	float: left;
	margin-top: 10px;
}
.iconText01 .title {
	float: left;
}



/* TABLE
------------------------------ */

.c-table .-position {
  width: calc(16.5em + 40px);
}
.c-table .-position2 {
  width: 20%;
}
.c-table .-position4 {
  width: 15%;
}
.c-table .-name {
  width: calc(12.5em + 40px);
}
.c-table .-name2 {
  width: 25%;
}
.c-table .-name4 {
  width: 20%;
}

@media (max-width: 767px) {

  .c-table .-position {
    width: calc(7em + 24px);
  }

  .c-table .-position2 {
  width: 20%;
}

  .c-table .-position4 {
  width: 20%;
}

  .c-table .-name {
    width: calc(7.5em + 24px);
  }

  .c-table .-name2 {
  width: 30%;
  }

  .c-table .-name4 {
  width: 20%;
  }

}

/*Updated 2021/08/20.s*/
