@charset "UTF-8";
.tableSet001 {
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 600px) {
  .tableSet001 {
    width: calc(100% - 1em);
    margin: 0 auto;
  }
}
.tableSet001.mt5em {
  margin-bottom: 5em;
}
.tableSet001 th, .tableSet001 td {
  border-bottom: 1px solid #ccc;
  font-size: 1em;
  line-height: 1.5;
}
.tableSet001 th {
  padding: 0.75em;
  width: 12em;
  background: #eee;
}
.tableSet001 td {
  padding: 0.75em 1em;
}
.tableSet001 td ul li {
  line-height: 1.3125;
  padding: 0.3125em 0;
}
.tableSet001 td a:hover {
  opacity: 0.7;
}
.tableSet001 td p.l_name {
  font-size: 1.125em;
}
.tableSet001 td .ex_period + .ex_period {
  margin-top: 0.5em;
}
.tableSet001 td .plus_cap {
  margin-top: 0.125em;
}
.tableSet001 td .plus_cap p {
  font-size: 0.875em;
}
.tableSet001 td .venue p {
  margin-top: 0.25em;
}
.tableSet001 td span.days {
  display: block;
}
.tableSet001 td span.days.plus {
  margin-top: 0.5em;
}
.tableSet001 td span.days.cap {
  font-size: 80%;
}
.tableSet001 td span.ex_days {
  -webkit-text-decoration: line-through #f00;
          text-decoration: line-through #f00;
  display: block;
  margin-top: 0.5em;
  color: #999;
}
.tableSet001 td .detail {
  margin-top: 0.25em;
  color: #f00;
  font-weight: bold;
}
.tableSet001 td p.date_m {
  font-size: 0.9125em;
  margin-top: 0.5em;
}

