@charset "UTF-8";
.page-content {
  container-type: inline-size;
}
.page-content .marker {
  background-color: #ffd7dd;
  padding: 0.5em 1em;
  margin-block: 1.5em 0.8em;
  width: 100cqw;
  margin-inline: calc(50% - 50cqw);
  padding-inline: calc(50cqw - 50%);
}

.sec-title {
  border-radius: 30px 0px 0px 30px;
  border-style: solid;
  border-width: 0px 0px 3px 20px;
  border-color: #ff91a0;
  padding: 5px 0 5px 10px;
  color: #000000;
  font-weight: normal;
  font-size: 18px;
}

.in-box {
  margin: 35px auto;
  gap: 20px;
}

.page-content:not(.content-philosophy) .col_2 {
  width: 100%;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  text-align: center;
  margin: 35px auto;
}
.page-content:not(.content-philosophy) .col_2 > div {
  width: 50%;
  padding: 10px;
}
.page-content:not(.content-philosophy) .col_2 h4 {
  padding: 0px 0px 0px 8px;
  border-style: solid;
  border-width: 0px 0px 0px 7px;
  border-color: #ff91a0;
  color: #000000;
  font-size: 22px;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  .page-content:not(.content-philosophy) .col_2 {
    flex-direction: column;
  }
}
.page-content:not(.content-philosophy) .col_2 > div {
  width: auto;
}
.page-content:not(.content-philosophy) .col_2 .net_text {
  margin-top: 0;
}

.sub-title {
  padding-left: 8px;
  border-left-style: solid;
  border-left-width: 7px;
  border-color: #ff91a0;
  font-size: 22px;
  margin-bottom: 20px !important;
}

.col_4 {
  width: 80%;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  color: #fff;
  text-align: center;
  position: relative;
  top: 0;
  margin: auto;
}
@media print, screen and (min-width: 601px) {
  .col_4 > div {
    width: 25%;
    padding: 10px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px 30px 50px 30px;
  }
}
@media screen and (max-width: 600px) {
  .col_4.support_col {
    width: 100%;
    flex-wrap: nowrap;
    gap: 0.5em;
  }
}

.page_title {
  background-color: rgba(255, 145, 160, 0.27);
  display: flex;
  width: 100%;
  padding: 25px;
}

.sub_page_title {
  background-color: rgba(255, 145, 160, 0.27);
  width: 100%;
  padding: 25px;
  text-align: center;
  margin: auto;
}

.sub_page_title h5 {
  margin: 0px 0px 0px 0px;
  padding: 1px 0px 1px 0px;
  background-color: #ffd7dd;
  max-width: 500px;
  margin: auto;
}

.sub_title_p {
  color: #ff91a0;
}

.page-name {
  color: #000000;
  font-family: "Sawarabi Gothic", Sans-serif;
  font-size: 19px;
  line-height: 1.8em;
  margin: auto;
  font-weight: normal;
}

.page-content:not(.content-philosophy) h2 {
  border-radius: 30px 0px 0px 30px;
  border-style: solid;
  border-width: 0px 0px 3px 20px;
  border-color: #ff91a0;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 5px 0 5px 10px;
  color: #000000;
  font-weight: normal;
  font-size: 18px;
}

/*--------device:PC-------*/
@media screen and (min-width: 800px) {
  .innerbox {
    flex-direction: row;
  }
  .sec-news .innerbox {
    justify-content: space-around;
  }
  .sec-news .entry {
    width: 32%;
  }
  .sec-about > .innerbox,
.sec-schedule > .innerbox {
    flex-wrap: wrap;
  }
  .page-excerpt {
    width: 43.75%;
    margin-left: 6.25%;
  }
  .page-kv {
    width: 43.75%;
  }
  .page-jump {
    margin-left: 56.25%;
    margin-right: auto;
    padding: 2rem 0;
  }
  .sec-education {
    height: 100vh;
  }
  .sec-education .innerbox {
    align-items: flex-start;
    justify-content: space-around;
  }
  .content-part {
    width: 32%;
  }
  .content-part > h3,
.content-part .s-eyecatch,
.content-part button {
    text-align: center;
  }
}
/*　2: 概要 */
.outline_table {
  text-align: left;
  width: 100%;
  height: auto;
  margin: 60px 0 0;
  border-collapse: collapse;
  border: none;
}

