html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, button, input, select, textarea {
	font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
p {
    line-height: 1.8;
    margin-bottom: 18px;
}
.byline {
    display: none;
}
.entry-content h2{
  font-size:1.5em;
  font-weight:600;
  color: #125570;
  border-bottom: 1px solid #125570;
  padding: 0 0 4px;
  margin-bottom: 28px;
  margin-top: 3em;
}
.entry-content h3 {
    font-size: 1.2em;
    font-weight: 600;
    margin-top: 2em;
}

.ts-fab-avatar>img {
    width: 80px;
    max-width: 100%!important;
    border: 1px solid #ccc!important;
}
.footer-socket-wrapper {
    padding: 0;
}
#toc_container {
    padding: 20px 40px 30px;
}
#toc_container li, #toc_container ul {
    margin-top: 10px;
}
.status-publish.has-post-thumbnail.hentry {
    margin-bottom: 80px;
}
.pt-cv-wrapper .btn-success {
    color: #fff;
    background-color: #289dcc;
    border-color: #289dcc;
}

blockquote, .wp-block-quote, .wp-block-quote.is-style-large, .wp-block-quote.has-text-align-right {
    background-color: #cadfe7;
    color: #202020;
}
blockquote p, .wp-block-quote p, .wp-block-quote.is-style-large p, .wp-block-quote.has-text-align-right p {
    font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
blockquote p::before, .wp-block-quote p::before, .wp-block-quote.is-style-large p::before, .wp-block-quote.has-text-align-right p::before {
 display: none;
}
blockquote p:first-child::before, .wp-block-quote p:first-child::before, .wp-block-quote.is-style-large p:first-child::before, .wp-block-quote.has-text-align-right p:first-child::before {
    display: block;
    content: "\f10d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    color: #289dcc;
    font-size: 32px;
    position: absolute;
    top: -27px;
    left: -27px;
}
.top-content-desc a{
    color: #232323;
}
.top-content-desc a:hover {
    color: #289dcc;
}