@charset "UTF-8";
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
/*

【CSS表記ルール】
CSSの表記につきましては以下のルールに則って記述をお願いいたします。

1.bodyタグにid等を付けない
フレームワークの仕様により、bodyタグの出し分けが困難なためbodyにディレクトリ毎のidを振るのは禁止とさせて頂きます。
その代わりbody直下のwrapperに対してはディレクトリ毎のidを振って頂いて大丈夫です。

2.class名、id名の表記
フレームワークの仕様により、公開時は全てのCSSが1つのファイルに統合されます。
そのためclass,idの名前が被らないよう以下のルールに則って記述をお願いいたします。

#(wrapperのid名) .(wrapperのid名)_(個別のクラス名)
例:
#about .about_box{
	margin:10px auto;
}

3.!important は使わないようお願いたします。（どうしても必要な場合はご連絡ください。）

4.@importでのcssの読み込みはしないようお願いいたします。

*/
/*  ---------------------------
			TOPICS一覧
---------------------------  */
#topics #topics_area {
  margin: 0 10px;
}

#topics #topics_area .topics_year {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}

#topics #topics_area .topics_year dt, .topics_year dd {
  float: left;
  padding: 0;
  height: 42px;
  color: #333;
}

#topics #topics_area .topics_year dt {
  font-size: 18px;
  font-weight: bold;
  color: #ED2500;
  letter-spacing: 0.2em;
  width: 95px;
  text-align: center;
  background: url(/images/topics/common/topics_border_dott.gif) no-repeat right top;
  margin-right: 15px;
  padding-top: 5px;
}

#topics #topics_area .topics_year dd {
  width: 66px;
  background: url(/images/topics/common/topics_border.gif) no-repeat right top;
  text-align: center;
  font-size: 16px;
}

#topics #topics_area .topics_year dd:last-child {
  width: 66px;
  background: none;
  text-align: center;
  font-size: 16px;
}

#topics #topics_area .topics_year dd:hover {
  display: block;
  background: url(/images/topics/common/topics_hover.png) no-repeat center top;
  color: #fff;
}

#topics #topics_area .topics_year dd.active {
  display: block;
  height: 37px;
  padding-top: 5px;
  background: url(/images/topics/common/topics_active.png) no-repeat center top;
  color: #fff;
}

#topics #topics_area .topics_year dd.active a {
  display: block;
  margin: 0;
  padding: 0;
  color: #fff;
}

#topics #topics_area .topics_year dd a {
  display: block;
  text-decoration: none;
  height: 37px;
  padding-top: 5px;
}

#topics #topics_area .topics_year dd a:hover {
  color: #fff;
  text-decoration: none;
}

#topics #topics_area .topics_month {
  margin-bottom: 15px;
}

#topics #topics_area .topics_month dt, .topics_month dd {
  float: left;
  padding: 0;
  height: 42px;
  color: #333;
}

#topics #topics_area .topics_month dt {
  font-size: 18px;
  font-weight: bold;
  color: #ED2500;
  width: 95px;
  text-align: center;
  background: url(/images/topics/common/topics_border_dott.gif) no-repeat right top;
  margin-right: 15px;
  padding-top: 5px;
}

#topics #topics_area .topics_month dd {
  width: 66px;
  background: url(/images/topics/common/topics_border.gif) no-repeat right top;
  text-align: center;
  font-size: 16px;
}

#topics #topics_area .topics_month dd:last-child {
  width: 66px;
  background: none;
  text-align: center;
  font-size: 16px;
}

#topics #topics_area .topics_month dd:hover {
  display: block;
  background: url(/images/topics/common/topics_hover.png) no-repeat center top;
  color: #fff;
}

#topics #topics_area .topics_month dd.active {
  display: block;
  height: 37px;
  padding-top: 5px;
  background: url(/images/topics/common/topics_active.png) no-repeat center top;
  color: #fff;
}

#topics #topics_area .topics_month dd.active a {
  display: block;
  margin: 0;
  padding: 0;
  color: #fff;
}

#topics #topics_area .topics_month dd a {
  display: block;
  text-decoration: none;
  height: 37px;
  padding-top: 5px;
}

#topics #topics_area .topics_month dd a:hover {
  color: #fff;
  text-decoration: none;
}

#topics #topics_area table.topics_deta {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
}

#topics #topics_area table.topics_deta tr:nth-child(even) {
  background: #fff;
}

