@charset "UTF-8";
.seminar #wrapper {
  position: relative;
  font-feature-settings: "palt";
  overflow-x: hidden;
  font-size: 16px;
}

.seminar h1, .seminar h2, .seminar h3, .seminar h4, .seminar h5, .seminar h6 {
  font-size: 1em;
}

.seminar section {
  background: #fff;
}

.seminar strong {
  background: #ffff00;
  font-weight: bold;
}

.seminar .facebook-box {
  display: block !important;
  padding: 100px 0 75px;
  background: #fff;
  margin: 0;
}

@media screen and (min-width: 769px) {
  .seminar .sp-only {
    display: none !important;
  }
}

/* temp_a start */

.seminar a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.temp_a .head_sub_menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(229, 1, 18, 0.8);
  width: 100%;
  z-index: 10;
}

.is_scroll .head_sub_menu {
  position: fixed;
  top: 0;
}

.temp_a .head_sub_menu_in {
  max-width: 1050px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.temp_a .head_sub_menu_li a {
  font-size: 15px;
  padding: 20px;
  display: block;
  color: #fff;
}

.temp_a .hero {
  background: #000;
}

.temp_a .hero_in {
  max-width: 1050px;
  margin: auto;
  position: relative;
}

.temp_a .hero_in img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.temp_a .hero_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  /* padding-top: 65px; */
  margin-top: 35px;
  width: 100%;
  background: #fff;
}

.temp_a .hero_ttl .sub_ttl {
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  /* background: #fff; */
  color: #b7010e;
  padding: 14px 30px;
  margin-bottom: 5px;
}

.temp_a .hero_ttl h1 {
  /* display: inline; */
  display: block;
  background: #fff;
  line-height: 1.375;
  font-size: 40px;
  padding: 5px 0;
  font-weight: bold;
}

.temp_a .nayami {
  text-align: center;
  position: relative;
  margin-top: -50px;
  padding-bottom: 90px;
}

.temp_a .nayami::before {
  position: absolute;
  content: "";
  border-top: 20px solid #b7010e;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 35px;
  width: 0;
  height: 0;
}

.temp_a .nayami_in {
  padding: 40px 75px;
  background: #b7010e;
  margin: auto;
  display: inline-block;
}

.temp_a .nayami__ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
}

.temp_a .nayami__li {
  display: inline-block;
  margin: auto;
  max-width: 500px;
  text-align: left;
}

.temp_a .nayami__li li {
  padding-left: 15px;
  position: relative;
  color: #fff;
  margin: 0 auto 10px;
}

.temp_a .nayami__li li:before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  margin: auto;
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
}

.temp_a .intro_bg {
  background: url("/wordpress/wp-content/themes/inspire/tpl/img/seminar/intro_bg_a.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.temp_a .intro {
  max-width: 1050px;
  padding: 100px 0;
  margin: auto;
}

.temp_a .intro__ttl {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
  line-height: 1.25;
}

.temp_a .intro__ttl h2:not(:last-child), .temp_a .intro__ttl p:not(:last-child) {
  margin-bottom: 30px;
}

.temp_a .intro__txt {
  text-align: left;
  line-height: 2;
}

.temp_a .intro__txt p {
  margin: auto;
  text-align: left;
  max-width: 800px;
}

.temp_a .intro__txt p:not(:last-child) {
  margin-bottom: 30px;
}

.temp_a .cont__ttl {
  background: #b7010e;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  padding: 33px 0;
  text-align: center;
  width: 47%;
  margin-bottom: -50px;
  z-index: 1;
}

.temp_a .cont__ttl.right {
  margin-right: 0;
  margin-left: auto;
}

.temp_a .cont__ttl.center {
  margin-right: auto;
  margin-left: auto;
}

.temp_a .container {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

.temp_a .cont__txt {
  width: 77%;
  max-width: 1100px;
  background: #f2f4f5;
  padding: 100px 0 90px;
  z-index: -1;
  padding: 100px 0 90px calc(47% - 485px);
  min-height: 250px;
  position: relative;
}

.temp_a .cont__txt.right {
  padding: 100px calc(47% - 485px) 90px 0;
  margin-right: 0;
  margin-left: auto;
}

.temp_a .cont__txt.center {
  padding: 100px 0 90px 0;
  margin-right: auto;
  margin-left: auto;
}

.temp_a .cont__txt_in {
  width: 50%;
}

.temp_a .cont__txt_in p {
  line-height: 2;
}

.temp_a .cont__txt_in p:not(:last-child) {
  margin-bottom: 30px;
}

.temp_a .cont__txt.right .cont__txt_in {
  width: 49%;
  margin-right: 0;
  margin-left: auto;
  text-align: left;
}

.temp_a .cont__txt__ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
}

.temp_a .talk_topics li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.temp_a .talk_topics li:before {
  position: absolute;
  content: "";
  background: url("/wordpress/wp-content/themes/inspire/tpl/img/seminar/temp_a_check.svg") no-repeat;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  top: 6px;
  left: 0;
}

.temp_a .talk_topics li ul {
  margin: 10px 0;
}

.temp_a .talk_topics li ul li {
  padding-left: 10px;
  position: relative;
  font-size: 14px;
}

.temp_a .talk_topics li ul li:before {
  position: absolute;
  content: "-";
  left: 0;
  top: 0;
  background: none;
}

.temp_a .cont__img {
  position: absolute;
  top: 100px;
  right: -70px;
  width: 46%;
  max-width: 500px;
}

.temp_a .cont__img img {
  width: 100%;
}

.temp_a .teacher .cont__img {
  position: absolute;
  top: 80px;
  left: 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 410px;
  padding: 100px 0 90px calc(47% - 485px);
}

.temp_a .teacher .cont__img img {
  width: 48%;
  margin: 10px 0;
}

.temp_a .teacher .cont__img::before {
  content: "";
  display: block;
  width: 31%;
  order: 1;
}

.temp_a .teacher .cont__img::after {
  content: "";
  display: block;
  width: 31%;
}

.temp_a .teacher__flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 25px;
}

.temp_a .teacher__flex__img {
  width: 32%;
  margin-right: 25px;
}

.temp_a .teacher__flex__img img {
  width: 100%;
}

.temp_a .teacher__flex__txt {
  width: 65%;
}

.temp_a .teacher__name {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}

.temp_a .teacher__name span {
  font-size: 12px;
  font-weight: normal;
  padding-left: 10px;
}

.temp_a .teacher .cont__txt_in .teacher_txt p {
  font-size: 15px;
  line-height: 2;
}

.temp_a .teacher .cont__txt_in .teacher_txt p:not(:last-child) {
  margin-bottom: 30px;
}

.temp_a .holding_box {
  padding: 80px 0 60px;
  width: 47%;
  margin: auto;
}

.holding_access {
  margin-top: 20px;
  display: block;
}

.temp_a .holding_box__flex {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #f2f2f2;
}

.temp_a .holding_box__flex:first-child {
  border-top: 1px solid #f2f2f2;
}

.temp_a .holding_box__flex-ttl {
  font-size: 15px;
  font-weight: bold;
  background: #f2f4f5;
  padding: 32px 30px;
  text-align: center;
  width: 23%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.temp_a .holding_box__flex-txt {
  font-size: 15px;
  line-height: 2;
  padding: 15px 0;
  width: 63%;
}

.temp_a .holding_box__flex-txt p:not(:last-child) {
  margin-bottom: 30px;
}

.temp_a .holding_map {
  height: 0;
  overflow: hidden;
  padding-bottom: 30%;
  position: relative;
  max-width: 1050px;
  margin: auto;
}

.temp_a .holding_map p:not(:last-child) {
  margin-bottom: 30px;
}

.temp_a .holding_map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.temp_a .target__li li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.temp_a .target__li li:before {
  position: absolute;
  content: "";
  background: url("/wordpress/wp-content/themes/inspire/tpl/img/seminar/temp_a_check.svg") no-repeat;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  top: 6px;
  left: 0;
}

.temp_a .benefits .container {
  padding-top: 0;
}

.temp_a .benefits .cont__txt {
  width: 100%;
  max-width: 100%;
  padding: 0;
  position: relative;
}

.temp_a .benefits .cont__txt_in {
  width: auto;
  max-width: 1050px;
  margin: auto;
}

.temp_a .benefits .cont__txt_in img {
  position: relative;
  padding-top: 100px;
  padding-bottom: 50px;
  width: auto;
  max-width: 100%;
  display: block;
  margin: auto;
}

.temp_a .voice .container {
  padding-bottom: 0;
}

.temp_a .voice .cont__txt {
  margin-left: auto;
  margin-right: 0;
  padding-bottom: 50px;
}

.temp_a .voice .cont__txt:not(:nth-child(2)) {
  padding-top: 50px;
}

.temp_a .voice .cont__txt:nth-child(odd) {
  margin-left: 0;
  margin-right: auto;
}

.temp_a .voice .cont__txt:not(:last-child) {
  margin-bottom: 10px;
}

.temp_a .voice .cont__txt .cont__txt_in {
  width: 92%;
}

.temp_a .voice .cont__txt .cont__txt_in .voice__ttl {
  background: #000;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding: 5px 15px;
  margin-bottom: 25px;
}

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

.temp_a .voice__flex__img {
  width: 18%;
  margin-right: 25px;
}

.temp_a .voice__flex__img img {
  width: 100%;
}

.temp_a .voice__flex__txt {
  width: 80%;
}

.temp_a .voice__affiliation p {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.66;
}

.temp_a .voice__affiliation p:not(:last-child) {
  margin-bottom: 30px;
}

.temp_a .voice__name {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 40px;
}

.temp_a .voice__name span {
  font-size: 14px;
  font-weight: normal;
  padding-left: 10px;
}

.temp_a .voice__dec p {
  font-size: 15px;
  line-height: 2;
}

.temp_a .voice__dec p:not(:last-child) {
  margin-bottom: 30px;
}

.temp_a #mess {
  background: linear-gradient(180deg, #fff 0%, #fff 40%, transparent 40%, transparent 100%);
}

.temp_a .mess {
  z-index: 1;
  padding-bottom: 400px;
}

.temp_a .mess .cont__txt {
  width: 54%;
}

.temp_a .mess .cont__txt_in {
  width: 88%;
}

.temp_a .mess .cont__img {
  position: relative;
  margin-top: -280px;
  right: 0;
  width: 100%;
  display: block;
  z-index: -2;
}

.temp_a .cont__img.mess {
  position: fixed;
  top: 100px;
  right: 0px;
  top: 0%;
  width: 100%;
  max-width: 100%;
  z-index: -1;
}

.temp_a .entry .container {
  padding-bottom: 0;
}

.temp_a .entry .cont__ttl {
  z-index: 1;
}

.temp_a .entry .entry_in {
  max-width: 1050px;
  background: #f2f4f5;
  padding: 100px 60px 60px;
  margin: 0 auto 10px;
  position: relative;
  z-index: -1;
  text-align: center;
}

.temp_a .entry .entry_in__box {
  max-width: 700px;
  margin: auto;
}

.temp_a .entry .entry_ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
}

