@charset "UTF-8";
/* CSS Document */

/* 一覧　全体レポート　タイトル部分 */
.eventLower h3 {
  font-size: 2.8rem;
  line-height: 1.3;
  margin: 10px 0 20px;
}

/* 一覧　プログラムレポート　タイトル部分 */
.seminar h3, .movie h3 {
  margin: 10px 0 15px;
  font-size: 2.0rem;
  line-height: 1.4;
}

.seminar, .movie .movie_title {
  margin: 10px 0 20px;
  font-size: 1.6rem;
  line-height: 1.4;
}

/* アンケート・参加者プロフボタン */
.seminar_boxBtn {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 70px;
  padding-top: 50px;
}
.seminar_boxBtn a {
  display: block;
  position: relative;
  width: 30%;
  margin-bottom: 10px;
  padding: 15px 40px;
  background-color: #FFF9D8;
  font-size: 1.6rem;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  text-align: center;
  font-weight: bold;
}
.seminar_boxBtn a p {
  margin: 0 10px 0 0;
  font-size: 1.6rem;
}
.seminar_boxBtn a p:after {
  content: "";
  color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 1260px) {
  .seminar_boxBtn {
    display: block;
    width: 80%;
    margin: 0 auto 70px;
  }
  .seminar_boxBtn a {
    width: auto;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .seminar_boxBtn {
    width: 100%;
  }
}

/* 最下部ボタン */
.eventDetail .boxBtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding-top: 65px;
}
.eventDetail .boxBtn a {
  display: block;
  position: relative;
  width: 30%;
  margin: 10px;
  padding: 15px 40px;
  background-color: #FFF9D8;
  font-size: 1.6rem;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  border-radius: 90px;
  text-align: center;
  font-weight: bold;
}
.eventDetail .boxBtn:after{
  content:"";
  display: block;
  width: 363px;
}
.eventDetail .boxBtn a p {
  margin: 0 10px 0 0;
  font-size: 1.6rem;
}
.eventDetail .boxBtn a p:after {
  content: "";
  color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 1260px) {
  .eventDetail .boxBtn {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .eventDetail .boxBtn a {
    width: auto;
    margin: 0 0 10px 0;
  }
}

@media only screen and (max-width: 767px) {
  .eventDetail .boxBtn {
    width: 100%;
  }
  .eventDetail .boxBtn a p {
    font-size: 1.5rem;
  }
}

/* アワード */
.award .photo_area {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.award .photo_area figure {
  width: 48%;
}
.photo_right {
  float: right;
  margin: 10px 0 10px 30px;
}
.photo_right img {
  width: 430px;
  margin-bottom: 0;
}
@media screen and (max-width: 1260px) {
  .photo_right {
    width: 48%;
  }
  .photo_right img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .photo_right {
    float:none;
    width: 100%;
    margin: 0;
  }
  .photo_right img {
    width: 100%;
    margin-bottom: 60px;
  }
  .award .photo_area {
    display: block;
  }
  .award .photo_area figure {
    width: 100%;
  }
}

.award .award_about h4 {
  font-size: 2.0rem;
  border-bottom: #999 solid 1px;
  margin-bottom: 15px;
}
.award .award_about p {
  margin-bottom: 30px;
}
.award .award_department {
  margin-bottom: 30px;
}
.award .award_department h5 {
  font-size: 1.9rem;
  margin-bottom: 10px;
}
.award .award_department p {
  margin-bottom: 10px;
}
.award .award_department ul {
  margin-left: 25px;
}
.award .award_department ul li {
  font-size: 1.8rem;
  line-height: 2.1;
  list-style: disc;
}
.award .award_department_other {
  margin-bottom: 60px;
}
.award .award_department_other h5 {
  font-size: 1.9rem;
  margin-bottom: 10px;
}
.award .award_department_other p {
  margin-bottom: 10px;
}
.award .award_department_other ul {
  margin-left: 25px;
}
.award .award_department_other ul li {
  font-size: 1.8rem;
  line-height: 2.1;
  list-style: disc;
}

/* 東京都への政策提言等 */
.special .photo_area {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.special .photo_area figure {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .special .photo_area {
    display: block;
  }
  .special .photo_area figure {
    width: 100%;
  }
}
.special h4 {
  font-size: 2.0rem;
  border-bottom: #999 solid 1px;
  margin-bottom: 15px;
}
.special h5 {
  margin-bottom: 10px;
  font-size: 1.9rem;
}
.special p {
  margin-bottom: 30px;
}
.special .special_arrow {
  width: 0;
  height: 0;
  margin: 0 auto 27px;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #999;
}
.special .proposal_flow {
  margin-bottom: 60px;
  font-size: 1.8rem;
}
.special .proposal_flow ul li {
  margin-bottom: 25px;
}
.special .proposal_flow ul li span {
  display: block;
  margin-bottom: 10px;
  font-size: 1.9rem;
  font-weight: bold;
}
.special .proposal-new {
  font-size: 1.8rem;
}
.special .proposal-new ol {
  margin-left: 20px;
}
.special .proposal-new ol li {
  margin-bottom: 25px;
  list-style: decimal;
}
.special .recommendation {
  margin-bottom: 60px;
}
.special .recommendation h5 {
  margin-bottom: 10px;
  font-size: 1.9rem;
}
.special .recommendation p {
  margin-bottom: 10px;
  font-size: 1.9rem;
}
.special .recommendation ul{
  margin-left: 25px;
}
.special .recommendation ul li {
  font-size: 1.8rem;
  line-height: 2.1;
  list-style: disc;
}
