@charset "utf-8";
/* CSS Document for /seminar/event_style.php */

/* ___________________________________________

セミナー一覧ページ
_____________________________________________ */

.seminar_none {
  color: #999;
  font-size: 18px;
  text-align: center;
  margin: 0 0 40px 0;
}

.hdg-l2 {
  position: relative;
  max-width: 1100px;
  margin: 0 auto 80px;
  padding: 0 0 20px 0;
  color: #333;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.hdg-l2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 55px;
  height: 3px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #c5cc37;
}

.active-seminar__inner,
.ondemond-seminar__inner {
  max-width: 1000px;
  margin: auto;
  padding: 0;
}

.main-seminar__list,
.sub-seminar__list {
  padding: 0;
  margin-bottom: 60px;
}

.main-seminar__list .main-seminar__panel {
  margin-bottom: 40px;
}

.main-seminar__list .main-seminar__panel:last-of-type {
  margin-bottom: 0;
}

.main-seminar__list .main-seminar__panel a {
  position: relative;
  display: flex;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  background: #fff;
  padding-right: 40px;
}

.main-seminar__list .main-seminar__panel a:hover {
  background: #f5f5f5;
  transition: all 0.6s;
}

.main-seminar__list .main-seminar__panel a:hover .main-seminar__panel--img img {
  transform: scale(1.05);
  transition: all 0.6s;
}

.main-seminar__list .main-seminar__panel a::after {
  content: "";
  position: absolute;
  top: calc(50% - 7.5px);
  right: 30px;
  width: 15px;
  height: 15px;
  border-top: 3px solid #189c3e;
  border-right: 3px solid #189c3e;
  transform: rotate(45deg);
}

.main-seminar__list .main-seminar__panel a .main-seminar__panel--img {
  position: relative;
  overflow: hidden;
  max-width: 480px;
  max-height: 300px;
  border-radius: 10px 0 0 10px;
  margin-right: 30px;
}

.main-seminar__list .main-seminar__panel a .main-seminar__panel--img img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.main-seminar__list .main-seminar__panel a .main-seminar__panel--img .label {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  color: #fff;
  background: #e55927;
  font-weight: bold;
  padding: 10px 20px;
  border-radius: 10px 0 10px 0;
  /*max-width: 150px;*/
  margin: 0;
  z-index: 1;
}

.main-seminar__list .main-seminar__panel a .main-seminar__panel--img .label span {
  background: #fff;
  color: #e55927;
  border-radius: 50px;
  padding: 3px 10px;
  margin-right: 10px;
}

.main-seminar__list .main-seminar__panel a .main-seminar__panel--text {
  max-width: 440px;
  padding: 40px 0 40px 0;
}

.main-seminar__list .main-seminar__panel a .main-seminar__panel--text h3 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  color: #333;
  margin-top: 0;
}

.main-seminar__list .main-seminar__panel a .main-seminar__panel--text p {
  color: #333;
}

.main-seminar__list .main-seminar__panel a .main-seminar__panel--text h3 + p {
  margin-top: 10px;
  margin-bottom: 25px;
}

.main-seminar__list .main-seminar__panel a .main-seminar__panel--text h3 + ul,
.main-seminar__list .main-seminar__panel a .main-seminar__panel--text h3 + dl {
  margin-top: 25px;
}

.main-seminar__list .main-seminar__panel a .main-seminar__panel--text .detail__list {
  color: #189c3e;
  font-weight: bold;
  font-size: 18px;
  padding: 0;
}

.main-seminar__list .main-seminar__panel a .main-seminar__panel--text .detail__list li {
  position: relative;
  padding-left: 55px;
  margin-bottom: 10px;
}

.main-seminar__list .main-seminar__panel a .main-seminar__panel--text .detail__list li.date::before {
  position: absolute;
  top: calc(50% - 22.5px);
  left: 0;
  content: "";
  width: 45px;
  height: 45px;
  background: url(/rakurakucloud/meisai/common/img/seminar/icon_date.svg) 0 0 no-repeat;
  background-size: 100%;
}

.main-seminar__list .main-seminar__panel a .main-seminar__panel--text .detail__list li.manner::before {
  position: absolute;
  top: calc(50% - 22.5px);
  left: 0;
  content: "";
  width: 45px;
  height: 45px;
  background: url(/rakurakucloud/meisai/common/img/seminar/icon_manner.svg) 0 0 no-repeat;
  background-size: 100%;
}

.main-seminar__list .main-seminar__panel a .main-seminar__panel--text .detail__list li.manner {
  color: #333;
}

.main-seminar__list .main-seminar__panel a .main-seminar__panel--text .detail__list li.manner span {
  color: #189c3e;
  margin-right: 10px;
}

.ondemond-seminar__inner .main-seminar__list .main-seminar__panel a .main-seminar__panel--img .label {
  background: #189c3e;
}

.ondemond-seminar__inner .main-seminar__list .main-seminar__panel a .main-seminar__panel--img .label span {
  color: #189c3e;
}

.past-event {
  text-align: right;
}

.past-event a {
  display: inline-block;
  position: relative;
  color: #333;
  border: 2px solid #ddd;
  padding: 15px 45px 15px 30px;
  border-radius: 5px;
  background-color: #fff;
}

.past-event a::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  transform: rotate(45deg);
}

.past-event a:hover {
  background-color: #f5f5f5;
}

dl.play-time {
  display: flex;
  align-items: center;
  color: #189c3e;
  font-weight: bold;
  font-size: 18px;
  margin: 0;
}

dl.play-time + dl.play-time {
  margin-top: 15px;
}

dl.play-time dt {
  position: relative;
  padding-left: 42px;
}

dl.play-time dt::before {
  content: "";
  position: absolute;
  top: calc(50% - 24.5px);
  left: 0;
  width: 40px;
  height: 40px;
  background: url(/rakurakucloud/meisai/common/img/seminar/icon_play-time.svg) 0 0 no-repeat;
  background-size: 100%;
}

dl.play-time dd {
  margin-left: 15px;
  border-left: 2px solid #ccc;
  padding-left: 10px;
}

.anc__link {
  display: flex;
  padding: 0;
}

.anc__link .anc__link--item {
  width: 33.333%;
  margin-right: 20px;
  display: flex;
}

.anc__link .anc__link--item a {
  position: relative;
  display: block;
  border-top: 5px solid #189c3e;
  background: #fff;
  padding: 26px 20px 32px;
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  flex-grow: 1;
}

.anc__link .anc__link--item:last-of-type {
  margin-right: 0;
}

.anc__link .anc__link--item a::before {
  position: absolute;
  right: calc(50% - 1px);
  bottom: 0;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 10px;
  height: 10px;
  transform: rotate(135deg);
  z-index: 100;
}

.anc__link .anc__link--item a::after {
  content: "";
  position: absolute;
  right: calc(50% - 20px);
  bottom: -20px;
  background: #189c3e;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  border: 10px solid #fff;
}

.anc__link .anc__link--item a:hover {
  color: #189c3e;
}

.anc__link .anc__link--item a:hover::before {
  bottom: -10px;
  transition: all 0.6s;
}

.anc__link .anc__link--item a:hover::after {
  bottom: -30px;
  transition: all 0.6s;
}

.anc__link .anc__link--item._law a {
  border-top: 5px solid #316D9A;
}

.anc__link .anc__link--item._law a::after {
  background: #316D9A;
}

.anc__link .anc__link--item._law a:hover {
  color: #316D9A;
}

.anc__link .anc__link--item._case a {
  border-top: 5px solid #e55927;
}

.anc__link .anc__link--item._case a::after {
  background: #e55927;
}

.anc__link .anc__link--item._case a:hover {
  color: #e55927;
}

.hdg-l3 {
  position: relative;
  margin: 60px 0;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  padding-left: 20px;
  border-left: 5px solid #189c3e;
}

.hdg-l3::after {
  position: absolute;
  bottom: -15px;
  left: -5px;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
}

.hdg-l3._law {
  border-left: 5px solid #316D9A;
}

.hdg-l3._case {
  border-left: 5px solid #e55927;
}

.sub-seminar__list {
  display: flex;
  flex-wrap: wrap;
}

.sub-seminar__list .sub-seminar__panel {
  display: flex;
  width: 32%;
  margin: 40px 2% 0 0;
}

