@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500");

/*===============================================

  電子版ベースCSSリセット

===============================================*/

/*header下マージン削除 ※レイアウト調整のため*/

header{
  margin-bottom: 0;
}

#contents p{
  font-size: 15px;
  line-height: 2;
  letter-spacing: .05em;
  color: #333;
}

/*===============================================

  基本

===============================================*/

.contents_wrap{
  background: url(../img/tile.png);
  padding: 0 40px;
}

#contents{
  background-color: #fff;
  padding: 0 30px;
}

.contents_inner{
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}

section{
  border-bottom: 1px solid #888;
  padding: 40px 0;
}

section:last-child{
  border-bottom: none;
}

/*===============================================

  index

===============================================*/

/*===============================================
  ヘッダー
===============================================*/

.hrader{
  padding: 20px 0 0;
}

/*===============================================
  更新部分
===============================================*/

.update{
  border-bottom: 1px solid #ddd;
  line-height: 1.8;
  padding: 10px 0;
}

.update li{
  display: inline-block;
}

.update li:first-child{
  color: #fff;
  background-color: #e64b78;
  line-height: 1;
  padding: 5px 8px;
  font-size: 10px;
  border-radius: 100px;
  margin-right: 5px;
}

.update li span{
  font-family: "Montserrat", sans-serif;
  letter-spacing: .1em;
  color: #555;
  margin-right: 5px;
}

.update li a{
  color: #e64b78;
}

/*===============================================

  カラム設定

===============================================*/

.column_wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  padding-bottom: 35px;
  width: 100%;
}

.main_column{
  width: 100%;
}

.sub_column{
  width: 250px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-left: 1px solid #ddd;
  padding-left: 20px;
  margin-left: 20px;
}

/*===============================================
  メインカラム
===============================================*/

a.topic_btn{
  display: block;
  background-color: #e64b78;
  font-size: 14px;
  letter-spacing: .05em;
  text-align: center;
  color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s;
  padding: 10px;
  border-radius: 100px;
  margin-bottom: 15px;
  line-height: 1.5;
}

a.topic_btn:hover{
  opacity: .8;
  text-decoration: none;
}

/*リード部分*/

/*特集コンテンツ*/

.project_list h2{
  font-size: 17px;
  padding: 10px;
  margin-bottom: 20px;
  border-top: 1px solid #888;
  border-bottom: 1px solid #888;
  text-align: center;
  letter-spacing: .2em;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}

.project_list .project_list__items{
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.project_list .project_list__items a{
  width: calc(100%/2 - 5px);
  display: block;
  margin-bottom: 10px;
}

.project_list .project_list__items a img{
  display: block;
  width: 100%;
  border-radius: 5px;
}

.project_list .project_list__items a:first-child{
  width: 100%;
  position: relative;
}

.project_list .project_list__items a:first-child::before{
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 100;
  top: -10px;
  left: -10px;
  content: "NEW";
  background-color: #e64b78;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: .05em;
}

/*===============================================
  サブカラム
===============================================*/

/*ナビ*/

.navi_button{
  margin-bottom: 25px;
}

.navi_button li a{
  display: block;
  margin-bottom: 10px;
  padding: 14px;
  border-radius: 100px;
  background-color: #7c6262;
  color: #fff;
  font-size: 12px;
  letter-spacing: .15em;
  text-align: center;
}

.navi_button li a::before{
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 10px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.navi_button li a::hover{
  text-decoration: none;
  background-color: #a79999;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.navi_button li a::hover:before{
  margin-right: 5px;
}

/*メール*/

#contents .mail{
  color: #7c6262;
  font-weight: bold;
  display: block;
  line-height: 1.8;
  text-align: center;
  font-size: 12px;
  margin-bottom: 35px;
}

#contents .mail::hover{
  text-decoration: none;
  color: #a79999;
}

#contents .mail::before{
  content: "\f0e0";
  font-family: FontAwesome;
  font-size: 28px;
  display: block;
  line-height: 1;
  margin-bottom: 8px;
}

