@charset "utf-8";
/**----------------------------------------------------------
 *CSS information 
 *
 * file name	: blog.css
 * style info	: page styles
 -----------------------------------------------------------*/

/* #main_image
----------------------------------------------------------- */

#main_image {
  position: absolute;
  top: 145px;
  right: 0;
}

/* #article
----------------------------------------------------------- */

#article {
  float: right;
  width: 610px;
}

#article h1 {
  font-size: 1.8em;
  font-weight: normal;
  color: #1a1a1a;
}

#article .content ul.link_list {
  background: url(/common/img/modules/img_dot.gif) repeat-x bottom left;
}

#article .content ul.link_list a {
  display: block;
  width: 610px;
  float: left;
  color: #666;
  outline: none;
  text-decoration: none;
  -webkit-transition: color ease-out 0.25s;
  -moz-transition: color ease-out 0.25s;
  -o-transition: color ease-out 0.25s;
  transition: color ease-out 0.25s;
}

#article .content ul.link_list a:hover {
  color: #007b0f;
  text-decoration: none;
  -webkit-transition: color ease-out 0s;
  -moz-transition: color ease-out 0s;
  -o-transition: color ease-out 0s;
  transition: color ease-out 0s;
}

#article .content ul.link_list li {
  overflow: hidden;
  clear: both;
  padding: 30px 0;
  background: url(/common/img/modules/img_dot.gif) repeat-x top left;
}

#article .content ul.link_list li .text_area {
  width: 335px;
  float: left;
}

#article .content ul.link_list li .text_area dl {
  overflow: hidden;
  background: #f3f3f3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#article .content ul.link_list li .text_area dl dt {
  float: left;
}

#article .content ul.link_list li .text_area dl dd {
  padding: 0.3em 1.5em 0.3em 0;
  float: right;
}

#article .content ul.link_list li p.photo {
  position: relative;
  margin: 0;
  width: 225px;
  height: 144px;
  float: right;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#article .content ul.link_list li p.photo:after {
  content: url("/common/img/modules/no_photo.gif");
  width: 225px;
  height: 144px;
  position: absolute;
  left: 0;
  z-index: -100;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#article .content ul.link_list li .photo img {
  position: relative;
  z-index: -1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#article .content ul.link_list li p {
  margin-top: 10px;
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.5em;
}

/* #paginate
----------------------------------------------------------- */
#paginate {
  text-align: center;
  margin-bottom: 40px;
}

#paginate .page-numbers {
  display: inline-block;
  width: auto;
  padding: 0.3em 1.5em;
  background-color: #f0f0f0;
  margin-top: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* HOVER OFF */
  -webkit-transition: background-color 0.5s, color 0.5s;
  -moz-transition: background-color 0.5s, color 0.5s;
  -o-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
}

#paginate a.page-numbers:hover {
  background-color: #e8e8e8;
  /* HOVER ON */
  -webkit-transition: background-color 0s, color 0s;
  -moz-transition: background-color 0s, color 0s;
  -o-transition: background-color 0s, color 0s;
  transition: background-color 0s, color 0s;
}

#paginate .page-numbers.current {
  color: #fff;
  background-color: #73a68b;
}

/* #aside
----------------------------------------------------------- */

#aside {
  float: left;
  width: 300px;
  margin-bottom: 30px;
}

#aside h3 {
  margin: 30px 0 20px;
}

#aside ul {
  background: url(/common/img/modules/img_dot.gif) repeat-x top left;
}

#aside ul li {
  background: url(/common/img/modules/img_dot.gif) repeat-x bottom left;
}

#aside ul li a {
  display: block;
  padding: 10px 0 10px 30px;

  /* HOVER OFF */
  -webkit-transition: background-color 0.5s, color 0.5s;
  -moz-transition: background-color 0.5s, color 0.5s;
  -o-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
}

#aside ul li a:hover {
  background-color: #f1f6f3;

  /* HOVER ON */
  -webkit-transition: background-color 0s, color 0s;
  -moz-transition: background-color 0s, color 0s;
  -o-transition: background-color 0s, color 0s;
  transition: background-color 0s, color 0s;
}

#aside .aside_banner {
  margin-top: 30px;
}

#aside .gad {
  margin-top: 30px;
}

/* #footer_gad
----------------------------------------------------------- */
#footer_gad {
  width: 728px;
  margin: 0 auto;
}

/* .detail
----------------------------------------------------------- */

.detail #article #main_catch {
  margin: 20px 0 0 0;
}

.detail #contents #article #main_catch img {
  margin: 0;
}

.detail #article .text_area dl {
  overflow: hidden;
  background: #f3f3f3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.detail #article .text_area dl dt {
  float: left;
}

.detail #article .text_area dl dd {
  padding: 0.3em 1.5em 0.3em 0;
  float: right;
}

/* #writing
---------------------- */

.detail #article #writing {
  padding-bottom: 20px;
  font-size: 1.2em;
  background: url(/common/img/modules/img_dot.gif) repeat-x bottom left;
}

.detail #article #writing h1 {
  margin: 25px 0 15px;
  line-height: 1.5em;
  font-weight: bold;
}

.detail #article #writing h2 {
  font-size: 22px;
  color: #2A6531;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
  background: #F4F4F4;
  border-left: 2px solid #2A6531;
  line-height: 33px;
  padding: 8px 17px;
}

