#mn_notice{
/*  font-family: 'Noto Sans Japanese', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  border-top: 3px solid #2d59a7;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 5px;
}
.mn_notice_title{
  color: #2d59a7;
  margin: .1em auto;
  padding: 0 1em .2em;
  border-bottom: 1px dotted #cccccc;
  font-size: 23px;
  font-weight: bold;
}
.mn_notice_article{
  padding: .5em 1.5em;
  line-height: 1.7;
}
.mn_notice_article p{
  padding: 0 0 1em 0;
}
.bdate{
  float: right;
  color: #2d59a7;
  font-weight: bold;
  margin-top: -25px;
}

h2 {
  margin: 0 auto;
  text-align: center;
  padding: .5em .75em;
  background-color: #f6f6f6;
  border: 1px solid midnightblue;
  color: midnightblue;
  display: block;
  box-sizing: border-box;
}

#contentswrap {
overflow: hidden;
clear: both;
}

.mar {
	margin: 30px;
}

.grad-wrap {
  position: relative;
}
.grad-wrap + .grad-wrap {
  margin-top: 40px;
}
.grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 148px;
  margin: auto;
  padding: .5em 0;
  border-radius: 2px;
  background: #2d59a7;
  color: #fff;
  font-size: .8rem;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.grad-btn::after {
  content: "続きを読む"
}
.grad-btn:hover {
  background: #fff;
  color: #2d59a7;
}
.grad-btn .fa {
  margin-right: .5em;
  display: inline-block;
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 150px; /*隠した状態の高さ*/
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}
.grad-trigger {
  display: none;
}
.grad-trigger:checked ~ .grad-btn {
  bottom: -2em;
}
.grad-trigger:checked ~ .grad-btn::after {
  content: "閉じる"
}
.grad-trigger:checked ~ .grad-btn .fa {
  transform: rotate(180deg);
}
.grad-trigger:checked ~ .grad-item {
  height: auto;
}
.grad-trigger:checked ~ .grad-item::before {
  display: none;
}

.blog_category {
	clear: both;
	margin-bottom: 20px;
}
.blog_category li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 10px;
	border: 1px solid #7D9DE3;
}
.blog_category li a {
	padding: 6px 12px 6px 10px;
	transition: all .3s;
	text-decoration: none;
}
.blog_category li a:hover {
	color: #fff !important;
	background: #7D9DE3;
	text-decoration: none;
}
.blog_category li a {
	color: #7D9DE3 !important;
	display: block;
}
.blog_category li a:hover {
	color: #fff !important;
	text-decoration: none;
}
.blog_category li a:hover .fa-tag {
	color: #fff !important;
}
.blog_category .fa {
  margin-right: .5em;
}
.blog_category .crr {
	background: #7D9DE3;
}
.blog_category .crr a {
	color: #fff !important;
	text-decoration: none;
}

/* タイトル付　枠（影）1　*/
.kakomi-box12 {
 position: relative;
 margin: 2em auto;
 padding: 1.2em;
 width: 90%;
 color: #555555; /* 文字色 */
 background-color: #fff;
 border: 2px solid #7D9DE3; /* 枠線の太さ・色 */
 box-shadow: 2px 2px 1px #ccc;/* 影の色 */
 font-size: 0.9em;
}
.title-box12 {
 position: absolute;
 padding: 0 .5em;
 left: 20px;
 top: -15px;
 font-weight: bold;
 background-color: #fff; /* タイトル背景色 */
 color: #7D9DE3; /* タイトル文字色 */
}
.contents_box {
 overflow: hidden;
}