.temp_a .entry .entry_ttl_sub {
  font-size: 15px;
  font-weight: bold;
  color: #b7010e;
  display: block;
  margin-bottom: 15px;
  line-height: 2;
}

.temp_a .entry .entry_dec {
  display: block;
  text-align: left;
  margin: auto;
  font-size: 15px;
  line-height: 2;
  margin-bottom: 30px;
}

.temp_a .entry .entry_dec.center {
  text-align: center;
}

.temp_a .entry .entry_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 80px;
}

.temp_a .entry .entry_btn__link {
  width: 30%;
  background: #fff;
  color: #000077;
  padding: 20px;
  border-left: 5px solid #000077;
  font-size: 20px;
  font-weight: bold;
  margin: 25px 20px;
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  -webkit-transition: -webkit-transform 0.2s, -webkit-box-shadow 0.1s;
  transition: -webkit-transform 0.2s, -webkit-box-shadow 0.1s;
  -o-transition: box-shadow 0.1s, -o-transform 0.2s;
  transition: transform 0.2s, box-shadow 0.1s;
  transition: transform 0.2s, box-shadow 0.1s, -webkit-transform 0.2s, -o-transform 0.2s, -webkit-box-shadow 0.1s;
  will-change: transform, box-shadow;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
}

.temp_a .entry .entry_btn__link:hover {
  -webkit-transform: translate(5px, 5px);
  -ms-transform: translate(5px, 5px);
  -o-transform: translate(5px, 5px);
  transform: translate(5px, 5px);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
}

.temp_a .entry .entry_btn__link.general {
  color: #000077;
  border-left: 5px solid #000077;
}

.temp_a .entry .entry_btn__link.member {
  color: #b7010e;
  border-left: 5px solid #b7010e;
}

.temp_a .entry .entry_btn__link.live {
  color: #000000;
  border-left: 5px solid #000000;
}

.temp_a .last_entry_dec {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .seminar .pc-only {
    display: none !important;
  }
  .temp_a .container {
    padding: 70px 0;
    position: relative;
    z-index: 1;
  }
  .temp_a .head_sub_menu {
    display: none;
  }
  .temp_a .hero_in img {
    object-fit: cover;
    font-family: "object-fit: cover;";
    height: 390px;
  }
  .temp_a .hero_ttl {
    width: 90%;
    padding: 0 10px;
  }
  .temp_a .hero_ttl .sub_ttl {
    font-size: 12px;
    padding: 5px 10px;
  }
  .temp_a .hero_ttl h1 {
    font-size: 27px;
    padding: 3px 0;
    line-height: 1.45;
  }
  .temp_a .nayami {
    margin: -25px 10px 0px;
  }
  .temp_a .nayami_in {
    padding: 20px;
  }
  .temp_a .nayami__ttl {
    font-size: 15px;
  }
  .temp_a .nayami__li li {
    padding-left: 10px;
    font-size: 12px;
  }
  .temp_a .nayami__li li:before {
    top: 8px;
  }
  .temp_a .intro__ttl {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .temp_a .intro__txt p {
    font-size: 12px;
  }
  .temp_a .intro {
    margin: auto;
    padding: 50px 10px;
  }
  .temp_a .cont__ttl {
    font-size: 20px;
    width: 90%;
    padding: 14px 0;
    margin-bottom: -25px;
  }
  .temp_a .cont__txt {
    width: auto;
    min-height: auto;
    padding: 40px 10px 75px;
  }
  .temp_a .cont__txt_in {
    width: 92%;
  }
  .temp_a .cont__txt__ttl {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .temp_a .talk .container {
    padding-bottom: 0;
  }
  .temp_a .talk_topics li, .temp_a .target__li li {
    margin-bottom: 5px;
    font-size: 14px;
    padding-left: 20px;
  }
  .temp_a .talk_topics li ul li {
    font-size: 12px;
  }
  .temp_a .talk_topics li::before, .temp_a .target__li li::before {
    top: 4px;
  }
  .temp_a .cont__img {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    margin-right: 10px;
    margin-left: auto;
    margin-top: -50px;
    padding: 0;
    width: 66%;
  }
  .temp_a .cont__img img {
    width: 100%;
    max-height: 175px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .temp_a .cont__img.mess {
    position: fixed;
    top: 0px;
    right: 0px;
    top: 0%;
    width: 100%;
    z-index: -1;
    margin: 0;
  }
  .temp_a .cont__img.mess img {
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .temp_a .cont__txt.right {
    padding: 40px 10px 40px;
  }
  .temp_a .cont__txt.right .cont__txt_in {
    width: 92%;
  }
  .temp_a .teacher__flex {
    margin-bottom: 15px;
  }
  .temp_a .teacher__name {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .temp_a .teacher__name span {
    font-size: 12px;
  }
  .temp_a .cont__txt_in p {
    line-height: 1.45;
    font-size: 12px;
  }
  .temp_a .teacher__flex__img {
    width: 32%;
    margin-right: 10px;
  }
  .temp_a .teacher .cont__txt_in .teacher_txt p {
    font-size: 12px;
    line-height: 1.45;
  }
  .temp_a .teacher .cont__txt_in .teacher_txt p:not(:last-child) {
    margin-bottom: 30px;
  }
  .temp_a .teacher .cont__img {
    position: relative;
    top: 0;
    left: 0px;
    width: 95%;
    margin-top: -70px;
  }
  .temp_a .teacher .cont__img img {
    width: 23%;
    margin: 5px 0;
  }
  .temp_a .teacher .cont__img::before {
    content: "";
    display: block;
    width: 23%;
    order: 1;
  }
  .temp_a .teacher .cont__img::after {
    content: "";
    display: block;
    width: 23%;
  }
  .temp_a .holding_box {
    padding: 40px 10px 60px;
    width: auto;
    margin: auto;
  }
  .temp_a .cont__ttl.center {
    margin-right: 10px;
    margin-left: 10px;
    width: auto;
  }
  .temp_a .holding_box__flex-ttl {
    font-size: 12px;
    width: 23%;
    padding: 15px 10px;
  }
  .temp_a .holding_box__flex-txt {
    font-size: 12px;
    line-height: 1.45;
    width: 68%;
  }
  .temp_a .holding_map {
    padding-bottom: 57%;
  }
  .temp_a .benefits .cont__txt {
    padding: 0 15px;
    width: auto;
  }
  .temp_a .benefits .cont__txt_in img {
    padding-top: 50px;
    padding-bottom: 25px;
  }
  .temp_a .voice .cont__txt {
    padding-bottom: 25px;
    width: 92%;
  }
  .temp_a .voice .cont__txt .cont__txt_in {
    width: 95%;
    margin-right: 0;
    margin-left: auto;
  }
  .temp_a .voice .cont__txt .cont__txt_in .voice__ttl {
    font-size: 15px;
    padding: 5px;
    margin-bottom: 15px;
    line-height: 1.16;
  }
  .temp_a .voice__flex {
    margin-bottom: 15px;
  }
  .temp_a .voice__flex__img {
    width: 28%;
    margin-right: 15px;
  }
  .temp_a .voice__name {
    font-size: 15px;
    margin: 0;
  }
  .temp_a .voice .cont__txt:not(:nth-child(2)) {
    padding-top: 25px;
  }
  .temp_a .voice .cont__txt:nth-child(odd) .cont__txt_in {
    width: 95%;
    margin-right: auto;
    margin-left: 0;
  }
  .temp_a .mess {
    padding-bottom: 200px;
  }
  .temp_a .mess .container {
    padding-bottom: 0;
  }
  .temp_a .mess .cont__txt {
    width: auto;
    padding: 40px 10px 25px;
  }
  .temp_a .mess .cont__img {
    margin-top: 0;
  }
  .temp_a .mess .cont__img img {
    width: 100%;
    max-height: 100%;
  }
  .temp_a .entry .entry_in {
    padding: 50px 10px 30px;
  }
  .temp_a .entry .entry_ttl_sub {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .temp_a .entry .entry_ttl {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .temp_a .entry .entry_dec {
    font-size: 12px;
    line-height: 1.45;
    display: block;
  }
  .temp_a .entry .entry_btn {
    margin-top: 30px;
  }
  .temp_a .entry .entry_btn__link {
    width: 64%;
    font-size: 15px;
    padding: 14px 10px;
    margin: 15px;
  }
  .temp_a .last_entry_dec {
    text-align: left;
    padding: 0 10px 50px;
    font-size: 12px;
  }
  .seminar .facebook-box {
    padding: 0 10px 50px;
    overflow: auto;
  }
}

/* temp_b start */

.temp_b .head_sub_menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #b7010e;
  width: 100%;
  z-index: 10;
}

.temp_b .head_sub_menu_in {
  max-width: 1050px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.temp_b .head_sub_menu_li a {
  font-size: 15px;
  padding: 20px;
  display: block;
  color: #fff;
}

.temp_b .hero {
  background: #fff;
}

.temp_b .hero_in {
  max-width: 1050px;
  margin: auto;
  position: relative;
}

.temp_b .hero_in img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.temp_b .hero_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  /* padding-top: 65px; */
  margin-top: 35px;
  width: 100%;
  background: #fff;
}

.temp_b .hero_ttl .sub_ttl {
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  /* background: #fff; */
  color: #b7010e;
  padding: 14px 30px;
  margin-bottom: 5px;
}

.temp_b .hero_ttl h1 {
  /* display: inline; */
  /* background: #fff; */
  line-height: 1.375;
  font-size: 40px;
  padding: 5px 0;
  font-weight: bold;
}

.temp_b .nayami {
  text-align: center;
  position: relative;
  margin-top: -50px;
  padding-bottom: 90px;
}

.temp_b .nayami::before {
  position: absolute;
  content: "";
  border-top: 20px solid #b7010e;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 35px;
  width: 0;
  height: 0;
}

.temp_b .nayami_in {
  padding: 40px 75px;
  background: #b7010e;
  margin: auto;
  display: inline-block;
}

.temp_b .nayami__ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
}

.temp_b .nayami__li {
  display: inline-block;
  margin: auto;
  max-width: 500px;
  text-align: left;
}

.temp_b .nayami__li li {
  padding-left: 15px;
  position: relative;
  font-size: 15px;
  color: #fff;
  margin: 0 auto 10px;
}

.temp_b .nayami__li li:before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  margin: auto;
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
}

.temp_b .intro_bg {
  background: url("/wordpress/wp-content/themes/inspire/tpl/img/seminar/intro_bg_b.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.temp_b .intro {
  max-width: 1050px;
  padding: 100px 0;
  margin: auto;
}

.temp_b .intro__ttl {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
  line-height: 1.25;
}

.temp_b .intro__txt {
  text-align: center;
}

.temp_b .intro__txt p {
  display: block;
  margin: auto;
  text-align: left;
  max-width: 800px;
}

.temp_b .intro__txt p:not(:last-child) {
  margin-bottom: 30px;
}

.temp_b .cont__ttl {
  background: #b7010e;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  width: 50%;
  margin: auto;
  z-index: 1;
}

.temp_b .container {
  padding: 100px 0 0;
  position: relative;
  z-index: 1;
}

.temp_b .cont__txt {
  width: 50%;
  padding: 50px 0 0;
  margin: auto;
  position: relative;
  text-align: center;
}

.temp_b .cont__txt_in {
  width: auto;
}

.temp_b .cont__txt_in p {
  line-height: 2;
}

.temp_b .cont__txt_in p:not(:last-child) {
  margin-bottom: 30px;
}

.temp_b .cont__txt.right .cont__txt_in {
  width: 49%;
  margin-right: 0;
  margin-left: auto;
  text-align: left;
}

.temp_b .cont__txt__ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
}

.temp_b .talk_topics, .temp_b .target__li {
  display: inline-block;
}

.temp_b .talk_topics li, .temp_b .target__li li {
  margin-bottom: 10px;
  font-size: 16px;
  padding-left: 25px;
  position: relative;
  text-align: left;
}

.temp_b .talk_topics li ul {
  margin: 10px 0;
}

.temp_b .talk_topics li ul li {
  padding-left: 10px;
  position: relative;
  font-size: 14px;
}

.temp_b .talk_topics li ul li:before {
  position: absolute;
  content: "-";
  left: 0;
  top: 0;
  background: none;
}

.temp_b .talk_topics li:before, .temp_b .target__li li:before {
  position: absolute;
  content: "";
  background: url("/wordpress/wp-content/themes/inspire/tpl/img/seminar/temp_b_check.svg") no-repeat;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  top: 6px;
  left: 0;
}

.temp_b .cont__img {
  position: absolute;
  top: 100px;
  right: -70px;
  width: 46%;
}

.temp_b .cont__img img {
  width: 100%;
}

.temp_b .talk .cont__img {
  display: none;
}

.temp_b .teacher .cont__img {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 84%;
  margin-top: 40px;
}

.temp_b .teacher .cont__img img {
  width: 22%;
  margin: 10px 0;
}

.temp_b .teacher__flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 25px;
}

.temp_b .teacher__flex__img {
  width: 24%;
  margin-right: 25px;
}

.temp_b .teacher__flex__img img {
  width: 100%;
}

.temp_b .teacher__flex__txt {
  width: 72%;
  text-align: left;
}

.temp_b .teacher__name {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}

.temp_b .teacher__name span {
  font-size: 14px;
  font-weight: normal;
  padding-left: 10px;
}

.temp_b .teacher .cont__txt_in .teacher_txt {
  font-size: 15px;
  line-height: 2;
  text-align: left;
}

.temp_b .holding_box {
  padding: 60px 0 100px;
  width: 50%;
  margin: auto;
}

.temp_b .holding_box__flex {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #f2f2f2;
}

.temp_b .holding_box__flex:first-child {
  border-top: 1px solid #f2f2f2;
}

.temp_b .holding_box__flex-ttl {
  font-size: 15px;
  font-weight: bold;
  padding: 32px 30px;
  text-align: center;
  width: 19%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-right: 1px solid #f2f2f2;
}

.temp_b .holding_box__flex-txt {
  font-size: 15px;
  line-height: 2;
  padding: 15px 0;
  width: 63%;
}

.temp_b .holding_box__flex-txt p:not(:last-child) {
  margin-bottom: 30px;
}

.temp_b .holding_map {
  height: 0;
  overflow: hidden;
  padding-bottom: 30%;
  position: relative;
  max-width: 1050px;
  margin: auto;
}

.temp_b .holding_map p:not(:last-child) {
  margin-bottom: 30px;
}

.temp_b .holding_map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.temp_b .benefits .cont__txt {
  width: 100%;
  padding: 0;
  position: relative;
}

.temp_b .benefits .cont__txt_in {
  width: auto;
  max-width: 1050px;
  margin: 50px auto 0;
}

.temp_b .benefits .cont__txt_in img {
  position: relative;
  width: 100%;
}

.temp_b .voice .container {
  padding-bottom: 0;
}

.temp_b .voice .cont__txt {
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0 0;
  max-width: 900px;
  width: auto;
}

.temp_b .voice .cont__txt .cont__txt_in .voice__ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  padding: 5px 0px;
  margin-bottom: 25px;
  border-bottom: 1px solid #dcdcdc;
}

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

.temp_b .voice__flex__img {
  width: 17%;
  margin-right: 20px;
}

.temp_b .voice__flex__img img {
  width: 100%;
}

.temp_b .voice__flex__txt {
  width: 80%;
  text-align: left;
}

.temp_b .voice__affiliation {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.66;
}

.temp_b .voice__name {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 30px;
}

.temp_b .voice__name span {
  font-size: 14px;
  font-weight: normal;
  padding-left: 10px;
}

.temp_b .voice__dec {
  font-size: 15px;
  line-height: 2;
}

.temp_b .voice__dec p:not(:last-child) {
  margin-bottom: 30px;
}

.temp_b .mess .cont__txt {
  width: 54%;
}

.temp_b .mess .cont__img {
  position: relative;
  margin-top: -280px;
  right: 0;
  width: 100%;
  display: block;
  z-index: -2;
}

.temp_b .entry .container {
  padding-bottom: 0;
}

.temp_b .entry .cont__ttl {
  z-index: 1;
}

.temp_b .entry .entry_in {
  max-width: 1050px;
  padding: 50px 0;
  margin: 0 auto 10px;
  position: relative;
  z-index: -1;
  text-align: center;
}

.temp_b .entry .entry_ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 50px;
}

.temp_b .entry .entry_ttl_sub {
  font-size: 15px;
  font-weight: bold;
  color: #b7010e;
  display: block;
  margin-bottom: 15px;
  line-height: 2;
}

.temp_b .entry .entry_dec {
  display: inline-block;
  text-align: center;
  margin: auto;
  font-size: 15px;
  line-height: 2;
  margin-bottom: 30px;
}

.temp_b .entry .entry_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 50px;
}