.sub-seminar__list .sub-seminar__panel:nth-of-type(-n + 3) {
  margin-top: 0;
}

.sub-seminar__list .sub-seminar__panel:nth-of-type(3n) {
  margin-right: 0;
}

.sub-seminar__list .sub-seminar__panel a {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.sub-seminar__list .sub-seminar__panel a:hover {
  background: #f5f5f5;
  transition: all 0.6s;
}

.sub-seminar__list .sub-seminar__panel a:hover .sub-seminar__panel--img img {
  transform: scale(1.05);
  transition: all 0.6s;
}

.sub-seminar__list .sub-seminar__panel:last-of-type {
  margin-right: 0;
}

.sub-seminar__list .sub-seminar__panel a .sub-seminar__panel--img {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  height: 200px;
}

.sub-seminar__list .sub-seminar__panel a .sub-seminar__panel--img img {
  width: 100%;
  height: 100%;
}

.sub-seminar__list .sub-seminar__panel a .sub-seminar__panel--img .label {
  position: absolute;
  top: 0;
  left: 0;
  background: #189c3e;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 10px 0 10px 0;
  margin: 0;
  z-index: 1;
}

.sub-seminar__list .sub-seminar__panel a .sub-seminar__panel--text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  position: relative;
  padding: 20px 45px 30px 20px;
}

.sub-seminar__list .sub-seminar__panel a .sub-seminar__panel--text::after {
  content: "";
  position: absolute;
  top: calc(50% - 7.5px);
  right: 20px;
  border-top: 3px solid #189c3e;
  border-right: 3px solid #189c3e;
  width: 15px;
  height: 15px;
  transform: rotate(45deg);
}

.sub-seminar__list .sub-seminar__panel a .sub-seminar__panel--text h4 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  color: #333;
  margin: 0 0 25px 0;
}

.sub-seminar__list .sub-seminar__panel a .sub-seminar__panel--text .play-time {
  font-size: 15px;
}

.sub-seminar__list .sub-seminar__panel a .sub-seminar__panel--text .play-time::before {
  width: 30px;
  height: 30px;
  top: calc(50% - 18px);
}

.sub-seminar__list .sub-seminar__panel a .sub-seminar__panel--text .play-time dd {
  margin-left: 7px;
}


/* ___________________________________________

セミナーページデザイン
_____________________________________________ */

.seminar_style .hero {
  padding: 0;
}

.seminar_style .hero_inner_210114 {
  background: #b5b5b5 url(/rakurakucloud/meisai/common/img/seminar/bg_210114.jpg) no-repeat center bottom;
  background-size: cover;
}

.seminar_style .breadcrumb {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
}

.seminar_style .hero_contents {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 5px 0 40px;
  color: #333;
  text-align: center;
  font-weight: bold;
}

.seminar_style .hero h1 {
  margin: 20px 0 0;
  background: none;
  color: #333;
  letter-spacing: -0.05rem;
  font-feature-settings: "palt";
}

.seminar_style .hero h1 .main {
  margin: 0 0 20px 0;
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  text-align: center;
  text-shadow: 0 0 10px #fff;
}

.seminar_style .hero h1 .main.is_middle {
  font-size: 2.5rem;
}

.seminar_style .hero h1 .main.is_small {
  font-size: 2.1rem;
}

.seminar_style .hero h1 .main .red {
  color: #e73a36;
  padding-right: 5px;
}

.seminar_style .hero h1 .sub {
  margin: 0;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  text-align: center;
}

.seminar_style .hero h1 .main .sub {
  margin: 0 0 15px;
  font-size: 2.4rem;
  line-height: 1.2;
}

.seminar_style .hero h1 .main .sub.is_small {
  font-size: 2.1rem;
}

.seminar_style .hero .hero_contents h1 > span {
  display: flex;
  justify-content: center;
  background-color: #189c3e;
  font-size: 18px;
  color: #fff;
  padding: 5px 30px;
  border-radius: 50px;
  max-width: 350px;
  width: 100%;
  margin: 0 auto 20px;
}


.seminar_style .hero_box {
  position: relative;
  margin: 45px auto 0;
  padding: 25px 25px 25px;
  max-width: 380px;
  background: #189c3e;
  border-radius: 10px;
  box-sizing: border-box;
  z-index: 0;
}

.seminar_style .hero_box.hero_box_wide {
  max-width: 85%;
}

.seminar_style .hero_box.hero_box_middle {
  max-width: 70%;
}

.seminar_style .hero_box.portrait {
  padding: 50px 25px 50px;
}

.seminar_style .hero_box::after {
  content: "";
  position: absolute;
  right: -140px;
  bottom: 0;
  background: url(/rakurakucloud/meisai/common/img/seminar/hero_detail.png) 0 0 no-repeat;
  background-size: cover;
  width: 165px;
  height: 262px;
  z-index: 1;
}

.seminar_style .hero_box._img-none::after {
  display: none;
}

.seminar_style .hero_box.woman::after {
  content: "";
  position: absolute;
  right: -200px;
  bottom: 0;
  background: url("/rakurakucloud/meisai/common/img/seminar/hero_detail_woman.png") 0 50px no-repeat;
  background-size: cover;
  width: 165px;
  height: 262px;
  z-index: 1;
}

.seminar_style .hero_box.img_none:after {
  background: none;
}

.seminar_style .hero_box .day {
  margin: 0 0 15px 0;
  padding: 0 0 12px 0;
  color: #fff;
  font-weight: bold;
  border-bottom: 2px dotted #fff;
  line-height: 1.4;
}

.seminar_style .hero_box .day.border_none {
  border-bottom: none;
  margin: 0 0 5px 0;
}

.seminar_style .hero_box .day_main {
  padding: 0 8px 0 0;
  font-size: 2.3rem;
  letter-spacing: 0.05em;
}

.seminar_style .hero_box .day_main em {
  padding: 0 5px;
  font-weight: normal !important;
  font-size: 2rem;
  vertical-align: 0.1em;
}

.seminar_style .hero_box .day_week {
  margin: 0 15px 0 0;
  padding: 5px 8px 4px;
  border: 1px solid #fff;
  font-size: 1rem;
  line-height: 1;
  vertical-align: 0.3em;
}

.seminar_style .hero_box .day_time {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  vertical-align: 0.13em;
}

.seminar_style .hero_box .hero_box_datail .recommend {
  margin: 0 auto 20px;
  padding: 0 20px;
  font-size: 1.1rem;
  border-bottom: 1px dotted #fff;
}

.hero_box_datail .recommend .recommend_title {
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  text-align: center;
}

.hero_box_datail .recommend .recommend_list {
  margin: 0 auto 20px 0;
  padding-left: 40px;
}

.hero_box_datail .recommend .recommend_list li {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0;
  margin: 0.7rem auto 0 auto;
  text-align: left;
  list-style: circle;
  line-height: 1.3;
}

.hero_box_datail.hero_box_datail--type01 .recommend_list li {
  margin: 1rem auto 0;
  font-size: 1.3em;
  line-height: 1.5;
}

.seminar_style .hero .hero_box .hero_box_datail .place {
  margin: 0 0 5px;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
}

.seminar_style .hero .hero_box .hero_box_datail .cost {
  margin: 0;
  color: #ffc530;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-align: center;
}

.hero_box__btn {
  width: 300px;
  height: 60px;
  margin: 20px auto 0;
}

.hero_box__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: #f78633;
  color: #ffffff;
  font-size: 18px;
  box-shadow: 1px 1px 2px rgb(0 0 0 / 30%);
}

.hero_box__link:hover {
  background-color: #f7b433;
  color: #ffffff;
}

.seminar_style .hero .hero_btn {
  margin: 10px 0 0;
}

.seminar_style .hero .btn_style {
  width: 330px;
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  padding: 12px 50px 14px;
  background-color: #e55927;
  border-radius: 5px;
  box-shadow: 0 5px 0 rgba(85, 64, 27, 1);
  color: #fff;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  border: 3px solid #e55927;
  letter-spacing: 0.03em;
  box-sizing: border-box;
}

.seminar_style .hero .btn_style:hover {
  background-color: #fff;
  color: #e55927;
  border: 3px solid #e55927;
  opacity: 1;
}

.seminar_style .seminar_sec {
  padding: 60px 0;
}

.seminar_style .seminar_sec_lead {
  padding: 75px 0;
}

