.link_button_pt01 a {
  margin-top: 2em;
}

.app_button_this {
  display: block;
}

.app_button_this a {
  margin: 1.25rem auto 1.5rem;
  display: block;
  background: #29abe2;
  color: #fff;
  font-size: 1.25em;
  padding: 0.5em 1em;
  border-radius: 2.25em;
  width: 90%;
  max-width: 20em;
  text-align: center;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 449px) {
  .app_button_this a {
    margin: 1rem auto;
    font-size: 1.25em;
  }
}

.app_button_this a:before {
  display: none;
  content: "\f0a9";
  font-family: "Font Awesome 5 Solid";
}

.app_button_this a:hover {
  opacity: 0.7;
}

.app_button_this a:hover {
  opacity: 0.7;
}

.app_button_this a.offtype {
  pointer-events: none;
  opacity: 0.5;
}

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;
  max-width: 260px;
  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;
  }
}

.fee_and_booth {
  margin: 0 0.5em;
}

@media screen and (max-width: 599px) {
  .fee_and_booth {
    margin: 0 5px;
  }
}

.fee_and_booth .cap {
  line-height: 1.5;
}

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

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

.packs {
  width: 100%;
  margin: 0 auto 1em;
  border: 1px solid #ccc;
}

.packs th, .packs td {
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}

.packs th {
  font-weight: normal;
  background: #eee;
  color: #000;
  padding: 1em;
  text-align: left;
  width: 60%;
}

.packs th h4 {
  font-size: 125%;
  font-weight: bold;
}

.packs th h4 .min {
  font-size: 80%;
}

.packs th p.guide {
  font-size: 1em;
  line-height: 1.6em;
  padding-top: 0.325em;
}

.packs th p.guide strong {
  color: #e00;
}

.packs td {
  text-align: center;
  padding: 2em 1em;
}

.packs td p {
  margin: 0.5em 0;
}

.packs td .fee_num {
  font-size: 125%;
  font-weight: bold;
}

.packs td .minsub {
  margin-bottom: 3px;
}

.packs td .minsub.mt075 {
  margin-top: 1.25em;
}

@media screen and (max-width: 599px) {
  .packs th, .packs td {
    display: block;
    width: 100%;
    border: none;
  }
  .packs th {
    background: #fff;
  }
  .packs th h4 {
    color: #090;
  }
  .packs td {
    text-align: left;
    padding: 0 1em 1em;
    border-bottom: 1px solid #ccc;
  }
  .packs td .minsub.mt075 {
    margin-top: 0.75em;
  }
}

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

.booth_spec .data ul {
  margin-left: 1em;
  margin-bottom: 1em;
}

.booth_spec .data ul li {
  font-size: 1em;
  padding: 0.3em 0;
}

.booth_spec .data p {
  line-height: 1.6;
}

.booth_spec .image {
  width: 50%;
  max-width: 200px;
  margin-top: -2em;
  margin-left: 2em;
}

.booth_spec .image img {
  width: 100%;
  border: 1px solid #ccc;
}

@media screen and (max-width: 599px) {
  .booth_spec {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .booth_spec .data ul {
    margin-left: 0em;
  }
  .booth_spec .image {
    width: 80%;
    max-width: 200px;
    margin: 1em auto 0;
  }
}

.b_booth {
  line-height: 1.6;
}

.about_app {
  margin: 0 0.5em;
}

@media screen and (max-width: 599px) {
  .about_app {
    margin: 0 5px;
  }
}

.about_app p {
  line-height: 1.6;
}

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

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

.about_app .app_limit {
  font-size: 1.5em;
  color: #e33;
}

.about_app .change_fee {
  border: 1px solid #ccc;
  width: 90%;
  margin: 15px auto;
}

@media screen and (max-width: 599px) {
  .about_app .change_fee {
    width: 100%;
  }
}

.about_app .change_fee th, .about_app .change_fee td {
  border: 1px solid #ccc;
  padding: 0.75em;
  text-align: center;
  width: 50%;
}

.about_university_pavilion {
  margin: 0 0.5em;
}

@media screen and (max-width: 599px) {
  .about_university_pavilion {
    margin: 0 5px;
  }
}

.about_university_pavilion p {
  line-height: 1.6;
}

.about_university_pavilion .app_limit {
  font-size: 1.5em;
  color: #e33;
}

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

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

.Osaka_schedule {
  width: 100%;
  max-width: 963px;
  margin: 0 auto;
}

.Osaka_schedule img {
  width: 100%;
}
