@charset "utf-8";

/* ****************************************************
structure override
**************************************************** */
#sidebar section.side03 div dt img {
     width: 96px;
     height: auto;
}

@media screen and (max-width: 1024px) {
#home main #contents {
     background-size: 100% auto;
}
#home main #contents section.topics ul.list_topics li dl dd p.title {
     text-align: left;
}
}

/* ****************************************************
img wpclass
**************************************************** */

.alignleft {
     float: left;
     margin: 0 10px 10px 0;
}

.alignright {
     float: right;
     margin: 0 0 10px 10px;
}

/* ****************************************************
side_bnr
**************************************************** */

.side_bnr ul {
     list-style: none;
     margin: 30px 0 0 0;
     padding: 0;
}

.side_bnr li {
     margin-bottom: 10px;
     text-align: center;
}

/* ****************************************************
posts
**************************************************** */
#posts {
     padding: 50px 50px 100px;
     text-align: left;
}

#posts .list_title {
     text-align: center;
     font-size: 3rem;
     margin-bottom: 20px;
     color: #00008F;
}

#posts .entry {
     background: rgba(230,245,247,0.9);
     padding: 30px;
     margin-bottom: 30px;
     border-radius: 10px;
     position: relative;
}

#posts .entry .title {
     overflow: hidden;
}

#posts .entry .cats {
     list-style: none;
     overflow: hidden;
     margin: 2px 0 0;
     padding: 0;
}

#posts .entry .cats li {
     float: left;
     background: #FFD91A;
     padding: 2px 10px;
     margin-left: 10px;
     font-size: 1.1rem;
}

#posts .entry .cats li:first-child {
     margin-left: 0;
}

#posts .entry h2 {
     font-size: 2.3rem;
     margin: 0;
     line-height: 1.3;
}

#posts .entry h2 a {
     color: #00008F;
}

#posts .entry h2 .sub {
     display: block;
     margin-top: 5px;
}

#posts .entry .title h2 {
     float: left;
}

#posts .entry .title .cats {
     float: right;
}

#posts .entry .date {
     font-size: 1.4rem;
     text-align: right;
     margin: 10px 0 20px;
}

#posts .entry .dataline {
     overflow: hidden;
}

#posts .entry .dataline .date {
     float: right;
}

#posts .entry .dataline .sns {
     float: right;
     overflow: hidden;
     list-style: none;
     margin-right: 20px;
}

#posts .entry .dataline .sns li {
     float: left;
     margin-left: 10px;
}

#posts .entry .detail {
     font-size: 1.6rem;
}

#posts .entry .boximg {
     overflow: hidden;
}

#posts .entry .boximg .image {
     float: left;
     margin: 0 30px 10px 0;
     width: 200px;
     font-size: 1.8rem;
     text-align: center;
}

#posts .entry .boximg .image img {
     width: 100%;
     height: auto;
}

#posts .entry .boximg .detail {
     overflow: hidden;
}

#posts .entry .boximg .detail p {
     margin-top: 0;
}


#posts .entry .more {
     font-size: 1.6rem;
     text-align: right;
     margin: 20px 0 0 0;
}

#posts .entry .more a {
     color: #00008F;
}

#posts .entry .more a:before {
     content: "";
     display: inline-block;
     vertical-align: middle;
     margin-right: 10px;
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 7.5px 0 7.5px 7px;
     border-color: transparent transparent transparent #ffd91a;
     position: relative;
     top: -2px;
}

#posts .backtop {
     text-align: center;
     margin-top: 20px;
     font-size: 1.6rem;
}

#posts .backtop a {
     display: inline-block;
     background: #fff;
     border-radius: 5px;
     padding: 10px 20px;
     color: #00008F;
     box-shadow: 3px 3px 0 #00008F;
}