@media screen and (max-width: 599px) {
  .tableSet001 {
    border-top: none;
  }
  .tableSet001 th, .tableSet001 td {
    border: 0;
    display: block;
    width: 100%;
    padding: 0.5em;
    font-size: 0.875rem;
  }
  .tableSet001 th {
    border-radius: 6px;
    text-align: left;
    border-bottom: 0;
  }
  .tableSet001 th br {
    display: none;
  }
  .tableSet001 td {
    margin-bottom: 1em;
  }
}
ul.page_anchor {
  margin-bottom: -2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 559px) {
  ul.page_anchor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
ul.page_anchor li {
  margin: 3px;
}
ul.page_anchor li a {
  display: block;
  color: #009fe8;
  border: 1px solid #009fe8;
  padding: 0.75em 1.5em;
}
ul.page_anchor li a:hover {
  background: #f3f3f3;
}

.headline_cc2021 {
  font-size: 1.5em;
  line-height: 1.3125;
  background: #009fe8;
  color: #fff;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  border-radius: 4px;
}
@media screen and (max-width: 999px) {
  .headline_cc2021 {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 599px) {
  .headline_cc2021 {
    font-size: 1.5em;
  }
}

.wrap_history {
  margin: 2em 10px 20px;
  background: #f1f1f1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f7), to(#ebedee));
  background-image: linear-gradient(180deg, #f6f6f7 0%, #ebedee 100%);
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 559px) {
  .wrap_history {
    padding: 20px 15px;
  }
}
.wrap_history .ph_set {
  margin-right: 30px;
  max-width: 200px;
}
@media screen and (max-width: 999px) {
  .wrap_history .ph_set {
    margin-right: 20px;
    max-width: 200px;
  }
}
.wrap_history .ph_set p {
  margin: 0 0 5px;
}
.wrap_history .ph_set img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .wrap_history {
    margin: 1.5em auto;
    display: block;
  }
  .wrap_history .ph_set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 10px 25px;
    max-width: none;
  }
  .wrap_history .ph_set p {
    margin: 0 2px;
  }
  .wrap_history .ph_set p:nth-child(3) {
    display: none;
  }
}

ul.etp_history {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
ul.etp_history li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
ul.etp_history li .year {
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  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;
  margin-right: 15px;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  ul.etp_history li .year {
    border: 2px solid #fff;
    width: 70px;
    height: 70px;
    border-radius: 70px;
    margin-right: 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 349px) {
  ul.etp_history li .year {
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-right: 10px;
    font-size: 14px;
  }
}
ul.etp_history li p {
  font-size: 1.125em;
  line-height: 1.25;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 349px) {
  ul.etp_history li p {
    font-size: 1em;
  }
}
ul.etp_history li.y03 p {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 1023px) {
  ul.etp_history li.y03 p {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
ul.etp_history li .et_iot_logo {
  margin-left: auto;
  width: 160px;
}
ul.etp_history li .et_iot_logo img {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  ul.etp_history li .et_iot_logo {
    display: none;
  }
}
ul.etp_history li.y01 .year {
  background: #58cc94;
}
ul.etp_history li.y02 .year {
  background: #5bbeba;
}
ul.etp_history li.y03 .year {
  background: #2eacd9;
}
ul.etp_history li.y04 .year {
  background: #3abed7;
}
ul.etp_history li.y04 p {
  font-size: 1.3125em;
  font-weight: bold;
}
@media screen and (max-width: 999px) {
  ul.etp_history li.y04 p {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 349px) {
  ul.etp_history li.y04 p {
    font-size: 1em;
  }
}
ul.etp_history li.connect {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
ul.etp_history li.connect span {
  display: block;
  width: 20px;
  background: #ddd;
  height: 20px;
}
@media screen and (max-width: 767px) {
  ul.etp_history li.connect {
    width: 70px;
  }
  ul.etp_history li.connect span {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 349px) {
  ul.etp_history li.connect {
    width: 50px;
  }
  ul.etp_history li.connect span {
    width: 15px;
    height: 25px;
  }
}

.arrow,
.logo {
  text-align: center;
}

.arrow {
  margin: 0 auto 10px;
  max-width: 100px;
}
@media screen and (max-width: 599px) {
  .arrow {
    margin: 0 auto 10px;
    max-width: 80px;
  }
}
.arrow img {
  width: 100%;
}

.etp_logo {
  margin: 0 auto;
  max-width: 500px;
}
.etp_logo img {
  width: 100%;
}

.evolution {
  margin: 10px 0 0;
  text-align: center;
  font-size: 1.3125em;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .evolution {
    font-size: 1.25em;
  }
}

p.concept_leading {
  padding: 0.5em;
  font-size: 1.125em;
  line-height: 1.75;
}

p.concept_leading_2 {
  text-align: center;
  padding: 0.5em;
  font-size: 1.125em;
  line-height: 1.75;
  font-weight: bold;
}

.field_area {
  margin: 3em 0;
  padding: 0 15px;
}
.field_area.wrap_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .field_area.wrap_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.field_area .column {
  padding: 2em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.field_area .column.p1 {
  color: #666;
  border: 6px solid white;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
}
.field_area .column.p2 {
  color: #009fe8;
  border: 6px solid white;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  background: rgba(0, 159, 232, 0.2);
}
@media screen and (max-width: 599px) {
  .field_area .column {
    padding: 1.5em;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    max-width: 400px;
  }
  .field_area .column.p1, .field_area .column.p2 {
    border-width: 7px;
  }
}
.field_area .column h3 {
  font-size: 1.25em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 1em;
}
.field_area .column ul li {
  padding: 0.25em 0;
  text-align: center;
  line-height: 1.5;
}
.field_area .plus {
  margin: 0 30px;
  font-size: 90px;
  color: #ccc;
}
@media screen and (max-width: 599px) {
  .field_area .plus {
    margin: 0px;
    font-size: 60px;
  }
}

.cooperation {
  background: rgba(0, 159, 232, 0.5);
  background-color: #CDDCDC;
  background: linear-gradient(to bottom, #D5DEE7 0%, #E8EBF2 50%, #E2E7ED 100%), linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 50%, rgba(255, 255, 255, 0.02) 61%, rgba(0, 0, 0, 0.02) 73%), linear-gradient(33deg, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  background-blend-mode: normal, color-burn;
  border-radius: 5px;
  padding: 2em;
}
@media screen and (max-width: 559px) {
  .cooperation {
    padding: 1.5em;
  }
}
.cooperation h3 {
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1em;
  font-weight: bold;
}
.cooperation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cooperation ul li {
  margin: 2px;
  padding: 10px;
  width: calc(14.2857142857% - 4px);
  background: #fff;
  border-radius: 3px;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .cooperation ul li {
    width: calc(25% - 4px);
  }
}
@media screen and (max-width: 559px) {
  .cooperation ul li {
    width: calc(33.3333333333% - 4px);
  }
}
@media screen and (max-width: 389px) {
  .cooperation ul li {
    width: calc(50% - 4px);
  }
}
.cooperation ul li > div {
  padding: 10px;
  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;
}
.cooperation ul li > div img {
  width: 60%;
}
.cooperation p {
  font-size: 0.875em;
}

.event_concept_img {
  max-width: 1500px;
  width: 95%;
  margin: 10px auto;
}
@media screen and (max-width: 559px) {
  .event_concept_img {
    margin: 10px auto 0;
  }
}
.event_concept_img img {
  width: 100%;
}

dl.plus_approach_list {
  margin: 2em 1em 0;
}
dl.plus_approach_list dt {
  font-size: 1.25em;
  font-weight: bold;
  color: #009fe8;
}
dl.plus_approach_list dd {
  margin-top: 0.5em;
}
dl.plus_approach_list dd ul {
  list-style-type: disc;
  margin-left: 1.5em;
}
dl.plus_approach_list dd ul li {
  line-height: 1.5;
  padding: 0.125em 0;
}
dl.plus_approach_list dd + dt {
  margin-top: 2em;
}

.headline_h202.plus_sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.headline_h202.plus_sub span {
  display: block;
}
.headline_h202.plus_sub span.sub {
  font-size: 60%;
  margin-left: auto;
}
@media screen and (max-width: 599px) {
  .headline_h202.plus_sub span.sub {
    margin-top: 0.5em;
  }
}

.member_wrap {
  margin: 0 1em 3em;
}
@media screen and (max-width: 599px) {
  .member_wrap {
    margin: 0 0.5em 2em;
  }
}
.member_wrap h3 {
  color: #4dc2bb;
  border-bottom: 1px solid #4dc2bb;
  font-size: 1.25em;
  margin: 0 0 1em;
  padding-bottom: 0.25em;
}
.member_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.member_wrap ul li {
  text-align: center;
  margin: 0 0 1.5em;
  padding: 0 1em;
  width: 20%;
}
@media screen and (max-width: 999px) {
  .member_wrap ul li {
    width: 25%;
  }
}
@media screen and (max-width: 599px) {
  .member_wrap ul li {
    padding: 0 0.5em;
    width: 50%;
  }
}
.member_wrap ul .portrait {
  margin: 0 auto 0.75em;
  background: #eee;
  border-radius: 6px;
  width: 100%;
  position: relative;
  padding-bottom: 100%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.member_wrap ul .portrait .ins {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.member_wrap ul .portrait img {
  width: 100%;
}
.member_wrap ul .name {
  margin: 0 0 0.25em;
}
.member_wrap ul .company {
  font-size: 0.825em;
  line-height: 1.3;
}

.chairman_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.chairman_wrap > div {
  width: 50%;
}
.chairman_wrap > div li {
  width: 40%;
}
@media screen and (max-width: 999px) {
  .chairman_wrap > div li {
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .chairman_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .chairman_wrap > div {
    width: auto;
  }
}

h3.dl_ver {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  margin: 0 10px 1em;
  font-weight: bold;
  padding-top: 0.5em;
  font-size: 1.25em;
}
h3.dl_ver.et1 {
  margin-top: 4em;
}

.ai_dl_area {
  margin: 0 10px 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ai_dl_area .thumbnail {
  width: 180px;
  padding: 10px;
  margin-right: 20px;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
.ai_dl_area .thumbnail img {
  width: 100%;
}
.ai_dl_area .data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.5;
}
@media screen and (max-width: 559px) {
  .ai_dl_area .thumbnail {
    display: none;
  }
}

.ai_dl_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.ai_dl_button a {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f7fa), to(#c3cfe2));
  background-image: linear-gradient(180deg, #f5f7fa 0%, #c3cfe2 100%);
  color: #333;
  padding: 1em 1.5em;
}
.ai_dl_button a img {
  width: 1.25em;
  margin-right: 5px;
}

.dlselect_wrap {
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dlselect_wrap .oneSet {
  background: #eee;
  border: 1px solid #ccc;
  width: calc(25% - 0.5em);
}
@media screen and (max-width: 767px) {
  .dlselect_wrap .oneSet {
    width: calc(50% - 0.5em);
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 499px) {
  .dlselect_wrap .oneSet {
    width: 80%;
    margin: 1em auto;
  }
}
.dlselect_wrap p {
  font-weight: bold;
  font-size: 0.875em;
  text-align: center;
  padding: 0.75em;
}
.dlselect_wrap p span.min {
  font-size: 70%;
  font-weight: normal;
}
.dlselect_wrap .lg {
  margin: 0 10px;
  padding: 20px;
  background: #fff;
}
.dlselect_wrap .lg.dk {
  background: #000;
}
.dlselect_wrap img {
  width: 100%;
}
.dlselect_wrap ul {
  margin: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dlselect_wrap li {
  width: calc(33.33% - 4px);
}
.dlselect_wrap a {
  display: block;
  font-size: 0.875em;
  background: #666;
  color: #fff;
  text-align: center;
  padding: 0.5em 0;
}
.dlselect_wrap a:hover {
  opacity: 0.8;
}

.offset a,
a.offset {
  pointer-events: none;
  opacity: 0.5;
}

.closingFAQ a {
  pointer-events: none;
  opacity: 0.7;
}

/*-----------------------------------------------------
来場登録について（FAQ）
-----------------------------------------------------*/
h2.pgh2_02 {
  color: #09f;
  background: rgba(0, 153, 255, 0.1);
  padding: 0.3125em 0.5em;
  border-top: 2px solid #09f;
  border-bottom: 2px solid #09f;
  font-size: 1.6125em;
  font-weight: bold;
  line-height: 1.25;
  margin: 0 0 1.25em;
}

dl.faq_visitors_pre_reg {
  margin: 0 1em 3em;
}
@media screen and (max-width: 599px) {
  dl.faq_visitors_pre_reg {
    margin: 0 0 3em;
  }
}
dl.faq_visitors_pre_reg > dt, dl.faq_visitors_pre_reg > dd {
  font-size: 1.125em;
  line-height: 1.6;
  position: relative;
  padding-left: 5em;
}
dl.faq_visitors_pre_reg span.mmq, dl.faq_visitors_pre_reg span.mma {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 4em;
  text-align: center;
  color: #fff;
  padding: 0;
  border-radius: 4px;
  font-size: 1em;
  line-height: 1.6;
  font-weight: bold;
}
dl.faq_visitors_pre_reg span.mmq {
  background: #4dc2bb;
}
dl.faq_visitors_pre_reg span.mma {
  background: #bbb;
}
@media screen and (max-width: 599px) {
  dl.faq_visitors_pre_reg > dt, dl.faq_visitors_pre_reg > dd {
    font-size: 1em;
    padding-left: 2.5em;
  }
  dl.faq_visitors_pre_reg span.mmq, dl.faq_visitors_pre_reg span.mma {
    width: 2em;
  }
}
dl.faq_visitors_pre_reg > dt {
  margin-bottom: 0.5em;
  color: #4dc2bb;
  font-weight: bold;
}
dl.faq_visitors_pre_reg > dd {
  margin: 0;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px dotted #666;
}
dl.faq_visitors_pre_reg > dd:last-child {
  border-bottom: none;
}
dl.faq_visitors_pre_reg > dd p {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 0.325em;
}
dl.faq_visitors_pre_reg > dd p:last-child {
  margin-bottom: 0;
}
dl.faq_visitors_pre_reg > dd a {
  color: #4dc2bb;
  font-weight: bold;
}
dl.faq_visitors_pre_reg > dd a:hover {
  opacity: 0.7;
}
dl.faq_visitors_pre_reg > dd .link_ics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
}
dl.faq_visitors_pre_reg > dd .link_ics a {
  display: block;
  color: #fff;
  font-weight: normal;
  margin-top: 0.75em;
  background: #4dc2bb;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  border: 2px solid #fff;
  padding: 0.5em 2em;
  border-radius: 6px;
}
@media screen and (max-width: 599px) {
  dl.faq_visitors_pre_reg > dd .link_ics {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  dl.faq_visitors_pre_reg > dd .link_ics a {
    width: calc(100% - 0.5em);
    padding: 0.75em 0;
    text-align: center;
  }
}
dl.faq_visitors_pre_reg .l_lead {
  margin-top: 1.25em;
  font-weight: bold;
}
dl.faq_visitors_pre_reg .l_list {
  margin-left: 1.5em;
  font-size: 1rem;
  list-style-type: disc;
}
@media screen and (max-width: 599px) {
  dl.faq_visitors_pre_reg .l_list {
    font-size: 1em;
  }
}
dl.faq_visitors_pre_reg .l_list li {
  padding: 0.125em 0;
}

h3.notice {
  margin: -0.25em 0 2em;
  background: #fff;
  border: 1px solid #e33;
  color: #e33;
  font-weight: normal;
  font-size: 1.25em;
  padding: 0.5em 1em;
  border-radius: 6px;
}

.intro {
  font-size: 1em;
  line-height: 1.5;
}

.jfd {
  margin-top: 1em;
  margin-bottom: 3em;
  text-align: right;
}

ul.ms_list {
  margin: 1.5em 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.ms_list li {
  width: 33.33%;
}
@media screen and (max-width: 999px) {
  ul.ms_list li {
    width: 50%;
  }
}
@media screen and (max-width: 349px) {
  ul.ms_list li {
    width: 100%;
  }
}
ul.ms_list a {
  display: block;
  font-size: 1.125em;
  line-height: 1.3125;
  padding: 0.5em 0;
  text-decoration: underline;
}
ul.ms_list a:before {
  display: none;
  content: "\f0a9";
  font-family: "Font Awesome 5 Solid";
}
ul.ms_list a:hover {
  text-decoration: none;
}
@media screen and (max-width: 999px) {
  ul.ms_list a {
    font-size: 1em;
  }
}

ul.ms_data li {
  margin: 6em 0;
  margin-top: -90px;
  padding-top: 90px;
}
ul.ms_data li h2 {
  border-top: 1px solid #666;
  padding-top: 0.5em;
  font-size: 1em;
  line-height: 1.5;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.ms_data li h2 span.name {
  display: block;
  font-size: 1.75em;
  margin-right: 1em;
}
ul.ms_data li h2 span.url {
  display: block;
  font-size: 1.125em;
}
ul.ms_data li h2 span.url a:before {
  display: none;
  content: "\f0a9";
  font-family: "Font Awesome 5 Solid";
}
ul.ms_data li h2 span.url a .svg-inline--fa {
  margin-right: 0.2em;
  color: #09f;
}
ul.ms_data li img {
  width: 100%;
}
ul.ms_data li .com_wrap {
  margin-top: 1.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.ms_data li .com_site {
  width: 20%;
  text-align: center;
}
ul.ms_data li .com_site img {
  border: 1px solid #ccc;
}
ul.ms_data li .com_data {
  margin: 0 2em;
  width: 22.5%;
}
ul.ms_data li .com_data .logo {
  margin-bottom: 1em;
  text-align: center;
  padding: 0 10px;
  border: 1px solid #ccc;
  overflow: hidden;
}
ul.ms_data li .com_data p {
  font-size: 0.9375em;
  line-height: 1.35;
  margin-top: 0.25em;
  word-break: break-all;
}
ul.ms_data li .com_data p.name {
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: 0.25em;
}
ul.ms_data li .com_data p.url.ad a:before {
  display: none;
  content: "\f35d";
  font-family: "Font Awesome 5 Solid";
}
ul.ms_data li .com_data p.url.ad a .svg-inline--fa {
  margin-right: 0.2em;
  color: #09f;
}
ul.ms_data li .com_data p.address {
  line-height: 1.5;
}
ul.ms_data li .com_data p.ad {
  margin-top: 0.5em;
}
ul.ms_data li .com_txt {
  margin-left: 1em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
ul.ms_data li .com_txt p {
  font-size: 1em;
  line-height: 1.75;
}
@media screen and (max-width: 999px) {
  ul.ms_data li .com_wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  ul.ms_data li .com_site,
ul.ms_data li .com_data {
    width: 40%;
    margin: 0 2% 1em;
  }
  ul.ms_data li .com_txt {
    width: 100%;
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
@media screen and (max-width: 599px) {
  ul.ms_data li h2 {
    font-size: 1em;
    padding-top: 0.3125em;
  }
  ul.ms_data li .com_wrap {
    margin-top: 1.25em;
    padding: 0 0.5em;
  }
  ul.ms_data li .com_wrap > div {
    width: 100%;
    margin: 0 0 1.25em;
  }
  ul.ms_data li .com_site,
ul.ms_data li .com_data .logo {
    margin-right: auto;
    margin-left: auto;
    max-width: 200px;
    margin-bottom: 1.25em;
  }
}