a.hashtug{
  border-top: 1px solid #ddd;
  color: #3b94d9;
  font-size: 14px;
  text-align: center;
  display: block;
  margin-bottom: 12px;
  padding-top: 12px;
  letter-spacing: .06em;
}

a.hashtug:hover{
  text-decoration: none;
}

/*バナーサブカラム*/

.banner_sub_column{
  margin-bottom: 30px;
}

.banner_sub_column a{
  display: block;
  margin-bottom: 15px;
}

.banner_sub_column a img{
  display: block;
  width: 100%;
}

/*===============================================
  目次
===============================================*/

/*目次タイトルイメージ*/

.proj_title{
  max-width: 400px;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*目次部分*/

.contents_list_wrap{
  max-width: 350px;
  width: 100%;
  margin: 50px auto 0;
}

#contents .contents_list_wrap > p{
  text-align: center;
  font-size: 14px;
}

/*目次アイテム*/

.contents_list_item{
  display: table;
  margin-bottom: 40px;
}

.contents_list_item:hover{
  text-decoration: none;
}

/*目次アイテム -> No*/

.contents_list_item div:first-child{
  display: table-cell;
  vertical-align: middle;
}

#contents .contents_list_item div:first-child p{
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 11px;
  border-radius: 100px;
  background-color: #7c6262;
  color: #fff;
  margin: 0;
}

#contents a.contents_list_item:hover div:first-child p{
  background-color: #e64b78;
  -webkit-transition: all .2s;
  transition: all .2s;
}

#contents .contents_list_item div:first-child p.current{
  background-color: #e64b78;
}

/*目次アイテム -> タイトル*/

.contents_list_item div:last-child{
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}

.contents_list_item div:last-child time{
  font-family: "Montserrat", sans-serif;
  color: #888;
}

.contents_list_item div:last-child span{
  background-color: #e64b78;
  display: inline-block;
  padding: 2px 5px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  margin-left: 8px;
}

.contents_list_item div:last-child h2{
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
  margin-top: 5px;
  color: #000;
}

.contents_list_item.disabled{
  pointer-events: none;
  opacity: .5;
}

/*動画埋め込み*/

.youtube{
  position: relative;
  width: 100%;
  height: auto;
}

.youtube::before{
  content: "";
  display: block;
  padding-top: 56.25%;
}

.youtube iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*長編ムービー*/

.long_movie{
  margin-top: 30px;
  display: block;
}

.long_movie img{
  display: block;
  width: 100%;
}

/*===============================================

  記事部分

===============================================*/

/*記事用タイトル*/

.article_title h3{
  height: 110px;
  width: 110px;
  margin: 0 auto;
  border-radius: 100px;
  background-color: #7c6262;
  color: #fff;
  text-align: center;
  line-height: 110px;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: .2em;
  margin-bottom: 25px;
  font-family: "Montserrat", sans-serif;
}

.article_title h2{
  font-weight: normal;
  font-size: 28px;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 50px;
  color: #333;
  letter-spacing: .05em;
}

#contents .article_title p{
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}

/*記事本文*/

/*画像*/

.article_img{
  margin-bottom: 40px;
  width: 100%;
}

.article_img img{
  display: block;
  width: 100%;
}

/*画像サイズ*/

/*縦位置写真*/

.img_600{
  max-width: 600px;
  margin: 0 auto 40px;
}

.img_400{
  max-width: 400px;
  margin: 0 auto 40px;
}

.img_200{
  max-width: 200px;
  margin: 0 auto 40px;
}

/*キャプション*/

#article .article_img p{
  font-size: 12px;
  line-height: 1.6;
}

/*本文*/

#article .article_body p{
  margin-bottom: 30px;
}

.header_h4{
  border-bottom: 1px solid #7c6262;
  border-left: 5px solid #7c6262;
  color: #7c6262;
  padding: 10px 15px;
  font-size: 22px;
  font-weight: normal;
  margin-top: 50px;
  margin-bottom: 30px;
  letter-spacing: .08em;
  line-height: 1.6;
}