#topics #topics_area table.topics_deta tr:nth-child(odd) {
  background: #F6F6F6;
}

#topics #topics_area table.topics_deta tr.pressline:hover {
  background: #E5ECF3;
}

#topics #topics_area table.topics_deta tr.medialine:hover {
  background: #FFEEE5;
}

#topics #topics_area table.topics_deta tr.infoline:hover {
  background: #E5F0F1;
}

#topics #topics_area table.topics_deta td {
  padding: 15px 0;
}

#topics #topics_area table.topics_deta td.topics_date {
  width: 85px;
  padding-left: 15px;
}

#topics #topics_area table.topics_deta td.topics_category {
  width: 120px;
  padding: 10px 10px;
  text-align: center;
  color: #fff;
}

#topics #topics_area table.topics_deta td.topics_category .residents {
  background: #004284;
  width: 120px;
  font-size: 12px;
  display: block;
  padding: 1px 0;
  margin: 0 0 5px 0;
}

#topics #topics_area table.topics_deta td.topics_category .property {
  background: #FF5200;
  font-size: 12px;
  width: 100px;
  display: block;
  padding: 1px 10px;
  margin: 0 0 5px 0;
}

#topics #topics_area table.topics_deta td.topics_category .anyone {
  background: #006F70;
  font-size: 12px;
  width: 120px;
  display: block;
  padding: 1px 0;
  font-size: 12px;
  margin: 0 0 5px 0;
}

#topics #topics_area table.topics_deta td.topics_title {
  padding: 0 15px;
}

#topics #topics_area table.topics_deta td.topics_title:before {
  content: url("/images/topics/common/link_arrow.gif");
  display: inline-block;
  vertical-align: middle;
}

/*  ---------------------------
			TOPICS詳細
---------------------------  */
#topics #topics_area h4 .date {
  font-size: 14px;
  margin-right: 10px;
}

#topics #topics_area h3.residents {
  background: #004686;
  padding: 50px 20px 20px 20px;
  color: #fff;
  font-size: 18px;
  display: table;
  width: 880px;
  position: relative;
}

#topics #topics_area h3.residents:before {
  content: "住民限定　|";
  padding: 0 15px 0 5px;
  display: table-cell;
  font-size: 14px;
  line-height: 24px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  line-height: 18px;
  width: 100px;
}

#topics #topics_area h3.residents .sorcial_lower {
  position: absolute;
  left: 40px;
  top: 10px;
}

#topics #topics_area h3.residents .sorcial_lower li {
  display: inline-block;
  clear: both;
}

#topics #topics_area h4.media {
  background: #FF5200;
  padding: 20px;
  color: #fff;
  font-size: 18px;
  display: table;
  width: 880px;
}

#topics #topics_area h4.media:before {
  content: "メディア掲載　|";
  padding: 0 15px 0 5px;
  display: table-cell;
  font-size: 14px;
  line-height: 24px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  line-height: 18px;
  width: 110px;
}

#topics #topics_area h3.anyone {
  background: #006F70;
  padding: 50px 20px 20px 20px;
  color: #fff;
  font-size: 18px;
  display: table;
  width: 880px;
  position: relative;
}

#topics #topics_area h3.anyone:before {
  content: "参加自由　|";
  padding: 0 15px 0 5px;
  display: table-cell;
  font-size: 14px;
  line-height: 24px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  line-height: 18px;
  width: 100px;
}

#topics #topics_area h3.anyone .sorcial_lower {
  position: absolute;
  left: 40px;
  top: 10px;
}

#topics #topics_area h3.anyone .sorcial_lower li {
  display: inline-block;
  clear: both;
}

#topics #topics_area .topics_text {
  margin: 20px 10px;
}

#topics #topics_area .topics_text p {
  margin: 1em 0;
}

#topics #topics_area .topics_archive {
  margin: 20px 0 0 0;
}

#topics #topics_area .topics_archive li a {
  display: block;
  background: #333;
  padding: 20px 0 15px 0;
  text-align: center;
  float: left;
  color: #fff;
}

#topics #topics_area .topics_archive li a:hover {
  background: #D91200;
  color: #fff;
  text-decoration: none;
}

#topics #topics_area .topics_archive li a.prev, .topics_archive li a.next {
  width: 289px;
}

#topics #topics_area .topics_archive li a.list {
  width: 326px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

