@charset "UTF-8";
main{
  line-height: 2;
  font-size: 1rem;
}
body{
  line-height: 1.5;
}
a{
  color: #037edb;
}
nav.paging a, nav.paging span {
display: inline-block;
padding: 0 5px;
border: 1px solid #ccc;
margin: 5px;
width: 20px;
line-height: 1.8rem;
text-align: center;
border-radius: 20px;
background: #eee; }
nav.paging a {
color: #037edb;
text-decoration: none;
background: #fff;
-webkit-transition: -webkit-box-shadow 0.2s;
transition: -webkit-box-shadow 0.2s;
transition: box-shadow 0.2s;
transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
position: relative; }
nav.paging a:after {
top: 0;
left: 0;
padding: 0;
-webkit-box-shadow: 0 0 0 3px #fff;
box-shadow: 0 0 0 3px #fff;
-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
transition: opacity 0.2s, -webkit-transform 0.2s;
transition: transform 0.2s, opacity 0.2s;
transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s; }
nav.paging a:hover:after {
-webkit-transform: scale(0.85);
transform: scale(0.85);
opacity: 0.5; }
nav.paging a:hover {
-webkit-box-shadow: 0 0 0 10px #037edb;
box-shadow: 0 0 0 10px #037edb;
color: #fff;
background: #037edb;
opacity: 1; }
.index-page-ttl{
  font-size: 25px;
  line-height: 2;
  margin-bottom: 30px;
  margin-top:50px;
  font-weight: 100;
  position: relative;
  text-align: center;
  color: #3d7305;
}
.index-page-dcr{
  margin:30px auto 50px;
  line-height: 1.8;
  color: #333;
  max-width: 800px;
}
.wp-caption{
  max-width: 100%;
}
.sec-contents .contents li .image{
  max-height: 250px;
  overflow: hidden;
}
.sec-contents .contents li .image img{
  width: 100%;
}
*,.single .sec-column .entry p, .page .sec-column .entry p{
  font-family: 'BIZ UDGothic',"メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
.comment-respond{
  margin:50px 0;
}
.comment-respond h3{
  margin:0 0 1rem;
  font-size: 1.5rem;
  border-top: 1px solid #999;
  padding-top: 1rem;
  color: #3d7305;
}
.comment-form-comment{
  margin-top: 1rem;
}
.comment-form-comment label,.comment-form-author label{
  display: block;
}
.comment-respond .form-submit{
  text-align: center;
}
.comment-respond .form-submit input[type="submit"]{
  color:#fff;
  background: #f45000;
  border:0;
  border-radius: 50px;
}
p#throwsSpamAway{
  text-align: center;
  font-size: .8rem;
  color: #ee0020;
}
h3#comments{
  margin-top: 40px;
  margin-bottom: 1rem;
  color: #3d7305;
}
.comment-body{
  margin-top:1rem;
}
input#author{
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width:768px) {
  #sm_menu{
    bottom:25vw;
  }
}
.txt_redbor {
  background-color: #ffc2cc;
  color: #000; }