#posts .backtop a:before {
     content: "";
     display: inline-block;
     vertical-align: middle;
     margin-right: 10px;
     width: 0;
     height: 0;
     border-style: solid;
     border-width: 7.5px 7px 7.5px 0;
     border-color: transparent #ffd91a transparent transparent;
     position: relative;
     top: -2px;
}

@media screen and (max-width: 599px) {

#posts {
     padding: 0 10px 100px;
}

#posts .list_title {
     font-size: 1.6rem;
     background: rgba(255,255,255,.9);
     padding: 10px;
     border-radius: 5px;
     margin-bottom: 10px;
}

#posts .entry {
     padding: 20px 10px 10px;
     margin-bottom: 15px;
}

#posts .entry h2 {
     font-size: 1.8rem;
     margin-bottom: 0;
}

#posts .entry .title h2 {
     float: none;
}

#posts .entry .title .cats {
     float: none;
     text-align: right;
     letter-spacing: -.4em;
}

#posts .entry .cats li {
     letter-spacing: normal;
     float: none;
     display: inline-block;
     vertical-align: top;
}

#posts .entry .date {
     margin-bottom: 10px;
}

#posts .entry img {
     max-width: 100%;
     height: auto;
}

#posts .entry .boximg .image {
     float: none;
     margin: 0 0 10px 0;
     width: auto;
}
}

/*----------------------------------------------------*/
/* pagination
-----------------------------------------------------*/
.pagination {
    clear: both;
    margin: 0px 0px 20px 0px;
    position: relative;
    font-size: 12px;
    line-height: 14px;
}

.pagination ul {
     letter-spacing:-.4em;
     margin:0;
}

.pagination li {
     display:inline-block;
     letter-spacing:normal;
     background: #fff;
    margin: 2px 2px 2px 0;
}

.pagination span, .pagination a {
    display: block;
    float: left;
    padding: 5px 7px 4px 7px;
    width: auto;
    color: #947C5F;
                    border: solid 1px #947C5F;
    text-decoration: none;
}
.pagination .current {
    background: #d8f4ff;
}

/*----------------------------------------------------*/
/* pager
-----------------------------------------------------*/
.pager {
     overflow: hidden;
     list-style: none;
     margin: 0;
     padding: 0;
}

.pager .previous {
     float: left;
}

.pager .next {
     float: right;
}

.pager a {
     display: inline-block;
     padding: 5px 15px;
     font-size: 1.8rem;
     background: #fff;
     border-radius: 5px;
}

/*----------------------------------------------------*/
/* 固定ページ下部　関連記事
-----------------------------------------------------*/


#page main #contents .topics {
  text-align: left;
  background: #E6F5F7;
  padding: 4rem 0; }
  #page main #contents .topics h3, #page main #contents .topics dl {
    /*width: 645px;*/
    text-align: left;
    margin: 0 auto; }
  #page main #contents .topics dl {
    border-bottom: 1px dotted #ccc; }
    #page main #contents .topics dl dt {
      padding-top: 1rem;
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 1.6; }
    #page main #contents .topics dl dd {
      margin: 0;
      padding-bottom: 1rem;
      font-size: 17px;
      font-size: 1.7rem;
      line-height: 1.64706; }


/* ****************************************************
sitemap_list
**************************************************** */

#sitemap_list {
     text-align: left;
     margin: 0 0 0 4rem;
     padding: 0;
}

#sitemap_list li {
     font-size: 18px;
     font-size: 1.8rem;
     list-style: none;
}

#sitemap_list a {
     color: #00008F;
}

#sitemap_list > li {
     margin-bottom: 10px;
}


#sitemap_list > li > a {
     background: url(/images/common/point01.png) no-repeat 0 .2em;
     padding-left: 1.8rem;
}

#sitemap_list > li > ul {
     margin: 0 0 0 4rem;
     padding: 0;
}

#sitemap_list > li > ul a {
     background: url(/images/common/point02.png) no-repeat 0 .2em;
     padding-left: 1.8rem;
}





