@charset "UTF-8";
/****************************************************
SCSSで制作しているため、このファイルは編集しないでください。

****************************************************/
/* local-path */
/* wp-path */
/* common
---------------------------------------------------*/
/* annual2015 */
.annual2015 {
  background: url(/wp/wp-content/uploads/img/annual-report2015/bg_annual.jpg) right top no-repeat;
  background-size: 100% auto;
}

/* round-table-conference2015 */
.round-table-conference2015 {
  background: url(/wp/wp-content/uploads/img/round-table-conference2015/bg_round-table-conference.jpg) right top no-repeat;
  background-size: 100% auto;
}
.round-table-conference2015 .member {
  margin: 0 0 30px 0;
}
.round-table-conference2015 .member p {
  margin: 0 0 15px 0;
}
.round-table-conference2015 .member h3 {
  text-align: center;
}
.round-table-conference2015 .member th {
  display: block;
  width: 100%;
  background: rgba(34, 88, 159, 0.2);
  padding: 3px 5px;
  font-weight: normal;
  text-align: left;
}
.round-table-conference2015 .member td {
  padding: 3px 5px;
  display: block;
  float: left;
}
.round-table-conference2015 .member td:nth-of-type(odd) {
  width: 26%;
}
.round-table-conference2015 .member td:nth-of-type(even) {
  width: 74%;
}

/* isc-report2015 */
.isc-report2015 {
  background: url(/wp/wp-content/uploads/img/isc-report2015/bg_isc.jpg) right top no-repeat;
  background-size: 100% auto;
}
.isc-report2015 .pdf-box {
  margin: 0 0 30px 0;
}

/* 30th-anniversary */
.anniversary-30th {
  background: url(/wp/wp-content/uploads/img/30th-anniversary/bg_30th-forum.jpg) right top no-repeat;
  background-size: 100% auto;
}

