@charset utf-8;

/* -------------------------------------------
 * profile
 */

.flex {
	display: flex;
}

.flex-center {
	justify-content: center;
}

.mv img {
	border-radius: 15px;
}

.icon_chataro {
	max-height: 23px;
	margin-left: 5px;
}

/* table
------------------------------- */
.table_c {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  font-size: 14px;
}

.table_c th,.table_c td {
  padding:10px 10px 10px 10px;
  box-shadow: 0 2px 2px rgb(0 0 0 / 10%);
  border :2px solid #fff;
}

_:-ms-fullscreen,:root .table_c th,_:-ms-fullscreen,:root .table_c td {
  padding:14px 10px 6px 20px;
}

.table_c th {
  width: 20%;
  border-right: none;
  background-color: #01addf;
  text-align: left;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.table_c td {
  border-left: none;
  padding-left: 20px;
}

/* -------------------------------------------
 * レスポンシブ
 */

@media only screen and (max-width: 767px) {	
.tbl_wrap {
    overflow: auto;
    -webkit-overflow-scrolling:touch;
  }
	
.tbl_wrap div.wd970 {
    width:calc(970px - 0%);
  }
}