.outline_table tr {
  border-style: none;
}

.outline_table thead tr th {
  padding: 20px 15px;
  background: #4a4893;
  font-size: 16px;
  font-weight: 600;
  font-family: "Montserrat", "sans-serif";
  line-height: 1;
  color: #fff;
  border-color: #000;
  border-width: 2px;
  border-style: none;
  background-clip: padding-box;
}

.outline_table thead tr th {
  color: #7a7a7a;
  background-color: rgba(255, 145, 160, 0.36078);
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #ffffff;
}

.outline_table thead tr th:first-child {
  border-radius: 0px 0px 0px 0px;
}

.outline_table tbody tr td {
  padding: 15px 10px 15px 20px;
}

.outline_table tbody > tr:nth-child(2n+1) td {
  color: #6d7882;
  background-color: rgba(255, 145, 160, 0);
}

.outline_table tbody > tr:nth-child(2n) td {
  color: #54595f;
  background: rgba(255, 145, 160, 0.36078);
}

.online_text {
  background: rgba(255, 145, 160, 0.36078);
  display: flex;
  align-content: flex-start;
  color: #54595f;
  margin: 2px auto;
}

.online_text p {
  width: 25.789%;
  margin: 67px 0px 0px 0px;
  padding: 89px 20px 20px 20px;
}

.online_text ul {
  width: 74.211%;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 0px 0px 0px;
  padding: 24px 3px 35px 3px;
}

.online_text2 {
  background: rgba(255, 145, 160, 0.36078);
  display: flex;
  align-content: flex-start;
  color: #54595f;
  margin: 2px auto;
}

.online_text2 p {
  width: 25.789%;
  margin: 55px 0px 0px 0px;
  padding: 20px 20px 20px 20px;
}

.online_text2 ul {
  width: 74.211%;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 0px 0px 0px 0px;
  padding: 24px 3px 35px 3px;
}

.online_text2 li {
  margin: 10px 0;
}

.online_text2 a {
  text-decoration: none;
  color: #54595f;
  position: relative;
  padding: 0 0 0 30px;
}

.online_text2 a:before {
  width: 27px;
  height: 32px;
  content: url("../images/page/pdf_mark.png");
  position: absolute;
  top: -5px;
  left: -5px;
}

/*クペリの想い*/
.over-bg {
  border-image-source: linear-gradient(rgba(255, 183, 0, 0.0588235294), rgba(255, 183, 0, 0.0588235294));
  border-image-slice: fill 0;
  border-image-width: 1;
  border-image-outset: 1.5em 100vw;
  border-image-repeat: stretch;
}