.detail #article #writing h3 {
  font-size: 18px;
  color: #2A6531;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #2A6531;
  line-height: 29px;
  padding-bottom: 8px;
}

.detail #article #writing h4 {
  font-size: 16px;
  color: #333;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 24px;
  line-height: 40px;
  padding-left: 8px;
  background-color: #E7EEE7;
}

.detail #article #writing p {
  margin-bottom: 1.5em;
}

.detail #article #writing img {
  margin-bottom: 1.5em;
}

.detail #article #writing a:not(.link-no-decoration a) {
  background-color: #eb7500;
  color: #fff;
  display: block;
  padding: 16px 24px;
  margin: 0 auto;
  text-align: center;
  max-width: 600px;
  border-radius: 10px;
  border: 2px solid #eb7500;
  transition: all 0.3s;
  box-shadow: 3px 3px 5px #b1b1b1;
}

.detail #article #writing a:not(.link-no-decoration a):hover {
  background-color: #fff;
  color: #eb7500;
}

figure {
  text-align: center;
}

/* #writer
---------------------- */

.detail #article #writer {
  overflow: hidden;
  padding-left: 50px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  background: url(/common/img/modules/img_dot.gif) repeat-x bottom left;
}

.detail #article #writer p#writer_photo {
  float: left;
  width: 100px;
  height: 100px;
}

.detail #article #writer p#writer_photo img {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.detail #article #writer div {
  margin: 30px 0 0 20px;
  float: left;
}

.detail #article #writer div p {
  color: #1a1a1a;
  font-weight: bold;
}

/* #post
---------------------- */

.detail #article #post {
  width: 610px;
  overflow: hidden;
  padding-bottom: 30px;
}

.detail #article #post #post_prev {
  float: left;
}

.detail #article #post #post_next {
  float: right;
}

.detail #article #post ul li a {
  display: inline-block;
  width: auto;
  padding: 0.3em 1.5em;
  background-color: #f0f0f0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /* HOVER OFF */
  -webkit-transition: background-color 0.5s, color 0.5s;
  -moz-transition: background-color 0.5s, color 0.5s;
  -o-transition: background-color 0.5s, color 0.5s;
  transition: background-color 0.5s, color 0.5s;
}

.detail #article #post ul li a:hover {
  background-color: #e8e8e8;
  /* HOVER ON */
  -webkit-transition: background-color 0s, color 0s;
  -moz-transition: background-color 0s, color 0s;
  -o-transition: background-color 0s, color 0s;
  transition: background-color 0s, color 0s;
}

/* #same
---------------------- */

.detail #article #same {
  overflow: hidden;
}

.detail #article #same ul {
  margin-top: 30px;
}

.detail #article #same ul li {
  float: left;
  width: 197px;
  margin-right: 9px;
  font-size: 0.9em;
}

.detail #article #same ul li:last-child {
  margin-right: 0;
}

.detail #article #same ul li .photo {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.detail #article #same ul li .photo img {
  position: relative;
  z-index: -100;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.detail #article #same ul li .date {
  font-size: 0.9em;
  margin: 15px 0 5px;
}

.detail #article #same a {
  display: block;
  overflow: hidden;
  color: #666;
  outline: none;
  text-decoration: none;
  -webkit-transition: color ease-out 0.25s;
  -moz-transition: color ease-out 0.25s;
  -o-transition: color ease-out 0.25s;
  transition: color ease-out 0.25s;
}

.detail #article #same a:hover {
  color: #007b0f;
  text-decoration: none;
  -webkit-transition: color ease-out 0s;
  -moz-transition: color ease-out 0s;
  -o-transition: color ease-out 0s;
  transition: color ease-out 0s;
}

.sp_tel span {
  background-color: #111;
}

@media only screen and (max-width: 700px) {
  .detail {
    overflow-x: hidden;
  }

  .detail #article #writing {
    padding: 0 5px;
  }

  .detail #article #writing h2 {
    font-size: 20px;
    line-height: 1.5em;
    padding: 8px 16px;
    margin-bottom: 20px;
  }

  .detail #article #writing h3 {
    font-size: 18px;
    border-bottom: 1px solid #2a6531;
    line-height: 1.5em;
    padding: 16px 16px 8px 0;
  }

  .detail #article #writing h4 {
    font-size: 16px;
  }

  .detail #article #writing a:hover {
    background-color: #eb7500;
    color: #fff;
  }

  .sp_none {
    display: none;
  }

  .detail #article #writing .sp_tel a {
    background-color: #2a6531;
  }
}

.padding-side {
  padding: 0 20px;
}

figure.wp-block-image img {
  height: auto;
}

/* 追加CSS(画像の枠) */
.border-img_gray {
  border: 1px solid #dfdede;
}


/* 230823追加CSS（ブログのリンク用、304-321行にCSS取り消しの記述も追加） */
.link-no-decoration a {
  text-decoration: underline;
  color: #2271b1;
  transition: all .3s;
}

.link-no-decoration a:hover {
  opacity: .6;
}

.table-contents a {
  color: #2a6531;
  text-decoration: none;
  transition: all .3s;
}

.table-contents a:hover {
  opacity: .6;
  text-decoration: underline;
}

.blog-mb-none img {
  margin-bottom: 0 !important;
}

.blog-mb-none figcaption {
  font-size: 13px !important;
}