@charset "UTF-8";
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*  機能 CSS
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.function-content .chart ._box a {
  margin: auto;
}
.function-content .strong_bold {
  font-weight: bold;
}
.function-content .question_title {
  border-bottom: 1px solid #000;
  display: inline-block;
  margin-top: 0 !important;
}
.function-content .question_title::before {
  content: "ー ";
}
.function-content .underline {
  text-decoration: underline;
}
.function-content .plan-table tbody tr {
  text-align: left !important;
  word-break: break-all;
}
.function-content .plan-table tbody tr > td:first-child {
  width: 25% !important;
  text-align: left !important;
}
.function-content .plan-table tbody tr > td:nth-child(2n) {
  width: 75% !important;
  text-align: left !important;
}
.function-content .plan-table .tsp_only {
  display: none;
}
.function-content .youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.function-content .youtube iframe {
  width: 100%;
  height: 100%;
}
.function-content .miro-iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.function-content .miro-iframe iframe {
  width: 100%;
  height: 100%;
}
.function-content pre {
  white-space: pre-wrap;
}
.function-content .new_text_card {
  display: block;
  border: 1px solid #000;
  padding: 10px;
}
.function-content .new_text_card a {
  text-decoration: none;
}
.function-content .new_text_card .ntc_img {
  display: inline-block;
  width: 28%;
  position: relative;
  padding: 5px;
  vertical-align: middle !important;
}
.function-content .new_text_card .ntc_content {
  display: inline-block;
  width: 70%;
  color: #000;
  text-decoration: none;
  padding-left: 10px;
  vertical-align: middle !important;
}
.function-content .new_text_card .ntc_content .ntc_title {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  -webkit-line-clamp: 1;
}
.function-content .s_head {
  vertical-align: top;
}
.function-content .s_body {
  display: inline-block;
}
.function-content .new_text_card .ntc_content .ntc_description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  -webkit-line-clamp: 2;
}
.function-content .disc-list {
  margin: 1em 2em;
  list-style: disc;
}
.function-content .intro-person ul {
  display: block;
  font-size: 0;
  list-style: none;
  vertical-align: top;
  border: 1px solid #000;
  padding: 0 6rem;
}
.function-content .intro-person ul .p-img {
  display: inline-block;
  width: 28%;
  vertical-align: top;
}
.function-content .intro-person ul .p-img div {
  padding: 0rem;
  margin-top: 3rem;
}
@media screen and (max-width: 500px) {
  .function-content .intro-person ul .p-img {
    width: 100%;
    padding: 0 2em;
    margin: 0 auto;
    text-align: center;
  }
}
.function-content .intro-person ul .p-text {
  display: inline-block;
  width: 72%;
  font-size: 14px;
  vertical-align: top;
  margin: 1.5em 0;
  padding: 0 1em;
}
@media screen and (max-width: 500px) {
  .function-content .intro-person ul .p-text {
    width: 100%;
    padding: 0 1em;
    margin: 0;
  }
}
.function-content .intro-person ul .p-text .p-name {
  font-size: 18px;
  display: inline-block;
  padding-bottom: 0rem;
  font-weight: bold;
  border-bottom: 3px solid #a6a6a6;
}
.function-content .intro-person ul .p-text p {
  margin-bottom: 1rem;
}
.function-content .intro-person ul .p-text p.p-text-last {
  margin-bottom: 0;
}
@media screen and (max-width: 500px) {
  .function-content .intro-person ul .p-text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .function-content .plan-table tbody tr > td:first-child {
    width: 45% !important;
  }
  .function-content .plan-table tbody tr > td:nth-child(2n) {
    width: 55% !important;
  }
  .function-content .plan-table .tsp_only {
    display: inline;
  }
  .function-content .new_text_card .ntc_content .ntc_title {
    font-size: 0.8em;
    line-height: 1.5;
  }
  .function-content .new_text_card .ntc_content .ntc_description {
    font-size: 0.8rem;
    -webkit-line-clamp: 2;
  }
}
.function-content .person_introduction {
  width: 90%;
  margin: 1rem auto;
  display: block;
  border: 1px solid;
  padding: 25px;
  margin-top: 0px;
}
@media screen and (max-width: 767px) {
  .function-content .person_introduction {
    width: 100%;
    padding: 10px;
  }
}
.function-content .person_introduction .pi_picture {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}
.function-content .person_introduction .pi_picture .pi_image {
  text-align: center;
  margin: 1%;
}
.function-content .person_introduction .pi_picture .pi_name {
  text-align: center;
  margin: 0 10px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .function-content .person_introduction .pi_picture {
    width: 100%;
    max-width: 232px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    display: block;
  }
}
.function-content .person_introduction .pi_contenttext {
  width: 70%;
  margin: 0% 1% 1% 3%;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .function-content .person_introduction .pi_contenttext {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}
.function-content .person_introduction .pi_contenttext ul {
  margin-bottom: 1em;
}
.function-content .person_introduction .pi_contenttext ul li {
  font-size: 13px;
}
.function-content .person_introduction .pi_contenttext ul li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #b2d3a7;
  border-radius: 5px;
  margin-right: 5px;
}
.function-content .person_introduction .pi_contenttext p {
  font-size: 13px;
}
.function-content .person_introduction .pi_contenttext p.strong {
  margin-bottom: 0.5em;
  font-weight: bold;
}

/*# sourceMappingURL=function.css.map */
