@charset "UTF-8";
/* CSS Document */
.single .honbun {
  height: auto;
  padding: 20px 0;
}
.single .mist {
  display: none;
}
.single .honbun img, .single .honbun .wp-video {
  display: block;
  padding: 20px 0;
}
.single .honbun video {
  display: block;
  padding: 20px 0;
}
.single .this_article {
  display: none;
}
.single .honbun_frame {
  padding: 0;
  max-height: none;
}
.single .honbun {
  max-height: none;
}
.single .meisai {
  padding: 0;
  margin: 100px 0 40px;
}
.single .title_frame {
  width: 100%;
}
.single .home_article .kiji_smn {
  display: none;
}
.single .kiji {
  width: 100%;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
}
.single .kiji .honbun_frame {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.single .kiji:hover {
  opacity: 1;
}
.single .kiji .wp_writer {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
}
.single .kiji .wp_writer img {
  margin-right: 10px !important;
  padding: 0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 5px;
  margin-left: auto;
  border: solid 3px #26A69A;
}
.single .kiji .wp_writer .wt_txt {
  width: auto;
}
.single .kiji .wp_writer .wt_txt p {
  width: 100%;
  color: #26A69A;
  line-height: 1.5rem;
  margin-bottom: 0;
}
.single .single footer {
  margin-top: 0;
}
.single .honbun iframe {
  width: 100%;
}

/*タブレット**************************************************************************************************************/
/*デスクトップ***********************************************************************************************************/
@media all and (min-width: 768px) {
  .single .kiji {
    width: 100%;
    margin-top: 10px;
  }
  .single .this_article {
    display: none;
  }
  .single .kiji {
    margin-top: 0;
  }
  .single .titleh2 {
    font-size: 20px;
    padding: 5px 10px;
  }
  footer {
    margin-top: 40px;
  }
}
/*デスクトップ***********************************************************************************************************/
@media all and (min-width: 1024px) {
  .single .honbun img {
    /*max-width: 700px;
    margin: 0 auto;
    padding: 20px 0;*/
  }
}
/*デスクトップ***********************************************************************************************************/
/*# sourceMappingURL=maps/single.css.map */