.content-philosophy .sec {
  margin-bottom: 0em;
}
.content-philosophy .col_2,
.content-philosophy .in-box {
  margin: 35px auto;
  gap: 20px;
  padding: 10px;
}
.content-philosophy .col_2.is-layout-grid,
.content-philosophy .in-box.is-layout-grid {
  gap: 50px 20px;
}
.content-philosophy .col_2 .box-title,
.content-philosophy .in-box .box-title {
  margin-bottom: 20px;
  line-height: 1.6;
}
.content-philosophy .gap0.is-vertical {
  gap: 0;
}
.content-philosophy .over-bg.in-box, .content-philosophy .over-bg:has(.in-box) {
  margin: calc(35px + 1.5em) auto;
}
.content-philosophy .text-lead {
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 0.6em;
  font-weight: 500;
}
.content-philosophy .text-box > .sub-title:not(:first-of-type) {
  margin-top: 30px;
}
.content-philosophy .content {
  margin-bottom: 3em;
}
.content-philosophy .content::before {
  content: url("../images/top/cperi_icon.png");
  margin: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.content-philosophy .content-title {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}
.content-philosophy .sign {
  margin-left: auto;
}
.content-philosophy .line-box {
  border-top: 1px solid #212529;
  border-bottom: 1px solid #212529;
}
@media screen and (max-width: 600px) {
  .content-philosophy #trouble.is-layout-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/* 子育て・相談*/
.content-guidance .sec {
  margin-block: 35px;
  padding-inline: 15px;
}
.content-guidance .sec.sec:not(:last-of-type) {
  margin-bottom: 5em;
}
.content-guidance .in-box-right {
  text-align: center;
}
.content-guidance .breakdown {
  list-style-position: inside;
}
@media print, screen and (min-width: 601px) {
  .content-guidance .in-box-center figure {
    width: 70%;
  }
}
.content-guidance .place_list dt {
  margin-top: 0.5em;
}
.content-guidance .place_list dt:before {
  content: "・";
}
.content-guidance .place_list dd {
  -webkit-padding-start: 3em;
          padding-inline-start: 3em;
}

/* 講演・研修*/
.content-seminar .sec {
  margin-block: 35px;
  padding-inline: 15px;
}
.content-seminar .sec.sec:not(:last-of-type) {
  margin-bottom: 5em;
}
.content-seminar .in-box {
  margin-top: initial;
}
.content-seminar .performance-list {
  margin-top: 10px;
  margin-bottom: 40px;
}
.content-seminar .performance-list dt:before {
  content: "・";
}
.content-seminar .performance-list dt:not(:first-of-type) {
  margin-top: 0.3em;
}
.content-seminar .performance-list dd {
  margin-left: 1.5em;
}
.content-seminar .in-box-guardian .in-box-right {
  align-content: end;
}
@media print, screen and (min-width: 601px) {
  .content-seminar #seminar-gallery {
    gap: 2em 1em;
    justify-content: space-evenly;
  }
  .content-seminar #seminar-gallery > figure.wp-block-image {
    width: calc((100% - 2em) / 3) !important;
    flex-grow: 0;
  }
}

/* プライバシーポリシー*/
.content-policy {
  max-width: 800px;
}

.content-policy p {
  margin-bottom: 1.5em;
  padding: 10px;
}

.content-policy .policy_text p {
  padding: 0;
  margin: 0 0 10px;
}

.content-policy section {
  padding: 10px;
}

.content-policy ul {
  margin: 0 0 1.5em 3em;
}

.content-policy table {
  margin: 0 0 1.5em;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.content-policy table tbody {
  width: 100%;
}

.content-policy table td {
  width: 50%;
  padding: 0 85px 0 0;
}

.content-policy a {
  box-shadow: none;
  text-decoration: none;
  color: black;
}

/*cperipartner*/
.content-cperipartner p {
  padding: 10px 0 5px 0;
}

.part_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 30px auto 50px;
}

.part_item {
  width: 33.33333333%;
  padding: 10px;
}

.part_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.part_item {
  width: 100%;
}

