.red{
	color:red;
	font-weight:bold;
	margin-right:5px;
	margin-bottom:20px;
}

.semiti{
	font-weight:bold;

}

.moushikomi {
	padding:20px 70px;
}

/*テーブル*/

table.table01 {
	width:100%;
	border-right:#DF3F5D solid 1px;
	border-collapse: collapse;
}
table.table01 thead th {
	background:#DF3F5D;
	color:#FFF;
	padding:10px 15px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
table.table01 thead th:last-child {
	border-right:#DF3F5D solid 1px;
}
table.table01 tbody th {
	background:#DF3F5D;
	color:#FFF;
	padding:10px 15px;
	border-bottom:#FFF solid 1px;
	vertical-align:top;
}
table.table01 tbody tr:last-child th {
	border-bottom:#DF3F5D solid 1px;
}
table.table01 tbody td {
	background:#FFF;
	padding:10px 15px;
	border-left:#DF3F5D solid 1px;
	border-bottom:#DF3F5D solid 1px;
	vertical-align:top;
}

@media screen and (max-width: 640px) {
table.table01 thead {
	display:none;
}
table.table01 tbody th {
	display:block;
}
table.table01 tbody td {
	display:block;
}
table.table01 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	font-weight:bold;
}
table.table01 tbody td p {
	padding-left:6em;
}
}


/*講座タイトル*/

h4.kouza{
	background-color:#3C9FB7;
	color:#fff;
	font-size:1.8em;
	margin-bottom:0.2em;
}

.kouza-sb{
	color:#3C9FB7;
	margin:0.5em 0 1em 0.8em;
	font-size:1.2em;
  font-style:bold;
}
/*講座タイトル*/

h4.kouzamenu{
	background-color:#3C9FB7;
	color:#fff;
	font-size:1.2em;
	margin-bottom:0.2em;
}

.kouza-sb{
	color:#3C9FB7;
	margin:0.5em 0 1em 0.8em;
	font-size:1.2em;
  font-style:bold;
}

/*プロフィール*/
.prof{
    padding: 0.5em 1.5em 2em 1.5em;
    margin: 2em 0;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}
.prof p {
    margin: 0; 
    padding: 0;
}

/*ボタン*/

.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #ef3f61;
  border: solid 2px #ef3f61;
  border-radius: 3px;
  transition: .4s;
}

.btn-flat-border:hover {
  background: #ef3f61;
  color: white;
	text-decoration:none;
}

/*プロフィール*/

.profile-card{
  width: 100%;
  position: relative;
  background: #fff; /*背景の色*/
  box-shadow: 0px 1px 3px rgba(0,0,0,.18);
  overflow: hidden;
}

.profile-card:before{
 width:120%;
 height:200px;
 content:"";
 transform:skew(15deg,10deg);
 background: #ef3f61; /*斜め背景の色*/
 position:  absolute;
 top:-15%;
 left:-10%;
 z-index: 0;
}

.profile-card__inner{
 position: relative;
}

.profile-thumb{
    overflow: hidden;
    width: 200px;
    height: 200px;
    border: #fff 3px solid;
    border-radius: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    background: #fff;
}

.profile-thumb img{
  display: block;
    width: 100%;
    height: auto;
}

.profile-content{
  padding: 2em;
}

.profile-content span{
  display: block;
}

.profile-name{
  margin-bottom: 3px;
  font-weight: bold;
  text-align: center;
	font-size:1.3em;
}

.profile-job{
  margin-bottom: 10px;
  color: #aaa;
  font-size: 1em;
  text-align: center;
}

.profile-intro{
  font-size: 1em;
}

/*日付を消す*/
.type-member>header {
    display: none;
}

.type-member>.entry-body{
	padding-top:0em;
}

.member .entry-meta_items {
display: none;
}

.media_post_base>.media_post_text>.media_post_meta {
    display: none;
}


#vkexunit_post_list-966,#vkexunit_post_list-920, .published.postList_date.postList_meta_items {
display: none;
}

.post-type-archive-member span.published.media_post_date {
    display: none;
}


/*画像正方形*/

.vertical_card.normal_image .media_post_image {
    height: 65vw;
}

@media all and (min-width: 1200px){
.vertical_card.normal_image .media_post_image {
    height: 200px;
}}

@media all and (min-width: 992px){
.vertical_card.normal_image .media_post_image {
    height: 120px;
}}

@media all and (min-width: 576px){
.vertical_card.normal_image .media_post_image {
    height: 40vw;
}}


@media all and (min-width: 768px){
.vertical_card.normal_image .media_post_image {
    height: 180px;
}}

@media all and (max-width:480px){
.vertical_card.normal_image .media_post_image {
    height: 65vw;
}}