.header_h5{
  font-size: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #7c6262;
  padding: 10px 15px;
}

/*記事中動物園情報*/

.zoo_info{
  background-color: rgba(124, 98, 98, .1);
  border-radius: 5px;
  padding: 30px;
  margin-top: 50px;
}

.zoo_info_text{
  float: right;
  width: 60%;
}

.zoo_info_img{
  float: left;
  width: 36%;
}

.zoo_info_img img{
  width: 100%;
}

.zoo_info_text h5{
  color: #7c6262;
  font-size: 15px;
  margin-bottom: 10px;
  letter-spacing: .08em;
  line-height: 1.5;
}

#article .zoo_info_text p{
  border-top: 1px solid #7c6262;
  border-bottom: 1px solid #7c6262;
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 15px;
  padding: 12px 0;
}

.zoo_info_text table{
  line-height: 1.6;
  text-align: left;
  margin-bottom: 15px;
}

.zoo_info_text table a{
  color: #e64b78;
}

.zoo_info_text table th , .zoo_info_text table td{
  font-weight: normal;
  vertical-align: top;
}

/*ページャー*/

.pager{
  margin-top: 50px;
  text-align: center;
}

.pager li{
  display: inline-block;
}

.pager li a{
  display: block;
  background-color: #7c6262;
  border: 1px solid #7c6262;
  padding: 10px 20px;
  color: #fff;
  border-radius: 100px;
  letter-spacing: .05em;
}

.pager li a:hover{
  text-decoration: none;
  background-color: #fff;
  color: #7c6262;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.pager li + li{
  margin-left: 10px;
}

/*===============================================

  個別ページ

===============================================*/

/*トピックパス*/

.header_link{
  margin-top: 6px;
}

.header_link li{
  display: inline-block;
  margin-right: 10px;
  color: #333;
  font-size: 11px;
}

.header_link li a{
  color: #333;
}

.header_link li a:hover{
  color: #e64b78;
  text-decoration: none;
}

.header_link li + li:before{
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 10px;
}

/*サブタイトル*/

.sub_title{
  background-color: #7c6262;
  color: #fff;
  padding: 10px;
  border-radius: 100px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: .1em;
  margin: 20px auto;
}

/*こぼれ話*/

/*リスト*/

.panel_item{
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 4%;
  float: left;
  display: block;
  position: relative;
}

.panel_item:nth-child(3n){
  margin-right: 0;
}

.panel_item:hover{
  text-decoration: none;
}

.panel_item img{
  margin-bottom: 10px;
}

.panel_item time{
  font-family: "Montserrat", sans-serif;
  color: #888;
  margin-bottom: 4px;
  display: block;
  font-size: 12px;
}

.panel_item h3{
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #333;
}

.panel_item.new:after{
  content: "N";
  font-family: "Montserrat", sans-serif;
  color: #fff;
  text-align: center;
  line-height: 30px;
  display: block;
  background-color: #e64b78;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  position: absolute;
  top: -5px;
  right: -5px;
}

/*こぼれ話記事 タイトル*/

.kobore_title time{
  font-family: "Montserrat", sans-serif;
  color: #888;
  display: block;
  margin-bottom: 10px;
}

.kobore_title h2{
  text-align: left;
  line-height: 1.4;
}

/*取材した動物園ページ*/

.zoo_item{
  margin-bottom: 60px;
}

.zoo_item .header_h4{
  margin-top: 0;
}

.zoo_item .text_box{
  margin-bottom: 15px;
}

.zoo_item .text_box img{
  display: block;
  width: 30%;
  float: left;
}

.zoo_item .text_box p{
  margin: 0;
  width: 68%;
  float: right;
}

.zoo_item .data_box{
  background-color: #f2f2f2;
  padding: 20px;
  border-radius: 5px;
}

