.creator .visual {
  width: 100%;
  height: 450px;
  background: #000;
  text-align: center;
}
.creator .visual img {
  width: auto;
  height: 450px;
}
.post .visual img {
	width: 100%;
	height: auto;
}
.article_header {
  background-color: #e61e1e;
}
.article_header .head {
  font-family: 'Montserrat';
  font-weight: 700;
  font-size: 1.4rem;
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
}
.article_content {
  background-color: #ffffff;
  padding: 0 40px 10px 40px;
}
.article_content strong,
  .article_content b {
    font-weight: bold;
}
.article_content em,
  .article_content i {
    font-style: italic
}
.article_content .content {
  margin: 10px 0;
}
.article_content .title {
  padding: 20px 0;
  border-bottom: 2px solid #aaaaaa;
  font-family: 'Noto Serif JP';
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.4;
}
.article_content .content p,
  .article_content .content ul,
  .article_content .content li,
  .article_content .content div {
  font-size: 1.4rem;
  line-height: 1.6em;
}
.article_content .content p {
  padding: 10px 0;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.article_content .content .youtube iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/*
.wp_social_bookmarking_light:nth-of-type(1) {
  margin-bottom: 25px !important;
}
.wp_social_bookmarking_light:nth-last-of-type(1) {
  margin-top: 35px !important;
}
*/
/*
.article_content .content p:nth-of-type(1) {
  margin-top: 25px;
}
.article_content .content p:nth-last-of-type(1) {
  margin-bottom: 30px;
}*/
.article_content .content a {
  color: #e61e1e;
}
.article_content .content h1,
  .article_content .content h2,
  .article_content .content h3,
  .article_content .content h4 {
    margin: 10px 0;
    font-weight: bold;
}
.article_content .content h1 {
  font-size: 1.5rem;
}
.article_content .content h2 {
  font-size: 1.2rem;
  color: #888888;
}
.article_content .content h3 {
  font-size: 1.2rem;
  padding: 7px 0px 7px 15px;
  border-left: 3px solid #e61e1e;
}
.article_content .content h4 {
  font-size: 1.2rem;
  padding: 7px 0px 7px 15px;
  background-color: #e61e1e;
  color: #ffffff;
}
.article_content .content hr {
  border: none;
  background-color: #e61e1e;
  color: #e61e1e;
  height: 2px;
}
.article_content .content blockquote p {
  margin-top: 5px!important;
  margin-bottom: 5px!important;
}
.article_content .content blockquote {
  border: 3px solid #e61e1e;
  color: #e61e1e;
  padding: 5% 3% 2%;
  position: relative;
}
.article_content .content blockquote small{
  display: block;
  text-align: right;
  margin: 2% 0 0;
  text-decoration: underline;
}
.article_content .content blockquote:before {
  position: absolute;
  top: 0px;
  left: -60px;
  content: '“';
  font-size: 12rem;
}
.article_footer {
  background-color: #aaaaaa;
  height: 30px;
}
.pager {
  display: block;
  margin: 25px 0;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
}
.pager a {
  line-height: 1.1;
  color: #000;
  text-decoration: none;
}
.pager a:hover {
  text-decoration: underline;
}
.pager .btn-prev,
.pager .btn-next {
  display: inline-block;
  margin: 0 8px 15px 8px;
}
.pager .btn-back a {
  margin: 0 5px;
}
/* contact */
.mw_wp_form.mw_wp_form_complete p {
  text-align: center;
  padding: 20% 0;
  font-size: 1.4rem;
}
/* about  */
.about .article_content h2 {
  padding: 20px 10px;
  border-bottom: 2px solid #aaaaaa;
  font-size: 2.0rem;
  line-height: 2.0rem;
  font-family: 'Noto Serif JP';
  transform: scale(1, 0.95);
}
.about .article_content img {
  margin: 5%;
  width: 90%;
  height: auto;
}
.about .article_content p {
  font-size: 1.4rem;
  line-height: 1.8em;
  padding: 10px 0;
}
.article_content a {
  color: #e61e1e;
}
@media screen and (max-width: 960px) {
}
@media screen and (max-width: 600px) {
  .creator .visual {
    width: 100%;
	height: auto;
  }
  .creator .visual img {
    width: 100%;
	height: auto;
  }
  .article_content {
    padding: 0 20px 10px 20px;
  }
  .article_content .content blockquote:before {
    left: -50px;
    font-size: 10rem;
  }
  .article_content .title {
    font-size: 2rem;
  }
  .pager {
    margin-bottom: 80px;
  }
}
