@charset "UTF-8";
/* CSS Document */
.ts-profile {
  border-top: 0;
  padding: 0 0 40px;
  border-bottom: 1px dashed #333;
  margin-bottom: 40px; }

.ts-profile-container {
  margin: auto;
  background: rgba(182, 237, 229, 0.33); }
  .ts-profile-container dl {
    display: flex;
    align-items: flex-end;
    padding: 0; }
  .ts-profile-container dd {
    padding: 0 24px; }
    .ts-profile-container dd em {
      font-weight: 800;
      display: block;
      color: #631;
      font-family: "Hiragino Kaku Gothic W6 JIS2004"; }
    .ts-profile-container dd b {
      display: block;
      padding-top: 6px; }

.ts-content p.A {
  line-height: 2;
  font-weight: bold;
  position: relative;
  padding: 24px;
  border-radius: 16px;
  margin-bottom: 40px;
  color: #222; }
  .ts-content p.A::before, .ts-content p.A::after {
    content: "“";
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-50%, -5%);
    font-size: 7em;
    z-index: 2;
    line-height: 1;
    color: rgba(182, 237, 229, 0.33); }
  .ts-content p.A::after {
    content: "”";
    left: auto;
    top: auto;
    right: 0;
    bottom: 0;
    transform: translate(50%, 60%); }
.ts-content p.Q {
  font-family: "Hiragino Kaku Gothic W6 JIS2004";
  line-height: 2;
  border-top: 1px dashed #aaa;
  border-bottom: 1px dashed #aaa;
  padding: 24px;
  margin-bottom: 24px;
  color: #111; }
.ts-content sup {
  font-size: 0.6em; }
.ts-content .kerning_open,
.ts-content .kerning_close {
  letter-spacing: 0;
  margin: 0; }

@media only screen and (max-width: 540px) {
  .ts-profile-container {
    padding: 16px; }

  .ts-profile-container dl {
    display: block; }
    .ts-profile-container dl dt {
      text-align: center; }
      .ts-profile-container dl dt img {
        width: 80%;
        margin: auto; }
    .ts-profile-container dl dd {
      padding: 16px 0 0; }

  .ts-content p.A,
  .ts-content p.Q {
    line-height: 1.5; } }
