@charset "utf-8";

/* *******************************************************************************************
*
* art
*
******************************************************************************************* */

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.detail {
  margin-top: 140px;
}

.detail a {
  border-bottom: 1px solid #777;
  padding-bottom: .05em;
}

.detail a:hover {
  border-bottom: none;
}

[class*="caution_0"] {
  font-size: .92em !important;
  line-height: 1.5;
  text-align: left;
}

.caution_04 {
  display: flex;
}

.caution_04_flend {
  align-items: flex-end;
}

.caution_04 span:first-child {
  padding-right: .5em;
}

.maru {
  border-radius: 15px;
}

.page_container img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.member_img {
  width: 155px !important;
  height: auto;
}

.pt16pt {
  padding-top: 16px;
}

/* ----------------------------- 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;
  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: 5px;
  left: 0;
  z-index: 1;
  transform: rotate(180deg);
  transition: 0.3s all;
}

.toc ul.toc_iner li:nth-child(1) a::before {
  top: 6px;
}

.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 dl dt, .talk dl dd {
  text-align: center;
  margin: 0 auto;
}

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

.talk h4 {
  border-bottom: 3px dotted #2294e6;
  padding: 0 0 16px 0;
  text-align: center;
  color: #2294e6;
  font-size: 28px;
  margin: 60px 0 40px;
  font-weight: bold;
}

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

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

dl.col1 dd.flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

dl.col1 dd.flex div img {
  width: 92%;
}

dl.col1 dd.flex p span {
  margin-top: .3em;
  text-indent: -.5em;
  display: inline-block;
}

dl.col1 dd.flex_item2 {
  justify-content: space-between;
}

dl.col1 dd.flex_item2>div {
  width: 47%;
}

dl.col1 dd.flex_item2>div:nth-child(3) {
  margin: 20px auto;
}

dl.col1 dd.flex_item2>div.flex_item2_pic3 {
  width: 66%;
  margin: 20px auto;
}

dl.col1 .tts_type {
  font-weight: bold;
  text-align: center;
  font-size: 1.1em;
  padding: .7em 0;
  margin: 0 auto;
}

.img80 {
  width: 80% !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: center;
}

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

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

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

.remarks.col1 ul li .textArea dl {
  margin-top: 30px;
}

.remarks.col1 ul li:last-child {
  padding-bottom: 5px;
}

.remarks.col1 ul li figure span {
  top: 285px;
  line-height: 1.42;
}

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

.message_list_item {
  padding: 16px;
}

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

.summary ul {
  margin: 1em 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: '\30FB';
}

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

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

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

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .toc ul.toc_iner li a::before {
    top: 4px;
  }

  .toc ul.toc_iner li:nth-child(1) a::before {
    top: 8px;
  }
}

@media screen and (max-width: 768px) {

  /* ---------- linkURL改行要素------------- */
  a {
    word-break: normal !important;
    word-wrap: break-word;
  }

  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  .member li figure img {
    width: 100%;
    max-width: 100%;
  }

  [class*="caution_0"] {
    font-size: .84em !important;
  }

  .detail {
    margin-top: 70px;
  }

  .maru {
    border-radius: 8px;
  }

  .page_container img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }

  .member_img {
    width: 155px !important;
    height: auto;
  }

  .profile_about>ul {
    margin-top: 1em;
  }

  /* ----------------------------- toc ----------------------------- */
  .toc {
    padding: 35px 0 20px;
    margin: 60px 0 35px;
    border-top: dashed 1px #2294E6;
    border-bottom: dashed 1px #2294E6;
    border-left: none;
    border-right: none;
    border-radius: 0;
  }

  .toc .toc_title {
    position: absolute;
    top: -22px;
    font-size: 1.1em;
    padding: .3em 2em;
    box-shadow: 0px 0px 0px 2px #2294E6;
  }

  .toc ul {
    padding: 0 .8em 0 1.1em;
  }

  .toc ul.toc_iner li {
    margin: 5px 0;
    padding: 0 0 0 30px;
    line-height: 1.7;
    font-size: 1.1em;
    width: calc(100% - 24px);
  }

  .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: .1em;
  }

  .toc ul.toc_iner li:nth-child(1) a::before {
    top: .5em;
  }

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

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

  .talk li span, .remarks p {
    line-height: 1.7;
    font-size: 16px;
  }

  dl.col1 {
    display: block;
    width: 100%;
    margin: 7vh 0 !important;
  }

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

  dl.col1 dt {
    text-align: center;
    margin: 20px auto 0;
  }

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

  .talk h4 {
    padding: 0 0 10px 0;
    font-size: 21px;
    margin: 55px 0 35px;
  }

  dl.col1 .tts_type {
    width: 100%;
    margin: 0 auto;
  }

  dl.col1 dd.flex {
    justify-content: flex-start;
  }

  dl.col1 dd.flex div img {
    width: 90%;
    max-width: 230px;
  }

  dl.col1 dd.flex div.flex_item2_pic3 img {
    width: 100%;
    max-width: 380px;
  }

  dl.col1 dd.flex_item2 div {
    width: 47%;
    margin: 0 3% 0 0;
  }

  dl.col1 dd.flex_item2 {
    width: 100%;
  }

  dl.col1 dd.flex_item2 div:nth-child(3) {
    width: 70%;
    margin: 0 auto;
  }

  dl.col1 dd.flex_item2>div.flex_item2_pic3 {
    width: 90%;
    margin: 20px auto;
    max-width: 400px;
  }

  dl.col1 .tts_type {
    margin: 0 auto .3em;
    font-size: .93em;
    line-height: 1.4;
  }

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

  /* ----------------------------- remarks ----------------------------- */
  .remarks {
    width: 100% !important;
    margin: 100px auto 70px !important;
    padding: 40px 6% !important;
  }

  .remarks .remarks_ttl+p+.note {
    padding-left: 1.2em;
    text-indent: -1em;
    text-align: center;
  }

  .remarks a {
    text-decoration: underline !important;
    text-decoration-color: #777;
    display: inline-block;
  }

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

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

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

  .remarks.col1 ul li:last-child {
    margin-bottom: 0;
  }

  .remarks.col1 ul li .textArea dl {
    margin-top: 30px;
  }

  .remarks.col1 ul li figure span {
    position: relative;
    top: auto;
    left: auto;
    font-size: 12px;
    text-align: right;
    display: block;
    margin-top: 8px;
  }

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

  .message_list_item {
    padding: 0;
  }

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

  .summary_clm {
    padding: 6%;
  }

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

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

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

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

  .summary_clm-L {
    width: 40%;
    margin-right: 20px;
    margin-left: 0px;
    float: left;
    max-width: 180px;
  }

  .summary_clm-R {
    overflow: visible;
    line-height: 1.8;
    font-size: 16px;
    height: auto;
    display: block;
    justify-content: flex-start;
    align-items: flex-start;
  }

  /* ----------------------------- profile ----------------------------- */
  .profile {
    padding: 7%;
  }

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

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

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

  .profile dt:before {
    content: '\30FB';
  }

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

  .sponsor {
    font-size: 14px;
    line-height: 1.6em;
    text-indent: -1em;
    padding-left: 1.2em;
    width: 87%;
    margin: 0 auto;
  }

  .page_container section {
    margin: 40px auto 50px;
  }

  @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    .toc ul {
      max-width: calc(100% - 24px);
    }

    .toc ul.toc_iner li a::before {
      top: 4px;
    }

    .toc ul.toc_iner li:nth-child(1) a::before {
      top: 6px;
    }
  }
}