.zoo_item .data_box h5{
  color: #7c6262;
  border-bottom: 1px solid #7c6262;
  font-family: "Montserrat", sans-serif;
  letter-spacing: .5em;
  font-size: 13px;
  font-weight: normal;
  padding-bottom: 3px;
  margin-bottom: 10px;
}

.zoo_item .data_box table{
  font-size: 12px;
  border-collapse: collapse;
}

.zoo_item .data_box table th , .zoo_item .data_box table td{
  padding: 3px;
  line-height: 1.4;
}

.zoo_item .data_box table th{
  color: #7c6262;
  text-align: left;
}

.zoo_item .data_box table td i{
  font-size: 16px;
}

.zoo_item .data_box table a{
  color: #e64b78;
  margin-left: 5px;
}

/*動物園データ*/

.zoo_data h4{
  margin-top: 0;
}

.zoo_data img{
  margin-bottom: 20px;
}

#contents .zoo_data .caption{
  font-size: 12px;
  line-height: 1.5;
}

#contents .zoo_data .caption a{
  color: #333;
}

#contents .zoo_data .caption a:hover{
  color: #e64b78;
  text-decoration: none;
}

/*===============================================

  画面の横幅が600pxまで

===============================================*/

/* 追記2018.4.20 */

.present_box{
  text-align: center;
}

.present_box img{
  width: 200px;
  margin-bottom: 10px;
}

#article .present_box p{
  text-align: center;
  line-height: 1.6;
  margin-bottom: 10px;
}

.present_box small{
  display: block;
  margin-bottom: 10px;
}

.present_box a{
  margin-top: 10px;
  display: inline-block;
  background-color: #e64b78;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
}

/* article_lead
-----------------------------------------------*/

.article_lead{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.article_lead__figure{
  width: 500px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 60px;
}

.article_lead__figure img{
  display: block;
  width: 100%;
}

/* column setting
-----------------------------------------------*/

.column3{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.column3__left{
  width: 240px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.column3__center{
  margin: 0 50px;
}

.column3__right{
  width: 240px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

/* figure */

.figure{
  display: block;
  margin: 0 auto 20px;
}

/* article_box
-----------------------------------------------*/

.article_box{
  margin-bottom: 80px;
}

/* title
-----------------------------------------------*/

.article__ttl--lv1{
  border-bottom: 1px solid #888;
  margin: 80px auto 30px;
  padding-bottom: 20px;
  font-size: 30px;
  letter-spacing: .05em;
  font-weight: normal;
  text-align: center;
  line-height: 1.4;
}

.article__ttl--lv1 span{
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
  color: #7c6262;
  display: block;
}

.article__ttl--lv2{
  font-size: 18px;
  margin-bottom: 15px;
  padding: 5px 0 5px 14px;
  border-left: 3px solid #7c6262;
  line-height: 1.6;
}

p + .article__ttl--lv2 , img + .article__ttl--lv2{
  margin-top: 40px;
}

/* img set
-----------------------------------------------*/

#contents .img_set{
  margin: 50px auto;
}

#contents .img_set img{
  display: block;
  width: 100%;
}

#contents .img_set p{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.6;
}

/*===============================================
 vol8_css
===============================================*/

/* キーカラー */

/* レイアウト
-----------------------------------------------*/

.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.flex__img_side{
  width: 40%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 50px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.flex__text_side{
  width: 100% !important;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

/* テキスト
-----------------------------------------------*/

/* リード文 */

#contents .page_lead{
  margin-top: 40px;
}

#contents .page_lead p{
  text-align: center;
  font-size: 16px;
  line-height: 2.4;
}

/* 目次 */

#toc{
  margin: 60px auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#toc h3{
  text-align: center;
  padding: 10px 20px 6px;
  color: #fff;
  background-color: rgba(10, 162, 173, .8);
  line-height: 1;
  border-radius: 8px 8px 0 0;
  font-size: 13px;
}

#toc ul{
  border-top: 1px solid #0aa2ad;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
}

#toc ul li{
  padding: 14px;
}

#toc ul li:not(:last-child){
  border-bottom: 1px solid rgba(10, 162, 173, .3);
}

