
.ts-content h2{
 padding-bottom: 1rem;
}
.ts-profile {
 width: auto;
 padding: 2rem 0;
 border-top: 1px dashed #879;
 border-bottom: 1px dashed #879;
 margin-bottom: 4rem;
}

.ts-profile-container {
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
 text-align: center;
 padding-bottom: 0;
}
.ts-profile-container dl {
 flex: 0 0 20%;
 padding: 0 8px 1rem;
}

.ts-profile-container dt small {
  font-size: 0.75em;
  line-height: 1.3em;
  display: block;
}
.ts-profile-container figure {
 width: auto;
 flex: 0;
 margin: 0 auto 8px;
}
.ts-profile-container figure img {
  border-radius: 4%;
}

.ts-profile-container dt b{
 font-size: 1.2em;
}

.ts-profile-interview .ts-profile-container{
 padding: 0;
 background: none;
 border: 0;
}

.ts-content h3{
 padding-left: 0;
 font-weight: 700;
}
.ts-content h3::before{
 content: none;
}

.ts-content p.Q {
 font-weight: 600;
 font-size: 0.9em;
 color: #666;
 padding-top: 1rem;
}
.ts-content p.comment{
 text-indent: -3em;
 padding-left: 3em;
}
.ts-content p.ogw{
 text-indent: -4em;
 padding-left: 4em;
}

.ts-content p.ogt b {;
 color: #29a01c;
}
.ts-content p.mrt b {
 color: #dc8300;
}
.ts-content p.mmr b {
 color: #3969e3;
}
.ts-content p.kbs b {
 color: #C82E3E;
}
.ts-content p.ogw b {
 color: #7B23B0;
}




.ts-kakomi h4 {
  position: relative;
  font-size: 1.4em;
  padding: 0 0 1em 0;
  color: #055a8e;
}

.ts-kakomi {
  margin-top: 2rem;
  background: #f8f4f1;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 2px 8px #eee;
 text-align: center;
}
.ts-kakomi h3 {
  padding: 0;
  margin: 0 0 2rem;
  font-weight: 600;
  text-align: center;
  font-size: 1.4em;
  color: #111e9d;
  position: relative;
}
.ts-kakomi h3 em {
  display: inline-block;
  position: relative;
  line-height: 1.1;
}
.ts-kakomi h3 em::before,
.ts-kakomi h3 em::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  border-left: 5px double #127;
  transform: rotate(-24deg) translate(-10px, -8px);
  transform-origin: center bottom;
}
.ts-kakomi h3 em::after {
  left: 100%;
  border-left: 0;
  border-right: 4px double #127;
  transform: rotate(24deg) translate(-5px, 0px);
}
.ts-kakomi ol {
 padding-bottom: 0;
 font-size: 1.2em;
 display: inline-block;
 text-align: left;
}
.ts-kakomi li {
 padding: 8px 0;
 display: flex;
 align-items: center;
}
.ts-kakomi li i {
 font-style: normal;
 display: inline-flex;
 justify-content: center;
 align-items: center;
 border-radius: 50%;
 aspect-ratio: 1 / 1;
 width: 44px;
 height: 44px;
 background: #127;
 color: #fff;
 margin-right: 8px;
}



@media screen and (max-width: 799px) {

 .ts-profile-container dl{
  flex: 0 0 33%;
 }
 
 
}
@media only screen and (max-width: 500px) {

 
}
@media screen and (max-width: 480px) {

 .ts-profile-container{
  flex-direction: row;
  padding: 1rem 8px 8px;
 }
 .ts-profile-container dl{
  flex: 0 0 50%;
 }
 
}