/* common */
.pdf_download {
  position: relative;
  padding: 0 0 50px 0;
  overflow: hidden;
}
.pdf_download .fig-catalog {
  border: solid 1px #ccc;
  box-shadow: 0px 0px 7px 2px #c4c4c4;
  -moz-box-shadow: 0px 0px 7px 2px #c4c4c4;
  -webkit-box-shadow: 0px 0px 7px 2px #c4c4c4;
  width: 40%;
  margin: 0 auto 20px;
}
.pdf_download .pdf-box {
  position: relative;
  z-index: 1;
}
.pdf_download .fig-open {
  position: absolute;
  bottom: -20px;
  right: -30px;
  width: 80%;
  opacity: .6;
}
.pdf_download h2 {
  color: #22589f;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  margin: 0 0 10px 0;
}
.pdf_download h2 span {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
}
.pdf_download .lead-sentence {
  margin: 0 0 20px 0;
}
.pdf_download .pdf-box {
  background: rgba(255, 255, 255, 0.7);
  padding: 10px;
}
.pdf_download .bulk {
  margin: 0 auto 25px;
  background: #cc1142;
  text-align: center;
  border-radius: 5px;
  width: 190px;
}
.pdf_download .bulk a {
  color: #fff;
  display: block;
  padding: 5px 0;
  line-height: 1.5;
  font-size: 12px;
  font-size: 1.2rem;
}
.pdf_download .bulk a::before {
  color: #fff;
}
.pdf_download .pdf-child-box {
  padding: 0 0 0 8px;
  border-left: solid 4px #86b2da;
  margin: 0 0 3px 0;
}
.pdf_download h3 {
  margin: 0 0 5px 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.pdf_download .pdf-table {
  font-size: 12px;
  font-size: 1.2rem;
}
.pdf_download .pdf-table th {
  font-weight: normal;
  text-align: left;
  display: block;
  width: 100%;
  background: rgba(34, 88, 159, 0.2);
  padding: 3px 5px;
}
.pdf_download .pdf-table td {
  display: block;
  width: 100%;
  padding: 2px 3px 5px;
  text-align: right;
}

/* @media (min-width: 768px)
---------------------------------------------------*/
@media screen and (min-width: 768px) {
  /* round-table-conference2015 */
  .round-table-conference2015 .member p {
    margin: 0;
    float: right;
    width: 35%;
  }
  .round-table-conference2015 .member h3 {
    text-align: left;
  }
  .round-table-conference2015 .member table {
    width: 63%;
    float: left;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .round-table-conference2015 .member th {
    display: table-cell;
    width: 9%;
    background: inherit;
    padding: 0;
    vertical-align: top;
  }
  .round-table-conference2015 .member td {
    vertical-align: top;
    padding: 0;
    display: table-cell;
    float: none;
  }
  .round-table-conference2015 .member td:nth-of-type(odd) {
    width: 17%;
  }
  .round-table-conference2015 .member td:nth-of-type(even) {
    width: 74%;
  }

  /* common */
  .pdf_download .section {
    padding: 0 0 70px 0;
  }
  .pdf_download .pdf-head {
    margin: 0 0 80px 0;
  }
  .pdf_download .fig-catalog {
    border: solid 1px #ddd;
    box-shadow: 0px 0px 4px 2px #ddd;
    -moz-box-shadow: 0px 0px 4px 2px #ddd;
    -webkit-box-shadow: 0px 0px 4px 2px #ddd;
    width: 20%;
    margin: 0 0 0 20px;
    float: right;
  }
  .pdf_download .fig-open {
    position: absolute;
    bottom: -80px;
    right: -80px;
    width: 694px;
  }
  .pdf_download h2 {
    font-size: 40px;
    font-size: 4rem;
    text-align: left;
    line-height: 1.5;
  }
  .pdf_download h2 span {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .pdf_download .lead-sentence {
    width: 77%;
  }
  .pdf_download .bulk {
    width: 150px;
    float: right;
    margin-bottom: 15px;
  }
  .pdf_download h3 {
    margin-top: 30px;
  }
  .pdf_download .pdf-table {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pdf_download .pdf-table th {
    display: table-cell;
    width: 79%;
    background: inherit;
  }
  .pdf_download .pdf-table th p {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0 10px 0 0;
  }
  .pdf_download .pdf-table th p::after {
    content: "";
    border-top: dotted 2px #ccc;
    display: inline;
    -webkit-box-flex: 1;
    flex-grow: 1;
  }
  .pdf_download .pdf-table th span {
    margin: 0 10px 0 0;
    display: inline-block;
  }
  .pdf_download .pdf-table td {
    display: table-cell;
    width: auto;
  }
}
/* @media (min-width: 1024px)
---------------------------------------------------*/
/* @media (min-width: 1230px)
---------------------------------------------------*/
@media screen and (min-width: 1230px) {
  /* round-table-conference2015 */
  .round-table-conference2015 .member {
    margin: 0 0 60px 0;
  }
  .round-table-conference2015 .member table {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .round-table-conference2015 .member th {
    width: 8%;
  }
  .round-table-conference2015 .member td:nth-of-type(odd) {
    width: 15%;
  }
  .round-table-conference2015 .member td:nth-of-type(even) {
    width: 77%;
  }

  /* common */
  .pdf_download .section {
    padding: 0 0 100px 0;
  }
  .pdf_download .fig-catalog {
    box-shadow: 0px 0px 3px 1px #ddd;
    -moz-box-shadow: 0px 0px 3px 1px #ddd;
    -webkit-box-shadow: 0px 0px 3px 1px #ddd;
    margin: 0 0 0 40px;
  }
  .pdf_download .fig-open {
    position: absolute;
    bottom: -90px;
    right: -90px;
  }
  .pdf_download h2 {
    font-size: 50px;
    font-size: 5rem;
    text-align: left;
    line-height: 1.3;
  }
  .pdf_download h2 span {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .pdf_download .pdf-table {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .pdf_download .pdf-table th {
    width: 80%;
  }
  .pdf_download .pdf-table td {
    width: 20%;
  }
}
/* print
---------------------------------------------------*/
@media print {
  /* round-table-conference2015 */
  .round-table-conference2015 .member p {
    margin: 0;
    float: right;
    width: 35%;
  }
  .round-table-conference2015 .member h3 {
    text-align: left;
  }
  .round-table-conference2015 .member table {
    width: 63%;
    float: left;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .round-table-conference2015 .member th {
    display: table-cell;
    width: 9%;
    background: inherit;
    padding: 0;
    vertical-align: top;
  }
  .round-table-conference2015 .member td {
    vertical-align: top;
    padding: 0;
    display: table-cell;
    float: none;
  }
  .round-table-conference2015 .member td:nth-of-type(odd) {
    width: 17%;
  }
  .round-table-conference2015 .member td:nth-of-type(even) {
    width: 74%;
  }

  /* common */
  .pdf_download .section {
    padding: 0 0 70px 0;
  }
  .pdf_download .pdf-head {
    margin: 0 0 80px 0;
  }
  .pdf_download .fig-catalog {
    border: solid 1px #ddd;
    box-shadow: 0px 0px 4px 2px #ddd;
    -moz-box-shadow: 0px 0px 4px 2px #ddd;
    -webkit-box-shadow: 0px 0px 4px 2px #ddd;
    width: 20%;
    margin: 0 0 0 20px;
    float: right;
  }
  .pdf_download .fig-open {
    position: absolute;
    bottom: -80px;
    right: -80px;
    width: 694px;
  }
  .pdf_download h2 {
    font-size: 40px;
    font-size: 4rem;
    text-align: left;
    line-height: 1.5;
  }
  .pdf_download h2 span {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .pdf_download .lead-sentence {
    width: 77%;
  }
  .pdf_download .bulk {
    width: 150px;
    float: right;
    margin-bottom: 15px;
  }
  .pdf_download h3 {
    margin-top: 30px;
  }
  .pdf_download .pdf-table {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .pdf_download .pdf-table th {
    display: table-cell;
    width: 79%;
    background: inherit;
  }
  .pdf_download .pdf-table th p {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0 10px 0 0;
  }
  .pdf_download .pdf-table th p::after {
    content: "";
    border-top: dotted 2px #ccc;
    display: inline;
    -webkit-box-flex: 1;
    flex-grow: 1;
  }
  .pdf_download .pdf-table th span {
    margin: 0 10px 0 0;
    display: inline-block;
  }
  .pdf_download .pdf-table td {
    display: table-cell;
    width: auto;
  }
}
