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

****************************************************/
/* local-path */
/* wp-path */
/* common
---------------------------------------------------*/
/* head */
.forum-head {
  background: url(/wp/wp-content/uploads/img/forum/bg_forum.jpg) center top no-repeat;
  background-size: cover;
  padding-bottom: 40px;
  margin: 0 0 40px 0;
}

.forum-section h2 {
  border-bottom: solid 1px #ccc;
  padding: 0 0 3px 0;
  margin: 0 0 20px 0;
}

/* 30th */
.forum-section {
  margin: 0 0 50px 0;
}
.forum-section .text-box {
  margin: 0 0 30px 0;
}
.forum-section .text-box p {
  margin: 0 0 15px 0;
}
.forum-section .text-box dl {
  background: #f1f1f1;
  border-radius: 5px;
  padding: 10px 15px;
}
.forum-section .text-box dt {
  color: #22589f;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.forum-section .text-box .text-list {
  margin: 0 0 15px 0;
}
.forum-section .forum-booklet {
  width: 50%;
  margin: 0 auto;
}
.forum-section .forum-booklet p img {
  border: solid 1px #ccc;
}
.forum-section .forum-booklet .detail a {
  width: 80%;
}
.forum-section .forum-booklet.two-booklet {
  width: 95%;
  display: flex;
  justify-content: space-around;
}
.forum-section .forum-booklet.two-booklet dl {
  width: 43%;
}

/* booklet */
.booklet {
  margin: 50px 0 70px;
  background: #f6f6f6;
  border-radius: 5px;
  padding: 15px;
}
.booklet .book-img {
  width: 30%;
  float: left;
  margin: 0 10px 0 0;
  border: solid 1px #ccc;
}
.booklet p {
  font-size: 12px;
  font-size: 1.2rem;
}

/* other-link */
.other-link.bg-gray {
  padding-top: 40px;
}
.other-link .other-title {
  text-align: center;
  font-weight: bold;
  margin: 0 0 30px 0;
}
.other-link .other-title span {
  border-bottom: solid 2px #555;
  padding: 0 0 3px 0;
}
.other-link li {
  background: #fff;
  border: solid 1px #ccc;
  margin: 0 0 10px 0;
  position: relative;
}
.other-link li.bdr-symosaka {
  border: solid 1px #06b198;
}
.other-link li.bdr-symtokyo {
  border: solid 1px #aa306b;
}
.other-link li::after {
  position: absolute;
  top: 8px;
  right: 15px;
  content: "\f105";
  font-family: fontawesome;
  font-size: 16px;
  font-size: 1.6rem;
  color: #555;
}
.other-link li.bdr-symosaka a {
  color: #06b198;
}
.other-link li.bdr-symtokyo a {
  color: #aa306b;
}
.other-link li a {
  display: block;
  padding: 10px;
}
.other-link .detail {
  margin-top: 30px;
}
.other-link .detail a {
  width: 230px;
}

.sym-btn li {
  margin: 0 0 15px 0;
}

.sym-btn li span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}

.sym-btn li a {
  background: #06b198;
  border-radius: 3px;
  text-align: left;
  color: #fff;
  padding: 10px 40px 10px 10px;
  display: block;
  position: relative;
}

.sym-btn li:nth-of-type(2) a {
  background: #aa306b;
}

.sym-btn li a::after {
  content: "\f138";
  font-family: fontawesome;
  position: absolute;
  top: 13px;
  right: 12px;
  font-size: 24px;
  font-size: 2.4rem;
}

.pagelink {
  border: 3px solid #ddd;
  width: 80%;
  text-align: center;
  margin: 0 auto 25px;
}

.pagelink a {
  display: block;
  padding: 15px;
  font-weight: bold;
  background: #fbfbfb;
}

.end-comment {
  background: #22589f;
  color: #fff;
  width: 80%;
  text-align: center;
  margin: 0 auto 25px;
  padding: 15px;
  font-size: 14px;
  font-size: 1.4rem;
}