.temp_b .entry .entry_btn__link {
  width: 30%;
  background: #fff;
  color: #000077;
  padding: 20px;
  border-left: 5px solid #000077;
  font-size: 20px;
  font-weight: bold;
  margin: 25px 20px;
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  -webkit-transition: -webkit-transform 0.2s, -webkit-box-shadow 0.1s;
  transition: -webkit-transform 0.2s, -webkit-box-shadow 0.1s;
  -o-transition: box-shadow 0.1s, -o-transform 0.2s;
  transition: transform 0.2s, box-shadow 0.1s;
  transition: transform 0.2s, box-shadow 0.1s, -webkit-transform 0.2s, -o-transform 0.2s, -webkit-box-shadow 0.1s;
  will-change: transform, box-shadow;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
}

.temp_b .entry .entry_btn__link:hover {
  -webkit-transform: translate(5px, 5px);
  -ms-transform: translate(5px, 5px);
  -o-transform: translate(5px, 5px);
  transform: translate(5px, 5px);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
}

.temp_b .entry .entry_btn__link.general {
  color: #000077;
  border-left: 5px solid #000077;
  border-right: 1px solid #000077;
  border-top: 1px solid #000077;
  border-bottom: 1px solid #000077;
}

.temp_b .entry .entry_btn__link.member {
  color: #b7010e;
  border-left: 5px solid #b7010e;
  border-right: 1px solid #b7010e;
  border-top: 1px solid #b7010e;
  border-bottom: 1px solid #b7010e;
}