@media (min-width: 1024px) {
  .part_item {
    width: calc(33.3333333333% - 10.7866666667px);
  }
}
.part_container {
  margin: 0% 0% 0% 0%;
  padding: 12px 30px;
  background-color: transparent;
  background-image: linear-gradient(140deg, #ff91a0 0%, #f9586e 100%);
  transition: background 0s;
  border-radius: 34px 34px 34px 34px;
  text-align: center;
}

.part_button a {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 2.7px;
  background-color: rgba(255, 145, 160, 0);
  border-radius: 30px 30px 30px 30px;
  color: white;
  text-decoration: none;
}

.content-cperipartner h5 {
  margin: 0px 0px 0px 0px;
  padding: 30px 0px 0px 0px;
  border-style: double;
  border-width: 0px 0px 4px 0px;
  border-color: #ff91a0;
  color: #ff91a0;
}

.top_slide .caption {
  text-align: center;
  border-bottom: double #ff91a0;
  padding: 20px 0 10px 0;
  color: #ff91a0;
  margin-bottom: 20px;
}

/* slider部分 */
.sec-partner {
  margin-top: 5em;
  margin-bottom: 5em;
}
.sec-partner .caption {
  text-align: center;
  border-bottom: double #ff91a0;
  padding: 20px 0 10px 0;
  color: #ff91a0;
  margin-bottom: 20px;
}
.sec-partner .slider-item {
  color: #7a7a7a;
}
.sec-partner .teacher_name {
  text-align: center;
  font-family: "Sawarabi Gothic", Sans-serif;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1.5px;
  font-size: 24px;
  -webkit-margin-after: 0.4em;
          margin-block-end: 0.4em;
}
.sec-partner .teacher_name a {
  color: #ff91a0;
  text-decoration: none;
}
.sec-partner .teacher_title {
  text-align: center;
  font-size: 14px;
  line-height: 2.7em;
  margin: 0px 0 0;
}

.slick-track {
  display: flex !important;
  height: 500px;
  align-items: stretch;
}

.slider-item {
  margin-inline: 0.5em;
  padding: 0.3em 0.3em 1em;
  background-color: #fff;
  flex-grow: 1;
}

.teacher_text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 7; /* 最大行数を2行に設定 */
}

.slick-dots {
  display: none;
}

/*baby*/
.page-cperipartner .col_2 {
  border-bottom: #e9e4cc solid 6.7px;
  margin: 36px 0 40px 0;
  padding: 0 0 35px 0;
  width: 86%;
}

.page-cperipartner .left {
  width: 33.333%;
}

.page-cperipartner .right {
  width: 66.666%;
}

.page-cperipartner .name_title {
  text-align: left;
  margin: 2px 0px 15px 0px;
  padding: 0px 0px 7px 0px;
  border-style: dotted;
  border-width: 0px 0px 4px 0px;
  border-color: #ff91a0;
}

