@charset "UTF-8";
.column_pack.this_pad {
  padding: 3em 0; }

.ts_block02_bg {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin-bottom: 3em; }
  .ts_block02_bg .cons_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    color: #000;
    width: 100%;
    padding: 2em 0; }
    .ts_block02_bg .cons_title .after_l {
      padding-top: 30px;
      font-size: 3.5em;
      font-weight: 700;
      color: #283470; }
      @media screen and (max-width: 599px) {
        .ts_block02_bg .cons_title .after_l {
          font-size: 2.5em; } }
    .ts_block02_bg .cons_title img {
      width: 80%; }
      @media screen and (max-width: 599px) {
        .ts_block02_bg .cons_title img {
          width: 95%; } }

.event_summary {
  margin-bottom: 3em; }
  .event_summary p {
    font-size: 1.125em;
    line-height: 1.75; }

h3.event_h3_arvdt {
  background: #283470;
  color: #fff;
  margin-bottom: 0.75em;
  padding: 0.5em;
  font-size: 1.25em;
  border-radius: 6px; }

.wide_set {
  margin: 0 1em; }
  @media screen and (max-width: 599px) {
    .wide_set {
      margin: 0; } }

h4 {
  font-size: 1.325em;
  font-weight: bold;
  color: #283470; }

.session_one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1em 0 3em; }
  .session_one .ph {
    width: 100px;
    margin-right: 1em;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }
  .session_one img {
    width: 100%; }
  .session_one .data {
    line-height: 1.5; }
  .session_one .post {
    font-size: 0.875em;
    margin-bottom: 0.125em; }
  .session_one .name {
    font-size: 1em;
    font-weight: bold; }
    .session_one .name:after {
      content: "氏";
      font-size: 70%;
      margin-left: 0.5em; }

.v_h4_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.5em 0 3em; }
  @media screen and (max-width: 599px) {
    .v_h4_1 {
      display: block; } }
  .v_h4_1 p {
    font-size: 1.125em;
    margin-right: 1em;
    line-height: 1.5; }

.highlight_session {
  margin: 1em 0;
  border-top: 1px solid rgba(0, 0, 0, 0.25); }
  .highlight_session li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding: 0.5em 0; }
  .highlight_session .hl_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .highlight_session .ph {
    width: 100px;
    margin-right: 1em;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }
    .highlight_session .ph img {
      width: 100%; }
  .highlight_session h5 {
    font-size: 1.25em;
    line-height: 1.5;
    font-weight: bold;
    color: #283470;
    margin-bottom: 0.5em; }
  .highlight_session .data {
    line-height: 1.5; }
  .highlight_session .post {
    font-size: 0.875em;
    margin-bottom: 0.125em; }
  .highlight_session .name {
    font-size: 1em;
    font-weight: bold; }
    .highlight_session .name:after {
      content: "氏";
      font-size: 70%;
      margin-left: 0.5em; }
  .highlight_session .oth {
    margin-top: 0.25em; }

.tojoin {
  line-height: 1.5;
  margin: 0 1em 0; }
  @media screen and (max-width: 999px) {
    .tojoin {
      margin: -1em 0.5em 0; } }
  .tojoin dt {
    padding: 1em 0;
    float: left;
    width: 5em;
    font-weight: bold; }
  .tojoin dd {
    padding: 1em 0;
    padding-left: 5.5em;
    border-bottom: 1px solid #ccc; }
    .tojoin dd:last-child {
      border-bottom: 0; }