.seminar_style .lead {
  margin: 0;
}

.seminar_style .lead p {
  margin: 0 0 20px 0;
  font-size: 1rem;
  line-height: 2;
}

.recommend-box {
  margin: 60px 0 0;
  border: 2px solid #189c3e;
  padding: 0 0 30px;
}

.recommend-box h3 {
  margin: 0 0 20px;
  padding: 10px 30px 13px;
  background: #189c3e;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
}

.recommend-box ul {
  padding: 0 40px;
  font-size: 1.1rem;
}

.recommend-box ul li + li {
  margin-top: 10px;
}

.recommend-box strong {
  color: #09a142;
  font-weight: bold;
}

.seminar_style h2.seminar-ttl {
  margin: 0;
  padding: 0 0 55px;
  font-size: 1.7rem;
  color: #333;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.seminar_style .program {
  margin: 0 auto;
  max-width: 850px;
  width: 100%;
}

.seminar_style .program.margin0 {
  margin: 0 auto;
}

.seminar_style .program .program_box {
  margin: 0 0 25px;
  /*border: 2px solid #a2d1f4;*/
}

.seminar_style .program .program_box .time {
  padding: 10px 20px;
  background: #a2d1f4;
  font-size: 1.2rem;
  font-weight: bold;
}

.seminar_style .program .program_box .program_time_wrap {
  position: relative;
  padding: 13px 20px;
  background: #d0dc81;
  font-weight: bold;
}

.seminar_style .program .program_box .program_time_wrap .program_time {
  margin: 0;
  font-size: 1.2rem;
}

.seminar_style .program .program_box_detail {
  padding: 25px 30px 40px;
  background: #fff;
}

.seminar_style .program .title {
  margin: 0 0 30px;
  padding: 0 0 20px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: 2px solid #189c3e;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}

.seminar_style .program .program_detail_title {
  margin: 0 0 20px;
  color: #189c3e;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.seminar_style .program .program_detail_title._center {
  font-size: 30px;
  text-align: center;
}

.seminar_style .program .program_detail_txtul {
  margin: 0 0 15px;
  padding-left: 20px;
  font-size: 0.9rem;
  line-height: 1.8;
  list-style: disc;
}

.seminar_style .program .program_detail_txt_wrap {
  margin: 0 0 25px 0;
  padding: 0 0 20px 0;
  border-bottom: 2px dotted #ccc;
}

.seminar_style .program .program_detail_txt_wrap:last-of-type {
  margin: 0;
  padding: 0;
  border-bottom: none;
}

.seminar_style .program .program_detail_txt {
  margin: 0 0 15px;
  font-size: 0.9rem;
  line-height: 1.8;
}

.seminar_style .program .program_detail_txt b {
  font-weight: bold;
}

.seminar_style .program .program_detail_txt.red {
  color: #e73a36;
}

.seminar_style .program .program_detail_txt:last-child {
  margin: 0;
}

.seminar_style .program .program_detail_txtlist {
  padding-left: 20px;
  margin-bottom: 15px;
}

.seminar_style .program .program_detail_txtlist li {
  list-style: disc;
}

.seminar_style .program .program_detail_numbertxtlist {
  padding-left: 20px;
  margin-bottom: 15px;
}

.seminar_style .program .program_detail_numbertxtlist li {
  list-style: decimal;
}

.seminar_style .program .program_photo3 {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0;
}

.seminar_style .program .program_photo3 li img {
  width: 250px;
}

.seminar_style .program .instructor_wrap {
  display: flex;
}

.seminar_style .program .instructor_wrap.mb {
  margin-bottom: 10px;
}

.seminar_style .program .instructor_wrap .photo img {
  width: 140px;
  margin-right: 30px;
}

.seminar_style .program .fz_big {
  font-size: 1.1rem;
  line-height: 1.6;
}

.seminar_style .program .fz_big b {
  font-weight: bold;
}

.seminar_style .program .instructor_name {
  width: calc(100% - 170px);
}

.seminar_style .program .instructor_name_text {
  display: block;
  margin-top: 10px;
  font-size: 0.9rem;
}

.seminar_style .program .instructor_career {
  margin-top: 10px;
}

.seminar_style .seminar_voice {
  position: relative;
  margin: 0 auto;
  padding: 60px 35px 30px 50px;
  max-width: 850px;
  background: #fff;
  border: 2px solid #0078c9;
  border-radius: 5px;
  box-sizing: border-box;
}

.seminar_style .seminar_voice h3 {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 35px 12px;
  background: #0078c9;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 30px;
  letter-spacing: 0.05em;
}

.seminar_style .seminar_voice h3:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #0078c9;
  border-width: 12px;
  margin-left: -12px;
}

.seminar_style .seminar_voice li {
  padding: 0 0 10px;
  font-size: 1rem;
  list-style-type: disc;
}

.seminar_style .seminar_voice .seminar_voice_box {
  display: flex;
  justify-content: space-between;
  margin: 0 0 0;
}

.seminar_style .seminar_voice .seminar_voice_box li {
  width: 33%;
  margin: 0 20px 0 0;
  padding: 20px 20px;
  background: #f1f4f6;
  font-size: 0.95rem;
  line-height: 1.6;
  border-radius: 10px;
  list-style-type: none;
}

.seminar_style .seminar_voice .seminar_voice_box li:last-child {
  margin: 0;
}

.seminar_style .seminar_voice .seminar_voice_box li .icon {
  text-align: center;
}

.seminar_style .seminar_voice .seminar_voice_box li .icon img {
  width: 75px;
  margin: 0 auto 20px;
}

.seminar_style .seminar_overview {
  display: flex;
  justify-content: space-between;
}

.seminar_style .seminar_overview .left {
  width: 480px;
}

.seminar_style .seminar_overview table {
  width: 480px;
  font-size: 1rem;
  line-height: 1.6;
}

.seminar_style .seminar_overview table tr {
  border-bottom: 2px dotted #bcbcbc;
}

.seminar_style .seminar_overview table th {
  padding: 1em 2em;
  width: 70px;
  font-size: 1.1rem;
  color: #189c3e;
  font-weight: bold;
  vertical-align: top;
}

.seminar_style .seminar_overview table td {
  padding: 1em 1em;
}

.seminar_style .seminar_overview table td li {
  margin: 0 0 15px;
}

.seminar_style .seminar_overview table td li:last-child {
  margin: 0;
}

.seminar_style .seminar_overview table td li b {
  font-weight: bold;
}

/* セミナー概要を1カラムにする場合 .column1-table*/
.column1 {
  width: 100%;
}

.seminar_style .seminar_overview table.column1-table {
  min-width: 75%;
  max-width: 680px;
  width: 100% !important;
  margin: 0 auto !important;
  display: block;
}

.seminar_style .seminar_overview table.column1-table p {
  margin: 0;
}

.seminar_style .seminar_overview table.column1-table td {
  width: 100% !important;
  font-weight: 500;
}

.seminar_style .seminar_overview table.column1-table th {
  box-sizing: content-box;
  min-width: 90px;
  max-width: 100px;
  font-weight: 700;
}

.seminar_style .seminar_overview .map {
  width: 450px;
  height: 400px;
}

.seminar_style .seminar_overview .map iframe {
  width: 100%;
  height: 400px;
}

.hs-legaltext {
  margin: 30px 0 0;
}

.hs-legaltext span {
  font-size: 12px;
}

.seminar_style .seminar_sec_form {
  padding: 0;
}

.seminar_style .seminar_sec_form #form {
  width: 90%;
  max-width: 880px;
  margin: 40px auto;
  background: #fcfcfc;
  border-radius: 7px;
}

.seminar_style .panel_header {
  position: relative;
  padding: 0.5em 0.8em;
  background: #189c3e;
  background-size: 2px 2px;
  font-size: 1.25em;
  font-size: 1.25rem;
  line-height: 140%;
  color: #fff;
  border-radius: 7px 7px 0 0;
}

.seminar_style .panel_content {
  padding: 20px 40px;
  box-sizing: border-box;
  width: 80%;
  font-size: 16px;
  margin: 0 auto;
  background: none;
  box-shadow: inset 0px 2px 4px rgb(0 0 0 / 0%);
}

.seminar_style .seminar_sec_sns {
  padding: 30px 0;
}

