@charset "UTF-8";
.tableSet001 {
  border-top: 1px solid #ccc;
}

.column_a01 .tableSet001 {
  margin-bottom: 5em;
}

.tableSet001 th, .tableSet001 td {
  border-bottom: 1px solid #ccc;
  padding: 0.75em;
  font-size: 1em;
  line-height: 1.5;
}

.tableSet001 th {
  width: 12em;
  background: #eee;
}

@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;
  }
}

.about_column.column_a01 {
  margin-bottom: 5em;
}

.about_column h3 {
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: 0.4em;
}

.about_column h3:before {
  display: none;
  content: "\f00c";
  font-family: "Font Awesome 5 Solid";
}

.about_column h3 .svg-inline--fa {
  margin-right: 0.325em;
  color: #090;
}

.about_column P + h3 {
  margin-top: 1.5em;
}

.about_column ul {
  list-style-type: disc;
  margin-left: 1.5em;
}

.about_column li {
  font-size: 1rm;
  line-height: 1.5;
  margin-bottom: 0.25em;
}

.map_2019 > div {
  width: 100%;
  margin: 0 auto 2em;
}

.map_2019 > div img {
  width: 100%;
}

@media screen and (min-width: 1000px) {
  .map_2019 .pc_min1000 {
    display: block;
    background-image: url(images/hostmap_bg.jpg?2020);
    width: 1000px;
    height: 481px;
    position: relative;
  }
  .map_2019 .pc_min1000 a {
    display: block;
    position: absolute;
  }
  .map_2019 .pc_min1000 a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  .map_2019 .pc_min1000 a.yokohama {
    top: 80px;
    left: 600px;
    width: 398px;
    height: 166px;
  }
  .map_2019 .pc_min1000 a.nagoya {
    top: 270px;
    left: 600px;
    width: 398px;
    height: 166px;
  }
  .map_2019 .pc_min1000 a.osaka {
    top: 137px;
    left: 0px;
    width: 265px;
    height: 254px;
  }
  .map_2019 .smp_provisional {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  .map_2019 .pc_min1000 {
    display: none;
  }
  .map_2019 .smp_provisional {
    display: block;
  }
  .map_2019 .smp_provisional p.guide {
    margin: 0 0 0.5em;
  }
  .map_2019 .smp_provisional .bt_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .map_2019 .smp_provisional .bt_wrap a {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 1.125em;
    padding: 1.5em 0;
    width: 32%;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }
  .map_2019 .smp_provisional .bt_wrap a:before {
    display: none;
    content: "\f0a9";
    font-family: "Font Awesome 5 Solid";
  }
  .map_2019 .smp_provisional .bt_wrap a.yokohama {
    background: #025aa2;
  }
  .map_2019 .smp_provisional .bt_wrap a.nagoya {
    background: #89157a;
  }
  .map_2019 .smp_provisional .bt_wrap a.osaka {
    background: #149948;
  }
}

@media screen and (min-width: 600px) {
  .schedule_2020 > div {
    width: 100%;
    max-width: 1050px;
    margin: 2em auto;
  }
  .schedule_2020 > div img {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  .schedule_2020 {
    margin: 0 1em 3em;
    line-height: 1.5;
  }
  .schedule_2020:before {
    content: "年間スケジュールはPC、タブレットなど大きいモニタでご覧ください。";
  }
  .schedule_2020 > div {
    display: none;
  }
}

.concept_bg {
  margin-top: -50px;
  background-image: url(./images/concept_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 0;
}

@media screen and (max-width: 599px) {
  .concept_bg {
    margin-top: -30px;
  }
}

.concept_title {
  padding: 4em 0 3em;
  text-align: center;
}

.concept_title img {
  width: 100%;
  max-width: 750px;
}

.concept_summary {
  color: #fff;
  background: rgba(45, 77, 129, 0.5);
}

.concept_summary .set_width {
  padding: 4em 0;
}

.concept_summary h2 {
  font-size: 1.375em;
  line-height: 1.325;
  font-weight: bold;
  margin-bottom: 1.5rem;
  padding-bottom: 0.25em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.concept_summary p {
  font-size: 1.125em;
  line-height: 1.75;
  margin-top: 1em;
}

@media screen and (max-width: 999px) {
  .concept_summary h2 {
    font-size: 1.5em;
  }
  .concept_summary h2 br {
    display: none;
  }
}

.concept_img {
  margin: 40px auto 0;
  max-width: 900px;
  padding: 4px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  position: relative;
  background: #fff;
}

.concept_img img {
  width: 100%;
}

.member_wrap {
  margin: 0 1em 3em;
}

@media screen and (max-width: 599px) {
  .member_wrap {
    margin: 0 0.5em 2em;
  }
}

.member_wrap h3 {
  color: #18be18;
  border-bottom: 1px solid #18be18;
  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;
  }
}
