.contents_list_entry_icon.is-margin,
.contents_list_is_icon.is-margin {
  margin-left: 1em;
}

.contents__list.is-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0;
  border-top: none;
}

.contents__list.is-flex .search__chk{
  width: 50%;
  padding: 0;
  border-bottom: none;
}

.contents_list_is_icon.is-red {
  background: #f47794;
}

.contents__lead.is-flex {
  display: flex;
  flex-wrap: wrap;
}

.contents__lead.is-flex .inner {
  width: 50%;
  box-sizing: border-box;
}

.inner.is-seminar {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #95dadf;
}

.inner.is-seminar .contents__lead-ttl {
  margin-bottom: 0;
  color: #fff;
  font-size: 36px;
}
.flex_between {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flex_wrap {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.flex_wrap .map_icon {
	display: block;
	width: 50px;
	line-height: 0;
}
.flex_wrap .web_icon {
	display: block;
	width: 60px;
	line-height: 0;
}
.contents__list-person .search__box-ttl {
  padding: 20px 1.87% 20px 0;
  font-size: 14px !important;
}
.search__box-kyujin-seminar {
  clear: both;
  padding: .25em 1.5em .25em;
}
.mb-short {
  margin-bottom: 0.5em;
}
.clear {
  clear: both;
}
.contents__more.seminar__more a {
  background: url(../img/ico_under.png) right center no-repeat;
  background-size: 13px 8px;
  padding-right: 17px;
}
.fw_l {
	font-size: 110%;
	font-weight: bold;
}
.mt-5 {
	margin-top: 3rem;
}
.border_none {
	border: none;
}

@media screen and (max-width: 980px) {
  .contents__list-person li a {
    display: flex;
  }
	.seminar__search__list li a {
		display: inline-block;
	}
}


/* ----------------------------------------------*/
/*  2020.02 PLUS-D追記 ※後ほど削除
/* ----------------------------------------------*/
.search__box-obog-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

}
.search__box-obog-thum {
  margin-right: 1.87%;
  position: relative;
  width: 120px;
  height: 130px;
  margin-right: 2%;
  border: 1px solid #979797;
}

.search__box-obog-thum img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  } 


.search__box-obog-ttl {
  box-sizing: border-box;
   line-height: 1.3;
   font-size: 14px;
  max-width: 765px;
}

.contents__box-ogob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.contents__box-ogob-thum {
  text-align: center;
  margin-right: 30px;
  position: relative;
  height: 130px;
  min-width: 120px;
  border: 1px solid #979797;
}

.contents__box-ogob-thum img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.contents_list_is_icon {
  min-width: 40px;
  text-align: center;
}

.seminar_reservation__area { 	
position: relative; 	
border: 1px solid #b1d9db; 	
border-radius: 3px; 	
background: #eefafb; 	
margin: 30px 0; 	
padding: 1em; 	
}
@media screen and (min-width: 981px) {
  .contents__box-ogob-data {
    float: right;
  }
}

@media screen and (max-width: 980px) {
  .contents__more {
    padding: 0 1.87%;
  }  
}
.bold{
  font-weight: bold;
}


.semi__table {
  border-collapse: collapse;
  display: table;
  width: 100%;
}
.semi__table tr {
  display: table-row;
}
.semi__table th,
.semi__table td {
  border: none;
  display: table-cell;
  line-height: 1.6;
  padding: 0;
  position: static;
  width: auto;
  word-break:break-all;
  word-wrap:break-word;
  word-break:break-word;
  -ms-word-break:break-all;
}
.semi__table th {
  font-weight: bold;
  white-space: nowrap;
  vertical-align: text-top;
  background-color: unset;
  padding-right: 5px;
  width: 72px;
  background-color: transparent;
}
}
@media screen and (max-width: 980px) {
  .semi__table th {
    padding-right: 0.2em;
  }
}

.ogob__box-pin {
  border-radius: 3px;
  display: inline-block;
  line-height: 1;
  margin-top: 1rem;
  padding: .25em .5em;
  background-color: #00b3c3;
  color: #fff;
}
.ogob__box-pin02 {
  border-radius: 3px;
  display: inline-block;
  line-height: 1;
  margin-top: 1rem;
  padding: .25em .5em;
  background-color: #abf5ed;
}