@charset "utf-8";

/* 活動報告 */
main {
  min-height: 800px;
}

/*共通*/
.page_header .wrapper {
	background-image: url("../images/report/report_header.jpg");
}



.page_header .p_messege {
	position: absolute;
	bottom: 10px;
	right: 20px;
  font-size: 1.5vw;
  color: #fff;
  text-align: right;
  padding: 0;
  margin: 0;
}



article .page_title {
	padding: 100px 0;
}
article .page_title .title {
	font-size: 4.5rem;
	line-height: 6.5rem;
	color: #16800c;
	font-weight: 700;
	text-align: center;
}
article .page_title .title b {
	font-size: 6.5rem;
	line-height: 6.5rem;
	font-weight: 700;
}
article .page_title .txt {
	font-size: 2.8rem;
	line-height: 4.0rem;
	font-weight: 700;
	text-align: center;
}
article .page_news .h2_title {
	width: 100%;
	padding: 40px 0;
	font-size: 4.5rem;
	line-height: 4.5rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
	background-color: #16800c;
}

@media screen and (max-width:1280px) {
  .page_header .wrapper {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center top;
  }
  .page_header .wrapper:before {
    content: "";
    display: block;
    padding-top: 32.8%;
  }
  .page_header .contents {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  .page_header .header_title {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 360px;
    margin: 0 0 0 -180px;
    padding: 20px 0 0;
    font-size: 4.5rem;
    line-height: 4.5rem;
    font-weight: 700;
    text-align: center;
    background-color: #fff;
  }
  .page_header .header_title span {
    display: block;
    padding: 10px 0 0;
    font-size: 2.0rem;
    line-height: 2.0rem;
  }

  article .page_title {
    padding: 100px 0;
  }

  article .page_title .title {
      font-size: 3.0vw;
      line-height: 5.0vw;
    color: #16800c;
    font-weight: 700;
    text-align: center;
  }
  article .page_title .title b {
      font-size: 5.0vw;
      line-height: 5.0vw;
    font-weight: 700;
  }

  article .page_title .txt {
      font-size: 2.1rem;
      line-height: 4.0rem;
    font-weight: 700;
    text-align: center;
  }

  article .page_news .h2_title {
    width: 100%;
    padding: 40px 0;
      font-size: 4.0vw;
      line-height: 5.0vw;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: #16800c;
  }

  article .page_news .h3_title {
    width: 100%;
    padding: 40px 0;
      font-size: 4.0vw;
      line-height: 5.0vw;
    font-weight: 700;
    text-align: center;
    color: #16800c;
  }
}
@media screen and (max-width:1024px) {
  .page_header .p_messege {
    font-size: 1.2vw;
    right: 10px;
  }
  br.pc {
    display: inline-block;
  }
}
@media screen and (max-width:896px) {
  .page_header .p_messege {
    display: none;
  }
  main {
    margin: 40px auto;
  }
}
@media screen and (max-width:480px) {
  article .page_title {
    padding: 40px 0;
  }

  article .page_title .title {
    font-size: 4.5vw;
    line-height: 6.5vw;
    color: #16800c;
    font-weight: 700;
    text-align: center;
  }
  article .page_title .title b {
    font-size: 6.5vw;
    line-height: 6.5vw;
    font-weight: 700;
  }

  article .page_title .txt {
    font-size: 4.5vw;
    line-height: 6.5vw;
    font-weight: 700;
    text-align: center;
  }

  article .page_news .h2_title {
    width: 100%;
    padding: 40px 0;
    font-size: 6.5vw;
    line-height: 6.5vw;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: #16800c;
  }

  article .page_news .h3_title {
    width: 100%;
    padding: 40px 0;
    font-size: 6.5vw;
    line-height: 6.5vw;
    font-weight: 700;
    text-align: center;
    color: #16800c;
  }
}



/*永田町通信*/
main {
  padding: 0;
  margin: 70px auto;
  width: 90%;
  max-width: 1200px;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.page_news .report_boxl {
  width: 72%;
}
.report_boxl img {width:100%; height:auto;}
.page_news .report_boxr {
  width: 23%;
  min-width: 220px;
  background-image: url(../images/report/report_side_tabata.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.report_head {
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px dashed #ccc;
}
.report_head .report_title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.2em;
}
.report_head .report_title a {
  color: #000;
  text-decoration: none;
}
.report_head .update{
  font-size: 18px;
  color: #999;
}
.report_head iframe{
  position: absolute;
  right: 0;
  bottom: 0;
}

.report_messege {
  font-size: 22px;
  line-height: 2em;
  font-weight: lighter;
  border-bottom: 1px dashed #999;
  padding-bottom: 35px;
  margin-bottom: 35px;
  overflow: hidden;
}
.report_messege .report_title {
  line-height: 1.2em;
}
.report_messege .report_date {
  text-align: right;
  line-height: 1.2em;
  margin-bottom: 45px;
}
.report_messege .report_messege_box {
  overflow: hidden;
}

.report_messege a {
	color: #16800c;
	text-decoration: underline;
}

#news_bunkatu {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  line-height: 1em;
}
#news_bunkatu a {
  border: 1px solid #16800c;
  background-color: #16800c;
  color: #fff;
  margin: 0 1% 7px;
  padding: 5px 10px;
  text-decoration: none;
  display: inline-block;
}
#news_bunkatu span {
  display: inline-block;
}
#news_bunkatu span a {
  border: none;
  background-color: #fff;
  color: #16800c;
}


