@media screen and (max-width: 767px) {
  .sectionBody {
    padding-top: 24px
  }
  .section {
    padding-bottom: 24px
  }
}
/*====================================

.tbl-common th, .tbl-common td

====================================*/
.tbl-common th {
  width: 160px;
}
@media screen and (max-width: 767px) {
  .tbl-common th, .tbl-common td {
    padding: 10px;
  }
  .tbl-common th {
    text-align: center;
    width: 60px
  }
}
/*====================================

    ttl-main

====================================*/
.ttl-main {
  font-size: 3.2rem;
  color: #121212;
  font-weight: 900;
  /* border-top:1px solid #121212;
border-bottom:1px solid #121212; */
  text-align: center;
}
.ttl-main .em {
  font-size: 4.3rem;
  margin: 32px 0;
}
.ttl-main .ttl-main-sub-ft36 {
  font-size: 3.6rem;
  padding: 2px 8px;
}
@media screen and (max-width: 767px) {
  .ttl-main {
    font-size: 2.0rem;
    padding: 16px 0;
  }
  .ttl-main .em {
    font-size: 2.8rem;
    margin: 0 0 16px;
  }
  .ttl-main .ttl-main-sub-dec {
    font-size: 1.6rem;
    padding: 2px 6px;
    display: block;
    width: 80px;
    margin: 0 auto;
    margin-bottom: 8px;
  }
}
/* =====================
  bg
===================== */
.bg_01 {
  background: url(../img/tohoku2023_bg_01.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .bg_01 {
    background: url(../img/tohoku2023_bg_01_sp.jpg);
    background-size: cover;
    padding-top: 2rem;
  }
}
/* =====================
  article_L
===================== */
.article_L p {
  font-size: 2.0rem;
}
@media screen and (max-width: 767px) {
  .article_L p {
    font-size: 1.6rem;
  }
}
/*====================================

    main-visual-nomal

====================================*/
.main-visual-nomal {
  height: auto;
  background: rgb(25, 38, 79); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgb(25, 38, 79) 0%, rgb(29, 44, 91) 50%, rgb(0, 0, 0) 100%);
  background: -webkit-linear-gradient(-45deg, rgb(25, 38, 79) 0%, rgb(29, 44, 91) 50%, rgb(0, 0, 0) 100%);
  background: linear-gradient(135deg, rgb(25, 38, 79) 0%, rgb(29, 44, 91) 50%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19264f', endColorstr='#000000', GradientType=1);
  /*background-image: url(../img/seminar_sanin_bg_02.jpg);*/
  background-size: cover;
  background-repeat: no-repeat;
}
.main-visual-nomal img {
  margin-top: 80px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .main-visual-nomal {
    padding: 0;
  }
  .main-visual-nomal img {
    margin-top: 96px;
    margin-bottom: 0
  }
  .main-visual-nomal .cont-inner {
    padding: 0;
  }
  .ttl-h2 {
    margin-bottom: 16px;
    font-size: 2.0rem;
  }
  .ttl-h2_sub {
    margin-bottom: 32px;
  }
  #breadcrumbs {
    z-index: 10;
  }
}
/* =====================
  bg
===================== */
.bg_02 {
  background: url(../img/seminar_sanin_bg_02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .bg_02 {
    background: url(../img/seminar_sanin_bg_02_sp.jpg);
    background-size: contain;
  }
}
/* =====================
  list-ten
===================== */
.list-ten > li {
  position: relative;
  padding-left: 16px;
}
.list-ten > li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '・';
}
/*====================================

    telArea

====================================*/
.telArea .box-inner {
  padding: 40px 30px;
}
.telArea .ttl-h2 {
  border-bottom: 1px solid #e1e5f0;
  padding-bottom: 40px;
}
.info {
  text-align: center;
  margin-top: 40px;
  letter-spacing: 1px;
  font-weight: 500;
}
.info .company {
  margin-bottom: 20px;
}
.info .telNum {
  font-family: 'YakuHanJP', 'Noto', '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS P Gothic', Verdana, Arial, Helvetica, sans-serif;
  font-size: 5.0rem;
  font-weight: 900;
  color: #1e2c5b;
  border-bottom: none;
  line-height: 1.2;
  letter-spacing: 2px;
  position: relative;
}
.info .telNum:before {
  content: "\e902";
  font-family: 'icon';
  font-size: 4.0rem;
}
.info .time {
  font-size: 2.0rem;
}
@media screen and (max-width: 767px) {
  .telArea .box-inner {
    padding: 32px 24px
  }
  .telArea .ttl-h2 {
    padding-bottom: 16px
  }
  .info .telNum {
    font-size: 2.4rem;
  }
  .info .telNum:before {
    font-size: 1.6rem;
  }
  .info {
    margin-top: 16px
  }
  .info .time {
    font-size: 1.3rem;
  }
  .pri {
    font-size: 1.4rem;
  }
}
/*====================================

 bg_02-inner

====================================*/
.bg_02-inner {
  padding: 40px 0;
}
.bg_02-inner .box {
  margin-bottom: 0;
}
/*====================================

movie

====================================*/
.movie {
  position: relative;
  width: 90%;
  max-width: 860px;
  padding-top: 40%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .movie-cont-inner, .movie {
    width: 90%;
  }
  .movie {
    padding-top: 56%;
  }
}
@media screen and (max-width: 767px) {
  .formArea .btn-em input[type="submit"] {
    font-size: 2.0rem;
  }
}
/*====================================

boxNotice

====================================*/
.boxNotice {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 40px auto;
  padding: 24px;
  border: 2px solid #ccc;
}
.boxNotice .cont {
  font-weight: bold;
  padding-right: 24px;
}
.boxNotice .ttl {
  font-size: 3.2rem;
  color: #8e1c31;
  margin-bottom: 16px;
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
}
.boxNotice .ttl:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #8e1c31;
  position: absolute;
  bottom: 0;
  left: 0;
}
.boxNotice .txt {
  font-size: 2.0rem;
  font-family: 'Notoserif', 游明朝, 'Yu Mincho', YuMincho, 'メイリオ', 'Meiryo', 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
  font-weight: 700;
  color: #101010;
}
.boxNotice .txt .em {
  font-size: 2.4rem;
}
.boxNotice .pic {
  width: 100%;
  max-width: 160px;
}
.boxNotice .pic img {
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .boxNotice .ttl {
    font-size: 2.4rem;
  }
  .boxNotice .txt {
    font-size: 1.6rem;
  }
  .boxNotice .txt .em {
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 880px) {
  .boxNotice .pic {
    max-width: 100px;
  }
  .boxNotice .ttl {
    font-size: 2.0rem;
  }
  .boxNotice .txt {
    font-size: 1.4rem;
  }
  .boxNotice .txt .em {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .boxNotice {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    margin-top: 0
  }
  .boxNotice .pic {
    max-width: 100%;
    margin: 0 auto
  }
  .boxNotice .cont {
    padding-right: 0;
    padding-bottom: 16px
  }
  .boxNotice .ttl {
    font-size: 1.8rem;
  }
  .boxNotice .txt {
    font-size: 1.2rem;
  }
  .boxNotice .txt .em {
    font-size: 1.4rem;
  }
}
/*====================================

speakers

====================================*/
.speakers {
  padding: 40px 0;
  border-top: 1px solid #ccc;
}
.speakers:last-child {
  border-bottom: 1px solid #ccc;
  margin-bottom: 64px;
}
.speakers .proWrap {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.speakers .proWrap .pic {
  width: 100%;
  max-width: 160px;
}
.speakers .proWrap .pic img {
  width: 100%;
}
.speakers .proWrap .cont {
  flex: 1;
  padding-left: 40px;
}
.speakers .ttlHead {
  text-align: center;
  font-weight: bold;
  font-size: 2.0rem;
  letter-spacing: 2px;
  margin-bottom: 16px;
}
.speakers .ttlHead p {
  margin-bottom: 8px;
}
.speakers .ttlHead .em {
  font-size: 3.2rem;
}
.speakers .ttlHead .sub {
  font-size: 1.8rem;
}
.speakers .ttl {
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 2px;
  margin-bottom: 8px;
}
.speakers .ttl .em {
  font-size: 2.4rem;
}
.speakers .sm {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .speakers .ttlHead {
    font-size: 1.8rem;
  }
  .speakers .ttlHead .em {
    font-size: 2.4rem;
  }
  .speakers .ttlHead .sub {
    font-size: 1.6rem;
  }
  .speakers .ttl {
    font-size: 1.6rem;
  }
  .speakers .ttl .em {
    font-size: 2.0rem;
  }
  .speakers .proWrap {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .speakers .proWrap .pic {
    margin: 0 auto
  }
  .speakers .proWrap .cont {
    padding-left: 0;
    padding-top: 16px
  }
  .speakers {
    padding: 24px 0
  }
}
/*====================================

icon

====================================*/
.proWrap .url {
  margin-top: 24px;
}
.proWrap .url a {
  color: #1d2c5b;
}
.proWrap .url a:hover {
  text-decoration: underline;
}
.proWrap .url .list-icon-tab:after {
  font-family: 'icon';
  content: '\e907';
  padding-left: 5px;
  font-size: 1.2rem;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  transform: translate(0, 0);
  display: inline-block;
}
.proWrap .hover .url .list-icon-tab:hover:after {
  transform: translate(3px, -3px);
}
/* =====================
  link-ul
===================== */
a.link-ul {
  color: #1037ff;
  position: relative;
}
.hover a.link-ul:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  background: #1037ff;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.hover a.link-ul:hover:after {
  width: 0;
}
/*====================================

margin

====================================*/
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-60 {
  margin-top: 80px;
}
.mt-80 {
  margin-top: 80px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 80px;
}
.mb-80 {
  margin-bottom: 80px;
}
/*====================================

formArea

====================================*/
.formArea {
  margin-bottom: 62px;
}
/*====================================

    secBottom

====================================*/
.secBottom {
  margin-bottom: 10px;
  /*display: flex;*/
  justify-content: center;
  flex-wrap: wrap;
  /*text-align: center;*/
  padding-bottom: 0;
}
.secBottom ul {
  /*display: flex;*/
}
.secBottom ul li img {
  width: auto;
  height: 50px;
}
.secBottom .m-logo {
  height: 40px;
  margin-top: 5px;
  margin-left: 8px;
}
.secBottom ul li:nth-child(2) {
  /*margin-left: 24px;*/
}
@media screen and (max-width: 767px) {
  .secBottom ul {
    display: block;
  }
  .secBottom ul li:first-child {
    margin-top: 16px;
    margin-bottom: 8px;
  }
}
/*====================================

    box-secondary

====================================*/
.box-secondary {
  border: 3px solid #e1e5f0;
}
.box-inner {
  padding: 20px 30px;
  line-height: 1.9;
  background: #fff;
  text-align: center;
}
/*====================================

    sponsored

====================================*/
.sponsored .name {
  font-size: 2.2rem;
  font-weight: 500;
  margin-right: 56px;
  margin-top: 10px;
  white-space: nowrap;
}
.sponsored .row {
  width: 80%;
  margin: 0 auto;
}
.sponsored .col-sm-5, .sponsored .col-sm-7 {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sponsored .name {
    font-size: 1.8rem;
    /*margin-right: 20px;*/
    width: 20%;
    margin: 0 auto;
  }
  .sponsored .row {
    width: 100%;
  }
  .sponsored .row > [class^=col-] img {
    width: 70%;
  }
}
/* =====================
  list-square
===================== */
.list-square li {
  position: relative;
  padding-left: 24px;
}
.list-square li:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '■';
}
@media screen and (max-width: 767px) {
  .list-square li {
    padding-left: 16px;
  }
}
/* =======================================
   speach
 ======================================= */
.speach {}
/*.speach .cont + .cont{
padding-top: 40px;
}*/
.speach .proWrap .pic img {
  width: 120px;
}
.speach .proWrap .pic img {
  max-width: 100%;
}
.speach .proWrap {
  width: 80%;
  border: 2px solid #ddd;
  padding: 24px;
  margin: 0 auto;
}
.speach .proWrap p {
  font-size: 1.4rem;
}
.speach h4 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 16px;
}
.speach .proWrap .cont {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .speach h4 {
    text-align: center;
  }
  .speach .proWrap .pic img {
    width: 240px;
  }
}
/* =======================================
   policy
 ======================================= */
.formArea .policy {
  width: 100%;
  margin: 0 auto;
  padding-top: 16px;
  text-align: center;
}
.formArea .policy p, .formArea .policy li {
  font-size: 1.4rem;
  line-height: 1.5;
}
.formArea .policy ul {
  padding-top: 8px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
}
.formArea .policy li {
  margin-right: 24px;
}
.formArea .policy li:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 767px) {
  .formArea .policy ul {
    display: block;
  }
}
/*====================================

policy_url_icon

====================================*/
.policy .url {
  margin-top: 8px;
}
.policy .url a {
  color: #1d2c5b;
}
.policy .url a:hover {
  text-decoration: underline;
}
.policy .url .list-icon-tab:after {
  font-family: 'icon';
  content: '\e907';
  padding-left: 5px;
  font-size: 1.2rem;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  transform: translate(0, 0);
  display: inline-block;
}
.policy .hover .url .list-icon-tab:hover:after {
  transform: translate(3px, -3px);
}
/*====================================

ttl-sub

====================================*/
.ttl-sub {
  font-size: 2.4rem;
}
/*====================================

    profile

====================================*/
.profile {
  /*background: #f1f1f1;*/
  padding: 15px;
  position: relative;
  color: #101010;
  width: 100%;
  /*margin-top: 32px;*/
}
.profile.profile02 {
  margin-bottom: 24px;
}
.profile .ttl {
  position: absolute;
  top: 0;
  left: 0;
  background: #8e1c31;
  padding: 0px 24px;
  color: #fff;
}
.profile-listWrap {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.profile-listWrap .profile-list {
  width: 50%;
  font-size: 1.8rem;
  position: relative;
  padding: 0 24px;
}
.profile-listWrap .profile-list:first-child:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #101010;
}
.profile-list > li {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
}
.year {
  margin-right: 16px;
  display: block;
  min-width: 58px;
}
.profile-list.full .year {
  min-width: 100px;
}
.profile.profile02 .em {
  font-size: 1.8rem;
  margin-left: 2px;
}
@media screen and (max-width: 1180px) {
  .profile {
    padding: 40px 16px;
  }
  .profile-listWrap .profile-list {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .profile-listWrap {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .profile-listWrap .profile-list {
    width: 100%;
    padding: 0;
  }
  .profile-listWrap .profile-list:first-child:after {
    content: none;
  }
  .profile {
    margin-top: 0;
  }
  .profile.profile02 {
    margin-top: 0;
  }
  .profile-list.full > li {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    margin-bottom: 24px;
  }
  .profile.profile02 .em {
    font-size: 1.6rem;
    margin-left: 2px;
  }
}
/*====================================

    list-cardB

====================================*/
.list-cardB li {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  background-color: #f1f1f1;
}
.list-cardB .ttl {
  width: 20%;
  padding: 20px;
  text-align: center;
  color: #FFFFFF;
  background-color: #0069b8;
}
.list-cardB .item {
  width: 100%;
  padding: 0px 20px;
  font-weight: 500;
  letter-spacing: 1px;
}
.list-cardB .notes-mark {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .list-cardB li {
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
  }
  .list-cardB .ttl {
    width: 100%;
    padding: 5px;
  }
  .list-cardB .item {
    padding: 20px;
  }
}
/* =====================
  list-row
===================== */
.list-row {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  overflow: hidden;
  -js-display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.list-row li {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .list-row li {
    margin-bottom: 15px;
  }
}
/* =====================
  list-sm-3 
===================== */
@media screen and (min-width: 767px) {
  .list-sm-3 {
    width: calc(100% + 20px);
    overflow: hidden;
  }
  .list-sm-3 > li {
    width: calc(33% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .list-sm-3 > li:nth-child(4n) {
    margin-right: 0;
  }
}
/* =====================
  list-sm-4 
===================== */
@media screen and (min-width: 767px) {
  .list-sm-4 {
    width: calc(100% + 20px);
    overflow: hidden;
  }
  .list-sm-4 > li {
    width: calc(33.333333% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .list-sm-4 > li:nth-child(3n) {
    margin-right: 0;
  }
}
/* =====================
  list-sm-6
===================== */
.list-sm-6 > li {
  margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
  .list-sm-6 {
    width: calc(100% + 30px);
  }
  .list-sm-6 > li {
    width: calc(50% - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
  }
  .list-sm-6 > li:nth-child(even) {
    margin-right: 0;
  }
  .list-sm-6 > :nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
/* =====================
  list-md-6
===================== */
.list-md-6 > li {
  margin-bottom: 20px;
}
@media screen and (min-width: 929px) {
  .list-md-6 {
    width: calc(100% + 30px);
  }
  .list-md-6 > li {
    width: calc(50% - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative;
  }
  .list-md-6 > li:nth-child(even) {
    margin-right: 0;
  }
  .list-md-6 > :nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
/*====================================

    program

====================================*/
.program {
  letter-spacing: 1px;
  font-weight: 500;
}
.program .box-common {
  padding: 30px;
  margin-bottom: 0;
  background: #fff;
}
.program .box-common .label {
  background: none;
  color: #333;
}
.program > li {
  margin-bottom: 32px;
}
.program .date {
  font-size: 2.0rem;
}
.lecture {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e1e5f0;
  padding: 8px 16px;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, rgba(0, 106, 184, 1), rgba(87, 186, 199, 1));
  color: #fff;
  position: relative;
}
.program .item .label {
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 2.0rem;
}
.program .item .label-blue {
  background: #0069b8;
  color: #fff;
}
.ttl-lecture {
  font-weight: 900;
  font-size: 3.2rem;
  color: #121212;
  padding: 20px 0;
  letter-spacing: 2px;
  margin-bottom: 2rem;
}
.ttl-lecture .sub {
  font-size: 2.0rem;
}
.program .box-common-em {
  background: #fff;
  height: calc(100% - 60px);
  padding: 20px;
  margin-bottom: 0;
}
.program .item .name {
  font-size: 1.8rem;
  font-weight: 900;
  color: #121212;
  margin-bottom: 1.6rem;
}
.program .item .name .sub {
  font-size: 2.4rem;
  margin-left: 1rem;
}
.profile {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
.profile .list-primary li {
  margin-bottom: 4px;
}
.profile .article {
  margin-top: auto;
}
.profilePic {
  width: 100%;
  /*max-width: 101px;*/
}
.program .item .profile-sizeS .name {
  font-size: 2.4rem;
}
.list-organizer li {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.box-detail {
  background: #fff;
}
.box-detail .lecture {
  border-bottom: 2px solid #e1e5f0;
  padding-bottom: 16px;
  margin-bottom: 24px;
  color: #333;
  background: #fff;
  font-size: 2.0rem;
  padding: 0 0 1rem 0;
  position: relative;
}
.box-detail .lecture:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #5472cd;
  bottom: -2px;
  width: 8%;
}
.box-detail .label {
  border-bottom: 1px solid #e1e5f0;
  padding-bottom: 16px;
}
@media screen and (max-width: 520px) {
  .lecture .time {
    font-size: 1.4rem;
    width: auto;
    margin-right: 10px;
  }
  .program > li {
    margin-bottom: 32px;
  }
  .program .item {
    margin-left: 0;
  }
  .profile .article {
    margin-top: 30px;
    /*padding: 0 16px;*/
  }
  .program .box-common {
    text-align: center;
  }
  .program .box-common-em {
    padding: 10px;
    height: auto;
    margin-bottom: 0;
  }
  .list-organizer li {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    margin-bottom: 20px;
  }
  .list-organizer li:last-child {
    margin-bottom: 0;
  }
  .ttl-lecture {
    padding: 0 0 16px;
    font-size: 2.0rem;
  }
  .ttl-lecture .sub {
    font-size: 1.4rem;
    display: block;
  }
  .program .item .name {
    font-size: 1.8rem;
  }
  .profilePic {
    width: 100%;
    max-width: 160px;
  }
  .program .secBottom {
    margin-bottom: 20px;
  }
  .program .item .label {
    /*margin-right: 20px;*/
    padding: 5px 10px;
    font-size: 1.6rem;
  }
  .lecture .ttl {
    font-size: 2.0rem
  }
  .row > [class^=col-] .profilePic {
    text-align: center;
  }
  .program .item .name .sub {
    margin-left: 0;
  }
}
/*====================================

    telArea

====================================*/
.telArea .box-inner {
  padding: 40px 30px;
}
.telArea .ttl-h2 {
  border-bottom: 1px solid #e1e5f0;
  padding-bottom: 40px;
}
.info {
  text-align: center;
  margin-top: 40px;
  letter-spacing: 1px;
  font-weight: 500;
}
.info .company {
  margin-bottom: 20px;
}
.info .telNum {
  font-family: 'YakuHanJP', 'Noto', '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS P Gothic', Verdana, Arial, Helvetica, sans-serif;
  font-size: 5.0rem;
  font-weight: 900;
  color: #1e2c5b;
  border-bottom: none;
  line-height: 1.2;
  letter-spacing: 2px;
  position: relative;
}
.info .telNum:before {
  content: "\e902";
  font-family: 'icon';
  font-size: 4.0rem;
}
.info .time {
  font-size: 2.0rem;
}
@media screen and (max-width: 767px) {
  .info .telNum {
    font-size: 2.4rem;
  }
  .info .telNum:before {
    font-size: 1.6rem;
  }
  .info .time {
    font-size: 1.3rem;
  }
}
/*====================================

    終了

====================================*/
.box-end {
  position: relative;
  border: 3px solid #b4b4b4;
  background-color: #b4b4b4;
}
.box-end:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  border-radius: 10px;
  background: rgba(0, 0, 0, .3);
  z-index: 2;
}
.box-end .list-detail {
  opacity: .8;
}
.txtEnd {
  font-size: 2.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 3;
  font-weight: 700;
  letter-spacing: 2px;
  background: #e9291c;
  padding: 10px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80%;
}
/*====================================

    index-css uwagaki

====================================*/
.ttl-h2 {
  font-weight: 900;
  padding-bottom: 72px;
  margin-bottom: 0;
  text-align: center;
  font-size: 3.2rem;
  font-family: 'YakuHanJP', 'Noto', '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS P Gothic', Verdana, Arial, Helvetica, sans-serif;
  color: #121212;
}
.article p {
  font-size: 110%;
  font-weight: 400;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ttl-h2 {
    padding-bottom: 32px;
    font-size: 2.8rem;
  }
}
/* =====================
  program-box
===================== */
.program-box {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  -webkit-justify-content: star;
  -ms-flex-pack: center;
  justify-content: start;
  -webkit-align-items: start;
  -ms-flex-align: flex-start;
  align-items: left;
  font-size: 1.6rem;
  /*            margin: 33px auto;*/
  width: 100%;
}
.program-box .checkbox {
  margin-top: -4px;
}
.program-box p {
  font-size: 1.8rem;
  margin-top: 2px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .program-box {
    width: 100%;
  }
}
/* =====================
  program-menu
===================== */
.program-menu {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 24px;
  justify-content: space-between;
}
.program-menu dl {
  width: 50%;
  height: 82px;
  margin-bottom: 0px;
}
.program-menu dl:nth-child(n + 3) {
  margin-bottom: 0;
}
.program-menu dt {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 16px;
  white-space: nowrap;
}
.formList > li:first-child {
  border-top: none;
  padding-top: 0;
}
.contactWay-item {
  white-space: nowrap;
}
.formList-seminar .formItem {
  width: 90%;
}
.fin_txt {
  background: #8f8f8f;
  display: inline-block;
  padding: 5px 10px 5px 20px;
  color: #fff;
}
@media screen and (max-width: 1080px) {
  .program-menu {
    /*display: block;*/
  }
  .program-menu dl {
    margin-bottom: 32px;
    height: auto;
    overflow: hidden;
  }
  .formList-seminar .formItem {
    width: 100%;
  }
  .program-menu dl .contactWay-item li {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 980px) {
  .program-menu {
    display: block;
  }
  .program-menu dl:last-child {
    margin-top: 40px;
  }
  .program-menu ul {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .program-menu {
    margin-bottom: 0;
  }
  .program-menu dl {
    width: 100%;
  }
  .program-menu dl:nth-child(n + 3) {
    margin-bottom: 32px;
  }
}
.name-nl {
  font-size: 2.4rem;
  font-weight: 900;
}
/* =====================
  checkboxList
===================== */
.checkboxList {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkboxList > li {
  margin-bottom: 5px;
  width: 30%;
}
.checkboxList > li.full {
  width: 100%;
}
.checkboxList > li:last-child {
  margin-bottom: 0;
}
.checkboxList > li.flex {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
@media screen and (max-width: 980px) {
  .checkboxList > li {
    width: 100%;
    height: auto;
  }
  .checkboxList > li.flex {
    margin-bottom: 16px;
  }
  .checkboxList > li.flex .formItem {
    padding-top: 0;
    border: none;
    width: 100%;
    padding-left: 0;
  }
}
/* =====================
  checkbox
===================== */
.cbA input[type="checkbox"] {
  display: none;
}
.cbA label {
  margin-right: 20px;
  display: inline-block;
  margin-bottom: 10px;
  cursor: pointer;
}
.cbA-input, .radio-input {
  display: none;
}
.cbA-input:checked + .cbA-parts {
  color: #1d2c5b;
}
.cbA-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #7d7c7c;
  background: #fff;
}
.cbA-input:checked + .cbA-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 6px;
  width: 6px;
  height: 12px;
  transform: rotate(40deg);
  border-bottom: 3px solid #1d2c5b;
  border-right: 3px solid #1d2c5b;
}
.cbA-parts {
  line-height: 1;
  position: relative;
  display: inline-block;
  padding-left: 24px;
  padding-top: 1px;
  font-size: 1.6rem;
}
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
  .cbA-parts, .radio-input + label {
    padding-top: 10px;
  }
}
.formTtl-seminar {
  font-size: 1.6rem;
  position: relative;
  margin-right: 20px;
  color: #1e2d5b;
  border-bottom: 1px solid #ccc;
  padding-bottom: 16px;
}
.formTtl-seminar:after {
  content: '必須';
  background: #f47a18;
}
.formTtl-seminar:after {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1em;
  position: absolute;
  top: 0;
  left: 200px;
  padding: 5px;
  color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .formTtl-seminar {
    border-bottom: none;
    padding-bottom: -16px;
  }
  .formList-seminar {
    padding-top: 0;
  }
}
.sub-link {
  font-size: 1.4rem;
  display: block;
  margin-top: 8px;
}
.u-line a {
  text-decoration: underline;
  text-decoration-color: #ff0000;
  font-weight: 600;
}
.semi-title {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.title-r {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 8px;
  margin-bottom: 16px;
}
.ttl-lecture-r {
  font-size: 3.2rem;
  font-weight: 600;
}
.org {
  margin-left: 8px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1080px) {
  .semi-title {
    margin-top: 8px;
  }
}
@media screen and (max-width: 942px) {
  .org {
    margin-left: 0;
  }
}
/** add 2023.01.12 **/
.relwrap {
  position: relative;
}
.padb10 {
  padding-bottom: 10px;
}
.padb15 {
  padding-bottom: 15px;
}
.padb20 {
  padding-bottom: 20px;
}
.padb25 {
  padding-bottom: 25px;
}
.notes {
  font-size: 1.4rem;
  margin-bottom: 0;
}
.notes-mark {
  font-size: 1.4rem;
  margin-bottom: 0;
}
.cvArea-caution {
  text-align: center;
  font-size: 1.6rem;
  color: #666;
  font-weight: normal;
}
.cvArea-2col_ank {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  -js-display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.cvArea-2col_ank > li {
  position: relative;
  width: calc(50% - 20px);
  display: block;
  margin: 1rem 0 2rem;
}
.cvArea_btnttl {
  display: block;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  transition: all .2s ease-in-out;
  overflow: hidden;
}
.cvArea_btnttl:hover {
  transform: translate(0, -3px);
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, .3);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, .3);
  cursor: pointer;
}
.cvArea_btnttl_txt {
  font-size: 2.4rem;
  padding: 12px 30px;
  background: #1f2c5c;
  color: #fff;
  border-radius: 1px 1px 0px 0px;
  letter-spacing: 1px;
  text-align: center;
  display: block;
  font-weight: bold;
}
.cvArea_btnttl_date {
  display: block;
  font-size: 2rem;
  text-indent: 1.5rem;
}
.cvArea_btnbnr {
  background: #fff;
  border-radius: 4px;
  margin: 0;
  width: 100%;
}
.cvArea_btnbnr img {
  display: block;
  width: 100%;
  height: auto;
}
.lecture .time {
  font-size: 2.0rem;
  margin-right: 1rem;
  min-width: 12rem;
}
.lecture .ttl {
  font-size: 2.4rem;
  display: flex;
  align-items: center;
}
.lecture .ttl:before {
  content: '|';
  display: block;
  padding-right: 1.5rem;
}
.url {
  text-align: right;
  display: block;
  margin: 2rem 0 0;
}
.url > a, .url > a:link, .url > a:visited, .url > a:after {
  color: #0a1b4f;
}
a.link2entry {
  width: 80%;
  display: block;
  max-width: 300px;
  margin: 0 auto 5rem;
  box-sizing: border-box;
  position: relative;
  padding: 1rem 2rem 2rem;
  text-align: center;
  transition: opacity .5s;
  border-radius: 10px;
  color: #fff;
  background: #f47a18;
}
a.link2entry:hover {
  opacity: .7;
}
a.link2entry:after {
  content: '';
  display: block;
  position: absolute;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  left: 50%;
  bottom: 0.8rem;
  transform: translate(-50%, 0) rotate(45deg);
  width: 1rem;
  height: 1rem;
}
.lecture:after {
  content: '';
  display: block;
  position: absolute;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  right: 1.5rem;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  width: 1rem;
  height: 1rem;
  transition: transform .5s;
}
.active .lecture:after {
  transform: translate(0, -50%) rotate(135deg);
  transition: transform .5s;
}
.cvArea_ttl_place {
  font-size: 1.8rem;
  vertical-align: 0.2rem;
  display: inline-block;
}
@media screen and (max-width:767px) {
  .cvArea-2col_ank > li {
    width: 100%;
  }
  .lecture .time {
    font-size: 2.0rem;
    margin-right: 1rem;
    min-width: 14rem;
  }
  .ttl-lecture-r {
    font-size: 1.8rem;
  }
  .program .box-common {
    padding: 30px 0;
  }
  .article___speakers {
    text-align: left;
  }
  .contactWay-item {
    text-indent: 1rem;
  }
  .cvArea_btnttl_txt {
    padding: 1rem;
  }
}

/* add4chugokuseminar*/

.kv_flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.kv_img {
  width: 100%;
  display: block;
  max-width: 656px;
  box-sizing:border-box;
  position:relative;
}
.kv_areamap_wrap{
  width: 100%;
  display: block;
  box-sizing:border-box;
  position:relative;
}
.kv_area_img {
  width: 100%;
  display: block;
  max-width: 484px;
  box-sizing:border-box;
  position:relative;
}
.only-pc__{
  display:block;
}
.kv_areamap_wrap a.flexlink_01{
  position: absolute;
  z-index: +1;
  background: linear-gradient(to right, #81afe2 , #548bca);
  display: block;
  border-radius: 0;
  transition: transform .3s ,background .3s, opacity .3s;
  color: #fff !important;
  width: 25%;
  bottom: 5%;
  left: 37.5%;

}
.kv_areamap_wrap a.flexlink_02{
  position: absolute;
  z-index: +1;
  background: linear-gradient(to right, #81afe2 , #548bca);
  display: block;
  border-radius: 0;
  transition: transform .3s ,background .3s, opacity .3s;
  color: #fff !important;
  width: 25%;
  bottom: 5%;
  right: 8%;
}
.kv_areamap_wrap a.flexlink_03{
  position: absolute;
  z-index: +1;
  background: linear-gradient(to right, #81afe2 , #548bca);
  display: block;
  border-radius: 0;
  transition: transform .3s ,background .3s, opacity .3s;
  color: #fff !important;
  width: 25%;
  bottom: 5%;
  left:8% ;
}

.kv_areamap_wrap a:hover{
  background: linear-gradient(to right, #4883c7, #2866ab);
  transform:scale(1.1);
}
.kv_areamap_wrap a.active{
background: linear-gradient(to right, #4883c7, #2866ab);
transform:scale(1.1);
}

.kv_areamap_wrap a .kaijyo{
  display: inline-block;
  font-size: 1.8rem;
  padding: 0.5rem 0.8rem;
  box-sizing: border-box;
  position: relative;
  font-family: 'Notoserif', 游明朝, 'Yu Mincho', YuMincho, 'メイリオ', 'Meiryo', 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
  font-weight: 700;
  width: 100%;
  border-bottom: 2px solid #fff;
  text-align: right;
}
.kv_areamap_wrap a .kaijyo:before{
  display:block;
  position:absolute;
  content:'';
  width:1rem;
  height:1rem;
  top:50%;
  left:0.8rem;
  border-right:3px solid #fff;
  border-bottom:3px solid #fff;
  transform:translate(0,-50%) rotate(45deg);
}
.kv_areamap_wrap a .kaijyo > span{
  font-size: 2.5rem;
  line-height: 100%;
}

.kv_areamap_wrap a .seminar-d {
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding: 0.5rem 0;
  font-size: 1.0rem;
}
.kv_areamap_wrap a .seminar-d .seminar-date{
  font-size: 1.5rem;
}

.article p.ttl-exp {
  margin: 0;
}
.seminar_info_wrap {
  width: 96%;
  max-width: 1140px;
  display: block;
  position: relative;
  box-sizing: border-box;
  margin: auto auto 6rem;
}
ul.seminar_info_tab {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  align-items: flex-end;
}
ul.seminar_info_tab li{
  width:calc(100%/3);
  box-sizing: border-box;
  position: relative;
}
ul.seminar_info_tab li a.tab_link {
  background: linear-gradient(to right, #81afe2 , #548bca);
  width: 100%;
  display: block;
  border-radius: 10px 10px 0 0;
  transition:padding .3s , background .3s , opacity .3s;
  color:#fff;
}
ul.seminar_info_tab li.active a.tab_link{
  padding-bottom:10px;
  background: linear-gradient(to right, #4883c7, #2866ab);

}
ul.seminar_info_tab li a.tab_link:hover {
  padding-bottom:10px;
  opacity:.7;
  background: linear-gradient(to right, #4883c7, #2866ab);
}
ul.seminar_info_tab li a.kagawa .kaijyo{
  background:url(../img/kagawa-silhouette.png) 4rem center no-repeat;
  background-size: initial;
}
ul.seminar_info_tab li a.kouchi .kaijyo{
  background:url(../img/kouchi-silhouette.png) 4rem center no-repeat;
  background-size: initial;
}
ul.seminar_info_tab li a.ehime .kaijyo{
  background:url(../img/ehime-silhouette.png) 4rem center no-repeat;
  background-size: initial;
}

ul.seminar_info_tab li a .kaijyo{
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-size: 3rem;
  padding: 1.5rem 2rem;
  box-sizing: border-box;
  position: relative;
  font-family: 'Notoserif', 游明朝, 'Yu Mincho', YuMincho, 'メイリオ', 'Meiryo', 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
  font-weight: 700;
  width: 100%;
  border-bottom: 2px solid #fff;
}
ul.seminar_info_tab li a .kaijyo > span{
  font-size: 4rem;
  line-height: 100%;
}

ul.seminar_info_tab li a .seminar-d {
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding: 0.5rem 0;
  font-size:1.5rem;
}
ul.seminar_info_tab li a .seminar-d .seminar-date{
  font-size: 2rem;
}
.seminar_info_detail {
  background: #e0eefd;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 6rem;
  display: none;
  transition:display .3s;
}
.seminar_info_wrap .d-active{
  display:block;
  transition:display .3s;
}
table.detail_tbl {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
.detail_tbl th {
  width: 20%;
  background: #777777;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid #ccc;
  padding: 12px;
}
.detail_tbl td {
  width: 80%;
  background: #fff;
  color: #777;
  vertical-align: middle;
  border: 1px solid #ccc;
  padding: 12px;
}
.info_organizer {
  margin: 3rem auto;
  width: 100%;
  max-width: 900px;
  background: #fff;
  display: block;
  box-sizing: border-box;
  position: relative;
  padding: 1.5rem;
}
.org_list{
  display:flex;
  flex-wrap:wrap;
  align-items: center;
  justify-content: space-around;
}
.org_list li {
  display:flex;
  flex-wrap:nowrap;
  align-items: center;
  justify-content: space-between;
}
.org_list li .org_ttl{
  display:block;
  font-size: 2.2rem;
  font-weight: 500;
  margin-right: 5rem;
}
.org_list li img{
  display:block;
  width:calc(100% - 4.4rem - 5rem);
}

.seminar_info_detail .guest_info {
  border: 4px solid #fff;
  box-sizing: border-box;
  position: relative;
  padding: 2rem;
  display: block;
  width: 100%;
  margin-bottom:3rem;
}
.seminar_info_detail .guest_info:last-child {
  margin-bottom:0;
}
h4.guest_info_ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
span.guest_info_ttl_txt {
  box-sizing: border-box;
  width: fit-content;
  padding: 0.5rem 2rem;
  background: #4097ed;
  color: #fff;
  font-size: 1.5rem;
  margin-right: 1rem;
}
.guest_info_ttl_main {
  display:block;
  font-size: 3rem;
  font-weight: bold;
  margin: 1.5rem 0 ;
  line-height:120%;
}
span.guest_info_ttl_main >span {
  font-size: 70%;
}
.guest_info_ttl2 {
  font-weight: bold;
  font-size: 2rem;
}
.guest_info_detail_wrap {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  margin: 1.5rem 0;
}
.guest_info_detail_thumb {
  width: 100%;
  max-width: 148px;
  border: 1px solid #ccc;
  height: 190px;
  background: #ccc;
}
.guest_info_detail_info {
  width: 80%;
  padding: 0 0 0 2.5rem;
  display: block;
  box-sizing: border-box;
  position: relative;
  font-weight: bold;
}
.guest_nm {
  display: block;
  font-size: 2.6rem;
}
p.guest_info_exp {
  margin: 1rem 0;
}
.info_exp_space {
  width: 2rem;
  display: inline-block;
  text-align: right;
}
.guest_profile{
  display:block;
  margin-top:1rem;
  text-align:right;
  transition:opacity .3s;
}
.guest_profile:hover{
  opacity:.7;
}
.seminar_info_detail .access_link{
  color:inherit;
  color: #1037ff;
  text-decoration:underline;
  position: relative;
  transition:text-decoration .3s , opacity .3s;
}

.seminar_info_detail .access_link:hover{
  text-decoration:none;
  opacity:.7;
}
.seminar_info_detail .access_link:after,.guest_profile:after{
  font-family: 'icon';
  content: '\e907';
  padding-left: 5px;
  font-size: 1.2rem;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  transform: translate(0, 0);
  display: inline-block;
}

@media screen and (max-width:1180px){
  .only-pc__{
    display:none;
  }
  .kv_img {
    width: 50%;
    display: block;
  }
  .kv_area_img {
    width: 50%;
    display: block;
    box-sizing:border-box;
    padding:0 2rem;
  }
  .kv_areamap_wrap{
    margin-top:80px;
  }
  .kv_areamap_wrap a.flexlink_01{
    position: static;
    width:100%;
    border-radius:10px;
  }
  .kv_areamap_wrap a.flexlink_02{
    position: static;
    width:100%;
    border-radius:10px;
    margin:2rem 0 0;
  }
  .kv_areamap_wrap a.flexlink_03{
    position: static;
    width:100%;
    border-radius:10px;
    margin:2rem 0 0;
  }
  .kv_areamap_wrap a.flexlink_04{
    position: static;
    width:100%;
    border-radius:10px;
    margin:2rem 0 0;
  }
  .kv_areamap_wrap a .kaijyo{
    text-align:center;
  }
  ul.seminar_info_tab li a.kagawa .kaijyo{
    background:url(../img/kagawa-silhouette.png) 2rem center no-repeat;
    background-size: initial;
  }
  ul.seminar_info_tab li a.kouchi .kaijyo{
    background:url(../img/kouchi-silhouette.png) 2rem center no-repeat;
    background-size: initial;
  }
  ul.seminar_info_tab li a.ehime .kaijyo{
    background:url(../img/ehime-silhouette.png) 2rem center no-repeat;
    background-size: initial;
  }
}

@media screen and (max-width:980px ){
  ul.seminar_info_tab li a .kaijyo{
    justify-content: flex-end;
  }
}

@media screen and (max-width:768px ){
  .kv_area_img{display:none;}
  .kv_img {
    width: 100%;
  }
  ul.seminar_info_tab li a.kagawa .kaijyo,ul.seminar_info_tab li a.kouchi .kaijyo,ul.seminar_info_tab li a.ehime .kaijyo{
    background:none;
  }
  ul.seminar_info_tab li a.tab_link:hover {
    opacity:1;
  }
  ul.seminar_info_tab li a .kaijyo{
    display:block;
    text-align:center;
    font-size: 1.5rem;
    padding: 1.5rem 0.5rem;
  }
  ul.seminar_info_tab li a .kaijyo > span {
    font-size: 2.5rem;
  }
  ul.seminar_info_tab li a .seminar-d .seminar-date {
    font-size: 1.2rem;
  }
  ul.seminar_info_tab li a .seminar-d .seminar-time{
    display: none;;
  }
  ul.area_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding:0 1rem;
    justify-content: space-between;
    margin:1rem 0;
  }
  ul.area_list li{
    width:calc((100%/2) - 2rem);
    box-sizing: border-box;
    position: relative;
    margin:1.5rem 0 0;
    background: linear-gradient(to right, #4883c7, #2866ab);
    border-radius:10px;
  }
  ul.area_list a.tab_link {

    width: 100%;
    display: block;
    border-radius: 10px 10px;
  
  }
  ul.area_list a.tab_link > span.bgi_wrap{
    transition:padding .3s , background .3s , opacity .3s;
    color:#fff;
    background-position-x: 0.5rem;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: 30%;
    display: block;
  }


  ul.area_list li a.kagawa > span.bgi_wrap{
    background-image:url(../img/kagawa-silhouette.png);

  }
  ul.area_list li a.kouchi > span.bgi_wrap{
    background-image:url(../img/kouchi-silhouette.png);
  }
  ul.area_list li a.ehime > span.bgi_wrap{
    background-image:url(../img/ehime-silhouette.png);
  }

  ul.area_list li a .kaijyo{
    display: inline-block;
    text-align:right;
    font-size: 2rem;
    padding: 1.5rem 0.5rem 0;
    box-sizing: border-box;
    position: relative;
    font-family: 'Notoserif', 游明朝, 'Yu Mincho', YuMincho, 'メイリオ', 'Meiryo', 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', 'MS 明朝', serif;
    font-weight: 700;
    width: 100%;
    color:#fff;
  }
  ul.area_list li a .kaijyo > span{
    font-size: 2.5rem;
    line-height: 100%;
    
  }
  
  ul.area_list li a .seminar-d {
    display: inline-block;
    text-align:right;
    padding: 0 0.5rem 0.5rem 0;
    font-size:1.25rem;
    width:100%;
  }
  ul.area_list li a .seminar-d .seminar-date {
    font-size: 1.25rem;
  }
  ul.area_list li a .seminar-d .seminar-time{
    display: none;
  }
  ul.area_list li a .link_arrow{
    width:100%;
    position:relative;
    display:flex;
    align-items:center;
    justify-content: center;
    box-sizing:border-box;
    padding: 0.5rem 0.5rem 1rem;
    background: linear-gradient(to right, #81afe2 , #548bca);
    border-radius: 0 0 10px 10px;
  }
  ul.area_list li a .link_arrow:before{
    content:'';
    display:block;
    width:1rem;
    height:1rem;
    border-bottom:3px solid #d46a3e;
    border-right:3px solid #d46a3e;
    transform:rotate(45deg);
  }
  .detail_tbl th{width:30%;}
  .detail_tbl td{width:70%;}
  .seminar_info_detail {
    padding:2rem;
  }
  .org_list li {
    width: 100%;
    margin: 1rem 0;
  }
  .guest_info_detail_info {
    width: 100%;
    padding: 1rem 0;
  }
}