@charset "UTF-8";
/* お知らせ */
.top-common-section .infoBox {
  max-width: 960px;
  margin: 0 auto;
}

.top-common-section .infoList{
  margin: auto !important;
}

.infoBox {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 940px;
  margin: 100px auto 105px auto;
}
.infoBox h2 {
  text-align: left;
  margin-right: 35px;
}
.infoBox div {
  width: 695px;
}
.infoBox p {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 12px;
  position: relative;
  padding-right: 20px;
  display: flex;
  font-family: var(--minchoFont);
}
.infoBox p:last-child {
  border-bottom: 0;
}
.infoBox p:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  width: 0;
  height: 0;
  margin-top: -10px;
  border: 4px solid transparent;
  border-left: 8px solid #705899;
}
.infoBox p a {
  text-decoration: none;
  color: #383838;
  width: 100%;
  display: block;
  z-index: 500;
  transition: opacity 0.3s ease-in-out;
}
.infoBox p a:hover {
  opacity:0.8;
}
.infoBox p span {
  color: #705899;
  margin-right: 20px;
  font-weight: 700;
}

.infoTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.infoList{
  margin: 0px !important;
}

.infoList div{
  width: 100% !important;
}

.infoList .tab_box .panel_area{
  padding:0px !important;
}

.infoList p{
  margin-bottom:12px !important;
  line-height: normal !important;
  letter-spacing: normal !important;
}

.pager{
  margin-top:20px;
}

.pager .current_page{
  background:#705899;
  color:#FFFFFF;
}

.pager span,.pager a{
  border: 1px solid #705899;
  padding: 0px 6px 2px;
}
.pager a{
  color:#705899;
}
.btn_news {
  background: #705899;
  color: #FFFFFF;
  padding: 8px 14px;
  display: inline-block;
  transition: opacity 0.3s ease-in-out;
  font-family: var(--minchoFont);
}
.btn_news:hover{
  opacity:0.8;
}
.mt-image-left{
  margin-right:20px
}
.mt-image-right{
  margin-left:20px
}
hr {
  height: 1px;
  background-color: #eeeeee;
  border: none;
  color: #eeeeee;
  margin-top:50px !important;
  margin-bottom:50px !important;
}
.entry del, .post del {
    text-decoration: line-through !important;
}