/* ———————————————————————————————————————— 汎用クラス */

.mt0  {  margin-top: 20px !important;  }
.mt10 {  margin-top: 20px !important;  }
.mt20 {  margin-top: 20px !important;  }
.mt30 {  margin-top: 30px !important;  }
.mt40 {  margin-top: 40px !important;  }

.mt4030 {   margin-top: 30px !important; }
@media (min-width: 751px) {
  .mt4030 { margin-top: 40px !important; }
}

.txt_align_l {
  text-align: left !important;
}
.txt_align_c {
  text-align: center !important;
}
.txt_align_r {
  text-align: right !important;
}

.txt_style_bold {
  font-weight: bold !important;
}

.pc_item {
  display: none !important;
}
@media (min-width: 751px) {
  .pc_item {
    display: block !important;
  }
}
.sp_item {
  display: block !important;
}
@media (min-width: 751px) {
  .sp_item {
    display: none !important;
  }
}


/* ———————————————————————————————————————— 要素 */

a {
  display: inline-block;
  font-weight: inherit;
  color: #0688c2;
  text-decoration: none;
}
a:hover{
/*  text-decoration: underline; */
  opacity:0.6;
}

h2 {
  width:100%;
  margin-top:20px;
  padding: 20px 0px;
  text-align: center;
  font-size: 7vw;
  font-weight: 600;
  background-image: linear-gradient(90deg, #0085c0, #7fc5e5);
  color: #fff;
}
@media screen and (min-width: 751px) {
  h2 {
    margin: 0px auto;
    max-width: 900px;
    padding: 5px 0px;
    font-size: 24px;
  }
}


/* ———————————————————————————————————————— ファーストビュー／告知 */ 

.seminar_contents .seminar_inner .col2 li {
  background-color: #fff;
  text-align: center;
}
.seminar_contents .seminar_inner .col2 li img {
  width: 80%;
  margin: 0px;
  padding: 0px;
}
.seminar_contents .seminar_inner .col2 li img.img2 {
  width: 100%;
  margin-top: -30px;
}
@media (min-width: 751px) {
  .seminar_contents .seminar_inner {
      padding: 0px;
      width: 900px;
      margin: auto;
  }
  .seminar_contents .seminar_inner .col2 {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .seminar_contents .seminar_inner .col2 li {
    width: 450px;
  }
  .seminar_contents .seminar_inner .col2 li img.img1 {
    width: 100%;
  }
  .seminar_contents .seminar_inner .col2 li img.img2 {
    margin-top: 0px;
  }
}

.lead_sp {
  padding: 8%;
  font-size: 4vw;
  color: #000;
  font-weight:500;
  background-color: #eee;
}


/* ———————————————————————————————————————— 講師紹介 */

.lecturer_contents .lecturer_inner {
  width: 90%;
  margin: auto;
  padding: 5% 0;
}
@media screen and (min-width: 751px) {
  .lecturer_contents .lecturer_inner {
    width: 900px;
    padding: 0 0 5%;
  }
}

.lecturers {
  display: block;
  padding-top: 30px !important;
}
@media screen and (min-width: 751px) {
  .lecturers {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
}

.lecturer:last-child {
  margin-top: 20px;
}
@media screen and (min-width: 751px) {
  .lecturer:last-child {
    margin-top: 0px;
  }
}

.lecturer_prof {
  text-align: center;
  line-height: 1.5;
}
.lecturer_prof .prof_name {
  font-size: 150%;
  font-weight: 500;
}
.prof_image {
  text-align: center;
}
.prof_image img {
  width: 60%;
}
.prof_text {
  padding: 10px;
  font-size: 14px;
}
@media screen and (min-width: 751px) {
  .lecturer_prof {
    text-align: left;
  }
}

.lecturer_prof .prof {
  line-height: 1.35;
}

@media screen and (min-width: 751px) {
  .lecturer_prof_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2%;
  }
}

@media screen and (min-width: 751px) {
  .lecturer_prof_box .prof_image img {
    max-width: none;
    width: 130px;
    height: 160px;
    object-fit: cover;
  }
}

@media screen and (min-width: 751px) {
  .lecturer_prof_box .prof_text {
    font-size: 11px;
  }
}

/* ———————————————————————————————————————— セミナー概要 */

.seminar_contents .seminar_inner h3 {
  text-align: center;
  margin: 30px 0;
  font-size: 22px;
  font-weight: 600;
}

.seminar_contents .seminar_inner .col2.outline p {
  margin-top: 20px;
  font-size: 18px;
  font-weight:400;
}
@media screen and (min-width: 751px) {
  .seminar_contents .seminar_inner .col2.outline p {
    margin-top: 10px;
    font-size: 20px;
  }
}

.seminar_contents .seminar_inner .col2.outline .chap {
  width: 120px;
  text-align: center;
  background-color: #00AEEF;
  color: #fff;
  /* border-radius: 20px; */
}

.seminar_contents .seminar_inner .col2.outline li {
  padding: 10px 0 20px 20px;
  text-align: left;
  background-image: linear-gradient(90deg, #fff, #e5f3f9);
}
@media screen and (min-width: 751px) {
  .seminar_contents .seminar_inner .col2.outline li {
    padding: 0 0 20px 20px;
  }
}

.seminar_contents .seminar_inner .notice {
  width: 90%;
  margin: 20px auto 30px;
  text-align: center;
  color: #F35BA1;
  font-size: 14px;
  font-weight: 600;
  /* border-radius: 20px; */
}
@media screen and (min-width: 751px) {
  .seminar_contents .seminar_inner .notice {
    width: 100%;
    margin-top: 20px;
    padding: 15px;
    font-size: 16px;
  }
}


/* ———————————————————————————————————————— 会場アクセス */

.modules .modules_inner {
  width: 98%;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 751px) {
  .modules .modules_inner {
    width: 900px;
  }
}

.modules .modules_inner h3 {
  text-align: center;
  margin: 30px 0;
  font-size: 22px;
  font-weight: 600;
}
@media screen and (min-width: 751px) {
  .modules .modules_inner h3 {
    text-align: center;
    margin: 30px 0;
    font-size: 22px;
    font-weight: 600;
  }
}

.modules .modules_inner .col2.type2 {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 751px) {
  .modules .modules_inner .col2.type2 {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    list-style-type: none;
  }
}

.modules .modules_inner .col2.type2 li img {
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  .modules .modules_inner .col2.type2 li img {
    width: 600px;
    margin: 0px;
  }
}

.modules .modules_inner .col2.type2 li p {
  padding: 20px;
  text-align: left;
}
@media screen and (min-width: 751px) {
  .modules .modules_inner .col2.type2 li p {
    padding: 0px;
    font-size: 16px;
  }
}


/* ———————————————————————————————————————— お申し込み */

.modules .modules_inner.cta_fixed {
  position: fixed;
  z-index: 99999;
  bottom: 0px;
  right: auto;
  left: auto;
  width: 100%;
  background-color: #fff;
  text-align: center;
}

.modules .modules_inner.cta_fixed .cta_btn {
  margin: 15px auto;
  padding: 15px 30px;
  background-color: #F35BA1;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 20px;
}