.temp_b .entry .entry_btn__link.live {
  color: #000000;
  border-left: 5px solid #000000;
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.temp_b .last_entry_dec {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .temp_f {
    font-size: 14px;
  }
  .temp_b .container {
    padding: 50px 0 0;
    position: relative;
    z-index: 1;
  }
  .temp_b .head_sub_menu {
    display: none;
  }
  .temp_b .hero_in img {
    object-fit: cover;
    font-family: "object-fit: cover;";
    height: 390px;
  }
  .temp_b .hero_ttl {
    width: 90%;
    padding: 0 10px;
  }
  .temp_b .hero_ttl .sub_ttl {
    font-size: 12px;
    padding: 5px 10px;
  }
  .temp_b .hero_ttl h1 {
    font-size: 27px;
    padding: 3px 0;
    line-height: 1.45;
  }
  .temp_b .nayami {
    margin: -25px 10px 0px;
  }
  .temp_b .nayami_in {
    padding: 20px;
  }
  .temp_b .nayami__ttl {
    font-size: 15px;
  }
  .temp_b .nayami__li li {
    padding-left: 10px;
    font-size: 12px;
  }
  .temp_b .nayami__li li:before {
    top: 8px;
  }
  .temp_b .intro__ttl {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .temp_b .intro {
    margin: auto;
    padding: 50px 10px;
  }
  .temp_b .cont__ttl {
    font-size: 20px;
    width: auto;
    padding: 14px 0;
    margin: 0 10px;
  }
  .temp_b .cont__txt {
    width: auto;
    padding: 15px 10px;
  }
  .temp_b .cont__txt__ttl {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .temp_b .talk .container {
    padding-bottom: 0;
  }
  .temp_b .talk_topics li, .temp_b .target__li li {
    margin-bottom: 5px;
    font-size: 14px;
    padding-left: 20px;
  }
  .temp_b .talk_topics li ul li {
    font-size: 12px;
  }
  .temp_b .talk_topics li:before, .temp_b .target__li li::before {
    top: 4px;
  }
  .temp_b .cont__img {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    margin-right: 10px;
    margin-left: auto;
    margin-top: -50px;
    padding: 0;
    width: 66%;
  }
  .temp_b .cont__img img {
    width: 100%;
    max-height: 175px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .temp_b .cont__txt.right {
    padding: 40px 10px 90px;
  }
  .temp_b .cont__txt.right .cont__txt_in {
    width: 92%;
  }
  .temp_b .teacher__flex {
    margin-bottom: 15px;
  }
  .temp_b .teacher__name {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .temp_b .teacher__name span {
    font-size: 12px;
  }
  .temp_b .cont__txt_in p {
    line-height: 1.45;
    font-size: 12px;
  }
  .temp_b .teacher__flex__img {
    width: 32%;
    margin-right: 10px;
  }
  .temp_b .teacher .cont__txt_in .teacher_txt {
    font-size: 12px;
    line-height: 1.45;
  }
  .temp_b .teacher .cont__img {
    position: relative;
    margin: 10px 10px 0;
    width: auto;
    width: auto;
  }
  .temp_b .teacher .cont__img img {
    width: 23%;
    margin: 5px 0;
  }
  .temp_b .teacher .cont__img::before {
    content: "";
    display: block;
    width: 23%;
    order: 1;
  }
  .temp_b .teacher .cont__img::after {
    content: "";
    display: block;
    width: 23%;
  }
  .temp_b .holding_box {
    padding: 15px 10px 50px;
    width: auto;
    margin: auto;
  }
  .temp_b .cont__ttl.center {
    margin-right: 10px;
    margin-left: 10px;
    width: auto;
  }
  .temp_b .holding_box__flex-ttl {
    font-size: 12px;
    width: 23%;
    padding: 15px 10px;
  }
  .temp_b .holding_box__flex-txt {
    font-size: 12px;
    line-height: 1.45;
    width: 68%;
  }
  .temp_b .holding_map {
    padding-bottom: 57%;
    margin-left: 10px;
    margin-right: 10px;
  }
  .temp_b .benefits .cont__txt {
    padding: 0 15px;
    width: auto;
  }
  .temp_b .benefits .cont__txt_in {
    margin: 15px 0 0;
  }
  .temp_b .voice .cont__txt:nth-child(2) {
    padding-top: 25px;
  }
  .temp_b .voice .cont__txt {
    margin-left: 10px;
    margin-right: 10px;
  }
  .temp_b .voice .cont__txt .cont__txt_in .voice__ttl {
    font-size: 15px;
    padding: 5px;
    margin-bottom: 15px;
    line-height: 1.16;
  }
  .temp_b .voice__flex {
    margin-bottom: 15px;
  }
  .temp_b .voice__flex__img {
    width: 28%;
    margin-right: 15px;
  }
  .temp_b .voice__name {
    font-size: 15px;
    margin: 0;
  }
  .temp_b .voice .cont__txt:not(:nth-child(2)) {
    padding-top: 50px;
  }
  .temp_b .voice .cont__txt:nth-child(odd) .cont__txt_in {
    width: 95%;
    margin-right: auto;
    margin-left: 0;
  }
  .temp_b .voice .cont__txt_in p {
    line-height: 1.45;
    font-size: 12px;
    text-align: left;
  }
  .temp_b .mess .container {
    padding-bottom: 0;
  }
  .temp_b .mess .cont__txt {
    width: auto;
    padding: 15px 10px 0;
  }
  .temp_b .mess .cont__img {
    margin-top: 0;
  }
  .temp_b .mess .cont__img img {
    width: 100%;
    max-height: 100%;
  }
  .temp_b .entry .entry_in {
    padding: 15px 10px 0;
  }
  .temp_b .entry .entry_ttl_sub {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .temp_b .entry .entry_ttl {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .temp_b .entry .entry_dec {
    font-size: 12px;
    line-height: 1.45;
    display: block;
  }
  .temp_b .entry .entry_btn {
    margin: 15px 0;
  }
  .temp_b .entry .entry_btn__link {
    width: 64%;
    font-size: 15px;
    padding: 14px 10px;
    margin: 15px;
  }
  .temp_b .last_entry_dec {
    text-align: center;
    padding: 0 10px 50px;
    font-size: 12px;
  }
}

/* temp_c start */

.temp_c .head_sub_menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #000;
  width: 100%;
  z-index: 10;
}

.is_scroll .head_sub_menu {
  position: fixed;
  top: 0;
}

.temp_c .head_sub_menu_in {
  max-width: 1050px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.temp_c .head_sub_menu_li a {
  font-size: 15px;
  padding: 20px;
  display: block;
  color: #fff;
}

.temp_c .hero {
  background: #0f2941;
}

.temp_c .hero_in {
  margin: auto;
  position: relative;
  display: flex;
  align-items: flex-end;
}

.temp_c .hero_in img {
  width: 59%;
  min-height: 700px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.temp_c .hero_ttl {
  position: absolute;
  top: 0;
  right: 0;
  padding: 150px calc(47% - 485px) 90px 0;
  text-align: left;
}

.temp_c .hero_ttl .sub_ttl {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  display: block;
  padding-bottom: 15px;
  border-bottom: 1px solid #ffffff;
}

.temp_c .hero_ttl h1 {
  display: block;
  color: #fff;
  line-height: 1.1;
  font-size: 50px;
  padding: 0;
  font-weight: bold;
}

.temp_c .nayami {
  position: relative;
  background: #fff;
  width: 41%;
  margin: -1px 0px;
}

.temp_c .nayami__ttl {
  font-size: 20px;
  font-weight: bold;
  color: #0f2941;
  background: #dce5eb;
  padding: 14px 30px;
  display: block;
}

.temp_c .nayami__li {
  display: block;
  margin: auto;
  text-align: left;
  padding: 30px calc(47% - 485px) 30px 30px;
}

.temp_c .nayami__li li {
  padding-left: 15px;
  position: relative;
  font-size: 15px;
  margin: 0 auto 10px;
}

.temp_c .nayami__li li:before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  margin: auto;
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 50%;
}

.temp_c .intro_bg {
  background: url("/wordpress/wp-content/themes/inspire/tpl/img/seminar/intro_bg_b.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
}

.temp_c .intro {
  max-width: 1050px;
  padding: 80px 0;
  margin: auto;
}

.temp_c .intro__ttl {
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  line-height: 1.25;
  max-width: 1050px;
  margin: auto auto 30px;
}

.temp_c .intro__txt {
  max-width: 1050px;
  margin: auto;
}

.temp_c .intro__txt p {
  display: block;
  margin: auto;
  text-align: left;
  font-size: 16px;
}

.temp_c .intro__txt p:not(:last-child) {
  margin-bottom: 30px;
}

.temp_c .cont__ttl {
  color: #fff;
}

.temp_c .cont__ttl.center {
  margin-right: auto;
  margin-left: auto;
}

.temp_c .container {
  padding: 0 0 50px;
  position: relative;
  z-index: 1;
}

.temp_c .cont__txt {
  width: 70%;
  background: #f2f4f5;
  padding: 100px 0 90px;
  z-index: -1;
  padding: 100px 0 90px calc(47% - 485px);
  position: relative;
}

.temp_c .cont__txt.right {
  padding: 100px calc(47% - 485px) 90px 0;
  margin-right: 0;
  margin-left: auto;
}

.temp_c .cont__txt.center {
  padding: 100px 0 90px 0;
  margin-right: auto;
  margin-left: auto;
}

.temp_c .cont__txt_in {
  width: 50%;
}

.temp_c .cont__txt_in p {
  line-height: 2;
}

.temp_c .cont__txt_in p:not(:last-child) {
  margin-bottom: 30px;
}

.temp_c .cont__txt.right .cont__txt_in {
  width: 40%;
  margin-right: 0;
  margin-left: auto;
  text-align: left;
}

.temp_c .cont__txt__ttl {
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.bg_right_gray {
  background: linear-gradient(90deg, #fff 0%, #fff 50%, #efebe8 50%, #efebe8 100%);
}

.bg_left_gray {
  background: linear-gradient(90deg, #efebe8 0%, #efebe8 50%, #fff 50%, #fff 100%);
}

.temp_c .talk .cont__ttl {
  font-size: 35px;
  font-weight: bold;
  color: #ad9d8f;
  padding: 0;
  background: none;
  text-align: left;
  margin: 0 0 40px;
}

.temp_c .talk .cont__ttl span {
  display: block;
  font-size: 15px;
  color: #fff;
  margin-top: 15px;
}

.temp_c .cont__txt {
  padding: 60px 0 80px calc(47% - 485px);
  background: #0f2941;
}

.temp_c .talk_topics li, .temp_c .target__li li {
  margin-bottom: 10px;
  font-size: 16px;
  padding-left: 25px;
  position: relative;
  color: #fff;
}

.temp_c .talk_topics li:before, .temp_c .target__li li:before {
  position: absolute;
  content: "";
  background: url("/wordpress/wp-content/themes/inspire/tpl/img/seminar/temp_a_check.svg") no-repeat;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  top: 6px;
  left: 0;
}

.temp_c .talk_topics li ul {
  margin: 10px 0;
}

.temp_c .talk_topics li ul li {
  padding-left: 10px;
  position: relative;
  font-size: 14px;
}

.temp_c .talk_topics li ul li:before {
  position: absolute;
  content: "-";
  left: 0;
  top: 0;
  background: none;
}

.temp_c .cont__img {
  position: absolute;
  top: 50px;
  right: -70px;
  width: 46%;
}

.temp_c .teacher .container {
  padding-bottom: 0;
}

.temp_c .teacher .cont__txt.right {
  background: #fff;
  padding: 60px 90px 60px 0;
  margin-right: auto;
  margin-left: 0;
  width: 84%;
}

.temp_c .cont__img img {
  width: 100%;
  max-width: 465px;
}

.temp_c .teacher .cont__ttl {
  margin-bottom: 40px;
}

.temp_c .teacher .cont__ttl span {
  display: block;
  font-size: 15px;
  color: #000;
  margin-top: 15px;
}

.temp_c .teacher .cont__img {
  position: absolute;
  top: 90px;
  left: calc(52% - 485px);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 37%;
  max-width: 430px;
}

.temp_c .teacher .cont__img::before {
  content: "";
  display: block;
  width: 31%;
  order: 1;
}

.temp_c .teacher .cont__img::after {
  content: "";
  display: block;
  width: 31%;
}

.temp_c .teacher .cont__img img {
  width: 31%;
  margin: 10px 0;
}

.temp_c .teacher__flex {
  margin-bottom: 25px;
}

.temp_c .teacher__flex__img {
  width: 35%;
  margin-bottom: 30px;
}

.temp_c .teacher__flex__img img {
  width: 100%;
}

.temp_c .teacher__name {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}

.temp_c .teacher__name span {
  font-size: 14px;
  font-weight: normal;
  padding-left: 10px;
}

.temp_c .teacher .cont__txt_in .teacher_txt {
  font-size: 15px;
  line-height: 2;
}

.temp_c .teacher .cont__txt_in .teacher_txt p:not(:last-child) {
  margin-bottom: 30px;
}

.temp_c .holding {
  padding: 50px 0;
}

.temp_c .holding_box {
  margin: 0px 0 0px auto;
  padding: 60px calc(47% - 485px) 0px 0;
  width: 82%;
  background: #fff;
  text-align: center;
}

.temp_c .holding_box .cont__ttl span {
  display: block;
  color: #000;
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 50px;
}

.temp_c .holding_box__flex {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #f2f2f2;
  max-width: 62%;
  margin: auto;
}

.temp_c .holding_box__flex:nth-child(2) {
  border-top: 1px solid #f2f2f2;
}

.temp_c .holding_box__flex-ttl {
  font-size: 15px;
  font-weight: bold;
  color: #ad9d8f;
  padding: 32px 30px;
  text-align: center;
  width: 23%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.temp_c .holding_box__flex-txt {
  font-size: 15px;
  line-height: 2;
  padding: 15px 0;
  width: 63%;
  text-align: left;
}

.temp_c .holding_box__flex-txt p:not(:last-child) {
  margin-bottom: 30px;
}

.temp_c .holding_map {
  height: 0;
  overflow: hidden;
  padding-bottom: 30%;
  position: relative;
  max-width: 1050px;
  margin: 50px auto 0;
}

.temp_c .holding_map p:not(:last-child) {
  margin-bottom: 30px;
}

.temp_c .holding_map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.temp_c .target .cont__ttl {
  margin-bottom: 40px;
}

.temp_c .target .cont__ttl span {
  display: block;
  font-size: 15px;
  color: #fff;
  margin-top: 15px;
}

.temp_c .target .cont__txt_in p {
  color: #fff;
}

.temp_c .benefits .container {
  padding-top: 0;
}

.temp_c .benefits .cont__ttl {
  margin-bottom: 50px;
}

.temp_c .benefits .cont__ttl span {
  color: #000;
  display: block;
  font-size: 15px;
  margin-top: 15px;
}

.temp_c .benefits .cont__txt {
  width: 100%;
  padding: 0 0 100px;
  position: relative;
  background: none;
}

.temp_c .benefits .cont__txt_in {
  width: auto;
  max-width: 1050px;
  margin: auto;
}

.temp_c .benefits .cont__txt_in img {
  position: relative;
  width: 100%;
}

.temp_c .voice {
  padding-bottom: 50px;
}

.temp_c .voice .container {
  max-width: 1050px;
  margin: auto;
  background: #0f2941;
  padding: 60px 0;
}

.temp_c .voice .cont__ttl {
  text-align: center;
  margin-bottom: 40px;
}

.temp_c .voice .cont__ttl span {
  display: block;
  font-size: 15px;
  color: #fff;
  margin-top: 15px;
}

.temp_c .voice .cont__txt {
  margin-left: 60px;
  margin-right: 60px;
  padding: 0;
  width: auto;
  border-top: 1px solid #ffffff;
}

.temp_c .voice .cont__txt .cont__txt_in {
  width: auto;
}

.temp_c .voice .cont__txt:not(:last-child) {
  padding-bottom: 60px;
}

.temp_c .voice .cont__txt .cont__txt_in .voice__ttl {
  color: #ad9d8f;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 20px;
  margin-bottom: 25px;
}

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

.temp_c .voice__flex__img {
  width: 16%;
  margin-right: 30px;
}

.temp_c .voice__flex__img img {
  width: 100%;
}

.temp_c .voice__flex__txt {
  width: 81%;
  color: #fff;
}

.temp_c .voice__affiliation {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.66;
}

.temp_c .voice__name {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 30px;
}

.temp_c .voice__name span {
  font-size: 15px;
  font-weight: normal;
  padding-left: 10px;
}

.temp_c .voice__dec {
  font-size: 15px;
  line-height: 2;
}

.temp_c .voice__dec p:not(:last-child) {
  margin-bottom: 30px;
}

.temp_c .mess {
  position: relative;
}

.temp_c .mess .container {
  background-color: rgba(255, 255, 255, 0.7);
  background-blend-mode: lighten;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.temp_c .mess .cont__txt {
  width: auto;
  padding: 100px 0 150px;
  background: none;
  max-width: 1050px;
  margin: auto;
}

.temp_c .mess .cont__ttl {
  margin-bottom: 40px;
}

.temp_c .mess .cont__ttl span {
  display: block;
  font-size: 15px;
  color: #000;
  margin-top: 15px;
}

.temp_c .mess .cont__txt__ttl {
  color: #000;
}

.temp_c .mess .cont__txt_in {
  width: 88%;
}

.temp_c .mess .cont__img {
  position: relative;
  margin-top: 0px;
  right: 0;
  width: 100%;
  display: block;
  opacity: 0.3;
  z-index: -2;
}

.temp_c .mess .cont__img img {
  max-height: 750px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.temp_c .entry .container {
  padding-bottom: 0;
}

.temp_c .entry .cont__ttl {
  margin-bottom: 40px;
}

.temp_c .entry .cont__ttl span {
  display: block;
  font-size: 15px;
  color: #fff;
  margin-top: 15px;
}

.temp_c .entry {
  background: #efebe8;
  padding-bottom: 100px;
}

.temp_c .entry .entry_in {
  max-width: 1050px;
  background: #0f2941;
  padding: 60px 60px 100px;
  color: #fff;
  margin: 0 auto 10px;
  position: relative;
  z-index: -1;
  text-align: center;
}

.temp_c .entry .entry_ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 50px;
}

.temp_c .entry .entry_ttl_sub {
  font-size: 15px;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
  line-height: 2;
}

.temp_c .entry .entry_dec {
  display: inline-block;
  text-align: center;
  margin: auto;
  font-size: 15px;
  line-height: 2;
  margin-bottom: 30px;
}

.temp_c .entry .entry_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 80px;
  margin-bottom: 60px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.temp_c .entry .entry_btn__link {
  width: 30%;
  background: #fff;
  color: #000077;
  padding: 20px;
  border: 2px solid #000077;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin: 25px 20px;
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  -webkit-transition: -webkit-transform 0.2s, -webkit-box-shadow 0.1s;
  transition: -webkit-transform 0.2s, -webkit-box-shadow 0.1s;
  -o-transition: box-shadow 0.1s, -o-transform 0.2s;
  transition: transform 0.2s, box-shadow 0.1s;
  transition: transform 0.2s, box-shadow 0.1s, -webkit-transform 0.2s, -o-transform 0.2s, -webkit-box-shadow 0.1s;
  will-change: transform, box-shadow;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
}

.temp_c .entry .entry_btn__link:hover {
  -webkit-transform: translate(5px, 5px);
  -ms-transform: translate(5px, 5px);
  -o-transform: translate(5px, 5px);
  transform: translate(5px, 5px);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
}

.temp_c .entry .entry_btn__link.general {
  color: #000077;
  border: 2px solid #000077;
}

.temp_c .entry .entry_btn__link.member {
  color: #b7010e;
  border: 2px solid #b7010e;
}

.temp_c .entry .entry_btn__link.live {
  color: #000000;
  border: 2px solid #000000;
}

.temp_c .last_entry_dec {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .seminar .pc-only {
    display: none !important;
  }
  .temp_c .container {
    padding: 70px 0;
    position: relative;
    z-index: 1;
  }
  .temp_c .head_sub_menu {
    display: none;
  }
  .temp_c .hero_in img {
    object-fit: cover;
    font-family: "object-fit: cover;";
    height: 390px;
  }
  .temp_c .hero_in {
    flex-wrap: wrap;
  }
  .temp_c .hero_in img {
    width: 85%;
  }
  .temp_c .hero_ttl {
    width: 90%;
  }
  .temp_c .hero_ttl .sub_ttl {
    font-size: 12px;
    padding: 5px 10px;
  }
  .temp_c .hero_ttl h1 {
    font-size: 27px;
    padding: 3px 0;
    line-height: 1.45;
  }
  .temp_c .nayami {
    margin: 0px;
    padding: 0;
    width: 100%;
  }
  .temp_c .nayami_in {
    padding: 0px;
    text-align: center;
  }
  .temp_c .nayami__ttl {
    font-size: 15px;
    padding: 17px 30px;
  }
  .temp_c .nayami__li {
    display: inline-block;
    margin: auto;
    text-align: center;
    padding: 15px 10px;
  }
  .temp_c .nayami__li li {
    padding-left: 10px;
    font-size: 12px;
    text-align: left;
  }
  .temp_c .nayami__li li:before {
    top: 8px;
  }
  .temp_c .intro__ttl {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .temp_c .intro {
    margin: auto;
    padding: 30px 10px 25px;
    font-size: 12px;
  }
  .temp_c .intro__txt p {
    font-size: 12px;
  }
  .temp_c .intro_bg {
    padding: 25px 10px;
  }
  .temp_c .cont__ttl {
    width: auto;
    margin-bottom: 25px;
  }
  .temp_c .cont__ttl span {
    font-size: 12px;
  }
  .temp_c .cont__ttl img {
    height: 15px;
  }
  .temp_c .cont__txt {
    width: auto;
    padding: 40px 10px 75px;
  }
  .temp_c .cont__txt_in {
    width: auto;
    padding: 0 15px;
  }
  .temp_c .cont__txt__ttl {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .temp_c .talk .container {
    padding: 0;
  }
  .temp_c .talk .cont__ttl {
    margin-bottom: 25px;
  }
  .temp_c .talk .cont__ttl span {
    font-size: 12px;
  }
  .temp_c .talk_topics li, .temp_c .target__li li {
    margin-bottom: 5px;
    font-size: 14px;
    padding-left: 20px;
  }
  .temp_c .talk_topics li:before, .temp_c .target__li li:before {
    top: 4px;
  }
  .temp_c .talk_topics li ul li {
    font-size: 12px;
  }
  .temp_c .cont__img {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    margin-right: auto;
    margin-left: auto;
    margin-top: -50px;
    padding: 0;
    width: 85%;
  }
  .temp_c .cont__img img {
    width: 100%;
    max-height: 175px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .temp_c .cont__txt.right {
    padding: 40px 10px 90px;
  }
  .temp_c .cont__txt.right .cont__txt_in {
    width: auto;
    padding: 0 15px;
  }
  .temp_c .teacher {
    padding-bottom: 50px;
  }
  .temp_c .teacher .cont__txt.right {
    background: #fff;
    padding: 50px 15px 30px 10px;
    margin-right: auto;
    margin-left: 0;
    width: auto;
  }
  .temp_c .teacher .cont__ttl {
    margin-bottom: 20px;
  }
  .temp_c .teacher__flex {
    margin-bottom: 15px;
  }
  .temp_c .teacher__name {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .temp_c .teacher__name span {
    font-size: 12px;
  }
  .temp_c .cont__txt_in p {
    line-height: 1.45;
    font-size: 12px;
  }
  .temp_c .teacher__flex__img {
    width: 35%;
    margin: 0 0 15px;
  }
  .temp_c .teacher .cont__txt_in .teacher_txt {
    font-size: 12px;
    line-height: 1.45;
  }
  .temp_c .teacher .cont__img {
    position: relative;
    top: 0;
    left: 0px;
    width: auto;
    margin-top: 30px;
    padding: 15px;
  }
  .temp_c .teacher .cont__img img {
    width: 31%;
    margin: 5px 0;
  }
  .temp_c .teacher .cont__img::before {
    content: "";
    display: block;
    width: 31%;
    order: 1;
  }
  .temp_c .teacher .cont__img::after {
    content: "";
    display: block;
    width: 31%;
  }
  .temp_c .holding {
    padding: 0 0 50px;
  }
  .temp_c .holding_box {
    padding: 40px 10px 60px;
    width: auto;
    margin: auto;
  }
  .temp_c .cont__ttl.center {
    margin-right: 10px;
    margin-left: 10px;
    width: auto;
  }
  .temp_c .holding_box .cont__ttl span {
    margin-bottom: 25px;
  }
  .temp_c .holding_box__flex {
    width: auto;
    max-width: 100%;
  }
  .temp_c .holding_box__flex-ttl {
    font-size: 12px;
    width: 23%;
    padding: 15px 10px;
  }
  .temp_c .holding_box__flex-txt {
    font-size: 12px;
    line-height: 1.45;
    width: 68%;
  }
  .temp_c .holding_map {
    padding-bottom: 57%;
    margin-left: 10px;
    margin-right: 10px;
  }
  .temp_c .target .container {
    padding: 0 0 70px;
  }
  .temp_c .benefits .cont__txt {
    padding: 0 15px;
    width: auto;
  }
  .temp_c .benefits .cont__ttl {
    margin-bottom: 25px;
  }
  .temp_c .voice .cont__txt {
    width: auto;
    padding: 0 0px 25px;
    margin: auto 25px;
  }
  .temp_c .voice .cont__txt_in {
    padding: 0;
  }
  .temp_c .voice .cont__txt:not(:last-child) {
    padding-bottom: 30px;
  }
  .temp_c .voice .cont__txt .cont__txt_in .voice__ttl {
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.16;
  }
  .temp_c .voice__flex {
    margin-bottom: 15px;
  }
  .temp_c .voice__flex__img {
    width: 30%;
    margin-right: 15px;
  }
  .temp_c .voice__name {
    font-size: 15px;
    margin: 0;
  }
  .temp_c .voice .cont__txt:not(:nth-child(2)) {
    padding-top: 25px;
  }
  .temp_c .voice .cont__txt:nth-child(odd) .cont__txt_in {
    width: 95%;
    margin-right: auto;
    margin-left: 0;
  }
  .temp_c .voice .cont__txt_in p {
    color: #fff;
  }
  .temp_c .mess .container {
    padding: 50px 0;
  }
  .temp_c .mess .cont__txt {
    width: auto;
    padding: 0px 15px 0px;
  }
  .temp_c .mess .cont__ttl {
    margin-bottom: 25px;
  }
  .temp_c .mess .cont__img {
    margin-top: 0;
  }
  .temp_c .mess .cont__img img {
    width: 100%;
    max-height: 100%;
  }
  .temp_c .entry {
    padding-bottom: 0;
    margin-bottom: 50px;
  }
  .temp_c .entry .container {
    padding: 0;
  }
  .temp_c .entry .entry_in {
    padding: 50px 10px 50px;
  }
  .temp_c .entry .entry_ttl_sub {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .temp_c .entry .entry_ttl {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .temp_c .entry .entry_dec {
    font-size: 12px;
    line-height: 1.45;
    display: block;
  }
  .temp_c .entry .entry_btn {
    margin-top: 30px;
  }
  .temp_c .entry .entry_btn__link {
    width: 75%;
    font-size: 15px;
    padding: 14px 10px;
    margin: 15px;
  }
  .temp_c .last_entry_dec {
    text-align: center;
    padding: 0 10px 40px;
    font-size: 12px;
  }
  .seminar .facebook-box {
    padding: 0 10px 50px;
    overflow: auto;
  }
}

.highlight_b {
  background: #ffff00;
  font-weight: bold;
}

.bold {
  color: #ff0000;
  font-size: 19px;
  font-weight: bold;
  background: #fff;
}

/* temp_f start */

.temp_f .head_sub_menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #b7010e;
  width: 100%;
  z-index: 10;
}

.temp_f .head_sub_menu_in {
  max-width: 1050px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.temp_f .head_sub_menu_li a {
  font-size: 15px;
  padding: 20px;
  display: block;
  color: #fff;
}

.temp_f .hero {
  background: #fff;
}

.temp_f .hero_in {
  max-width: 1000px;
  margin: auto;
  position: relative;
}

.temp_f .hero_in img {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  font-family: "object-fit: cover;";
}


.temp_f .hero_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  /* padding-top: 65px; */
  margin-top: 35px;
  width: 100%;
  background: #fff;
}

.temp_f .hero_ttl .sub_ttl {
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  /* background: #fff; */
  color: #b7010e;
  padding: 14px 30px;
  margin-bottom: 5px;
}

.temp_f .hero_ttl h1 {
  /* display: inline; */
  display: block;
  background: #fff;
  line-height: 1.375;
  font-size: 40px;
  padding: 5px 0;
  font-weight: bold;
}

.temp_f .hero-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 50px;
  max-width: 1000px;
  margin: auto;
}

.temp_f .hero-btn_btn__link {
  width: 30%;
  background: #fff;
  color: #000077;
  padding: 20px;
  border: 1px solid #000077;
  border-left: 5px solid #000077;
  font-size: 20px;
  font-weight: bold;
  margin: 40px 20px;
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: -webkit-transform 0.2s, -webkit-box-shadow 0.1s;
  transition: -webkit-transform 0.2s, -webkit-box-shadow 0.1s;
  -o-transition: box-shadow 0.1s, -o-transform 0.2s;
  transition: transform 0.2s, box-shadow 0.1s;
  transition: transform 0.2s, box-shadow 0.1s, -webkit-transform 0.2s, -o-transform 0.2s, -webkit-box-shadow 0.1s;
  will-change: transform, box-shadow;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
}

.temp_f .hero-btn_btn__link:nth-child(2n) {
  color: #b7010e;
  border: 1px solid #b7010e;
  border-left: 5px solid #b7010e;
}

.temp_f .hero-btn_btn__link:hover {
  -webkit-transform: translate(5px, 5px);
  -ms-transform: translate(5px, 5px);
  -o-transform: translate(5px, 5px);
  transform: translate(5px, 5px);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 768px) {
  .temp_f .hero-btn {
    margin: 15px 0;
  }
  .temp_f .hero-btn_btn__link {
    width: 64%;
    font-size: 15px;
    padding: 14px 10px;
    margin: 15px;
  }
}

.temp_f .nayami {
  text-align: center;
  position: relative;
  margin-top: -50px;
  padding-bottom: 90px;
}

.temp_f .nayami::before {
  position: absolute;
  content: "";
  border-top: 20px solid #b7010e;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 35px;
  width: 0;
  height: 0;
}

.temp_f .nayami_in {
  padding: 40px 75px;
  background: #b7010e;
  margin: auto;
  display: inline-block;
}

.temp_f .nayami__ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
}

.temp_f .nayami__li {
  display: inline-block;
  margin: auto;
  max-width: 500px;
  text-align: left;
}

.temp_f .nayami__li li {
  padding-left: 15px;
  position: relative;
  font-size: 15px;
  color: #fff;
  margin: 0 auto 10px;
}

.temp_f .nayami__li li:before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  margin: auto;
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
}

.temp_f .intro_bg {
  background: url("/wordpress/wp-content/themes/inspire/tpl/img/seminar/intro_bg_b.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.temp_f .intro {
  max-width: 1050px;
  padding: 100px 0;
  margin: auto;
}

.temp_f .intro__ttl {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
  line-height: 1.25;
}

.temp_f .intro__txt {
  text-align: center;
}

.temp_f .intro__txt p {
  display: block;
  margin: auto;
  text-align: left;
  max-width: 800px;
}

.temp_f .intro__txt p:not(:last-child) {
  margin-bottom: 30px;
}

.temp_f .cont__ttl {
  background: #b7010e;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  padding: 33px 0;
  text-align: center;
  width: 100%;
  margin: auto;
  z-index: 1;
}

.temp_f .container {
  padding: 100px 0 0;
  max-width: 1000px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.temp_f .pt0 {
  padding-top: 0!important;
}

.temp_f .cont__txt {
  width: 95%;
  padding: 50px 0 0;
  margin: auto;
  position: relative;
  text-align: center;
}

.temp_f .cont__txt_in {
  width: auto;
}

.temp_f .cont__txt_in p {
  line-height: 2;
}

.temp_f .cont__txt_in p:not(:last-child) {
  margin-bottom: 30px;
}

.temp_f .cont__txt.right .cont__txt_in {
  width: 49%;
  margin-right: 0;
  margin-left: auto;
  text-align: left;
}

.temp_f .cont__txt__ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
}

.temp_f .talk_topics, .temp_f .target__li {
  display: inline-block;
}

.temp_f .talk_topics li, .temp_f .target__li li {
  margin-bottom: 10px;
  font-size: 28px;
  padding-left: 25px;
  position: relative;
  text-align: left;
}

.temp_f .talk_topics li ul {
  margin: 10px 0;
}

.temp_f .talk_topics li ul li {
  padding-left: 10px;
  position: relative;
  font-size: 20px;
}

.temp_f .talk_topics li ul li:before {
  position: absolute;
  content: "-";
  left: 0;
  top: 0;
  background: none;
}

.temp_f .talk_topics li:before, .temp_f .target__li li:before {
  position: absolute;
  content: "";
  background: url("/wordpress/wp-content/themes/inspire/tpl/img/seminar/temp_a_check.svg") no-repeat;
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
  top: 10px;
  left: -10px;
}

.temp_f .cont__img {
  position: absolute;
  top: 100px;
  right: -70px;
  width: 46%;
}

.temp_f .cont__img img {
  width: 100%;
}

.temp_f .talk .cont__img {
  display: none;
}

.temp_f .teacher .cont__img {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 84%;
  margin-top: 40px;
}

.temp_f .teacher .cont__img img {
  width: 22%;
  margin: 10px 0;
}

.temp_f .teacher__flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 25px;
}

.temp_f .teacher__flex__img {
  width: 28%;
  margin-right: 15px;
  margin-left: 10px;
}

.temp_f .teacher__flex__img img {
  width: 100%;
}

.temp_f .teacher__flex__txt {
  width: 72%;
  text-align: left;
}

.temp_f .teacher__name {
  font-size: 25px;
  font-weight: bold;
  margin: 0;
  color: #b7010e;
}

.temp_f .teacher__name span {
  font-size: 14px;
  font-weight: normal;
  padding-left: 10px;
}

.temp_f .teacher .cont__txt_in .teacher_txt {
  font-size: 15px;
  line-height: 2;
  text-align: left;
}

.temp_f .holding_box {
  padding: 60px 0 100px;
  width: 50%;
  margin: auto;
}

.temp_f .holding_box__flex {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #f2f2f2;
}

.temp_f .holding_box__flex:first-child {
  border-top: 1px solid #f2f2f2;
}

.temp_f .holding_box__flex-ttl {
  font-size: 15px;
  font-weight: bold;
  padding: 32px 30px;
  text-align: center;
  width: 19%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-right: 1px solid #f2f2f2;
}

.temp_f .holding_box__flex-txt {
  font-size: 15px;
  line-height: 2;
  padding: 15px 0;
  width: 63%;
}

.temp_f .holding_box__flex-txt p:not(:last-child) {
  margin-bottom: 30px;
}

.temp_f .holding_map {
  height: 0;
  overflow: hidden;
  padding-bottom: 30%;
  position: relative;
  max-width: 1050px;
  margin: auto auto 40px auto;
}

.temp_f .holding_map p:not(:last-child) {
  margin-bottom: 30px;
}

.temp_f .holding_map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.temp_f .benefits .cont__txt {
  width: 100%;
  padding: 0;
  position: relative;
}

.temp_f .benefits .cont__txt_in {
  width: auto;
  max-width: 1050px;
  margin: 50px auto 0;
}

.temp_f .benefits .cont__txt_in img {
  position: relative;
  width: 100%;
}

.temp_f .voice .container {
  padding-bottom: 0;
}

.temp_f .voice .cont__txt {
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0 0;
  max-width: 950px;
  width: auto;
}

.temp_f .voice .cont__txt .cont__txt_in .voice__ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
  padding: 5px 0px;
  margin-bottom: 25px;
  border-bottom: 1px solid #dcdcdc;
}

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

.temp_f .voice__flex__img {
  width: 17%;
  margin-right: 20px;
}

.temp_f .voice__flex__img img {
  width: 100%;
}

.temp_f .voice__flex__txt {
  width: 80%;
  text-align: left;
}

.temp_f .voice__affiliation {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.66;
}

.temp_f .voice__name {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 30px;
}

.temp_f .voice__name span {
  font-size: 14px;
  font-weight: normal;
  padding-left: 10px;
}

.temp_f .voice__dec {
  font-size: 15px;
  line-height: 2;
}

.temp_f .voice__dec p:not(:last-child) {
  margin-bottom: 30px;
}

.temp_f .mess .cont__txt {
  width: 54%;
}

.temp_f .mess .cont__img {
  position: relative;
  margin-top: -280px;
  right: 0;
  width: 100%;
  display: block;
  z-index: -2;
}

.temp_f .entry .container {
  padding-bottom: 0;
}

.temp_f .entry .cont__ttl {
  z-index: 1;
}

.temp_f .entry .entry_in {
  max-width: 1050px;
  padding: 50px 0;
  margin: 0 auto 10px;
  position: relative;
  z-index: -1;
  text-align: center;
}

.temp_f .entry .entry_ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 50px;
}

.temp_f .entry .entry_ttl_sub {
  font-size: 15px;
  font-weight: bold;
  color: #b7010e;
  display: block;
  margin-bottom: 15px;
  line-height: 2;
}

.temp_f .entry .entry_dec {
  display: inline-block;
  text-align: center;
  margin: auto;
  font-size: 15px;
  line-height: 2;
  margin-bottom: 30px;
}

.temp_f .entry .entry_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 50px;
}

.temp_f .entry .entry_btn__link {
  width: 30%;
  background: #fff;
  color: #000077;
  padding: 20px;
  border-left: 5px solid #000077;
  font-size: 20px;
  font-weight: bold;
  margin: 25px 20px;
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  -webkit-transition: -webkit-transform 0.2s, -webkit-box-shadow 0.1s;
  transition: -webkit-transform 0.2s, -webkit-box-shadow 0.1s;
  -o-transition: box-shadow 0.1s, -o-transform 0.2s;
  transition: transform 0.2s, box-shadow 0.1s;
  transition: transform 0.2s, box-shadow 0.1s, -webkit-transform 0.2s, -o-transform 0.2s, -webkit-box-shadow 0.1s;
  will-change: transform, box-shadow;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
}

.temp_f .entry .entry_btn__link:hover {
  -webkit-transform: translate(5px, 5px);
  -ms-transform: translate(5px, 5px);
  -o-transform: translate(5px, 5px);
  transform: translate(5px, 5px);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.16);
}

.temp_f .entry .entry_btn__link.general {
  color: #000077;
  border-left: 5px solid #000077;
  border-right: 1px solid #000077;
  border-top: 1px solid #000077;
  border-bottom: 1px solid #000077;
}

.temp_f .entry .entry_btn__link.member {
  color: #b7010e;
  border-left: 5px solid #b7010e;
  border-right: 1px solid #b7010e;
  border-top: 1px solid #b7010e;
  border-bottom: 1px solid #b7010e;
}

.temp_f .entry .entry_btn__link.live {
  color: #000000;
  border-left: 5px solid #000000;
  border-right: 1px solid #000000;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.temp_f .last_entry_dec {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .temp_f .container {
    padding: 50px 0 0;
    position: relative;
    z-index: 1;
  }
  .temp_f .head_sub_menu {
    display: none;
  }
  .temp_f .hero_in img {
    object-fit: cover;
    font-family: "object-fit: cover;";
    height: 390px;
  }
  .temp_f .hero_ttl {
    width: 90%;
    padding: 0 10px;
  }
  .temp_f .hero_ttl .sub_ttl {
    font-size: 12px;
    padding: 5px 10px;
  }
  .temp_f .hero_ttl h1 {
    font-size: 27px;
    padding: 3px 0;
    line-height: 1.45;
  }
  .temp_f .nayami {
    margin: -25px 10px 0px;
  }
  .temp_f .nayami_in {
    padding: 20px;
  }
  .temp_f .nayami__ttl {
    font-size: 15px;
  }
  .temp_f .nayami__li li {
    padding-left: 10px;
    font-size: 12px;
  }
  .temp_f .nayami__li li:before {
    top: 8px;
  }
  .temp_f .intro__ttl {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .temp_f .intro {
    margin: auto;
    padding: 50px 10px;
  }
  .temp_f .cont__ttl {
    font-size: 20px;
    width: auto;
    padding: 14px 0;
    margin: 0 10px;
  }
  .temp_f .cont__txt {
    width: auto;
    padding: 15px 10px;
  }
  .temp_f .cont__txt__ttl {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .temp_f .talk .container {
    padding-bottom: 0;
  }
  .temp_f .talk_topics li, .temp_f .target__li li {
    margin-bottom: 5px;
    font-size: 14px;
    padding-left: 10px;
  }
  .temp_f .talk_topics li ul li {
    font-size: 12px;
  }
  .temp_f .talk_topics li:before, .temp_f .target__li li::before {
    top: 4px;
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
  }
  .temp_f .cont__img {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    margin-right: 10px;
    margin-left: auto;
    margin-top: -50px;
    padding: 0;
    width: 66%;
  }
  .temp_f .cont__img img {
    width: 100%;
    max-height: 175px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
  .temp_f .cont__txt.right {
    padding: 40px 10px 90px;
  }
  .temp_f .cont__txt.right .cont__txt_in {
    width: 92%;
  }
  .temp_f .teacher__flex {
    margin-bottom: 15px;
  }
  .temp_f .teacher__name {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .temp_f .teacher__name span {
    font-size: 12px;
  }
  .temp_f .cont__txt_in p {
    line-height: 1.45;
    font-size: 12px;
  }
  .temp_f .teacher__flex__img {
    width: 32%;
    margin-right: 10px;
  }
  .temp_f .teacher_kana p, .temp_f .teacher_company p {
    font-size: 14px !important;
  }
  .temp_f .teacher .cont__txt_in .teacher_txt {
    font-size: 12px;
    line-height: 1.45;
  }
  .temp_f .teacher .cont__img {
    position: relative;
    margin: 10px 10px 0;
    width: auto;
    width: auto;
  }
  .temp_f .teacher .cont__img img {
    width: 23%;
    margin: 5px 0;
  }
  .temp_f .teacher .cont__img::before {
    content: "";
    display: block;
    width: 23%;
    order: 1;
  }
  .temp_f .teacher .cont__img::after {
    content: "";
    display: block;
    width: 23%;
  }
  .temp_f .holding_box {
    padding: 15px 10px 50px;
    width: auto;
    margin: auto;
  }
  .temp_f .cont__ttl.center {
    margin-right: 10px;
    margin-left: 10px;
    width: auto;
  }
  .temp_f .holding_box__flex-ttl {
    font-size: 12px;
    width: 23%;
    padding: 15px 10px;
  }
  .temp_f .holding_box__flex-txt {
    font-size: 12px;
    line-height: 1.45;
    width: 68%;
  }
  .temp_f .holding_map {
    padding-bottom: 57%;
    margin-left: 10px;
    margin-right: 10px;
  }
  .temp_f .benefits .cont__txt {
    padding: 0 15px;
    width: auto;
  }
  .temp_f .benefits .cont__txt_in {
    margin: 15px 0 0;
  }
  .temp_f .voice .cont__txt:nth-child(2) {
    padding-top: 25px;
  }
  .temp_f .voice .cont__txt {
    margin-left: 10px;
    margin-right: 10px;
  }
  .temp_f .voice .cont__txt .cont__txt_in .voice__ttl {
    font-size: 15px;
    padding: 5px;
    margin-bottom: 15px;
    line-height: 1.16;
  }
  .temp_f .voice__flex {
    margin-bottom: 15px;
  }
  .temp_f .voice__flex__img {
    width: 28%;
    margin-right: 15px;
  }
  .temp_f .voice__name {
    font-size: 15px;
    margin: 0;
  }
  .temp_f .voice .cont__txt:not(:nth-child(2)) {
    padding-top: 50px;
  }
  .temp_f .voice .cont__txt:nth-child(odd) .cont__txt_in {
    width: 95%;
    margin-right: auto;
    margin-left: 0;
  }
  .temp_f .voice .cont__txt_in p {
    line-height: 1.45;
    font-size: 14px;
    text-align: left;
  }
  .temp_f .mess .container {
    padding-bottom: 0;
  }
  .temp_f .mess .cont__txt {
    width: auto;
    padding: 15px 10px 0;
  }
  .temp_f .mess .cont__img {
    margin-top: 0;
  }
  .temp_f .mess .cont__img img {
    width: 100%;
    max-height: 100%;
  }
  .temp_f .entry .entry_in {
    padding: 15px 10px 0;
  }
  .temp_f .entry .entry_ttl_sub {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .temp_f .entry .entry_ttl {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .temp_f .entry .entry_dec {
    font-size: 12px;
    line-height: 1.45;
    display: block;
  }
  .temp_f .entry .entry_btn {
    margin: 15px 0;
  }
  .temp_f .entry .entry_btn__link {
    width: 64%;
    font-size: 15px;
    padding: 14px 10px;
    margin: 15px;
  }
  .temp_f .last_entry_dec {
    text-align: center;
    padding: 0 10px 50px;
    font-size: 12px;
  }
}

/* 210620追記 */

.mt20 {
  margin-top: 20px;
}

.temp_f .f_oomidashi_ul {
  background: #f2f4f5;
  padding: 40px 20px;
  border-radius: 10px;
  margin-top: 40px;
}

.temp_f .f_benefit_text {
  padding: 40px 20px;
  text-align: left;
  font-size: 25px;
  line-height: 2.3;
}

.temp_f .f_honbun_wrap {
  padding-top: 20px;
  text-align: left;
  line-height: 2;
  margin-bottom: 80px;
}

.temp_f .f_honbun_wrap h2 {
  font-size: 28px;
  font-weight: normal;
  padding: 0 20px 30px 20px;
}

.temp_f .f_honbun_wrap p {
  padding: 0 20px;
  line-height: 2.4;
}

.temp_f .f_talk_title {
  text-align: left;
  padding: 35px 0 30px 0;
}

.temp_f .f_talk_title h2 {
  position: relative;
  font-weight: normal;
  font-size: 25px;
}

.temp_f .f_talk_title h2:before {
  position: absolute;
  display: block;
  z-index: 2;
  content: "";
  width: 97%;
  height: 2px;
  bottom: -7px;
  left: 10px;
  background: #b7010e;
}

.temp_f .f_talk_list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.temp_f .f_talk_list_wrap:last-child {
  margin-bottom: 40px;
}

.temp_f .f_talk_topic {
  width: 38%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f2f4f5;
}

.temp_f .f_talk_sub-list {
  width: 64%;
  text-align: left;
  padding-left: 20px;
}

.temp_f .f_talk_sub-list h3 {
  margin: 0;
}

.temp_f .f_talk_sub-list p {
  line-height: 1.8;
  margin-top: 10px;
  margin-bottom: 25px;
}

.temp_f .f_talk_sub-list p:last-child {
  margin-bottom: 0px;
}

.temp_f .teacher_company {
  padding-top: 10px;
}

.temp_f .teacher_kana p, .temp_f .teacher_company p {
  margin: 0;
  font-size: 18px;
}

.temp_f .teacher_career, .temp_f .teacher_text {
  text-align: left;
  line-height: 1.9;
  margin-top: 20px;
  font-size: 20px;
}

.temp_f .teacher_career p, .temp_f .teacher_text p {
  margin: 0;
}

.temp_f .f_teacher_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 80px;
}

.temp_f .f_teacher_contents_wrap {
  width: 64%;
}

.temp_f .f_teacher_book_wrap {
  width: 36%;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-content: flex-start;
}

.temp_f .f_teacher_book_wrap img {
  padding: 5px 0;
  width: 48%;
  height: auto;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.temp_f .f_talk_img {
  margin: 40px 0;
}

.temp_f .f_voice_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  border: #b7010e 2px solid;
  border-radius: 10px;
  margin-top: 40px;
}

.temp_f .f_voice_img {
  width: 22%;
}

.temp_f .f_voice_textarea h2 {
  font-size: 30px;
}

.temp_f .f_voice_name {
  font-size: 18px;
  padding-top: 24px;
}

.temp_f .f_voice_company {
  font-size: 18px;
}

.temp_f .f_voice_text p {
  margin: 0 !important;
  font-size: 20px;
  line-height: 1.8;
  padding-bottom: 10px;
}

.temp_f .f_voice_img img {
  width: 100%;
}

.temp_f .f_voice_textarea {
  width: 75%;
  text-align: left;
  padding: 0 40px 0 30px;
  margin: 0 auto;
}

.temp_f .f_voice_textarea h2 {
  margin-top: 0;
}

.temp_f .f_voice_textarea p {
  margin: 0;
}

.temp_f .f_voice_textarea .f_voice_text {
  padding-top: 20px;
}

.temp_f .f_holding_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 0;
}

.temp_f .f_holding_box_left {
  width: 28%;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f2f4f5;
}

.temp_f .f_holding_box_left h3 {
  margin: 0;
}

.temp_f .f_holding_box_right {
  text-align: left;
  width: 70%;
  padding: 10px 20px;
}

.f_oomidashi_img {
  text-align: center;
  margin: 40px 0;
}

.temp_f table {
  margin: 40px 0;
}

.temp_f th {
  background: #c9c9c9;
  padding: 6px;
}

.temp_f td {
  background: #f2f4f5;
  padding: 6px;
}

.temp_f td:last-child {
  width: 48%;
  padding: 15px 10px 20px 15px;
  text-align: left;
}

.temp_f .f_holdings_privacy_text {
  padding-top: 20px;
  text-align: left;
}

.temp_f .f_holdings_privacy_link {
  padding-top: 20px;
  text-align: left;
}

.temp_f .f_holdings_privacy_link a {
  color: #000;
  text-decoration: underline;
}

.temp_f .entry_in__caution {
  text-align: left;
}

.temp_f .entry_in__caution p {
  line-height: 2.2;
}

.temp_f .f_table_last p {
  padding-bottom: 10px;
}

.temp_f .f_table_last a {
  display: inline-block;
  color: #000;
  text-decoration: underline;
}

.temp_f .f_img_custom {
  margin: 40px auto;
  text-align: center;
}

.temp_f .entry_in__box {
  max-width: 800px;
  margin: auto;
  padding-top: 20px;
}

.temp_f .f_oomidashi_custom {
  margin: 20px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .temp_f .f_benefit_text {
    font-size: 15px;
    padding: 0 15px;
    margin-top: 40px;
  }
  .temp_f .f_oomidashi_custom img {
    width: 100%;
  }
  .temp_f .f_honbun_wrap {
    font-size: 15px;
    padding: 0 15px;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .temp_f .f_honbun_wrap h2 {
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: bold;
  }
  .temp_f .f_talk_title {
    padding: 20px 15px;
  }
  .temp_f .f_talk_title h2 {
    font-size: 17px;
  }
  .temp_f .f_talk_list_wrap {
    display: block;
  }
  .temp_f .f_talk_topic {
    width: 100%;
    padding: 10px 0;
  }
  .temp_f .f_talk_topic h3 {
    font-size: 15px;
  }
  .temp_f .f_talk_sub-list {
    padding: 10px 0;
    width: 100%;
  }
  .temp_f .f_talk_sub-list h3 {
    padding-top: 20px;
    width: 100%;
    font-size: 15px;
  }
  .temp_f .f_talk_sub-list p {
    font-size: 14px;
    padding: 0 15px;
  }
  .temp_f .f_teacher_wrap {
    display: block;
    padding-bottom: 40px;
  }
  .temp_f .f_teacher_contents_wrap {
    width: 100%;
  }
  .temp_f .f_teacher_book_wrap {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .temp_f .f_voice_box {
    display: block;
  }
  .temp_f .f_voice_img {
    margin: 0 auto;
  }
  .temp_f .f_voice_textarea {
    width: 100%;
    padding: 0;
  }
  .temp_f .f_holding_box {
    display: block;
  }
  .temp_f .f_holding_box_left {
    width: 100%;
    padding: 10px 0;
  }
  .temp_f .f_holding_box_right {
    width: 100%;
    padding: 10px 0;
    font-size: 14px;
  }
  .temp_f .scroll {
    width: 100%;
    overflow: scroll;
  }
  .temp_f .f_holding_table {
    width: 750px;
  }
  .temp_f .f_holding_table td, .temp_f .f_holding_table th {
    font-size: 12px;
  }
  .temp_f .teacher_career, .temp_f .teacher_text {
    font-size: 14px;
  }
  .temp_f .f_voice_img {
    width: 50%;
  }
  .temp_f .f_voice_textarea h2 {
    font-size: 17px;
    margin-top: 20px;
  }
  .temp_f .f_voice_name p, .temp_f .f_voice_company p {
    font-size: 15px !important;
  }
  .temp_f .f_holdings_privacy_link a {
    font-size: 14px;
  }
  .temp_f .f_img_custom img {
    width: 100%;
  }
  .temp_f .f_talk_img img, .temp_f .f_oomidashi_img img {
    width: 100%;
  }
  .temp_f .entry_in__caution p {
    font-size: 14px;
  }
  .temp_f .f_holdings_privacy_text p {
    font-size: 14px;
  }
}