
.videoLink img {
  width: 100%;
  height: auto;
}
.videoLink {
  border: 1px solid #26c5cf;
}
.profile {

}
.profile p >span  {
  display: block;
}
.page .mainContent h2 {
  font-size: 1rem;
}
.page .mainContent h3 {
  margin: 0.5em 0;
}
.mainContent h2.toggleBtn{
    background: #d3f5f0;
    margin: 0 0 5px 0;
    border: none;
    padding: .8em .8em .8em 2em;
  
}
.mainContent h2.toggleBtn:before {
  display: none;
}
.mainContent h2.toggleBtn:after {
    background: transparent;
    height: .8em;
    width: .8em;
    left: -5px;
    transform: rotate(45deg);
    border-bottom: 2px solid #26c5cf;
    border-right: 2px solid #26c5cf;
    top: calc(50% - .4em);
    left: .7em;
  transition: all .4s;
}
.mainContent .open h2.toggleBtn:after {
  transform: rotate(-135deg);
   top: calc(50% - 5px);
}
.interview {
    border-bottom: 1px solid #26c5cf;
}
.interview .toggle + div {
  display: none;
}
.mainContent .interview p {
  margin-bottom: 1.8em;
}
.mainContent .interview {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 960px) {
  .page .mainContent h2 {
    font-size: 1.2rem;
  }
  h2.toggleBtn {
    cursor: pointer;
  }
  .mainContent h2.toggleBtn {
    transition: all .4s;
    margin: 8px;
}
  .mainContent h2.toggleBtn:hover {
    opacity: 0.7;
  }
  .messageflex {
    display: flex;
  }
  .messageflex >div {
    width: 50%;
  }
  .interview .text {
    padding: .3em .5em .5em;
  }
  .profile {
    padding: 1em;
    position: relative;
    overflow: hidden;
  }
  .profile:before {
    content: "";
  display: block;
  width: 9px;
  background: #d3f5f0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  } 
  .profile p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    padding-left: 1.5em;
  }
  .profile p >span {
    margin: .25em .5em;
  }
  .videoLink a img{
    transition: all .4s;
  }
  .videoLink a:hover img{
    opacity: .7;
  }
}
@media print, screen and (max-width: 700px) {

}
@media print, screen and (max-width: 959px) {

}

/*2024年度更新*/
.messageflex {
	margin-bottom: 1.5rem;
	border-bottom: 5px solid #d3f5f0;
}
.ren24_fix .profile p {
		text-align: center;
	}
@media print, screen and (min-width: 960px) {
	.ren24_fix {
		display: flex;
		flex-wrap: wrap;
	}
	.ren24_fix > .messageflex {
		width: 50%;
		display: block;
		padding: 1.5rem 1rem;
		border-bottom: none;
		margin-bottom: 0;
	}
	.ren24_fix > .messageflex > div {
		width: 100%;
	}
	.ren24_fix .profile p {
		position: relative;
		text-align: left;
	}
}