.seminar_style .sns {
  padding: 30px 25px 40px;
  background: #efefef;
  margin: 10px auto;
  width: 540px;
  border-radius: 5px;
  box-sizing: border-box;
}

.seminar_style .sns .sns-title {
  margin: 0 0 30px;
  font-size: 1.2rem;
  color: #0078c9;
  font-weight: bold;
  text-align: center;
}

.seminar_style .sns ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.seminar_style .sns li {
  margin-right: 30px;
}

.seminar_style .sns li:last-child {
  margin-right: 0;
}

.seminar_style .sns li.facebook a {
  background-color: #1877f2;
  box-shadow: 0 4px 0 #1668b2;
  display: block;
  position: relative;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  padding: 16px 35px 15px 30px;
  width: 220px;
  height: 53px;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  transition: background-color 0.25s ease-out;
}

.seminar_style .sns li.facebook a:before {
  content: "";
  background: url(/rakurakucloud/meisai/common/img/ico-facebook.svg) 0 0 no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: -0.2em;
}

.seminar_style .sns li.facebook a:hover {
  background: #1668b2;
  opacity: 1;
}

.seminar_style .sns li.twitter a {
  background-color: #008dde;
  box-shadow: 0 4px 0 #0078bd;
  display: block;
  position: relative;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  padding: 16px 35px 15px 30px;
  width: 220px;
  height: 53px;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  transition: background-color 0.25s ease-out;
}

.seminar_style .sns li.twitter a:before {
  content: "";
  background: url(/rakurakucloud/meisai/common/img/ico-twitter.svg) 0 0 no-repeat;
  background-size: cover;
  width: 19px;
  height: 15px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: -0.1em;
}

.seminar_style .sns li.twitter a:hover {
  background: #0078bd;
  opacity: 1;
}

/*チェックボックス*/
.seminar_style .check_box {
  margin: 0 auto;
  width: 100%;
  max-width: 850px;
}

.seminar_style .check_box_detail {
  padding: 30px;
  background: #fff;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  box-sizing: border-box;
}

.seminar_style .check_box_detail li {
  padding: 0 0 10px 29px;
  position: relative;
  font-size: 1rem;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  box-sizing: border-box;
}

.seminar_style .check_box_detail li:last-child {
  padding: 0 0 0 29px;
}

.seminar_style .check_box_detail li:before,
.seminar_style .check_box_detail li:after {
  content: "";
  display: block;
  position: absolute;
}

.seminar_style .check_box_detail li:before {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid #999;
  left: 0;
  top: 2px;
}

.seminar_style .check_box_detail li:after {
  border-left: 4px solid #0078c9;
  border-bottom: 4px solid #0078c9;
  width: 15px;
  height: 5px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 5px;
  top: 3px;
}

/* こんな方におすすめ ver02 */
.seminar_sec_recommend {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  font-weight: bold;
}
.seminar_sec_recommend .hero_box {
  margin: 0 auto;
}
.seminar_sec_recommend .hero_box .hero_box_datail .recommend {
  border-bottom: none;
}


/*調整用*/
.pdg-top60 {
  padding-top: 60px;
}

.form-box {
  margin: 0 auto;
  width: 880px;
}

#hs-form {
  width: 95% !important;
  max-width: 800px !important;
  margin: 0 auto;
}

#hs-form h2 {
  padding: 8px 20px;
  background: #189c3e;
  color: #fff;
  font-weight: bold;
  border-radius: 10px 10px 0 0;
  font-size: 1.4rem;
}

#hs-form .content {
  padding: 20px 30px;
  border: 2px solid #189c3e;
  border-radius: 0 0 10px 10px;
}

.seminar_style #hs-form .hs-input,
#hs-form .error {
  width: 100% !important;
  height: 2rem !important;
  box-sizing: border-box;
}

.form-columns-2 .hs_lastname {
  width: 48% !important;
  float: left !important;
}

.form-columns-2 .hs_firstname {
  width: 48% !important;
  float: right !important;
}

.form-columns-2 .hs_email {
  width: 48% !important;
  float: left !important;
}

.form-columns-2 .hs_rm_tell {
  width: 48% !important;
  float: right !important;
}

.form-columns-2 .hs_rm_area {
  width: 48% !important;
  float: left !important;
}

.form-columns-2 .hs_ab_ {
  width: 48% !important;
  float: right !important;
}

.form-columns-3 .hs_r_ {
  margin-right: 2%;
  width: 32% !important;
  float: left;
}

.seminar_sec_form.seminar_sec_form--type01 .form-columns-2 {
  display: flex;
  justify-content: space-between;
}

.seminar_sec_form.seminar_sec_form--type01 .form-columns-2 > .hs-form-field {
  width: 48%;
  float: none;
}

.seminar_sec_form.seminar_sec_form--type01 .form-columns-2 input.hs-input {
  height: 2.05rem !important;
  box-sizing: border-box;
}

.form-columns-3 .hs_position {
  width: 32% !important;
  float: left;
}

.seminar_style .seminar_overview table.column1-table p.mb15 {
  margin-bottom: 15px;
}

/*--Start 20210628追加（セミナー申し込みボタン）--*/
.seminar_style .hero_box .hero_btn {
  margin: 25px 0 0;
}

.seminar_style .hero_box .hero_btn a {
  width: 350px;
  font-size: 1.05rem;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  padding: 12px 50px 14px;
  background-color: #e55927;
  border-radius: 5px;
  box-shadow: 0 5px 0 rgb(85 64 27);
  color: #fff;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  border: 3px solid #e55927;
  letter-spacing: 0.03em;
  box-sizing: border-box;
  transition: color 0.25s ease-in-out;
}

.seminar_style .hero_box .hero_btn a:hover {
  background-color: #fff;
  color: #e55927;
  border: 3px solid #e55927;
  opacity: 1;
}


.company__area .company__area--img:last-of-type {
  margin-right: 0px;
}

.time__table tbody tr td {
  font-weight: 500;
}

.time__table tbody tr td .time__table--item .time__table--list > div:last-of-type {
  margin-bottom: 0;
}

.time__table tbody tr td .time__table--item .time__table--list > div dt {
  min-width: 50px;
  font-weight: bold;
  flex-basis: 10%;
}


.time__table tbody tr td .time__table--item .time__table--list > div dd {
  margin-left: 20px;
  flex-basis: 90%;
}

.cta__btn {
  display: flex;
  justify-content: center;
}

.cta__btn .cta__btn--item {
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #e55927;
  border: 2px solid #e55927;
  font-size: 24px;
  font-weight: bold;
  max-width: 380px;
  width: 100%;
  padding: 15px 30px;
  border-radius: 5px;
}

.cta__btn .cta__btn--item span {
  margin-right: 35px;
  background-color: #189c3e;
  color: #fff;
  border-radius: 50px;
  font-size: 20px;
  padding: 15px 11px;
}

.cta__btn .cta__btn--item:hover {
  background-color: #fff;
  color: #e55927;
}

.questionnaire_style .header-wrap .header-inner {
  max-width: 1000px;
}

