/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@charset "UTF-8";

/* CSS Document */


/* お知らせページ
----------------------------------------------------------- */

#news_single {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-negative: 0;
  flex-shrink: 0
}
#news_single .h2_01_tit01,
#archive .h2_01_tit01
{
    font-size: 20px;
    letter-spacing: 0.75px;
    letter-spacing: 0.15em;
    color: #9e005d;
	justify-content: center;
}
#news_single .h2_01_tit01:before,
#archive .h2_01_tit01:before
{
	content:"";
	display: block;
	width: 65px;
	height: 1px;
	background: #c7c7c7;
}
#news_single .h2_01_tit01:after,
#archive .h2_01_tit01:after
{
	content:"";
	display: block;
	width: 65px;
	height: 1px;
	background: #c7c7c7;
}
#news_single .h2_01_tit03,
#archive .h2_01_tit03 {
    padding: 0 0 40px 0;
}
#news_single_main {
  width: 63.3%;
  padding: 50px 0 80px 0;
}

#news_single_main .news_content {
  padding: 60px 30px;
  line-height: 2.4rem;
}

#news_single aside {
  width: 28.5%;
}

.news_title {
  text-align: center;
  border-bottom: dashed 1px #7a7a7a;
}

.news_content h3 {
  font-size: 3.0rem;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.25;
}
.news_content h4 {
  font-size: 24px;
  font-family: "リュウミン M-KL";
  letter-spacing: 2px;
  padding: 15px 0 15px 15px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  margin: 50px 0 30px 0;
}
.news_content h5 {
    font-size: 20px;
    margin: 20px 0;
    font-weight: bold;
    border-left: 4px solid #9e005d;
    padding-left: 15px;
}
.news_content table {
    border-collapse: collapse;
    margin: 20px auto;
}
.news_content td, 
.news_content th {
    padding: 10px;
}
.pager_btn {
  width: 186px;
  margin: 0 auto;
}

.pager_btn a {
  display: block;
  text-align: center;
  width: 100%;
  border: 1px solid #9e005d;
  /* height: 100%; */
  background-color: #9e005d;
  -webkit-transition: all .3s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  color: #ffffff;
  padding: 10px 0;
}

.pager_btn a:hover {
  background-color: #ffffff;
  border: 1px solid #9e005d;
  color: #9e005d;
  cursor: pointer;
}

.pager_btn a path {
  fill: #ffffff;
  -webkit-transition: fill 0.3s ease-out;
  -o-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}

.pager_btn a:hover path {
  fill: #9e005d;
}

@media screen and (max-width: 739px){
.news_content table {
    width: 95%;
}
.news_content td,
.news_content th {
    width: 100%;
    display: block;
}
}
/* お知らせページサイド
----------------------------------------------------------- */

#news_single aside {
  margin-top: 120px;
}

.aside_title {
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: dashed 1px #7a7a7a;
}

.aside_list01 {
  margin-bottom: 60px;
}

.aside_list01 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* justify-content: space-between; */
  border-bottom: dashed 1px #7a7a7a;
  margin-bottom: 15px;
  padding-bottom: 15px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.aside_list01 li:last-child {
  margin-bottom: 0;
}

.aside_list01 li a {
  color: #9e005d;
  text-decoration: underline;
}

.aside_list01 li img {
  width: 30%;
  display: block;
  margin-right: 10px;
}

.aside_list01 li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  line-height: 1.5;
  width: 100%;
}

.monthly-list li a {
  background: url(../images/common/arrow01.svg) 2px center no-repeat;
  padding-left: 15px;
}

.monthly-list li {
  padding: 0 0 20px 0;
}

@media screen and (max-width: 835px) {
  #news_single {
    width: 86.7%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #news_single_main {
    width: 100%;
  }
  .news_content h3 {
    font-size: 20px;
  }
  #news_single aside {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #news_single_main .news_content {
    padding: 30px 0;
  }
}


/* お知らせ一覧ページ
----------------------------------------------------------- */

#archive {
  width: 700px;
  margin: 0 auto;
}

#archive_main {
  padding: 60px 0 100px 0;
}

.archive_list {
  margin-bottom: 100px;
}

.archive_list dl {
  border-bottom: dashed 1px #7a7a7a;
  padding: 20px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.archive_list dt {
  width: 25%;
  /* height: 110px; */
}

.archive_list dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 75%;
  line-height: 2.4rem;
}

.archive_list dd .archive_title {
  font-size: 17px;
  font-size: 1.7rem;
  color: #9e005d;
  text-decoration: underline;
}

@media screen and (max-width: 835px) {
  #archive {
    width: 86.7%;
  }
  .archive_content {
    display: none;
  }
  .archive_list dl {
    padding: 20px 0;
  }
  .archive_list dd {
    width: 70%;
  }
  .archive_list dd .archive_title {
    font-size: 14px;
    letter-spacing: 0;
  }
}


/*------------------------ 月別アーカイブページ　-----------------------*/

.date_archive_tit {
  text-align: center;
  padding: 30px 0;
  font-size: 20px;
}


/*------------------------ single用ページ送り　-----------------------*/

.pagenation {
  width: 60%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagenation .prev a, .pagenation .next a {
  -webkit-transition: all .3s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: 1;
}

.pagenation .prev a:hover, .pagenation .next a:hover {
  opacity: .6;
}

.pagenation .next {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

@media screen and (max-width: 835px) {
  .pagenation {
    width: 100%;
  }
}


/*------------------------ ページャー　-----------------------*/

.m-pageNavi {
  padding-top: 40px;
  text-align: center;
}

.m-pageNavi a {
  position: relative;
  display: inline-block;
  margin: 0 0 0 10px;
  vertical-align: middle;
  padding: 11px 0;
  width: 44px;
  height: 44px;
  text-decoration: none;
  line-height: 1;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.03em;
  color: #9e005d;
  -webkit-transition: all .3s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.m-pageNavi a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: solid 1px #9e005d;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a.next, a.prev {
  width: 44px;
}

a.prev {
  margin: 0;
}

.m-pageNavi a:hover {
  background: #9e005d;
  color: #fff;
  border: none;
}

.m-pageNavi a:hover::before {
  display: none;
}

.m-pageNavi span {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 12px 0;
  vertical-align: middle;
  width: 44px;
  height: 44px;
  background: #9e005d;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.03rem;
  line-height: 1;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .m-pageNavi {
    padding-top: 30px;
    margin: 0 auto;
    width: 90%;
  }
  .m-pageNavi a {
    margin: 0 0 0 5px;
    padding: 8px 0;
    font-size: 1.5rem;
    width: 30px;
    height: 30px;
  }
  .m-pageNavi span {
    margin: 0 0 0 5px;
    padding: 8px 0;
    font-size: 1.5rem;
    width: 30px;
    height: 30px;
  }
  a.next, a.prev {
    width: 70px;
  }
  a.prev {
    margin: 0;
  }
}