#toc ul li a{
  color: #0aa2ad;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#toc ul li a img{
  width: 60px;
  border-radius: 100px;
  margin-right: 15px;
}

#toc ul li a span{
  font-size: 13px;
}

#toc ul li a.no_link{
  color: #aaa;
  cursor: default;
}

#toc ul li a.no_link:hover{
  text-decoration: none;
  opacity: 1;
}

#toc ul li a.no_link:hover img{
  opacity: 1;
}

/* メインタイトル */

.ttl_parts{
  margin-bottom: 40px;
  padding-top: 30px;
}

.ttl_parts h2{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
  line-height: 1.5;
  color: #333;
  padding: 60px 20px;
  border: 6px solid rgba(10, 162, 173, .3);
  background: url(../img/vol8/ttl_bg.png) no-repeat;
  background-position: bottom right;
  background-size: contain;
}

.ttl_parts h2 span{
  margin-right: 15px;
  line-height: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 14px;
  background-color: rgba(10, 162, 173, .8);
  border-radius: 100px;
}

.ttl_parts a{
  position: absolute;
  left: 10px;
  top: 10px;
  color: #0aa2ad;
  font-size: 14px;
}

/* 見出し lv1 */

.ttl_lv1{
  font-size: 28px;
  letter-spacing: .03em;
  margin-bottom: 30px;
  color: rgba(10, 162, 173, .8);
  background-color: rgba(10, 162, 173, .04);
  border-top: 1px solid rgba(10, 162, 173, .5);
  border-bottom: 1px solid rgba(10, 162, 173, .5);
  padding: 24px 28px;
  line-height: 1.6;
}

/* 見出し lv2 */

.ttl_lv2{
  font-size: 17px;
  margin-bottom: 1em;
  line-height: 1.6;
  color: #444;
  padding: .3em 0 .3em .8em;
  border-left: 3px solid #0aa2ad;
}

p + .ttl_lv2{
  margin-top: 3em;
}

/* 画像
-----------------------------------------------*/

#contents .img_box{
  margin-bottom: 30px;
}

#contents .img_box img{
  display: block;
  width: 100%;
  border-radius: 10px;
}

#contents .img_box p{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.5;
}

#contents .img_box p.figure_ttl{
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 10px;
}

#contents .img_box p.figure_ttl:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0d7";
  margin-right: .3em;
  color: #0aa2ad;
}

#contents .img_box p.movie_ttl{
  font-weight: bold;
  font-size: 14px;
}

#contents .img_box.img_flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#contents .img_box.img_flex > div{
  width: 48%;
}

p + .img_box{
  margin-top: 40px;
}

.fancybox{
  position: relative;
  display: block;
}

.fancybox:after{
  position: absolute;
  right: -10px;
  top: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 15px;
  content: "\f067";
  width: 30px;
  height: 30px;
  background-color: rgba(10, 162, 173, .7);
  border-radius: 100px;
}

.fancybox > img{
  border: 1px solid #ddd;
}

.img--center{
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

/* 図表
-----------------------------------------------*/

.figure{
  margin: 30px auto;
}

.figure table{
  border-collapse: collapse;
  color: #555;
  line-height: 1.5;
  width: 100%;
}

.figure table tr th{
  padding: 8px 14px;
  border: 2px solid #fff;
  background-color: rgba(10, 162, 173, .12);
}

.figure table tr th.label{
  background-color: rgba(10, 162, 173, .6);
  color: #fff;
  font-size: 14px;
}

.figure table tr td{
  padding: 8px 14px;
  border: 2px solid #fff;
  background-color: #f5f5f5;
}

.figure table tr td span.birth{
  color: #ff3434;
  font-weight: bold;
}

.figure table tr td span.died{
  font-weight: bold;
}

.figure table tr:first-child th{
  border-radius: 14px 14px 0 0;
}

.figure ul{
  line-height: 1.5;
  font-size: 15px;
  font-weight: bold;
  margin-left: 1em;
  color: #555;
}

.figure ul li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: .7em;
}