/* sym-box */
.sym-box {
  margin-bottom: 80px;
}
.sym-box .detail {
  text-align: center;
}
.sym-box .detail a {
  width: 97%;
  display: inline-block;
  margin-top: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.sym-box .detail a i {
  margin: 0 3px 0 0;
}
.sym-box .attention {
  width: 97%;
  margin: 10px auto 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.sym-box .appearance {
  border-bottom: 1px solid #ccc;
  margin: 60px 0 10px 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.sym-box .sym-gh2017-report {
  margin: 0 0 40px 0;
}
.sym-box .appearance-img li {
  width: 100%;
  margin: 0 0 15px 0;
}

.sym-gh2017 {
  position: relative;
}
.sym-gh2017 a {
  width: 20%;
  position: absolute;
  top: 10.4%;
  right: 0;
}
.sym-gh2017 .detail-btn .btn-basic01 a {
  width: 17%;
  top: 51.4%;
  right: 53%;
}
.sym-gh2017 .detail-btn .btn-report01 a {
  width: 17%;
  top: 51.4%;
  right: 34%;
}
.sym-gh2017 .detail-btn .btn-basic02 a {
  width: 17%;
  top: 63.2%;
  right: 53%;
}
.sym-gh2017 .detail-btn .btn-report02 a {
  width: 17%;
  top: 63.2%;
  right: 34%;
}
.sym-gh2017 .detail-btn .btn-basic03 a {
  width: 17%;
  top: 74.3%;
  right: 53%;
}
.sym-gh2017 .detail-btn .btn-report03 a {
  width: 17%;
  top: 74.3%;
  right: 34%;
}
.sym-gh2017 .detail-btn .btn-basic04 a {
  width: 17%;
  top: 85.3%;
  right: 53%;
}
.sym-gh2017 .detail-btn .btn-report04 a {
  width: 17%;
  top: 85.3%;
  right: 34%;
}

/* @media (min-width: 768px)
---------------------------------------------------*/
@media screen and (min-width: 768px) {
  /* head */
  .page h1 {
    padding-bottom: 50px;
  }

  .forum-head {
    margin: 0 0 50px 0;
    padding-bottom: 60px;
  }

  /* symposium2017 */
  .forum-section.symposium2017 .text-box {
    float: none;
    width: 100%;
  }

  /* 30th */
  .forum-section {
    margin: 0 0 70px 0;
  }
  .forum-section .text-box {
    float: left;
    width: 70%;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .forum-section .text-box dd {
    float: left;
    width: 50%;
  }
  .forum-section.gh-sympo2017 {
    position: relative;
  }
  .forum-section.gh-sympo2017 .fl-txt {
    width: 70%;
  }
  .forum-section .forum-booklet {
    width: 25%;
    margin: 0;
    float: right;
  }
  .forum-section .forum-booklet.two-booklet {
    position: absolute;
    top: 55px;
    right: 0;
    width: 45%;
  }
  .forum-section .forum-booklet.two-booklet .detail a {
    margin-top: 10px;
  }

  /* booklet */
  .booklet {
    margin-bottom: 90px;
    padding: 20px;
  }
  .booklet .book-img {
    width: 17%;
    margin: 0 20px 0 0;
  }
  .booklet .book-text {
    float: left;
    width: 78%;
  }
  .booklet p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .booklet .detail a {
    margin-left: 0;
  }

  /* other-link */
  .other-link .other-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .other-link li {
    border: solid 2px #ccc;
    margin: 0 0 0 20px;
    float: left;
    width: 30%;
    text-align: center;
  }
  .other-link li.bdr-symosaka {
    border: solid 2px #06b198;
  }
  .other-link li.bdr-symtokyo {
    border: solid 2px #aa306b;
  }
  .other-link li::after {
    content: "";
  }
  .other-link li a {
    display: block;
    padding: 15px;
  }

  .sym-btn {
    display: flex;
    justify-content: space-between;
  }

  .sym-btn li {
    margin: 0 auto 20px;
    width: 48%;
  }

  .sym-btn li a {
    font-size: 16px;
    font-size: 1.6rem;
    padding-right: 30px;
  }

  .sym-btn li a::after {
    top: 13px;
    right: 10px;
  }

  /* sym-box */
  .sym-box .detail a {
    display: inline-block;
    padding: 20px 0;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .sym-box + .other-link li {
    float: none;
    width: 320px;
    margin: 0 auto;
  }
  .sym-box .appearance {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sym-box .appearance-img {
    display: flex;
    flex-wrap: wrap;
  }
  .sym-box .appearance-img li {
    width: 30%;
    margin: 0 0 35px 30px;
  }
  .sym-box .appearance-img li:nth-child(3n+1) {
    margin-left: 0;
  }

  .sym-gh2017 a {
    top: 298px;
  }
  .sym-gh2017 .detail-btn .btn-basic01 a {
    top: 1425px;
    right: 388px;
  }
  .sym-gh2017 .detail-btn .btn-report01 a {
    top: 1425px;
    right: 250px;
  }
  .sym-gh2017 .detail-btn .btn-basic02 a {
    top: 1741px;
    right: 388px;
  }
  .sym-gh2017 .detail-btn .btn-report02 a {
    top: 1741px;
    right: 250px;
  }
  .sym-gh2017 .detail-btn .btn-basic03 a {
    top: 2044px;
    right: 388px;
  }
  .sym-gh2017 .detail-btn .btn-report03 a {
    top: 2044px;
    right: 250px;
  }
  .sym-gh2017 .detail-btn .btn-basic04 a {
    top: 2343px;
    right: 388px;
  }
  .sym-gh2017 .detail-btn .btn-report04 a {
    top: 2343px;
    right: 250px;
  }
}
/* @media (min-width: 1024px)
---------------------------------------------------*/
/* @media (min-width: 1230px)
---------------------------------------------------*/
@media screen and (min-width: 1230px) {
  /* 30th */
  .forum-section .text-box {
    width: 77%;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .forum-section .text-box p {
    margin: 0 0 25px 0;
  }
  .forum-section .text-box dd {
    margin: 0 31px 0 0;
    width: auto;
  }
  .forum-section .text-box .text-list {
    margin: 0 0 25px 0;
  }
  .forum-section.gh-sympo2017 .fl-txt {
    width: 80%;
  }
  .forum-section .forum-booklet {
    width: 18%;
    margin: 0;
    float: right;
  }
  .forum-section .forum-booklet.two-booklet {
    width: 35%;
  }

  .sym-btn li span {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .sym-btn li a::after {
    top: 16px;
  }

  .pagelink a {
    font-size: 20px;
    font-size: 2rem;
  }

  /* booklet */
  .booklet {
    margin-bottom: 100px;
  }
  .booklet .book-img {
    width: 98px;
    margin: 0 20px 0 0;
  }
  .booklet .book-text {
    float: left;
    width: 86%;
  }
  .booklet p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .booklet .detail a {
    margin-top: 15px;
  }

  /* sym-box */
  .sym-box .attention {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .sym-gh2017 a {
    top: 384px;
  }
  .sym-gh2017 .detail-btn .btn-basic01 a {
    top: 1843px;
    right: 501px;
  }
  .sym-gh2017 .detail-btn .btn-report01 a {
    top: 1843px;
    right: 320px;
  }
  .sym-gh2017 .detail-btn .btn-basic02 a {
    top: 2254px;
    right: 501px;
  }
  .sym-gh2017 .detail-btn .btn-report02 a {
    top: 2254px;
    right: 320px;
  }
  .sym-gh2017 .detail-btn .btn-basic03 a {
    top: 2646px;
    right: 501px;
  }
  .sym-gh2017 .detail-btn .btn-report03 a {
    top: 2646px;
    right: 320px;
  }
  .sym-gh2017 .detail-btn .btn-basic04 a {
    top: 3030px;
    right: 501px;
  }
  .sym-gh2017 .detail-btn .btn-report04 a {
    top: 3030px;
    right: 320px;
  }
}
/* print
---------------------------------------------------*/
@media print {
  /* head */
  .page h1 {
    padding-bottom: 50px;
  }

  .forum-head {
    margin: 0 0 50px 0;
    padding-bottom: 60px;
  }

  /* symposium2017 */
  .forum-section.symposium2017 .text-box {
    float: none;
    width: 100%;
  }

  /* 30th */
  .forum-section {
    margin: 0 0 70px 0;
  }
  .forum-section .text-box {
    float: left;
    width: 70%;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .forum-section .text-box dd {
    float: left;
    width: 50%;
  }
  .forum-section.gh-sympo2017 {
    position: relative;
  }
  .forum-section.gh-sympo2017 .fl-txt {
    width: 70%;
  }
  .forum-section .forum-booklet {
    width: 25%;
    margin: 0;
    float: right;
  }
  .forum-section .forum-booklet.two-booklet {
    position: absolute;
    top: 55px;
    right: 0;
    width: 45%;
  }
  .forum-section .forum-booklet.two-booklet .detail a {
    margin-top: 10px;
  }

  /* booklet */
  .booklet {
    margin-bottom: 90px;
    padding: 20px;
  }
  .booklet .book-img {
    width: 17%;
    margin: 0 20px 0 0;
  }
  .booklet .book-text {
    float: left;
    width: 78%;
  }
  .booklet p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .booklet .detail a {
    margin-left: 0;
  }

  /* other-link */
  .other-link .other-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .other-link li {
    border: solid 2px #ccc;
    margin: 0 0 0 20px;
    float: left;
    width: 30%;
    text-align: center;
  }
  .other-link li.bdr-symosaka {
    border: solid 2px #06b198;
  }
  .other-link li.bdr-symtokyo {
    border: solid 2px #aa306b;
  }
  .other-link li::after {
    content: "";
  }
  .other-link li a {
    display: block;
    padding: 15px;
  }

  .sym-btn {
    display: flex;
    justify-content: space-between;
  }

  .sym-btn li {
    margin: 0 auto 20px;
    width: 48%;
  }

  .sym-btn li a {
    font-size: 16px;
    font-size: 1.6rem;
    padding-right: 30px;
  }

  .sym-btn li a::after {
    top: 13px;
    right: 10px;
  }

  /* sym-box */
  .sym-box .detail a {
    display: inline-block;
    padding: 20px 0;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .sym-box + .other-link li {
    float: none;
    width: 320px;
    margin: 0 auto;
  }
  .sym-box .appearance {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sym-box .appearance-img {
    display: flex;
    flex-wrap: wrap;
  }
  .sym-box .appearance-img li {
    width: 30%;
    margin: 0 0 35px 30px;
  }
  .sym-box .appearance-img li:nth-child(3n+1) {
    margin-left: 0;
  }

  .sym-gh2017 a {
    top: 298px;
  }
  .sym-gh2017 .detail-btn .btn-basic01 a {
    top: 1425px;
    right: 388px;
  }
  .sym-gh2017 .detail-btn .btn-report01 a {
    top: 1425px;
    right: 250px;
  }
  .sym-gh2017 .detail-btn .btn-basic02 a {
    top: 1741px;
    right: 388px;
  }
  .sym-gh2017 .detail-btn .btn-report02 a {
    top: 1741px;
    right: 250px;
  }
  .sym-gh2017 .detail-btn .btn-basic03 a {
    top: 2044px;
    right: 388px;
  }
  .sym-gh2017 .detail-btn .btn-report03 a {
    top: 2044px;
    right: 250px;
  }
  .sym-gh2017 .detail-btn .btn-basic04 a {
    top: 2343px;
    right: 388px;
  }
  .sym-gh2017 .detail-btn .btn-report04 a {
    top: 2343px;
    right: 250px;
  }

  .bg-gray {
    display: none;
  }
}
