@charset "UTF-8";
.column_a01 .guide_dl p {
  margin: 0;
}

.guide_dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.guide_dl li {
  width: calc(50% - 0.5em);
  border: 4px solid #eee;
}

.guide_dl li a {
  display: block;
  padding: 3em 1em;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 399px) {
  .guide_dl li a {
    padding: 2em 1em;
  }
}

.guide_dl li a img:hover {
  opacity: 1;
}

@media screen and (min-width: 999px) {
  .guide_dl li a:hover {
    background: #eee;
  }
}

.guide_dl .pdf_cover {
  margin: 0 auto 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.guide_dl .pdf_cover .img_area {
  height: 260px;
  border: 1px solid #ccc;
  margin: 0 5px;
}

@media screen and (max-width: 599px) {
  .guide_dl .pdf_cover .img_area {
    height: 180px;
  }
}

@media screen and (max-width: 399px) {
  .guide_dl .pdf_cover .img_area {
    height: 120px;
  }
}

.guide_dl .pdf_cover .img_area img {
  height: 100%;
}

.guide_dl .title p {
  text-align: center;
  line-height: 1.5;
}

.guide_dl .title .name {
  font-size: 1.325em;
  font-weight: bold;
  text-decoration: underline;
}

@media screen and (max-width: 599px) {
  .guide_dl .title .name {
    font-size: 1.125em;
  }
}

@media screen and (max-width: 599px) {
  .guide_dl .title .name {
    font-size: 1em;
  }
}

.guide_dl .title .name:before {
  display: none;
  content: "\f0a9";
  font-family: "Font Awesome 5 Solid";
}

.guide_dl .title .name .svg-inline--fa {
  color: #4dc2bb;
}

.guide_dl .title .cap {
  margin-top: 0.25em;
  font-size: 1em;
}

.sec201808 p {
  margin: 0;
}

.sec201808 h3 {
  font-size: 1.325em;
  font-weight: bold;
  margin: 0 0 0.5em;
}

.sec201808 h3:before {
  content: "●";
  color: #4dc2bb;
  padding-right: 0.25em;
}

.sec201808 .in_ins {
  margin-left: 1.5em;
  margin-bottom: 2em;
}

@media screen and (max-width: 599px) {
  .sec201808 .in_ins {
    margin-left: 0;
  }
}

.sec201808 .in_ins.posr {
  border-left: 4px solid #4dc2bb;
  padding-left: 1em;
}

@media screen and (max-width: 599px) {
  .sec201808 .in_ins.posr {
    border-left: 2px solid #4dc2bb;
    padding-left: 0.5em;
  }
}

.sec201808 .in_ins.posr:first-of-type {
  margin-bottom: 1.5em;
  margin-top: 1em;
}

.sec201808 h4 {
  font-weight: bold;
  color: #4dc2bb;
  font-size: 1.25em;
  margin-bottom: 0.25em;
}

.sec201808 p.web_app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec201808 p.web_app a {
  display: block;
  background: #29abe2;
  color: #fff;
  font-size: 1.5em;
  padding: 0.25em 2em;
  border-radius: 1em;
  margin: 10px 0;
}

@media screen and (min-width: 999px) {
  .sec201808 p.web_app a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 599px) {
  .sec201808 p.web_app a {
    font-size: 1.25em;
    padding: 0.5em 0;
    width: 100%;
    text-align: center;
    border-radius: 6px;
  }
}

.sec201808 p.sk_days {
  color: #e33;
  font-size: 18px;
  margin: 0;
  font-weight: bold;
}

.sec201808 .cancel {
  margin-top: 1em;
}

.sec201808 .cancel p {
  font-weight: bold;
  margin-top: 0.25em;
  line-height: 1.25;
}

.entry_info_one + .entry_info_one {
  margin-top: 3em;
}

.entry_info_one {
  /* 2組表 */
}

.entry_info_one h3 {
  border-top: 1px solid #090;
  padding-top: 0.5em;
  font-size: 1.325em;
  margin: 2em 0 1em;
  color: #090;
}

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

.entry_info_one table {
  margin: 0 0 1em;
  width: 100%;
}

.entry_info_one table th, .entry_info_one table td {
  font-size: 1em;
  line-height: 1.5;
  padding: 0.75em 1em;
  border: 1px solid #ccc;
  background: #fff;
}

.entry_info_one table th {
  text-align: left;
  background: #f3f3f3;
}

.entry_info_one table th span.subCap {
  display: block;
  font-weight: normal;
  margin-top: 0.25em;
  font-size: 80%;
}

.entry_info_one table td {
  text-align: right;
}

.entry_info_one ul.subList {
  margin-bottom: 1em;
}

.entry_info_one ul.subList li {
  line-height: 1.5em;
}

.entry_info_one ul.one-word-ind li {
  text-indent: -1em;
  padding-left: 1em;
}

.entry_info_one .booth_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.entry_info_one .booth_wrap .booth_image {
  max-width: 220px;
}

.entry_info_one .booth_wrap .booth_image img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .entry_info_one .booth_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .entry_info_one .booth_wrap .booth_image {
    margin: 0 auto;
    text-align: center;
  }
}

.entry_info_one p.limit {
  color: #e33;
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 0.25em;
}

.entry_info_one p.limit .min {
  font-size: 80%;
}

.entry_info_one .cancel {
  font-size: 110%;
  font-weight: bold;
}

.schedule_kkm {
  text-align: center;
}

.schedule_kkm .schdule_img {
  padding: 0px 20px 100px;
}

.schedule_kkm .schdule_img img {
  width: 100%;
  border: 0px solid #ccc;
}

p.app_web a {
  display: block;
  font-size: 1.5em;
  margin: 0em auto 2em;
  max-width: 700px;
  text-align: center;
  padding: 1em 0;
  border-radius: 10px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  background: #29abe2;
}

p.app_web a:hover {
  opacity: 0.7;
}

ul.guidelines {
  margin: 0;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  padding: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

ul.guidelines li {
  width: 30%;
  margin: 0 1em;
  text-align: center;
}

ul.guidelines li .pdf_cover {
  border: 5px solid #eee;
  width: 100%;
  max-width: 200px;
  margin: 0 auto 0.75em;
}

ul.guidelines li .pdf_cover img {
  width: 100%;
}

ul.guidelines li .title {
  font-size: 1.125em;
  line-height: 1.25;
}

@media screen and (max-width: 599px) {
  ul.guidelines {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ul.guidelines li {
    width: 100%;
    margin: 0 0 2em;
  }
  ul.guidelines li:last-child {
    margin-bottom: 0;
  }
  ul.guidelines li .pdf_cover {
    max-width: 160px;
  }
}

p.close {
  border: 1px solid #e00;
  color: #e00;
  padding: 1em;
  font-weight: bold;
}
