@charset "UTF-8";
/*
  Responsive: yes
*/
html { line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100% }
body { margin: 0 }
article, aside, footer, header, nav, section { display: block }
h1 { font-size: 2em; margin: 0.67em 0 }
figcaption, figure, main { display: block }
figure { margin: 1em 40px }
hr { height: 0; margin: 0; padding: 0; border: 0; }
pre { font-family: monospace, monospace; font-size: 1em }
a { background-color: transparent; -webkit-text-decoration-skip: objects }
abbr[title] { border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted }
b, strong { font-weight: inherit }
b, strong { font-weight: bolder }
code, kbd, samp { font-family: monospace, monospace; font-size: 1em }
dfn { font-style: italic }
mark { background-color: #ff0; color: #000 }
small { font-size: 80% }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline }
sub { bottom: -0.25em }
sup { top: -0.5em }
audio, video { display: inline-block }
audio:not([controls]) { display: none; height: 0 }
img { border-style: none }
svg:not(:root) { overflow: hidden }
button, input, optgroup, select, textarea { font-family: sans-serif; font-size: 100%; line-height: 1.15; margin: 0 }
button, input { overflow: visible }
button, select { text-transform: none }
button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button }
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0 }
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText }
fieldset { padding: 0.35em 0.75em 0.625em }
legend { -webkit-box-sizing: border-box; box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal }
progress { display: inline-block; vertical-align: baseline }
textarea { overflow: auto }
[type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 }
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto }
[type="search"] { -webkit-appearance: textfield; outline-offset: -2px }
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit }
details, menu { display: block }
summary { display: list-item }
canvas { display: inline-block }
template { display: none }
[hidden] { display: none }
a { color: #1487bd }
a:hover { color: #0f668f }
a.keyword { text-decoration: none; border-bottom: none; }
html { font-size: 62.5%; /*フォントの基準サイズを10pxにする*/ background-color: #fff; }
@media only screen and (max-width:480px) { }
body { font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; font-size: 1.4rem; /*全体のフォントサイズは14pxとする*/ line-height: 1.6; /*全体の行の高さは文字の1.5(倍)とする*/ color: #3d3f44; }
hr { border-top: 1px dashed #E1E1E1; display: block; margin: 6rem 0; }
a:hover { color: #4aa3df; }
a { color: #000; text-decoration: underline; }
h1, h2, h3, h4, h5, h6 { color: #3d3f44; line-height: 1.3 }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #3d3f44; text-decoration: none }

/* ヘッダ画像を設定したとき */
.header-image-enable #blog-title-inner{background-size:cover;}
#blog-title-content{background-color:rgba(0,0,0,0.5);height:130px;padding-top:70px;}
h1#title{animation:fadeIn 2s ease 0s 1 normal;-webkit-animation:fadeIn 2s ease 0s 1 normal;margin:0;text-align:center;font-family:'Roboto',sans-serif;color:#FFF;}

/* ヘッダタイトル */
#title .font-thin { font-weight: normal; }
#title::after { content: "PRESSBLOG / Instagram / SNS マーケティングとか"; display: block; color: #FFF; font-size: 1.4rem; font-weight: 400; }
.header-image-enable #blog-title #title a { font-size: 4.2rem; text-shadow: none; }
@media only screen and (max-width:680px) {
  .header-image-enable #blog-title #title a { font-size: 3.2rem; }
}


/* NEW POST記述 */
.archive-entries:before { content: "NEW POST"; color: #313131; font-size: 1.8rem; font-weight: 400; font-family: 'Roboto', sans-serif; border-bottom: 2px solid #313131; height: 40px; position: absolute; top: 0; width: 100px; text-align: center; left: calc(50% - 50px); }
.archive-entries { position: relative; padding-top: 74px; margin-top: 8rem; }

/* サイト幅 */
#content { width: 680px; margin: 0 auto; }
@media only screen and (max-width:680px) {
  #content { width: 100%; margin: 0; }
  #content-inner { margin: 0 1.6rem; }
}

/** カードスタイル **/
.page-archive .archive-entries{
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox; 
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}
/*カード*/
.page-archive .archive-entry {
    width: 320px;
    padding-top: 198px;
    position: relative;
    margin-bottom: 4.2rem;
}
@media only screen and (max-width: 680px) and (min-width: 481px){
.page-archive .archive-entry {
    width: 48%;
}
}
@media only screen and (max-width: 480px){
.page-archive .archive-entry {
    width: 100%;
}
}



/*記事タイトル*/
.page-archive .entry-title {
    font-size: 1.6rem;
    margin-top: 2.0rem;
    margin-bottom: 3.2rem;
}

/*記事の概要*/
.page-archive .entry-description{
  display : none;
}

/*アイキャッチのサムネイル*/
.page-archive .entry-thumb{width:320px;height:198px;background-position:center;background-size:cover;box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);transition:all 0.3s cubic-bezier(.25,.8,.25,1);}
@media only screen and (max-width:680px){
  .page-archive .entry-thumb{width:100%;height:198px;background-position:center;background-size:cover;box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);transition:all 0.3s cubic-bezier(.25,.8,.25,1);display:block;}
}

/*アイキャッチ*/
.page-archive .entry-thumb-link { display: block; background-position: center center; background-size: cover; position: absolute; top: 0; left: 0; width: 100%; }

/*日付*/
.page-archive .date { position: absolute; bottom: 0; left: 0; z-index: 1; font-size: 1.2rem; }

/*カテゴリ*/
.page-archive .archive-entries .categories { position: absolute; bottom: 0; right: 0; z-index: 1; font-size: 1.2rem; }
.page-archive .archive-entries .categories .archive-category-link + .archive-category-link:before { content: "/"; color: #E1E1E1; }
.archive-entries .categories a, .page-archive .date a { color: #7A7A7A; text-decoration: none; }
.archive-entries .categories a:hover, .page-archive .date a:hover { color: #4aa3df; }

/*はてなスター*/
.star-container { display: none; }

/* 記事下の編集者情報 */
.credit_author { padding: 2.0rem 1.6rem; margin-bottom: 10px; background-color: #f8f9fc; }
.credit_author:after { content: ''; display: block; clear: both; }
.credit_author_info { float: right; width: calc(100% - 74px); }
@media (max-width:400px) {
  .credit_author_info { clear: both; padding-top: 10px; width: auto; }
}
.credit_author_info > p { font-size: 1.4rem; margin: 0; }
.credit_author_photo { float: left; margin-right: 10px; font-size: 0; }
.credit_author_photo > img { max-width: 64px; max-height: 64px; display: none; }
.credit_author_bio > span { display: none; }
.credit_author_heading { color: #8d8d8d; }
.credit_author_name { color: #444; }


/* 一覧ページャー */
.page-archive .pager { padding: 4rem 0; clear: both; text-align: right; }
.page-archive .pager-next a { text-decoration: none; display: block; font-weight: bold; }
#main { border-bottom: 1px solid #E1E1E1; }

/* サイドバー */
.hatena-module-category .hatena-module-title,.hatena-module-authors-list .hatena-module-title{color:#313131;font-size:1.8rem;font-weight:400;font-family:'Roboto',sans-serif;border-bottom:2px solid #313131;height:40px;width:100px;display:block;margin:0 auto;text-align:center;margin-top:8rem;margin-bottom:3rem;}
.hatena-module-category .hatena-urllist{margin:0;padding:0;text-align:center;}
.hatena-module-category li{list-style:none;display:inline-block;}
.hatena-module-category li a{display:block;text-decoration:none;border:1px solid #e1e1e1;padding:1rem;border-radius:2px;margin:0 0.5rem 0.5rem 0.5rem;font-size:1.3rem;}
@media only screen and (max-width:680px){
  .hatena-module-category li a{padding:0.75rem;margin:0 0 0.3rem 0;font-size:1.2rem;}
}
.hatena-module-category li a:hover{color:#4aa3df;text-decoration:none;border-color:#4aa3df;}
.hatena-module-body .authors-urllist{margin:0;text-align:center;padding:0;}
.hatena-module-body .authors-urllist li{display:inline-block;}
.hatena-module-body .authors-urllist li a{display:block;text-align:center;}
.hatena-module-body .authors-urllist .authors-user-icon{width:64px;height:64px;border-radius:50%;display:inline-block;float:none;margin:0;}
.hatena-module-body .authors-urllist .authors-user-name{display:block;}
.copyrights{border-top:1px solid #E1E1E1;text-align:center;margin:0;padding:1rem;margin-top:6rem;background-color:#fafafa;}

/* 個別ページ */
.entry{margin-top:8rem;}
.entry-header{position:relative;}
.entry .entry-title{font-size:3.2rem;margin-top:0;}
@media only screen and (max-width:480px){
  .entry .entry-title{font-size:2.4rem;}
}
.entry-date{position:absolute;right:0;bottom:1rem;}
@media only screen and (max-width:480px){
  .entry-date{position:static;right:auto;bottom:auto;text-align:center;margin-bottom:1.6rem;margin-top:-1rem;}
}
.entry-date a{color:#7A7A7A;text-decoration:none;margin-bottom:0.5rem;display:block;}
.entry-categories{margin:0 0 3rem 0;padding:0;}
@media only screen and (max-width:480px){
  .entry-categories{text-align:center;}
}
.entry-categories a{display:block;text-decoration:none;border:1px solid #e1e1e1;padding:1rem;border-radius:2px;margin:0 .5rem 0 0;font-size:1.3rem;list-style:none;display:inline-block;}
@media only screen and (max-width:680px){
  .entry-categories a{padding:0.75rem;margin:0 0 0.3rem 0;font-size:1.2rem;}
}
.entry-categories a:hover{color:#4aa3df;text-decoration:none;border-color:#4aa3df;}
.entry-content,.entry-content p{margin:0 0 3.2rem 0;font-size:1.8rem;line-height:1.8;}
@media only screen and (max-width:480px){
  .entry-content,.entry-content p{font-size:1.6rem;}
}
.entry-content img{box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);transition:all 0.3s cubic-bezier(.25,.8,.25,1);margin:1rem 0;}
.entry-content blockquote{position:relative;background-color:#f8f9fc;margin:0 0 3.2rem -4px;padding:2.0rem 1.6rem;border-left:4px solid #585858;}
.entry-content blockquote p:last-child{margin-bottom:0;}
.entry-content cite a{font-style:normal;color:#999;font-size:1.3rem;display:block;text-align:center;}
.entry-header-menu a{background-color:#F44336;color:#FFF;font-size:1.8rem;text-decoration:none;border-radius:3px;padding:1rem 2rem;position:fixed;right:10px;top:10px;}
.entry-content h1,.entry-content h2{margin:0;font-size:2.6rem;margin-bottom:2.4rem;border-bottom:1px solid #E1E1E1;padding-bottom:1rem;margin-top:3.8rem;}
.entry-content h3{margin:0;font-size:2.2rem;margin-bottom:2.4rem;margin-top:3.8rem;}
.entry-content h4{margin:0;font-size:1.8rem;margin-bottom:2.4rem;margin-top:3.8rem;}
@media only screen and (max-width:480px){
  .entry-content h1,.entry-content h2{font-size:2.2rem;}
  .entry-content h3{font-size:2rem;}
  .entry-content h4{font-size:1.8rem;}
}



.entry-content ul { padding: 0 0 0 2rem; margin: 0 0 3.2rem 0; }
.entry-content ul li { list-style: none; position: relative;  margin-bottom: 1rem; }
.entry-content ul li:last-child { margin-bottom: 0; }
.entry-content ul li::after { display: block; content: ''; position: absolute; top: 1.2rem; left: -1em; width: 6px; height: 6px; background-color: #585858; border-radius: 100%; }
.entry-content ul ul { margin-top: 1rem; }
.entry-content ul ul li::after { width: 5px; height: 5px; background-color: #FFF; border-radius: 100%; border: 1px solid #585858; }
.entry-content ol { padding: 0 0 0 2rem; margin: 0 0 3.2rem 0 }
.entry-content ol li { position: relative;  margin-bottom: 1rem; }
.entry-content ol li:last-child { margin-bottom: 0; }
.entry-content ol li::after { }
.entry-content ol ol { margin-top: 1rem; }
.entry-content pre { box-sizing: border-box; width: 100%; margin: 0 0 3.2rem 0; overflow: auto; overflow-y: hidden; font-size: 1.3rem; line-height: 20px; background: #f8f9fc; padding: 10px; color: #333; padding: 2.0rem 1.6rem; border-radius: 3px; }
.entry-content table { width: 100%; background: #fff; margin-bottom: 3.2rem; border: 1px solid #dfdfdf; text-align: left; border-collapse: separate; border-spacing: 0; font-size: 1.6rem; }
.entry-content table th { background: #f8f9fc; padding: 1rem; }
.entry-content table tr td, .entry-content table tr th { border-left: 1px solid #dfdfdf; }
.entry-content table td { padding: .78571429em .78571429em; text-align: inherit; }
.entry-content table tr td { border-top: 1px solid #dfdfdf; }
.entry-content table tr:first-child td { border-top: none; }
.entry-content table tr td:first-child, .entry-content table tr th:first-child { border-left: none; }


/* シェアボタン */
.sh-share-list { padding: 0; text-align: center;margin-bottom: 3.2rem; }
.sh-share-item { list-style: none; display: inline-block; position: relative; font-size: 3.2rem; margin: 1rem 2rem; }
.sh-share-count { background-color: #ff0300; color: #FFF; text-decoration: none; border: none; position: absolute; font-size: 1.2rem; width: 20px; height: 20px; border-radius: 50%; line-height: 21px; right: -11px; }
.hatebu a { color: #008FDE; }
.facebook a { color: #3b5998; }
.twitter a { color: #1da1f2; }
.pocket a { color: #ee4256; }


/*関連記事*/
.related-entries { padding: 0; margin-bottom: 3.2rem;}
.hatena-module-title { font-size: 1.8rem;  font-weight: bold; }
.related-entries { font-size: 100%; }
.urllist-with-thumbnails li { display: block; border-top: 1px solid #E1E1E1; border-bottom: 1px solid #E1E1E1; margin-top: -1px; padding: 1.6rem 0; }
.urllist-with-thumbnails li .urllist-image { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
.urllist-entry-body { display: none; }
.urllist-date-link { font-size: 1.3rem; padding-top: 1rem; margin-bottom: 1rem; }
.urllist-date-link a { text-decoration: none; color: #7A7A7A; }
.urllist-title-link { text-decoration: none; font-size: 1.4rem; }


/*個別記事ページャー*/
.page-entry .pager { padding: 6rem 0;}
.page-entry .pager:after { content: ""; display: table; clear: both; }
.page-entry .pager-prev { float: left;width: 45%; }
.page-entry .pager-prev:before { content: "PREV"; font-family: 'Roboto', sans-serif; display: block; color: #7a7a7a; margin-bottom: 2rem; }
.page-entry .pager-next { float: right; width: 45%;}
.page-entry .pager-next:before { content: "NEXT"; font-family: 'Roboto', sans-serif; display: block; color: #7a7a7a; margin-bottom: 2rem; text-align: right; }
.page-entry a { text-decoration: none; }



.breadcrumb{display:none;}
.page-archive-category .archive-entries:before{display:none;}
.page-archive-category .archive-entries{position:relative;padding-top:0;margin-top:0;}
.archive-header-category .archive-heading{color:#313131;font-size:1.8rem;font-weight:400;font-family:'Roboto',sans-serif;height:40px;display:block;margin:0 auto;text-align:center;margin-top:8rem;margin-bottom:3rem;}
.archive-header-category .archive-heading:after{content:"";display:block;width:100px;border-bottom:2px solid #313131;margin:1.6rem auto 0;}
.page-entry.header-image-enable #blog-title #blog-title-inner{background-repeat:no-repeat;position:relative;height:130px;}
.page-entry #blog-title-content{background-color:rgba(0,0,0,0.5);height:100px;padding-top:30px;}
.authors-urllist a{text-decoration:none;}


/* 階層カテゴリ */
.hatena-breadcrumb-plus-toggle-button {
    visibility: hidden!important;
    height: 0px;
    width: 0px;
    display: block!important;
}
.on-border .hatena-breadcrumb-plus-toggle-button:before {
    content: "\f078";
    visibility: visible;
    position: absolute;
    right: 6px;
    display: inline-block;
    height: 40px;
    width: 40px;
    border-left: 1px solid #e1e1e1;
    cursor: pointer;
    z-index: 1;
    top: 1px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 40px;
}
.hatena-module-category li {
  position: relative;
}
.hatena-module-category .on-border a{padding-right:50px;}
.hatena-module-category .on-border li{padding:0;margin:0;width:100%;}
.hatena-module-category .on-border li a {
    display: block;
    text-decoration: none;
    padding: 1rem 0;
    border-radius: 0;
    margin: 0;
    font-size: 1.3rem;
    width: 100%;
    text-align: center;
    border: none;
    border-top: 1px solid #e1e1e1;
}
.hatena-module-category .on-border li:first-child a{border-top: none}
#hatena-breadcrumb-plus-toggle-2,#hatena-breadcrumb-plus-toggle-1{background-color: #FFF; position:absolute;border:1px solid #e1e1e1;width:100%;padding:0;border-radius:3px;top:56px;z-index:100;box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.1);}
#hatena-breadcrumb-plus-toggle-2:before,#hatena-breadcrumb-plus-toggle-1:before{content:"";position:absolute;top:-8px;left:50%;margin-left:-9px;display:block;width:0px;height:0px;border-style:solid;border-width:0 9px 9px 9px;border-color:transparent transparent #ffffff transparent;z-index:0;}
#hatena-breadcrumb-plus-toggle-2:after,#hatena-breadcrumb-plus-toggle-1:after{content:"";position:absolute;top:-10px;left:50%;margin-left:-10px;display:block;width:0px;height:0px;border-style:solid;border-width:0 10px 10px 10px;border-color:transparent transparent #e1e1e1 transparent;z-index:-1;}