@charset "utf-8";

/* *******************************************************************************************
*
* icefall
*
******************************************************************************************* */
@media print, screen and (min-width: 769px) {
  .pc_only {
    display: block;
  }

  .sp_only {
    display: none;
  }

  .tec {
    display: block;
    text-align: center !important;
  }

  .caution_01, .caution_02 {
    font-size: 15px;
    padding: 15px 0 0;
    text-align: left;
  }

  .detail {
    margin-top: 140px;
  }

  .maru {
    border-radius: 15px;
  }

  .movieWrap {
    margin: 50px auto 0;
    background-color: rgba(255, 255, 255, 1);
    padding: 50px;
    border-radius: 15px;
  }

  .video-js {
    position: relative;
    width: 50% !important;
    height: auto !important;
    margin: 0 auto;
  }

  .video-js video {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
  }

  /* ----------------------------- 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;
  }

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

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

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

  .talk img, .detail img {
    width: 100%;
  }

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

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

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

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

  .img70 {
    width: 60% !important;
    margin: 0 auto
  }

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

  /* ----------------------------- remarks ----------------------------- */
  .remarks {
    width: auto !important;
    margin: 100px auto 35px !important;
    padding: 53px 50px 50px !important;
  }

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

  .remarks .remarks_ttl+p {
    font-weight: normal;
    text-align: left;
  }

  .remarks h4 {
    color: #2294e6;
    font-size: 21px;
    font-weight: bold;
    margin: 20px 0;
  }

  .remarks h4.mth4 {
    margin-top: 70px;
  }

  .remarks h5 {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    margin-bottom: .7em;
  }

  .remarks .mt35 {
    margin-top: 35px;
  }

  .copy_indent {
    text-indent: -1em;
    margin-left: 1em;
  }

  .copy_indent2 {
    text-indent: -1.5em;
    margin-left: 1.5em;
  }

  .remarks p {
    line-height: 1.8;
    font-size: 18px
  }

  .flex_item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex_item .maru_item {
    width: 350px;
    padding: 10px;
    background-color: #fff;
    margin: 0 50px 0 0;
    border-radius: 15px;
  }

  .flex_item .maru_copy {
    width: 460px;
  }

  [class*="flex_item_pict"] {
    padding: 35px 70px;
    background-color: #fff;
    margin: 0 50px 0 0;
  }

  .flex_item_pict0 {
    margin: 0 auto;
  }

  .flex_item_pict4 {
    background: #A9EDFF;
    margin: 0 auto;
  }

  .flex_item div:nth-of-type(2) {
    flex-basis: auto;
    display: block;
  }

  .remarks>div {
    font-size: 18px;
    line-height: 1.9;
    font-weight: normal;
    flex: auto;
  }

  .remarks.col1 ul li figure span {
    top: 308px;
  }

  .remarks .toukou {
    position: relative;
    padding-left: 30px;
    margin-top: 25px;
  }

  .remarks .toukou::before {
    content: '';
    background: url(/kids/common/image/pc_nav_arrow.png) no-repeat 4px 4px #2294E6;
    background-size: 12px 12px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 7px;
    left: 0;
    transform: rotate(90deg);
  }

  /* ----------------------------- message ----------------------------- */
  .message {
    margin-top: 50px;
    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;
  }
}