.innerBox02 {
    max-width: 95%;
    margin-left: 5%;
}
#mainContent [data-section="article"] .categoryList a {
    display: inline-block;
    border: solid 1px #a0a0a0;
    padding: 3px 15px;
    margin-right: 5px;
    min-width: 50px;
    line-height: 1.2em;
}
#mainContent [data-section="article"] time {
    margin: 8px 0;
    display: block;
}
#mainContent h1 {
    font-size: 30px;
    font-weight: bold;
}
#mainContent [data-section="article"] .mainImage {
    text-align: center;
}
#mainContent [data-section="article"] .postIndex {
    padding: 30px;
    border: 1px solid #a0a0a0;
}
#mainContent [data-section="article"] .postIndex p {
    font-size: 30px;
    font-weight: bold;
}
#mainContent [data-section="article"] .postIndex > ol > li {
    font-weight: bold;
    width: 20px;
}
#mainContent [data-section="article"] .postIndex > ol > li > ul > li > a {
    font-size: 16px;
}
#mainContent [data-section="article"] h1 {
    font-weight: bold;
    font-size: 30px;
    margin: 20px 10px;
    line-height: 1;
}
#mainContent [data-section="article"] h2 {
    background: #F5F5F5;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 22px;
    margin: 50px 0 20px 0;
}
#mainContent [data-section="article"] h3, #mainContent [data-section="article"] h4,
#mainContent [data-section="article"] h5, #mainContent [data-section="article"] h6 {
    border-bottom: 2px solid #a0a0a0;
    padding: 7px;
    font-weight: bold;
    font-size: 20px;
    margin: 50px 0 20px 0;
}
#mainContent [data-section="article"] p {
    margin-bottom: 10px;
}
/* サイドバー --------------------*/
.searchMenu {
    max-width: 230px;
    width: 100%;
}
.searchMenu .menuTitle:first-child {
    background-color: #1D2663;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 16px;
}
.searchMenu .menuTitle {
    padding: 13px;
    background-color: #F5F5F5;
    color: #1D2663;
    letter-spacing: 0.1em;
}
.searchMenu .case_type, .searchMenu .news_type, .searchYear {
    padding: 15px 15px 0;
    background-color: #F5F5F5;
    color: #1D2663;
    font-weight: bold;
    font-size: 15px;
}
.searchMenu .selectList ul, .searchMenu .case_type ul, .searchMenu .news_type ul {
    background-color: #fff;
    margin: 15px -15px 0 -15px;
}
.searchMenu .selectList li, .searchMenu .case_type li, .searchMenu .news_type li {
    border-bottom: dotted 1px #bfbfbf;
}
.searchMenu .selectList li a, .searchMenu .case_type li a, .searchMenu .news_type li a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    /* padding: 15px; */
    display: block;
    /* background-color: #f9f9f9; */
}
.searchMenu li a:hover {
    color: #fff;
}
/* SNSボタン -------------------*/
.snsLink02 a {
    display: inline-block;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    position: relative;
}
.social-icon {
    position: absolute;
    width: 100%;
    height: 100%;
}
.social-icon img {
    position: absolute;
    top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.twitter-button {
  background: #1DA1F2;
}
.facebook-button {
  background: #3B5998;
}
.line-button {
  background: #00B900;
}
.pocket-button {
  background: #EF4156;
}
.social-icon img {
  width: 20px;
}
.line-button img {
  width: 28px;
}
.pocket-button img {
  margin-bottom: 2px;
}
.share-button:hover {
  opacity: 0.8;
}
/* 記事一覧 --------------------*/
#archiveAll .columnWrap {
    flex-wrap: wrap;
    width: 100%;
}
#archiveAll .columnWrap li {
    width: 50%;
    border-bottom: 1px solid #ddd;
    padding-right: 0px;
    padding-left: 20px;
    padding-top: 20px;
}
#archiveAll .columnWrap li:nth-of-type(2n+1) {
    padding-right: 20px;
    padding-left: 0;
    border-right: 1px solid #ddd;
}
#archiveAll .columnWrap .columnCont {
    padding: 10px 0 20px;
}
.archiveAllcolumnDate {
    font-size: 16px;
    color: #7E7E7E;
}
.columnTag a {
    text-decoration: none;
    display: inline-block;
    padding: 5px;
    line-height: 1;
    background: #ddd;
    color: #7E7E7E;
    font-size: 16px;
    border-radius: 5px;
    margin: 0 5px 5px 0;
}
@media screen and (max-width:768px) {
    #archiveAll .columnWrap li {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 20px 0 0 0;
}
#archiveAll .columnWrap li:nth-of-type(2n+1) {
    padding: 0px;
    border-right: 0px;
}
#archiveAll .columnWrap .columnCont {
    padding: 0px;
}
.archiveAllcolumnDate {
    font-size: 14px;
    color: #7E7E7E;
}
.columnTag {
    font-size: 12px;
}
}

.pager{
    text-align:center;
    margin-top: 50px;
}
.pager a {
  text-decoration: none;
  color: #333;
}
a.page-numbers,
.pager .current{
	background: #fff;
	border:solid 1px rgba(0,0,0,0.1);
	border-radius:5px;
	padding:5px 8px;
	margin:0 2px;
}
.pager .current{
	background: #7E7E7E;
	border:solid 1px #7E7E7E;
	color:rgba(255,255,255,1);
}
.pageContent {
    padding-bottom: 50px;
}
.pageContent h2 {
    background: #F5F5F5;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 22px;
    margin: 50px 0 20px 0;
}
.pageContent h3{
    border-bottom: 2px solid #a0a0a0;
    padding: 7px;
    font-weight: bold;
    font-size: 20px;
    margin: 50px 0 20px 0;
}
.pageContent h4, .pageContent h5 {
    font-weight: bold;
    font-size: 22px;
}
@media screen and (max-width:1075px) {
    .pageContent h2 {
    font-size: 20px;
    margin: 30px 0 20px 0;
}
.pageContent h3{
    font-size: 18px;
    margin: 30px 0 20px 0;
}
}