@media screen and (max-width:1280px) {
}
@media screen and (max-width:1024px) {
}
@media screen and (max-width:896px) {
  main {
    margin: 40px auto;
    width: 90%;
    justify-content: center;
    align-items: flex-start;
  }
  .page_news .report_boxl {
    width: 100%;
    padding-bottom: 40px;  
    margin-bottom: 40px;
    border-bottom: 1px dashed #999;
  }
  .page_news .report_boxr {
    width: 100%;
    max-width: none;
    background-position: right bottom;
    background-size: contain;
  }
  .report_head {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:480px) {
  main {
    margin: 35px auto;
  }
  .page_news .report_boxr {
    background-size: 25% auto;
  }
  .page_news .report_boxr .new_archive {
    margin-right: 25%;
  }
  .report_head {
    margin-bottom: 35px;
  }
  .report_head .report_title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .report_head .update{
    font-size: 16px;
  }
  
  .report_messege {
    font-size: 12px;
    line-height: 1.6em;
  }
  .report_messege .report_date {
    margin-bottom: 25px;
  }
}




/*サイドメニュー*/
.report_boxr h2 {
  color: #16800c;
  font-size: 28px;
  margin-bottom: 28px;
}

.new_archive {
  padding: 0;
  margin: 0 0 25px;
  list-style: none;
}
.new_archive li {
	margin-bottom: 20px;
	padding: 0 0 0 10px;
	border-left: 4px solid #16800c;
}
.new_archive li a {
  font-size: 2.0rem;
  line-height: 2.6rem;
  text-decoration: none;
  color: #000;
}
.new_archive li span {
  display: block;
  font-size: 1.5rem;
}

.category_list {
  padding: 0;
  margin: 0 0 0 20px;
  list-style: square;
  color: #16800c;
}
.category_list li {
  padding: 0 0 10px;
  margin: 0;
  line-height: 2em;
}
.category_list li a {
  font-size: 20px;
/*  font-weight: 600;*/
  text-decoration: none;
  color: #000;
}
.category_list li span {
  display: block;
  font-size: 15px;
}

#pulldown_monthlyarchives {
  padding: 25px 0 55px;
  margin: 0;
  text-align: center;
}
#pulldown_monthlyarchives select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

  border: 1px solid #000;
  border-radius: 5px;
  width: 95%;
  margin: 0 auto;
	padding: 7px 30px 7px 10px;
	font-size: 93%;
	line-height: 1.1em;
	background-image: url(../images/common/icon_arrow.png);
	background-repeat: no-repeat;
	background-size: 12px 10px;
	background-position: right 10px center;
}
#pulldown_monthlyarchives select option {
}

.hibiki_archive {
  padding: 0;
  margin: 0;
  list-style: none;
}
.hibiki_archive li {
  padding: 0 0 12px;
  margin: 0;
}
.hibiki_archive li:first-child {
  padding-bottom: 10px;
}
.hibiki_archive li img {
  width: 100%;
  height: auto;
}
.hibiki_archive li a {
  color: #000;
  text-decoration: none;
}
.hibiki_archive li img {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
}
.hibiki_archive li:first-child a img {
  border: none;
}
.hibiki_archive li span {
  display: block;
  font-size: 12px;
  text-align: right
}

@media screen and (max-width:1280px) {
}
@media screen and (max-width:1024px) {
}
@media screen and (max-width:896px) {
}
@media screen and (max-width:480px) {
}