.questionnaire_style .seminar-main {
  background-image: linear-gradient(#f1f4f6 0%, #ffffff 400px);
  padding: 100px 0 80px;
}

.questionnaire_style .breadcrumb {
  margin-bottom: 20px;
}

.questionnaire_style .breadcrumb a {
  font-size: 12px;
  color: #333 !important;
  text-decoration: underline;
}

.questionnaire_style .breadcrumb a.breadcrumb_focus {
  color: #333 !important;
  text-decoration: none;
}

.questionnaire_style .seminar-main .page-title {
  font-size: 28px;
  font-weight: 500;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 8px;
  color: #fff;
  background-color: #09a142;
}

.questionnaire_style .seminar-main p {
  font-size: 18px;
  margin: 0 0 30px 0;
}

.questionnaire_style .seminar-main .seminar-link {
  position: relative;
  padding-left: 50px;
  margin: 0 0 15px 0;
}

.questionnaire_style .seminar-main .seminar-link a {
  color: #09a142;
  transition: all 0.4s ease-in-out;
}

.questionnaire_style .seminar-main .seminar-link a:hover {
  text-decoration: underline;
}

.questionnaire_style .seminar-main .seminar-link span {
  position: absolute;
  left: 0;
  top: 0;
}

/* ___________________________________________

オンデマンドセミナーページデザイン
_____________________________________________ */

.ondemand_style p:not(.header-sp-logo) {
  margin: 0;
}

.ondemand_style p.header-logo {
  margin: 8px 0 0;
}

.ondemand_style li {
  list-style: none;
}

.ondemand_style .hero {
  padding: 0;
}

.ondemand_style .hero_inner_keirijirei {
  background: url("/rakurakucloud/meisai/common/img/seminar/ondemand/bg_202108.jpg") no-repeat center center;
  background-size: cover;
}

.ondemand_style .breadcrumb {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  padding: 20px 0 25px;
}

.ondemand_style .hero_contents {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5px 0 40px;
  color: #333;
  text-align: center;
  font-weight: bold;
}

.ondemand_style .hero_contents .hero_tag {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  background-color: #fbac46;
  padding: 0 20px;
  margin: 0 0 15px;
}

.ondemand_style .hero h1 {
  font-size: 40px;
  margin: 0 0 25px;
  background: none;
  color: #333;
  letter-spacing: -0.05rem;
  font-feature-settings: "palt";
}

.ondemand_style .hero h1 span {
  display: inline-block;
  font-size: 23px;
}

.ondemand_style .hero h1 .main {
  margin: 0 0 20px 0;
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  text-align: center;
  text-shadow: 0 0 10px #fff;
}

.ondemand_style .hero h1 .sub {
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.05rem;
  text-align: center;
  color: #fff;
  background-color: #189c3e;
}

.ondemand_style .hero_contents .hero_txt {
  font-size: 24px;
  font-weight: bold;
  color: #00a33e;
  text-align: center;
}

.hero-title {
  font-size: 30px;
}

/*-- こんな方におすすめ 日程 --*/
.ondemand_style .seminar_sec_lead {
  padding: 30px 0;
}

.ondemand_style .lead_contents {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 5px 0 40px;
  color: #333;
  text-align: center;
  font-weight: bold;
}

.ondemand_style .lead_contents .lead_box::after {
  content: "";
  position: absolute;
  right: -140px;
  bottom: 0;
  background: url(/rakurakucloud/meisai/common/img/seminar/hero_detail.png) 0 0 no-repeat;
  background-size: cover;
  width: 165px;
  height: 262px;
  z-index: 1;
}

.ondemand_style .seminar_sec_lead .lead_box {
  position: relative;
  margin: 45px auto 0;
  padding: 25px 25px 25px;
  max-width: 380px;
  background: #189c3e;
  border-radius: 10px;
  box-sizing: border-box;
  z-index: 0;
}

.ondemand_style .seminar_sec_lead .lead_box.lead_box_middle {
  max-width: 70%;
}

.ondemand_style .seminar_sec_lead .lead_box .day {
  margin: 0 0 15px 0;
  padding: 0 0 12px 0;
  color: #fff;
  font-weight: bold;
  border-bottom: 2px dotted #fff;
  line-height: 1.4;
}

.ondemand_style .seminar_sec_lead .lead_box .day_main {
  padding: 0 8px 0 0;
  font-size: 2.3rem;
  letter-spacing: 0.05em;
}

.ondemand_style .seminar_sec_lead .lead_box .day_main em {
  padding: 0 5px;
  font-weight: normal !important;
  font-size: 2rem;
  vertical-align: 0.1em;
}

.ondemand_style .seminar_sec_lead .lead_box .day_week {
  margin: 0 15px 0 0;
  padding: 5px 8px 4px;
  border: 1px solid #fff;
  font-size: 1rem;
  line-height: 1;
  vertical-align: 0.3em;
}

.ondemand_style .seminar_sec_lead .lead_box .day_time {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  vertical-align: 0.13em;
}

.ondemand_style .seminar_sec_lead .lead_box .lead_box_datail .recommend {
  margin: 0 auto 20px;
  padding: 0 20px;
  font-size: 1.1rem;
  border-bottom: 2px dotted #fff;
}

.lead_box_datail .recommend .recommend_title {
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  text-align: center;
}

.lead_box_datail .recommend .recommend_list {
  margin: 0 auto 20px 0;
  padding-left: 40px;
}

.lead_box_datail .recommend .recommend_list li {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0;
  margin: 0.7rem auto 0 auto;
  text-align: left;
  list-style: circle;
  line-height: 1.3;
}

.lead_box_datail .recommend .recommend_list li::marker {
  box-sizing: content-box;
}

.ondemand_style .seminar_sec_lead .lead_box .lead_box_datail .cost {
  margin: 0;
  color: #ffc530;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-align: center;
}

.ondemand_style .seminar_sec_lead .lead_btn {
  margin: 10px 0 0;
}

.ondemand_style .seminar_sec_lead .btn_style {
  width: 330px;
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  padding: 12px 50px 14px;
  background-color: #e55927;
  border-radius: 5px;
  box-shadow: 0 5px 0 rgba(85, 64, 27, 1);
  color: #fff;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  border: 3px solid #e55927;
  letter-spacing: 0.03em;
  box-sizing: border-box;
}

.ondemand_style .seminar_sec_lead .btn_style:hover {
  background-color: #fff;
  color: #e55927;
  border: 3px solid #e55927;
  opacity: 1;
}

.ondemand_style .seminar_sec_lead .lead {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ondemand_style .seminar_sec_lead h3 {
  width: 88px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #00a33e;
  border: 2px solid #00a33e;
  padding: 20px 0;
  margin-right: 60px;
}

.ondemand_style .seminar_sec_lead_list {
  padding: 0;
}

.ondemand_style .seminar_sec_lead_list li {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  padding-left: 37px;
}

.ondemand_style .seminar_sec_lead_list li::after {
  content: "";
  position: absolute;
  background: url("/rakurakucloud/meisai/common/img/seminar/ondemand/icon_check.svg") no-repeat center center;
  background-size: cover;
  width: 23px;
  height: 19px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
}

/* 共催企業エリア（オンデマンドセミナー版） */
.ondemand_style .company__area {
  background-color: #fff;
  margin: 0 55px 40px;
  padding: 30px 25px 40px;
  box-sizing: border-box;
}

/* 共催企業エリア */
.company__area {
  display: flex;
  justify-content: center;
  align-items: center;
}

.company__area h2.company__area--ttl {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin-right: 30px;
  border-top: 1px;
  background-color: #f5f5f5;
  padding: 15px 50px;
}

.company__area .company__area--img {
  margin-right: 20px;
}

.company__area .company__area--img:last-of-type {
  margin-right: 0px;
}

/* タイムテーブル */
.time__table colgroup .th_width {
  width: 80px;
}

.time__table tbody tr {
  border-bottom: 2px dotted #ccc;
}

.time__table tbody tr th {
  font-size: 18px;
  font-weight: bold;
  padding: 20px 30px;
  vertical-align: top;
  color: #189c3e;
}

.time__table tbody tr td {
  padding: 20px 0;
  text-align: left;
}

.time__table tbody tr td .time__table--item {
  margin-top: 15px;
  background-color: #f5f5f5;
  padding: 20px;
}

.time__table tbody tr td .time__table--item .time__table--list {
  margin: 0;
}

.time__table tbody tr td .time__table--item .time__table--list > div {
  display: flex;
  margin-bottom: 15px;
}

.time__table tbody tr td .time__table--item .time__table--list > div:last-of-type {
  margin-bottom: 0;
}

.time__table tbody tr td .time__table--item .time__table--list > div dt {
  min-width: 50px;
  font-weight: bold;
  flex-basis: 10%;
}

.time__table tbody tr td .time__table--item .time__table--list > div dd {
  margin-left: 20px;
  flex-basis: 90%;
}

.time__table {
  width: 100%;
}

/*-- 概要など --*/
.ondemand_style .program_box {
  background-color: #fff;
  margin: 0 55px;
  padding: 30px 25px 40px;
  box-sizing: border-box;
}

.ondemand_style .program_detail_txt_wrap {
  padding-bottom: 35px;
  margin-bottom: 25px;
  border-bottom: 2px dotted #ccc;
}

.ondemand_style .program_detail_txt_wrap:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.ondemand_style .program_detail_title {
  font-size: 19px;
  font-weight: bold;
  color: #00a33e;
  margin-bottom: 25px;
}

.ondemand_style .program_detail_txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

.ondemand_style .instructor_wrap {
  display: flex;
}

.ondemand_style .instructor_wrap .photo {
  margin-right: 30px;
}

.ondemand_style .instructor_wrap .photo img {
  width: 140px;
}

.ondemand_style .instructor_wrap .instructor_name {
  font-size: 18px;
}

.ondemand_style .instructor_wrap .instructor_name_text {
  display: block;
  font-size: 14px;
  line-height: 1.7;
  margin-top: 15px;
}

/*-- form --*/
.ondemand_style .seminar_sec_form #form {
  width: 90%;
  max-width: 850px;
  margin: 40px auto;
  background: #fcfcfc;
  border-radius: 7px;
}

.ondemand_style .panel_header {
  position: relative;
  padding: 0.5em 0.8em;
  background: #189c3e;
  background-size: 2px 2px;
  font-size: 1.25em;
  font-size: 1.25rem;
  line-height: 140%;
  color: #fff;
  border-radius: 7px 7px 0 0;
}

.ondemand_style .panel_content {
  padding: 20px 40px;
  box-sizing: border-box;
  width: 80%;
  font-size: 16px;
  margin: 0 auto;
  background: none;
  box-shadow: inset 0px 2px 4px rgb(0 0 0 / 0%);
}

/* ___________________________________________

アンケートページデザイン
_____________________________________________ */

.questionnaire_style .header-wrap {
  width: 100%;
  position: fixed;
  background-color: #fff;
  box-shadow: 0 1px 2px rgb(0 0 0 / 30%);
  z-index: 99;
}

.questionnaire_style .header-wrap .header-inner {
  max-width: 1000px;
}

.questionnaire_style .seminar-main {
  background-image: linear-gradient(#f1f4f6 0%, #ffffff 400px);
  padding: 100px 0 80px;
}

.questionnaire_style .breadcrumb {
  margin-bottom: 20px;
}

.questionnaire_style .breadcrumb a {
  font-size: 12px;
  color: #333 !important;
  text-decoration: underline;
}

.questionnaire_style .breadcrumb a.breadcrumb_focus {
  color: #333 !important;
  text-decoration: none;
}

.questionnaire_style .seminar-main .page-title {
  font-size: 28px;
  font-weight: 500;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 8px;
  color: #fff;
  background-color: #09a142;
}

.questionnaire_style .seminar-main p {
  font-size: 18px;
  margin: 0 0 30px 0;
}

.questionnaire_style .seminar-main .seminar-link {
  position: relative;
  padding-left: 50px;
  margin: 0 0 15px 0;
}

.questionnaire_style .seminar-main .seminar-link a {
  color: #09a142;
  transition: all 0.4s ease-in-out;
}

.questionnaire_style .seminar-main .seminar-link a:hover {
  text-decoration: underline;
}

.questionnaire_style .seminar-main .seminar-link span {
  position: absolute;
  left: 0;
  top: 0;
}

/* ___________________________________________

レスポンシブ時
_____________________________________________ */

@media (max-width: 960px) {
  /* セミナー一覧ページ */
  .main-seminar__list .main-seminar__panel {
    margin-bottom: 30px;
  }

  .main-seminar__list .main-seminar__panel a {
    display: block;
    padding-right: 0;
  }

  .main-seminar__list .main-seminar__panel a::after {
    content: none;
  }

  .main-seminar__list .main-seminar__panel a .main-seminar__panel--img {
    max-width: none;
    max-height: none;
    width: 100%;
    border-radius: 10px 10px 0 0;
    margin-right: 0;
  }

  .main-seminar__list .main-seminar__panel a .main-seminar__panel--text {
    position: relative;
    max-width: none;
    padding: 20px 30px 30px 20px;
  }

  .main-seminar__list .main-seminar__panel a .main-seminar__panel--text::after {
    content: "";
    position: absolute;
    top: calc(50% - 7.5px);
    right: 20px;
    border-top: 3px solid #189c3e;
    border-right: 3px solid #189c3e;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
  }

  .sub-seminar__list .sub-seminar__panel a .sub-seminar__panel--img {
    border-radius: 5px 5px 0 0;
    height: auto;
  }

  .sub-seminar__list .sub-seminar__panel a .sub-seminar__panel--img .label {
    border-radius: 5px 0 5px 0;
  }

  /* セミナー一覧ページ end */
}

@media screen and (min-width: 769px) {
  .sp_only {
    display: none;
  }

}

@media (max-width: 767px) {
  .pc_only {
    display: none;
  }

  /* セミナー一覧ページ */

  .active-seminar__inner,
  .ondemond-seminar__inner {
    padding: 0 20px;
  }

  .hdg-l3 {
    font-size: 20px;
    margin: 40px 0;
    padding-left: 15px;
  }

  .seminar_none {
    margin-bottom: 50px;
  }

  .main-seminar__list,
  .sub-seminar__list {
    margin-bottom: 30px;
  }

  .main-seminar__list .main-seminar__panel a .main-seminar__panel--img .label {
    font-size: 14px;
    padding: 8px 15px;
  }

  .main-seminar__list .main-seminar__panel a .main-seminar__panel--text h3 {
    font-size: 18px;
  }

  .main-seminar__list .main-seminar__panel a .main-seminar__panel--text h3 + p {
    margin-bottom: 15px;
  }

  .main-seminar__list .main-seminar__panel a .main-seminar__panel--text::after {
    top: calc(50% - 6px);
    right: 15px;
    width: 12px;
    height: 12px;
  }

  .main-seminar__list .main-seminar__panel a .main-seminar__panel--text .detail__list {
    font-size: 13px;
  }

  .main-seminar__list .main-seminar__panel a .main-seminar__panel--text .detail__list li {
    padding-left: 45px;
  }

  .main-seminar__list .main-seminar__panel a .main-seminar__panel--text .detail__list li.date::before,
  .main-seminar__list .main-seminar__panel a .main-seminar__panel--text .detail__list li.manner::before {
    width: 40px;
    height: 40px;
    top: calc(50% - 19px);
  }

  dl.play-time {
    font-size: 13px;
  }

  dl.play-time dt {
    padding-left: 35px;
  }

  dl.play-time dt::before {
    width: 30px;
    height: 30px;
    top: calc(50% - 18px);
  }

  .anc__link {
    display: block;
  }

  .anc__link .anc__link--item {
    width: 100%;
    margin-bottom: 40px;
  }

  .anc__link .anc__link--item:last-of-type {
    margin-bottom: 0;
  }

  .sub-seminar__list .sub-seminar__panel {
    width: 48%;
    margin: 30px 4% 0 0;
  }

  .sub-seminar__list .sub-seminar__panel:nth-of-type(-n + 3) {
    margin-top: 30px;
  }

  .sub-seminar__list .sub-seminar__panel:nth-of-type(-n + 2) {
    margin-top: 0;
  }

  .sub-seminar__list .sub-seminar__panel:last-of-type {
    margin-right: 2%;
  }

  .sub-seminar__list .sub-seminar__panel:nth-of-type(3n) {
    margin-right: 4%;
  }

  .sub-seminar__list .sub-seminar__panel:nth-of-type(2n) {
    margin-right: 0;
  }

  .sub-seminar__list .sub-seminar__panel a {
    border-radius: 5px;
  }

  .sub-seminar__list .sub-seminar__panel a .sub-seminar__panel--text {
    padding: 15px 20px 20px 10px;
  }

  .sub-seminar__list .sub-seminar__panel a .sub-seminar__panel--text::after {
    width: 8px;
    height: 8px;
    top: calc(50% - 4px);
    right: 7px;
  }

  .sub-seminar__list .sub-seminar__panel a .sub-seminar__panel--text h4 {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .sub-seminar__list .sub-seminar__panel a .sub-seminar__panel--img .label {
    font-size: 12px;
    padding: 2px 5px 3px;
    border-radius: 5px 0 5px 0;
  }

  .sub-seminar__list .sub-seminar__panel a .sub-seminar__panel--text .play-time {
    font-size: 12px;
  }

  .sub-seminar__list .sub-seminar__panel a .sub-seminar__panel--text .play-time dt {
    padding-left: 30px;
  }

  .sub-seminar__list .sub-seminar__panel a .sub-seminar__panel--text .play-time dd {
    margin-left: 5px;
    padding-left: 5px;
    min-width: 40px;
  }

  .sub-seminar__list .sub-seminar__panel a .sub-seminar__panel--text .play-time::before {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
  }

  .past-event a {
    padding: 10px 30px 10px 20px;
  }
  
  .past-event a::after {
    right: 15px;
  }

  /* セミナー一覧ページ end */

  /* セミナーページ */
  .hdg-l2 {
    font-size: 22px;
    margin: 0 auto 50px;
    border-bottom: none;
  }

  .seminar_style #main {
    padding-top: 0 !important;
  }

  .seminar_style .hero_inner {
    padding: 0 10px;
  }

  .seminar_style .seminar_topicpath {
    max-width: 100%;
    margin: 0;
  }

  .seminar_style .hero_contents {
    max-width: 90%;
    padding: 40px 0 20px;
  }

  .seminar_style .hero h1 .main, .seminar_style .hero h1 .main.is_middle {
    margin: 0 0 15px;
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .seminar_style .hero h1 .sub {
    font-size: 1rem;
    margin: 0 0 10px 0;
  }

  .seminar_style .hero h1 .main .sub, .seminar_style .hero h1 .main .sub.is_small {
    margin: 0 0 15px;
    font-size: 1.3rem;
    line-height: 1.2;
  }

  .seminar_style .hero .hero_box,
  .seminar_style .hero .hero_box.hero_box_middle {
    margin: 20px auto 0;
    padding: 5px 20px 20px;
    max-width: 94%;
    box-sizing: border-box;
  }

  .seminar_style .hero .hero_box:after {
    display: none;
  }

  .seminar_style .hero .hero_box .day {
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    line-height: 1.5;
  }

  .seminar_style .hero .hero_box .day_main {
    padding: 0 5px 0 0;
    font-size: 2rem;
  }

  .seminar_style .hero .hero_box .day_main em {
    font-size: 1.6rem;
  }

  .seminar_style .hero .hero_box .day_week {
    margin: 0 10px 0 0;
    font-size: 1rem;
  }

  .seminar_style .hero .hero_box .day_time {
    font-size: 1.1rem;
    vertical-align: 0.2em;
  }

  .seminar_style .hero .hero_box .hero_box_datail .recommend {
    max-width: none;
    padding: 0;
  }

  .hero_box_datail .recommend .recommend_title {
    font-size: 1rem;
  }

  .hero_box_datail .recommend .recommend_list li {
    font-size: 1.1rem;
    font-weight: 500;
  }

  .seminar_style .hero .hero_box .hero_box_datail .place {
    margin: 0 0 10px;
    font-size: 0.9rem;
    line-height: 1.4;
  }

  .seminar_style .hero .hero_box .hero_box_datail .cost {
    font-size: 1.4rem;
  }

  .hero_box__btn {
    width: 100%;
  }

  .hero_box__link:hover {
    background-color: #f78633;
  }

  .seminar_style .hero .hero_btn {
    margin: 15px 0 0;
  }

  .seminar_style .hero .btn_style {
    padding: 10px 20px 12px;
    width: 100%;
    font-size: 1rem;
    box-shadow: 0 3px 0 rgba(85, 64, 27, 1);
  }

  .seminar_style .hero_box .hero_btn a {
    width: 100%;
  }

  .seminar_style .hero_box .hero_btn a:hover {
    background-color: #e55927;
    color: #ffffff;
    border: 3px solid #e55927;
  }

  .seminar_style .seminar_sec_lead {
    padding: 25px 0;
  }

  .seminar_style .seminar_sec {
    padding: 25px 0;
  }

  .seminar_style .panel_content {
    padding: 10px 10px;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    margin: 0 auto;
    background: none;
    box-shadow: inset 0px 2px 4px rgb(0 0 0 / 0%);
  }

  .seminar_style .lead p {
    font-size: 0.9rem;
    line-height: 1.8;
  }

  .recommend-box {
    margin: 30px 0 0;
  }

  .recommend-box h3 {
    margin: 0 0 15px;
    padding: 6px 20px 10px;
    font-size: 1rem;
    text-align: center;
  }

  .recommend-box ul {
    padding: 5px 20px 10px 30px;
    font-size: 1rem;
  }

  .seminar_style h2.seminar-ttl {
    padding: 0 0 30px;
    font-size: 1.4rem;
  }

  .seminar_style .program {
    margin: 0 auto 20px;
    width: 100%;
  }

  .seminar_style .program .program_box:last-of-type {
    margin: 0;
  }

  .seminar_style .program .program_box .time {
    font-size: 1rem;
  }

  .seminar_style .program .program_box .program_time_wrap {
    padding: 10px 20px 14px 20px;
  }

  .seminar_style .program .program_box .program_time_wrap .program_tag {
    top: 38px;
    right: auto;
    font-size: 0.8rem;
  }

  .seminar_style .program .program_box .program_time_wrap .program_time {
    font-size: 1rem;
  }

  .seminar_style .program .program_box_detail {
    padding: 20px;
  }

  .seminar_style .program .title {
    margin: 0 0 20px;
    font-size: 1rem;
    line-height: 1.4;
    text-align: left;
  }

  .seminar_style .program .program_detail_title {
    margin: 0 0 15px;
    font-size: 1rem;
  }

  .seminar_style .program .program_detail_txt {
    line-height: 1.6;
  }

  .seminar_style .program .instructor_wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .seminar_style .program .instructor_wrap.columnstyle {
    flex-direction: column;
    align-items: center;
  }

  .seminar_style .program .instructor_wrap .photo {
    width: 40%;
    margin: 0 auto 10px;
  }

  .seminar_style .program .instructor_wrap .photo img {
    width: 100%;
    margin-right: 0;
  }

  .seminar_style .program .instructor_name {
    width: 100%;
  }

  .seminar_style .program .fz_big {
    font-size: 0.9rem;
  }

  .seminar_style .program .program_photo3 {
    margin: 20px 0 0;
  }

  .seminar_style .seminar_voice h3 {
    top: -15px;
    padding: 6px 20px 8px;
    font-size: 1rem;
  }

  .seminar_style .seminar_voice h3:after {
    border-width: 10px;
    margin-left: -10px;
  }

  .seminar_style .seminar_voice {
    padding: 40px 20px 20px 40px;
  }

  .seminar_style .seminar_voice li {
    font-size: 0.9rem;
  }

  .seminar_style .seminar_voice02 {
    padding: 40px 20px 20px 20px;
  }

  .seminar_style .seminar_voice .seminar_voice_box {
    display: block;
  }

  .seminar_style .seminar_voice .seminar_voice_box li {
    width: 100%;
    margin: 0 0 20px 0;
    font-size: 0.9rem;
    box-sizing: border-box;
  }

  .seminar_style .seminar_voice .seminar_voice_box li .icon img {
    margin: 0 auto 10px;
    width: 60px;
  }

  .seminar_style .seminar_overview {
    display: block;
  }

  .seminar_style .seminar_overview .left {
    margin: 0 0 40px;
    width: 100%;
  }

  .seminar_style .seminar_overview table {
    width: 100%;
  }

  .seminar_style .seminar_overview .map {
    width: 100%;
    height: auto;
  }

  .seminar_style .seminar_overview .map iframe {
    height: 250px;
  }

  .seminar_style .seminar_overview table.column1-table th {
    padding: 1em;
    min-width: 60px;
    font-size: 0.9rem;
  }

  .seminar_style .seminar_overview table td {
    padding: 1em;
    font-size: 0.9rem;
  }

  #hs-form {
    margin: 30px auto 0;
  }

  #hs-form h2 {
    font-size: 1.3rem;
  }

  #hs-form .content {
    padding: 15px 20px;
  }

  #hs-form fieldset {
    margin: 0 !important;
  }

  .form-columns-3 .hs_r_ {
    width: 100% !important;
  }

  .form-columns-3 .hs_industry_select {
    width: 100% !important;
  }

  .form-columns-3 .hs_position {
    width: 100% !important;
  }

  .seminar_style #hs-form select.hs-input {
    padding: 0 10px !important;
  }
  
  .seminar_style .hero h1 .main.is_small {
    font-size: 1.5rem;
  }

  .form-columns-2 .hs_lastname,
  .form-columns-2 .hs_firstname,
  .form-columns-2 .hs_email,
  .form-columns-2 .hs_rm_tell,
  .form-columns-2 .hs_rm_area {
    width: 100% !important;
    float: none !important;
  }

  .seminar_sec_form.seminar_sec_form--type01 .form-columns-2 {
    display: block;
  }

  .seminar_sec_form.seminar_sec_form--type01 .form-columns-2 > .hs-form-field {
    width: 100%;
    float: none;
  }

  .seminar_sec_recommend {
    max-width: inherit;
    padding: 40px 0;
  }
  .seminar_sec_recommend .hero_box {
    padding: 10px 25px;
  }
  .seminar_sec_recommend .hero_box.hero_box_middle {
    max-width: 85%;
  }
  .seminar_sec_recommend .hero_box .hero_box_datail .recommend {
    padding: 0;
    margin: 0;
  }
  .seminar_sec_recommend .hero_box .hero_box_datail .recommend .recommend_list {
    padding-left: 20px;
  }
  .seminar_sec_recommend .hero_box .hero_box_datail .recommend .recommend_list li {
    font-size: 1rem;
  }
  /* セミナーページ end */

  /* オンデマンドセミナーページ */
  .ondemand_style .hero_contents {
    max-width: 90%;
    padding: 30px 0 40px;
  }

  .ondemand_style .hero h1 {
    font-size: 24px;
    margin: 0 0 15px;
  }

  .ondemand_style .hero h1 .main {
    margin: 0 0 15px;
    font-size: 1.5rem;
  }

  .ondemand_style .hero h1 .sub {
    font-size: 0.9rem;
  }

  .ondemand_style .hero_contents .hero_txt {
    font-size: 16px;
    text-align: center;
  }

  .ondemand_style .hero_contents .hero_tag {
    font-size: 15px;
    padding: 0 10px;
    margin: 0 0 10px;
  }

  /*-- こんな方におすすめ --*/
  .ondemand_style .seminar_sec_lead {
    padding: 20px 0;
  }

  .ondemand_style .lead_contents {
    max-width: 90%;
    padding: 10px 0 20px;
  }

  .ondemand_style .seminar_sec_lead .lead_box:after {
    display: none;
  }

  .ondemand_style .seminar_sec_lead .lead_box,
  .ondemand_style .seminar_sec_lead .lead_box.lead_box_middle {
    margin: 10px auto 0;
    padding: 5px 20px 20px;
    max-width: 94%;
    box-sizing: border-box;
  }

  .ondemand_style .seminar_sec_lead .lead_box .day {
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    line-height: 1.5;
  }

  .ondemand_style .seminar_sec_lead .lead_box .day_main {
    padding: 0 5px 0 0;
    font-size: 2rem;
  }

  .ondemand_style .seminar_sec_lead .lead_box .day_main em {
    font-size: 1.6rem;
  }

  .ondemand_style .seminar_sec_lead .lead_box .day_week {
    margin: 0 10px 0 0;
    font-size: 1rem;
  }

  .ondemand_style .seminar_sec_lead .lead_box .day_time {
    font-size: 1.1rem;
    vertical-align: 0.2em;
  }

  .ondemand_style .seminar_sec_lead .lead_box .lead_box_datail .recommend {
    max-width: none;
    padding: 0;
  }

  .lead_box_datail .recommend .recommend_title {
    font-size: 1rem;
  }

  .lead_box_datail .recommend .recommend_list li {
    font-size: 1.1rem;
    font-weight: 500;
  }

  .ondemand_style .seminar_sec_lead .lead_box .lead_box_datail .cost {
    font-size: 1.4rem;
  }

  .ondemand_style .seminar_sec_lead .lead_btn {
    margin: 10px 0 0;
  }

  .ondemand_style .seminar_sec_lead .btn_style {
    padding: 10px 20px 12px;
    width: 100%;
    font-size: 1rem;
    box-shadow: 0 3px 0 rgba(85, 64, 27, 1);
  }

  .ondemand_style .seminar_sec_lead .hero_btn {
    margin: 15px 0 0;
  }

  .ondemand_style .seminar_sec_lead .lead {
    display: block;
  }

  .ondemand_style .seminar_sec_lead h3 {
    margin: auto auto 15px;
  }

  .ondemand_style .seminar_sec_lead_list {
    padding: 0;
  }

  .ondemand_style .seminar_sec_lead_list li {
    font-size: 13px;
    padding-left: 25px;
  }

    /*-- 共催（オンデマンドセミナー） --*/
    .ondemand_style .company__area {
      margin: 0 0 40px;
    }
  
    /*-- 共催 --*/
    .ondemand_style .sponsored_box {
      margin: 0;
      padding: 20px 20px 30px;
    }

  /*-- 概要など --*/
  .ondemand_style .program_box {
    margin: 0;
    padding: 20px 20px 30px;
  }

  .ondemand_style .program_detail_title {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .ondemand_style .program_detail_txt {
    font-size: 14px;
  }

  .ondemand_style .program_detail_txt_wrap {
    padding-bottom: 20px;
    margin-bottom: 25px;
  }

  .ondemand_style .instructor_wrap {
    display: block;
  }

  .ondemand_style .instructor_wrap .photo {
    margin: 0 auto 25px;
  }

  .ondemand_style .instructor_wrap .instructor_name {
    font-size: 14px;
  }

  .ondemand_style .instructor_wrap .instructor_name_text {
    font-size: 13px;
  }

  .ondemand_style .seminar_sec_form #form {
    margin: 0 auto;
  }

  .ondemand_style .panel_content {
    padding: 10px 10px;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    margin: 0 auto;
    background: none;
    box-shadow: inset 0px 2px 4px rgb(0 0 0 / 0%);
  }

  .seminar_style .hero .hero_contents h1 > span {
    width: auto;
    font-size: 16px;
  }

  .cta__btn .cta__btn--item {
    font-size: 18px;
    padding: 10px 20px;
    max-width: 300px;
  }

  .cta__btn .cta__btn--item span {
    margin-right: 15px;
    font-size: 16px;
    padding: 10px 8px;
  }

  .company__area {
    flex-direction: column;
  }

  .company__area h2.company__area--ttl {
    font-size: 22px;
    margin: 0 0 10px 0;
    padding: 10px;
    width: 100%;
    max-width: 260px;
  }

  .company__area .company__area--img {
    margin: 0 0 15px 0;
  }

  .seminar_style .program .program_detail_title._center {
    font-size: 22px;
  }

  .time__table tbody tr th {
    padding: 15px 20px;
  }

  .time__table tbody tr td {
    padding: 15px 0;
  }

  .time__table tbody tr td .time__table--item {
    padding: 15px;
  }

  .time__table tbody tr td .time__table--item .time__table--list > div {
    display: block;
  }

  .time__table tbody tr td .time__table--item .time__table--list > div dt {
    margin-bottom: 5px;
  }

  .time__table tbody tr td .time__table--item .time__table--list > div dd {
    margin-left: 0;
  }

  /* オンデマンドセミナーページ end */

  /* アンケートページ */
  .questionnaire_style .header-wrap {
    padding: 10px 10px 5px;
  }

  .questionnaire_style .header-logo {
    margin: 0;
  }

  .questionnaire_style .header-logo img {
    width: 100px;
  }

  .questionnaire_style .breadcrumb {
    display: block;
  }

  .questionnaire_style .seminar-main {
    padding: 65px 0 20px;
  }

  .questionnaire_style .seminar-main .page-title {
    font-size: 16px;
    padding: 15px;
    text-align: left;
  }

  .questionnaire_style .seminar-main p {
    font-size: 15px;
    margin: 0 0 20px 0;
  }

  .questionnaire_style .seminar-main .seminar-link {
    font-size: 13px;
    padding-left: 40px;
  }

  /* アンケートページ end */
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
  .questionnaire_style .breadcrumb {
    display: block;
  }

}

/* 230830_0901.php strat*/
.event-buildteckexpo__mt12 {
  margin: 60px 0 0;
}
.event-buildteckexpo__h3 {
  padding: 0 0 40px;
}
.event-buildteckexpo__breadcrumb-pt6 {
  padding: 30px 0 0;
}
.event-buildteckexpo__text--rseisan-blue {
  color: #007bc7;
}
.event-buildteckexpo__text--rhanbai-red {
  color: #c04251;
}
.event-buildteckexpo__text--rkintai-purple {
  color: #081059;
}
.event-buildteckexpo__table td {
  vertical-align: top;
  padding: 0 0 15px;
}
/* 230830_0901.php end*/
.f-l__header-gnavi_list{
  line-height: 1.4;
}