@charset "UTF-8";

/* CSS Document */
/* WRAPPER
================================================== */
section.pages-contents {
  width: 100%;
  margin: 0 auto;
  padding: 45px 0 0 0;
  text-align: center;
  overflow: hidden;
  background-color: #ffffff;
}

section.pages-contents-ttl {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 25px 0;
  text-align: center;
  overflow: hidden;
  background-color: #ffe300;
}

@media screen and (max-width: 800px) {
  section.pages-contents {
    width: 100%;
    margin: 0 auto -70px auto;
    padding: 45px 0 0 0;
    text-align: center;
    overflow: hidden;
    background-color: #ffffff;
  }

  section.pages-contents-ttl {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 25px 0;
    text-align: center;
    overflow: hidden;
    background-color: #ffe300;
  }
}

/* MAIN VISUAL
================================================== */
h3.conferences-ttl {
  width: 400px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.contents-txt {
  font-size: 16px;
  line-height: 180%;
  margin: 0 0 0 0;
  padding: 0;
}

.contents-txt span {
  display: block;
}

.contents-txt_thanks {
  font-size: 16px;
  line-height: 180%;
  margin: 0 0 0 0;
  padding: 0;
}

@media screen and (max-width: 800px) {
  .contents-txt_thanks {
    font-size: 16px;
    line-height: 180%;
    margin: 0 0 40px 0;
    padding: 0;
  }
}

@media screen and (max-width: 600px) {
  h3.conferences-ttl {
    width: 70%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }

  .contents-txt {
    width: 80%;
    font-size: 14px;
    line-height: 180%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
  }

  .contents-txt br {
    display: none;
  }
}

/* CONTENTS01
================================================== */
.conferences-box-list-w {
  width: 70%;
  height: auto;
  margin: 30px auto 40px auto;
  text-align: center;
  padding: 20px 20px;
  text-align: center;
  border: 1px solid #ff7800;
  background-color: #fffbe1;
  border-radius: 10px;
}

.conferences-box-list-ttl {
  color: #ff7800;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}

ul.conferences-box-list {
  width: auto;
  height: auto;
  margin: 0 0 0 10px;
  padding: 0;
  display: flex;
  flex-flow: wrap;
  font-size: 16px;
  justify-content: space-between;
}

ul.conferences-box-list li {
  width: 190px;
  list-style-type: none;
  margin: 0 10px 10px 10px;
  padding-left: 0.8em;
  text-indent: -0.8em;
  line-height: 130%;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
  letter-spacing: 0;
}

@media screen and (max-width: 600px) {
  ul.conferences-box-list {
    width: auto;
    height: auto;
    margin: 0 0 0 0px;
    padding: 0;
    display: block;
    flex-flow: wrap;
    font-size: 14px;
    justify-content: space-between;
  }

  ul.conferences-box-list li {
    width: auto;
    list-style-type: none;
    margin: 0 10px 10px 10px;
    padding-left: 0.8em;
    text-indent: -0.8em;
    line-height: 130%;
    text-align: left;
    vertical-align: top;
    box-sizing: border-box;
    letter-spacing: 0;
  }
}

ul.conferences-box-list li:before {
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: #ee7800;
  position: relative;
  left: -5px;
  top: 0px;
}

.parenthesis {
  position: relative;
  width: 470px;
  padding: 5px 10px;
  margin: 30px auto 70px auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.parenthesis::before,
.parenthesis::after {
  position: absolute;
  top: 0;
  content: '';
  width: 10px;
  height: 100%;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.parenthesis::before {
  left: 0;
  border-left: 1px solid #555;
}

.parenthesis::after {
  right: 0;
  border-right: 1px solid #555;
}

ul.conferences-box-parenthesis-list {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

ul.conferences-box-parenthesis-list li {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0 0 0 2em;
  text-indent: -1.1em;
}

@media screen and (max-width: 600px) {
  .parenthesis {
    position: relative;
    width: auto;
    padding: 0;
    margin: 30px 35px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
  }

  .parenthesis::before,
  .parenthesis::after {
    position: inherit;
    top: 0;
    content: '';
    width: 10px;
    height: 100%;
    border-top: none;
    border-bottom: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .parenthesis::before {
    left: 0;
    border-left: none;
  }

  .parenthesis::after {
    right: 0;
    border-right: none;
  }

  ul.conferences-box-parenthesis-list {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 15px;
    text-align: left;
  }

  ul.conferences-box-parenthesis-list li {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
  }
}

.att-txt a {
  color: #ff0000;
  font-size: 12px;
  text-decoration: underline;
}

.att-txt a:hover {
  color: #ff0000;
  font-size: 12px;
  text-decoration: none;
}

.web_contact_form_container {
  font-size: 15px;
  margin: 50px 0 50px 0;
}

/* CONTACT
-------------------------------------------------------------------------------*/
.contact-form-wrapper {
  width: auto;
  height: auto;
  overflow: hidden;
  margin: 70px auto 0 auto;
  padding: 45px 90px;
  text-align: center;
  background-color: #f3f5f2;
}

.contact-form-ttl {
  margin: 0;
  padding: 0 0 25px 0;
  letter-spacing: 0.2em !important;
  border-bottom: 1px solid #999999;
}

.contact-form-ttl img {
  width: 300px;
}

table.contact-form {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 25px 0;
  border-collapse: collapse;
}

table td, table th {
  padding: 20px 0;
  font-size: 16px;
  line-height: 160%;
}

table th {
  width: 200px;
  padding: 0 25px 0 0 !important;
  font-weight: normal;
}

@media screen and (max-width: 600px) {
  .contact-form-ttl {
    margin: 0 30px 30px 30px;
    padding: 0 0 25px 0;
    letter-spacing: 0.2em !important;
    border-bottom: 1px solid #999999;
  }

  .contact-form-ttl img {
    width: 70%;
  }

  .contact-form-wrapper {
    width: auto;
    height: auto;
    overflow: hidden;
    margin: 70px auto 0 auto;
    padding: 45px 0;
    text-align: center;
    background-color: #f3f5f2;
  }

  table.contact-form {
    width: auto;
    height: auto;
    overflow: hidden;
    margin: 30px 30px 0 30px;
    border-collapse: collapse;
  }

  table td, table th {
    display: block;
    width: 100%;
  }

  table {
    border-collapse: collapse;
  }

  table td, table th {
    display: block;
    padding: 0;
    margin: 0;
  }

  table th {
    margin: 0 0 10px 0;
  }

  table td {
    margin: 0 0 30px 0;
  }
}

.contact-button .button {
  display: inline-block;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: #999999;
  border: #999999;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 75px;
  font-weight: normal;
  margin: 0;
  cursor: pointer;
}

.contact-button .button:hover {
  background: #ff7800;
  border: #ff7800;
  text-decoration: none;
}