@charset "utf-8";

/* *******************************************************************************************
*
* life-span
*
******************************************************************************************* */
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }

  h3.sec_tit {
    font-size: calc(1.74em + ((1vw - 7.67px) * 1.9));
    margin: 5vh auto 4vh;
  }

  .detail {
    margin-top: 60px;
  }

  .talk li {
    height: auto;
    min-height: 80px;
  }

  .talk img, .col1 img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }

  .member li figure {
    max-width: 140px;
  }

  .profile_photo {
    max-width: 340px;
    margin: 0 auto 30px;
  }

  /* ----------------------------- toc ----------------------------- */
  .toc {
    background-color: #f0f7fd;
    padding: 35px 0 20px;
    margin: 60px 0 35px;
    text-align: center;
    width: 100%;
    border-top: dashed 1px #2294E6;
    border-bottom: dashed 1px #2294E6;
    box-shadow: 0px 0px 0px 5px #f0f7fd;
    position: relative;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }

  .toc .toc_title {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.1em;
    font-weight: 900;
    background-color: #2294E6;
    color: #fff;
    padding: .3em 2em;
    border-radius: 20px;
    display: inline-block;
    border: dashed 1px #f0f7fd;
    box-shadow: 0px 0px 0px 2px #2294E6;
  }

  .toc ul {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    margin: 12px;
  }

  .toc ul.toc_iner li {
    font-weight: bold;
    text-align: left;
    cursor: pointer;
    color: #f11;
    position: relative;
    margin: 5px 0;
    padding: 0 0 0 30px;
    cursor: default;
    line-height: 1.8;
    font-size: 1.1em;
  }

  .toc ul.toc_iner li a {
    color: #333;
  }

  .toc ul.toc_iner li a::before {
    content: '';
    background: url(/kids/common/image/pc_nav_arrow.png) no-repeat 4px 4px #2294E6;
    background-size: 60%;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 1;
    transform: rotate(180deg);
  }

  /* ----------------------------- talk ----------------------------- */
  .talk {
    margin: 35px auto !important;
  }

  .talk img {
    width: 100%;
  }

  .talk li span, .remarks p {
    line-height: 1.6;
  }

  dl.col1 {
    display: block;
    margin: 10vh 0 8vh !important;
  }

  dl.col1 dt, .talk dl dd {
    text-align: center;
    margin: 0 auto
  }

  dl.col1 dt strong {
    border-bottom: 2px dotted #ee7300;
    padding: 0 15px 2px;
    margin-bottom: 17px;
    color: #ee7300;
    font-size: 17px;
    line-height: 1.8;
    display: block;
  }

  dl.col1 dd {
    text-align: center;
  }

  [class*="note0"] {
    font-size: 15px;
    line-height: 1.7;
  }

  .note01 {
    padding: 15px 0 0;
    text-align: left;
  }

  .note02 {
    padding: 10px 0 0;
    text-align: left;
  }

  .img80 {
    width: 84% !important;
    margin: 0 auto;
    max-width: 640px;
  }

  .img50 {
    width: 70% !important;
    margin: 0 auto
  }

  .img30 {
    width: 30% !important;
    min-width: 140px;
    margin: 0 auto
  }

  /* ----------------------------- message ----------------------------- */
  .message {
    margin-top: 50px;
    border-radius: 21px;
  }

  /* ----------------------------- summary ----------------------------- */
  .summary {
    border-radius: 21px;
  }

  .summary ul {
    margin: 4px 0 0;
    text-indent: -1em;
  }

  .summary ul li {
    margin: 0 0 16px 1em;
    text-indent: -1em;
  }

  .summary ul li:last-child {
    margin: 0 0 0 1em;
  }

  .summary ul li::before {
    content: '\30FB';
  }

  .summary_clm-L {
    max-width: 180px;
  }

  /* ----------------------------- profile ----------------------------- */
  .profile dl {
    margin-top: 20px;
    margin-bottom: -15px;
  }

  .profile dt {
    margin-bottom: 0px;
  }

  .profile dt:before {
    content: '・';
  }

  .profile dd {
    margin-bottom: 15px;
    padding-left: 1em;
  }

  .profile dd a {
    text-decoration: underline !important;
  }

  .profile dd a:hover {
    text-decoration: none !important;
  }

  .profile_about {
    margin: 0 0 0 0px;
    font-size: 16px;
    line-height: 1.8;
  }
}