#topics #topics_area .topics_archive li a.prev:before {
  content: url("/images/topics/common/topics_archive_prev.png");
  padding-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

#topics #topics_area .topics_archive li a.next:before {
  content: url("/images/topics/common/topics_archive_next.png");
  padding-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

#topics #topics_area .topics_archive li a.list:before {
  content: url("/images/topics/common/topics_archive_next.png");
  padding-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

#topics #topics_area .topics_text img {
  padding: 15px 0 15px 0;
}

table.event_information {
  width: 900px;
  border-collapse: collapse;
}

table.event_information th {
  background: url(/images/bukken/bukken_th_head.jpg) no-repeat left top 15px;
  border-bottom: 1px dotted #999;
  width: 105px;
  vertical-align: top;
  text-align: left;
  padding: 15px;
  line-height: 1.4;
}

table.event_information td {
  border-left: 1px dotted #999;
  border-bottom: 1px dotted #999;
  vertical-align: top;
  padding: 15px 25px;
}

table.event_information th.last {
  border-bottom: none;
  width: 105px;
  vertical-align: top;
  text-align: left;
  padding: 15px;
}

table.event_information td.last {
  border-bottom: none;
  border-left: 1px dotted #999;
  vertical-align: top;
  padding: 15px 25px;
}

/* WEB-5019 イベントページのauthorアーカイブページの作成 */
.info_title {
  font-weight: bold;
  border-bottom: 1px dotted #666;
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
}

#topics #topics_area > h3 + * {
  margin-top: 34px;
}

#topics #topics_area .author_infotext {
  width: 100%;
  background: #f6f6f6;
  min-height: 630px;
  padding: 30px;
  box-sizing: border-box;
}

#topics #topics_area .author_infotext p {
  margin-bottom: 1em;
}

.topics_conversion {
  display: flex;
  align-items: center;
  justify-content: center;
  clear: both;
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 820px) {
  .topics_conversion {
    margin-top: 40px;
  }
}
.topics_conversion_wrapper {
  position: fixed;
  z-index: 1000;
  box-sizing: border-box;
  left: 50%;
  width: 100%;
  bottom: 0;
  transform: translate(-50%, 0);
  transition: bottom 0.4s cubic-bezier(0.75, 0.01, 0.31, 1);
  background: rgba(255, 255, 255, 0.9);
}
.topics_conversion_wrapper > div {
  padding: 15px;
  box-sizing: border-box;
  border: 3px solid #E35D54;
  border-radius: 7px;
}
@media screen and (max-width: 820px) {
  .topics_conversion_wrapper > div {
    padding: 10px 15px;
  }
}
.topics_conversion_body {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  box-sizing: border-box;
  color: #E35D54;
}
@media screen and (max-width: 820px) {
  .topics_conversion_body {
    flex-direction: column-reverse;
    text-align: center;
    justify-content: center;
  }
}
.topics_conversion_body p {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 820px) {
  .topics_conversion_body p {
    font-size: 14px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.topics_conversion_body p a {
  margin-top: 0.5em;
  display: flex;
  align-items: center;
  font-weight: normal;
  font-size: 14px;
  text-decoration: underline;
}
@media screen and (max-width: 820px) {
  .topics_conversion_body p a {
    font-size: 12px;
  }
}
.topics_conversion_body p a:hover {
  text-decoration: none;
}
.topics_conversion_body p a:before {
  display: inline-block;
  content: "";
  background: url(/svg/icn-arrow_banner_black.svg) no-repeat center center/cover;
  width: 14px;
  height: 14px;
  margin-right: 0.2em;
}
.topics_conversion_body > div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1em;
}
.topics_conversion_body > div a:hover {
  opacity: 0.7;
}
.topics_conversion_body a + a {
  margin-left: 0.5em;
}
.topics_conversion_body a img {
  height: 60px;
  width: auto;
}
@media screen and (max-width: 820px) {
  .topics_conversion_body a img {
    height: 42px;
  }
}
.topics_conversion.is-active .topics_conversion_wrapper {
  bottom: 0;
}
.topics_conversion.is-static .topics_conversion_wrapper {
  position: static;
  transform: none;
}
.topics_conversion:not(.is-static) .topics_conversion_wrapper > div {
  border: none;
  border-radius: 0;
  border-top: 3px solid #E35D54;
}