.page-cperipartner .name_title h3 {
  font-size: 30px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.page-cperipartner .right p {
  text-align: left;
  margin-bottom: 20px;
}

.page-cperipartner .more_btn {
  margin: 0% 0% 0% 0%;
  padding: 5px 0px 5px 0px;
  background-color: transparent;
  background-image: linear-gradient(140deg, #ff91a0 0%, #f9586e 100%);
  transition: background 0s;
  border-radius: 34px 34px 34px 34px;
}

.page-cperipartner .more_btn a {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 2.7px;
  background-color: rgba(255, 145, 160, 0);
  border-radius: 30px 30px 30px 30px;
  color: #fff;
  fill: #fff;
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .page-cperipartner .left {
    width: 100%;
  }
  .page-cperipartner .right {
    width: 100%;
  }
}
/* クペリネット　*/
.net_container {
  margin: 0% 0% 0% 0%;
  padding: 10px;
  background-color: transparent;
  background-image: linear-gradient(140deg, #ff91a0 0%, #f9586e 100%);
  transition: background 0s;
  border-radius: 34px 34px 34px 34px;
  text-align: center;
}

.net_text {
  margin: 200px 0px 0px 0px;
  text-align: left;
}

.net_text h4 {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 20px;
}

/*クペリネットとは*/
.cperinet h3 {
  font-weight: 900;
  letter-spacing: 0px;
  font-size: 19px;
  color: #ff91a0;
  margin-bottom: 20px;
}

.cperinet p {
  margin-bottom: 20px;
}

.cperinet .free_hp {
  margin: 0% 30% 0% 0%;
  padding: 1% 0% 1% 15%;
  background-color: transparent;
  background-image: linear-gradient(140deg, #ff91a0 0%, #f9586e 100%);
  transition: background 0s;
  border-radius: 34px 34px 34px 34px;
}

.cperinet .free_hp a {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 2.7px;
  background-color: rgba(255, 145, 160, 0);
  border-radius: 30px 30px 30px 30px;
  padding: 10px 20px;
  color: white;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 2.7px;
  text-decoration: none;
}

.cperinet .col_2 {
  text-align: left;
}

.cperinet .free_text_r {
  border-style: solid;
  border-width: 0px 0px 0px 15px;
  border-color: #ff91a0;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 10px 10px 10px;
  background-color: rgba(255, 145, 160, 0.27);
}

.cperinet .free_text_y {
  border-style: solid;
  border-width: 0px 0px 0px 15px;
  border-color: #ffb700;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 10px 10px 10px;
  background-color: #ffffff;
}

/* ご利用の流れ　*/
.content-flow {
  max-width: 800px;
}

.content-flow p {
  margin-bottom: 1.5em;
  padding: 10px;
}

.content-flow .policy_text p {
  padding: 0;
  margin: 0 0 10px;
}

.content-flow section {
  padding: 10px;
}

.content-flow ul {
  margin: 0 0 1.5em 3em;
}

.content-flow a {
  box-shadow: none;
  text-decoration: none;
  color: black;
}

.flow_btn {
  text-align: center;
  margin: 45px auto 0;
}

.flow_btn a {
  fill: #ff91a0;
  color: #ff91a0;
  background-color: #ffffff;
  border-style: double;
  border-color: #ff91a0;
  border-radius: 0px 0px 0px 0px;
  font-size: 16px;
  padding: 15px 30px;
  text-decoration: none;
}

/* 料金について　*/
.content-plan {
  max-width: 800px;
}

.content-plan p {
  margin-bottom: 1.5em;
  padding: 10px;
}

.content-plan .policy_text p {
  padding: 0;
  margin: 0 0 10px;
}

.content-plan section {
  padding: 10px;
}

.content-plan ul {
  margin: 0 0 1.5em 3em;
}

/* 質問　*/
/*--- Spoiler + Accordion ---*/
.su-spoiler-style-simple {
  /*border: 2px solid #FF91A0!important;
  border-bottom: 2px solid #FF91A0!important;
  border-radius: 10px!important;*/
  border: none;
  border-radius: none;
  color: #333 !important;
}

.su-spoiler-style-simple > .su-spoiler-title {
  background: #ff91a0 !important;
  /*背景色*/
  font-size: 1.1em !important;
  margin: 0;
  padding: 15px 20px !important;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  outline: none;
  color: #ffffff !important;
}

.su-spoiler-style-simple > .su-spoiler-content {
  /*border-bottom-left-radius:10px!important;
  border-bottom-right-radius:10px!important;*/
  border: none;
  border-radius: none;
}

.su-accordion .su-spoiler {
  margin-bottom: 0.1em;
}

.su-spoiler-style-simple {
  border: none !important;
}

.content-faq-2 section {
  padding: 0 0 40px 0;
}

/* 支援について　*/
.content-support .support_text {
  text-align: center;
  color: #ff91a0;
  font-size: 20px;
  line-height: 2em;
}
.content-support .support_h3 {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 30px 0px;
  background-image: radial-gradient(at center center at center center, #f9ec86 0%, rgba(255, 255, 255, 0) 45%);
  text-align: center;
}
.content-support h3 {
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: normal;
  color: #ff91a0;
}
.content-support blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
.content-support .support_icon {
  text-align: center;
}
.content-support p {
  margin-bottom: 1.5em;
}
.content-support ul {
  margin: 0 0 1.5em 3em;
}
.content-support .support_furikomi {
  padding: 10px;
}
.content-support .support_cre_btn {
  margin: 0% 50% 0% 0%;
  padding: 0px 0px 0px 0px;
  background-color: transparent;
  background-image: linear-gradient(140deg, #ff91a0 0%, #f9586e 100%);
  transition: background 0s;
  border-radius: 34px 34px 34px 34px;
  text-align: center;
  padding: 0px 24px;
}
.content-support .support_cre_btn a {
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 2.7px;
  background-color: rgba(255, 145, 160, 0);
  border-radius: 30px 30px 30px 30px;
  color: white;
  text-decoration: none;
}

.credit_flex {
  display: flex;
  justify-content: center;
  padding: 10px;
}

.credit_flex p {
  margin: 0;
}

.credit_flex span {
  padding: 0 0 0 10px;
}

@media screen and (max-width: 600px) {
  .content-support h3 {
    font-size: 24px;
  }
}
/* 会員　*/
.content-sponsor section {
  padding: 10px;
}

.content-sponsor p {
  margin-bottom: 1.5em;
}

.content-sponsor ul {
  padding: 10px 0 20px 65px;
}

.content-sponsor a {
  text-decoration: none;
  color: black;
}

/* お問い合せ　*/
.cform th {
  font-size: 14px;
  width: 20%;
  /*変なところで改行される場合はここの数字を変更します。*/
  border-bottom: solid 1px #d6d6d6;
  padding: 10px 0 10px 15px;
  font-weight: normal;
  text-align: left;
}

.cform td {
  font-size: 14px;
  line-height: 150%;
  border-bottom: solid 1px #d6d6d6;
  padding: 10px 5px;
}

.cform {
  width: 100%;
  margin: auto;
}

.cform [type=submit] {
  display: inline-block;
  font-size: 20px;
  padding: 10px 30px;
  text-decoration: none;
  background: #ff8f00;
  color: #fff;
  border-bottom: solid 4px #b17c00;
  border-radius: 3px;
}

.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
  width: 100%;
}

.required-srt {
  font-size: 8pt;
  padding: 5px;
  background: #ce0000;
  color: #fff;
  border-radius: 3px;
  margin-left: 10px;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .cform th,
.cform td {
    width: 100%;
    display: block;
    border-top: none;
  }
}
.submit-btn input {
  background: #00142c;
  width: 60%;
  max-width: 550px;
  min-width: 220px;
  margin: 30px auto;
  display: block;
  border: 1px #00142c solid;
  text-align: center;
  padding: 5px;
  color: #fff;
  transition: all 0.4s ease;
  background-color: #eee;
  border: 1px solid #ddd;
  color: #333;
  font-size: 1em;
  padding: 10px 15px;
}

.submit-btn input:hover {
  background: #fff;
  color: #00142c;
}

input {
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 2px;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: none;
  font-size: 16px;
  border: 1px solid #ccc;
  padding: 6px 10px;
  height: 38px;
  width: 100%;
  line-height: 1.3;
}

textarea {
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 2px;
  color: #333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: block;
  float: none;
  font-size: 16px;
  border: 1px solid #ccc;
  padding: 6px 10px;
  width: 100%;
  line-height: 1.3;
}

/* teacher */
.content-suppotteacher {
  box-shadow: 1px 1px 20px #e8e9eb;
  padding: 30px 15px;
  background: white;
}

.content-suppotteacher .teacher_main {
  width: 35% !important;
}

.content-suppotteacher .teacher_text {
  width: 65% !important;
  color: #333;
  text-align: left;
}

.content-suppotteacher .teacher_text h5 {
  color: #333;
  font-size: 18px;
  padding: 20px 0 0 0;
  margin-bottom: 8px;
  text-align: left;
}

.content-suppotteacher .teacher_name {
  background-color: #ff91a0 !important;
  color: #fff;
  padding: 15px 20px;
  text-align: center;
  margin-top: -10px;
  font-size: 24px;
  margin-bottom: 30px;
}