@charset "utf-8";
/*
/////////////////////////////////////
blog.css
ブログ
/////////////////////////////////////
*/

/* ----- COMMENT ---- */


/* 小見出し/コメント */

/* テキストの基本スタイル */
.post-content p, .post-content  li, .post-content  h1, .post-content  h2, .post-content  h3, .post-content  h4, .post-content  h5,.post-content h6 {
/*	font-size: 117%;
	line-height: 24px;*/
}
.post-content h1 {
	font-size: 2.0rem;
	margin: 0px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.post-content h2 {
	font-size: 1.8rem;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.post-content h3 {
	font-size: 1.6rem;
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.post-content h4 {
	border-bottom: 1px solid #CCC;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.post-content h5 {
	border-bottom: 1px dashed #CCC;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.post-content h6 {
	border-left: 3px solid #CCC;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

/* 太字 */
.post-content strong { font-weight: bold; }

/* イタリック */
.post-content em { font-style: italic; }
 
/* イメージ画像 */
.post-content .aligncenter {
    display: block;
    margin: 0 auto;
}
.post-content .alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}
.post-content .alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}
 
.post-content img[class*="wp-image-"],
.post-content img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}
 
/* clearfix */
.post-content .clearfix {
    overflow: hidden;
    zoom: 1;
}
.post-content .clearfix:after {
    content: ""
    display: block;
    clear: both;
}
/* 画像キャプション */
.post-content .wp-caption-text {
	text-align: center;
}

/* 引用 */
.post-content blockquote{
	background-color:#ddd;
	padding:3em 1em;
	position:relative;
}
.post-content blockquote:before{
	content:"“";
	font-size:600%;
	line-height:1em;
	font-family:"ＭＳ Ｐゴシック",sans-serif;
	color:#999;
	position:absolute;
	left:0;
	top:0;
}
.post-content blockquote:after{
	content:"”";
	font-size:600%;
	line-height:0em;
	font-family:"ＭＳ Ｐゴシック",sans-serif;
	color:#999;
	position:absolute;
	right:0;
	bottom:0;
}

/* リストタグ標準 */
.post-content li {
	list-style-type: inherit;
}
.post-content ul {
	list-style-type: disc;
}
.post-content ol {
	list-style-type: decimal;
}
.post-content ul li, .post-content ol li {
	list-style-position: inside;
	margin-bottom: 3px;
}

/* テーブルのスタイル */
.post-content table {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	width: 100%;
}
.post-content table th {
	background-color: #EEE;
}
.post-content table th, .post-content table td {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 7px;
}

/* カテゴリーのリンク */
.single-terms {
  font-size: 12px;
  padding: 3px 15px;
  text-align: center;
  color: white;
  border-radius: 4px;
  margin-right: 3px;
  background-color: #777;
}




/*--------------------------------------------------*/
/* コメントのスタイル */
/*--------------------------------------------------*/

.comments ol li {
  /*list-style-position: outside;*/
  list-style-type: none;
}
.comments-title {
  text-align: center;
  font-size: 20px;
}
.comments-list li {
  border: 1px solid #CCC;
  padding: 15px;
  margin-bottom: 15px;
}
.comments-list li li {
  margin: 15px;
  border: 1px dashed #CCC;
}
.comments-list li li li {
  border: 1px dashed #CCC;
  margin-bottom: 15px;
  margin: 5px;
  padding: 5px;
}
.comments-list .vcard {
  background-color: #EFEFEF;
  padding: 15px;
  margin-bottom: 15px;
}
.comments #reply-title {
  text-align: center;
  font-size: 20px;
  margin: 50px 0 30px 0;
}
.comments #reply-title::before {
  content: ' -';
}
.comments #reply-title::after {
  content: '- ';
}
.comments #comment {
  width: 100%;
}
.comments input[name="submit"] {
  margin: 15px 0 30px 0;
  padding: 5px 30px;
  font-size: 16px;
  background-color: #333;
  color: #FFF;
}
.comments .form-submit {
  text-align: center;
}
.comments label[for="comment"] {
  font-size: 18px;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
  margin-top: 10px;
}
.comment-form-author input,
.comment-form-email  input,
.comment-form-url    input {
  width: 100%;
}











/*BLOG ARCHIVE */
/*--------------------------------------------------*/

/* 992～∞（lg）*/
@media (min-width: 992px) {
  .blog-archive-article {
    position: relative;
    min-height: 250px;
  }
  .blog-archive-article-sub {
    position: absolute;
    left: 0;
    width: 210px;
  }
  .blog-archive-article-main {
    padding-left: 225px;
  }
}
/* 0～991 */
@media (max-width: 991px) {
  .blog-archive-article-main {
    margin-top: 15px;
  }
}

.blog-archive-box:not(:first-child) {
  margin-top: 30px;
}
.blog-category-name {
  border-top: 2px solid #666666;
  text-align: right;
}
.blog-category-name ul,
.blog-category-name li {
  display: inline-block;
}
.blog-category-name li {
  background-color: #666666;
  color: #FFF;
  padding: 0 10px;
  font-size: 16px;
  margin-left: 2px;
}
.blog-archive-article-main ._time {
  font-size: 16px;
  color: #666666;
}
.blog-archive-article-main ._title {
  font-size: 22px;
  color: #2D2DBE;
}
.blog-archive-article-main ._text {
  margin-top: 10px;
  font-size: 17px;
}
.blog-archive-article-main ._button {
  margin-top: 5px;
  text-align: center;
}
.blog-archive-article-main ._button a {
  display: inline-block;
  padding: 5px 50px;
  background-color: #FFD700;
  font-size: 18px;
}
.blog-archive-article-main ._button a span {
  position: relative;
}
.blog-archive-article-main ._button a span::after {
  position: absolute;
  content: url(../images/common/icon-arrow-1.svg);
  left: -17px;
  top: -3px;
}
/* 0～991 */
@media (max-width: 991px) {
  .blog-archive-article {
    margin-top: 15px;
  }
}


/*BLOG SINGLE */
/*--------------------------------------------------*/

.blog-single-main ._time {
  font-size: 16px;
  color: #666666;
}
.blog-single-main ._title {
  font-size: 28px;
  color: #1A1A1A;
  border-bottom: 1px dotted #999999;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-weight: bold;
}
.blog-single-main ._text {
  font-size: 17px;
  line-height: 1.8;
}
.addtoany_special_service {
  width: inherit !important;
}
.addtoany_content {
    margin: 10px 0;
}



.single-arrow {
  font-size:18px;
}
.single-arrow a {
  color: #666666;
  text-decoration: underline;
}




.single-button-pagebottom {
  text-align: center;
}
.single-button-pagebottom a {
  display: inline-block;
  padding: 5px 50px;
  background-color: #4D4D4D;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
}
.single-button-pagebottom a span {
  position: relative;
  padding-left: 20px;
}
.single-button-pagebottom a span::after {
  position: absolute;
  content: url(../images/common/icon-arrow-2.svg);
  left: 0;
  top: -1px;
}
