@charset "utf-8";

/* *******************************************************************************************
*
* life-span
*
******************************************************************************************* */
@media print, screen and (min-width: 769px) {

  .detail {
    margin-top: 140px;
  }

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

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

  /* ----------------------------- toc ----------------------------- */
  .toc {
    background-color: #f0f7fd;
    padding: 20px 20px 30px;
    margin: 140px auto 0;
    border-radius: 20px;
    text-align: center;
    width: auto;
    border: dashed 1px #2294E6;
    box-shadow: 0px 0px 0px 5px #f0f7fd;
    position: relative;
  }

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

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

  .toc ul.toc_iner li {
    font-size: 21px;
    font-weight: bold;
    text-align: left;
    cursor: pointer;
    transition: 0.3s all;
    color: #f11;
    position: relative;
    margin: 10px 0;
    padding: 0 0 0 40px;
    cursor: default;
    line-height: 1.8;
  }

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

  .toc ul.toc_iner li a:hover {
    color: #2294E6;
    transition: .3s;
  }

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

  .toc ul.toc_iner li a:hover::before {
    background-position: 6px 0px !important;
    background-color: #ee7300;
    transition: .3s;
  }

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

  dl.col1 {
    margin: 70px auto 60px;
    width: 730px;
  }

  dl.col1 dt strong {
    border-bottom: 2px dotted #ee7300;
    padding: 10px 5px 5px 5px;
    margin: 0 auto 35px;
    color: #ee7300;
    font-size: 20px;
    display: block;
    text-align: center;
  }

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

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

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

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

  .img80 {
    width: 80% !important;
    margin: 0 auto
  }

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

  .img30 {
    width: 30% !important;
    margin: 0 auto
  }

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

  .message_list_item {
    padding: 16px;
  }

  /* ----------------------------- 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::before {
    content: '\30FB';
  }

  .summary_clm-L {
    width: 200px;
    margin-right: 0px;
    margin-left: 30px;
    float: left;
  }

  .summary_clm-R {
    overflow: hidden;
    height: 245px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* ----------------------------- profile ----------------------------- */
  .profile {
    padding: 40px;
  }

  .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;
  }
}