.figure ul li::before{
  content: "・";
  margin-right: .3em;
}

.figure small{
  text-align: right;
  display: block;
  margin-top: 5px;
}

@media (max-width: 1000px){
  .project_list .project_list__items{
    display: block;
  }

  .project_list .project_list__items a{
    width: 100%;
  }

  .project_list .project_list__items a:first-child::before{
    width: 40px;
    height: 40px;
    font-size: 10px;
  }

  .column3{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column3__left{
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .column3__center{
    margin: 30px 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .column3__right{
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (max-width: 600px){
  .column_wrap{
    display: block;
  }

  .sub_column{
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    border: none;
  }

  .img_600{
    max-width: 100%;
  }

  .img_400{
    max-width: 100%;
  }

  .img_200{
    max-width: 100%;
  }

  /*基本*/

  .contents_wrap{
    background: none;
    padding: 0;
  }

  #contents{
    background-color: #fff;
    padding: 0;
  }

  /*目次部分*/

  .contents_list_wrap{
    max-width: 100%;
  }

  /*右部分 タイムライン*/

  .timeline{
    text-align: center;
  }

  /*===============================================

    個別ページ

  ===============================================*/

  /*リスト*/

  .panel_item{
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 5%;
  }

  .panel_item:nth-child(3n){
    margin-right: 5%;
  }

  .panel_item:nth-child(2n){
    margin-right: 0;
  }

  .panel_item h3{
    font-size: 13px;
  }

  .zoo_item .text_box img{
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }

  .zoo_item .text_box p{
    margin: 0;
    width: 100%;
    float: none;
  }

  .zoo_info{
    padding: 20px 15px;
    margin-top: 50px;
  }

  .zoo_info_text , .zoo_info_img{
    float: none;
    width: 100%;
  }

  .article_lead{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .article_lead__figure{
    width: 100%;
    margin: 0;
  }

  .flex{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex__img_side{
    width: 100% !important;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 0;
    margin-bottom: 30px;
  }

  .flex__text_side{
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 30px;
  }

  #contents .page_lead{
    margin-top: 0;
  }

  #contents .page_lead p{
    text-align: left;
    font-size: 15px;
    line-height: 2;
    text-indent: 1em;
  }

  #contents .page_lead p br{
    display: none;
  }

  .ttl_parts h2{
    background-size: 90px;
    padding: 40px 20px;
    font-size: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ttl_parts h2 span{
    margin-bottom: 10px;
    margin-right: 0;
    width: 50px;
    height: 50px;
    font-size: 12px;
  }

  .ttl_parts a{
    font-size: 12px;
  }

  .ttl_lv1{
    font-size: 20px;
    padding: 20px;
  }
}


/*===============================================
  table
===============================================*/
.article_table{
  margin: 60px auto;
  border-collapse: collapse;
  max-width: 600px;
  width: 100%;
}

.article_table caption{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
  color: #7c6262;
}

.article_table th,.article_table td{
  padding: 8px;
  border: 1px solid #b6a3a3;
  line-height: 1.5;
}

.article_table th{
  text-align: right;
  font-size: 13px;
  color: #555;
  background-color: #f5f0f0;
}

.article_table th:nth-child(1n){
  width: 60px;
}

.article_table th:nth-child(2n){
  width: 40px;
  vertical-align: top;
}

.article_table td{
  font-size: 14px;
  color: #333;
}


/*===============================================
 ページナビ 2021.7.19 mod
===============================================*/
.page_nav{
  display: flex;
}

.page_nav a{
  width: 100%;
  padding: 10px;
  font-size: 15px;
  line-height: 1.5;
}

.page_nav a.page_nav__prev{
  text-align: left;
}

.page_nav a.page_nav__next{
  text-align: right;
}

.page_nav a span{
  display: block;
  margin-top: 10px;
  font-weight: bold;
}

.page_nav a + a{
  border-left: 1px solid #ddd;
}