@charset "utf-8";

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■記事一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.entry .emergency__signature {
    margin-top: 10px;
    text-align: right;
    display: block;
}

/*--------------------------------
  informationList
--------------------------------*/
#informationList{
  padding-top: 0;
  padding-bottom: 40px;
}
/*	select */
select.select__archive{
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select.select__archive::-ms-expand {
    display: none;
}
select.select__archive{
  position:absolute;
  top:15px;
  right:0;
  height:42px;
  background:url(../img/news/select_arrow.png) no-repeat right top #242424;
  background-size:auto 42px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  padding:0 50px 0 20px;
  color:#fff;
  font-size:16px;
}

/*--------------------------------
  pagenavi
--------------------------------*/
#pagenavi{
  text-align:center;
  border-top:1px solid #6b6b6b;
  padding:45px 0;
}
.pagenavi__number,
.pagenavi__pager__arrow,
.pagenavi__pager,
.pagenavi__pager__list{
  display:inline-block;
}
.pagenavi__pager{
  font-size:0;
}
.pagenavi__pager__list a,
.pagenavi__pager__list span{
  display:block;
  width:52px;
  height:52px;
  background:#816928;
  border:1px solid #8d7f53;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  font-size:18px;
  text-align:center;
  padding-top:8px;
  margin:0 8px;
}
.pagenavi__pager__list a:hover,
.pagenavi__pager__list--current span{
  background:#ab8318;
  border:1px solid #ab8318;
  color:rgba(255,255,255,1);
}
.pagenavi__number,
.pagenavi__pager__arrow--first,
.pagenavi__pager__arrow--prev{
  margin-right:40px;
}
.pagenavi__pager__arrow--last,
.pagenavi__pager__arrow--next{
  margin-left:40px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■Wordpress用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*align────────────────────────────────────*/
.alignright {
  float: right;
  padding: 0 0 15px 45px;
}
.alignleft {
  float: left;
  padding: 0 45px 15px 0;
}
.aligncenter {
  display: block;
  text-align:center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 15px 0;
}
.alignnone {
  padding: 0 0 0 0!important;
}
img.alignnone{
  padding-bottom:0;
  margin-bottom:25px;
}
/* entry内の再定義──────────────────────────────────── */
.entry{
  overflow:hidden;
  font-size:16px;
  line-height:2;
  padding-bottom:70px;
}
.entry p, .entry blockquote, .entry table, .entry ol, .entry ul {
  margin-bottom: 25px;
}
.entry p{
  margin-bottom:33px;
  overflow: hidden;
}
.entry strong {
  font-weight: bold;
}
.entry em {
  font-style: italic;
}
.entry a:not(.ro) {
  text-decoration:underline;
}
/*table*/
.entry table, .entry th, .entry td {
  padding: 10px;
  background:#5a5a5a;
  text-align:center;
}
.entry table{
  width:100%;
  border:1px solid #81807c;
}
.entry table:last-child{
  margin-bottom: 0;
}
.entry h3 + table,
.entry h3 + .scrollTbl{
  margin-top: -20px;
}
.entry th {
  background-color: #232323;
}
.entry tr + tr th {
  border-top:1px solid #656565;
}
.entry tr + tr td {
  border-top:1px solid #81807c;
}
.entry td + td {
  border-left:1px solid #81807c;
}
.entry table .btn a{
  width:240px;
  font-size:16px;
  margin:auto;
}
/*lists*/
.entry ul, .entry ol {
  padding-left: 20px;
}
.entry ul li {
  list-style: disc;
}
.entry ol li{
  list-style: decimal;
}
/*blockquote*/
.entry blockquote {
  padding-left: 20px;
}
/*header*/
.entry h1, .entry h2, .entry h3, .entry h3, .entry h4, .entry h5, .entry h6 {
  font-weight: bold;
  margin-bottom: 15px;
  height:auto;

}
.entry h1 {
    font-size: 32px;
    margin-bottom: 46px;
  text-align: center;
}
.entry h2 {
    font-size: 28px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
  margin-bottom: 20px;
}
.entry h3 {
  font-size:21px;
  line-height:1.52;
  margin-bottom: 26px
}
.entry p + h3{
  margin-top:-10px;
}
.entry h4 {
    font-size: 21px;
  line-height:1.52;
  font-weight:400;
  margin-bottom:26px;
  text-align:center;
}
.entry h5 {
  font-size: 18px;
  color:#d1466b;
  margin-bottom: 25px;
}
.entry h6 {
  font-size: 16px;
  margin-bottom: 25px;
}
.entry img{
  max-width:100%;
  height:auto;
  box-sizing:border-box;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■記事ページ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#informationMain{
  padding-top:50px;
}
#informationMain .innerWrap{
  max-width:1000px;
}
.topics__main__date{
  font-size:18px;
  line-height:1.8;
  margin-bottom:10px;
}
.topics__main__ttl{
  position:relative;
  border-bottom:1px solid #7a7a7a;
  font-size:28px;
  line-height:1.2;
  padding-bottom:18px;
  margin-bottom:43px;
}
.topics__main__ttl:before,
.topics__main__ttl:after{
  content:"";
  position:absolute;
  left:0;
  display:block;
  width:100%;
  height:1px;
  background:#7a7a7a;
}
.topics__main__ttl:before{
  bottom:2px;
}
.topics__main__ttl:after{
  bottom:-4px;
}
.topics__main__limit {
  margin-top: -30px;
  text-align: right;
  font-size: 20px;
    color: #ab8318;
}
.topics__main__limit:empty {
  display: none;
}

/*--------------------------------
  記事スタイル
--------------------------------*/
.entry .mainimg{
  margin-bottom: 41px;
}
.entry .mainimg p{
  margin-bottom: 0;
}
.entry h3.copy{
  padding-bottom: 0;
  margin-bottom: 57px;
}
.entry section{
  margin-bottom: 49px;
  border-bottom:1px solid #656565;
  padding-bottom:51px;
}
.entry section:last-child,
.entry section p:last-child{
  border:none;
  margin-bottom: 0;
  padding-bottom:0;
}
.entry .entry__text--gold{
  font-size: 21px;
  line-height: 1.52;
  color:#ab8318;
  margin-bottom: 15px;
}
.entry .entry__text--gold02{
  font-size:24px;
  line-height: 1.52;
  color:#ab8318;
  text-align:center;
  margin-bottom: 36px;
}

/*--------------------------------
  ボタン
--------------------------------*/
.topics__main__btns{
  position:relative;
  border-top:1px solid #7a7a7a;
  font-size:0;
  text-align:center;
  padding-top:36px;
  padding-bottom:65px
}
.topics__main__btns:before,
.topics__main__btns:after{
  content:"";
  position:absolute;
  left:0;
  display:block;
  width:100%;
  height:1px;
  background:#7a7a7a;
}
.topics__main__btns:before{
  top:-4px;
}
.topics__main__btns:after{
  top:2px;
}
.topics__main__btns__item a{
  width:240px;
  margin:0;
  padding-left:15px;
  font-size:16px;
}
.btn--left a{
  background-image:url(../img/ico_arrow04.png);
  background-position:5% center;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■snsBtn
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* snsShareBtn--top */
.snsShareBtn--top{
  float:right;
  margin-top:-60px;
}
/* snsShareBtn--bottom */
.snsShareBtn--bottom{
  float:right;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■eventInformation
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.informationList__topbtn {
  position: absolute;
  top: 15px;
  right: 0;
  line-height: 50px;
}
.informationList__bottombtn {
  margin: 20px auto;
  width: 370px;
  line-height: 50px;
}
