@charset "utf-8";
/*
Template: liquid-magazine
Theme Name: liquid-magazine_child
*/

/* ------------------------------------
// common
------------------------------------ */
body {
    line-height: 2;
}
a {
    color: #333;
}
a:hover, a:active {
    color: #00AEEF !important;
}
a:visited {
    color: #333;
}
.logo img {
    height: 50px !important;
}
.navbar {
    background-color: #000;
    border-bottom: none;
}
.navbar .container {
    position: relative;
}
.navbar ul#menu-menu a {
    color: #FFF;
}
.logo_text {
    display: none;
}
.headline .sns {
    margin-top: .5em;
}
.hero {
    display: none;
}
.post_cat.blockchain {
    color: #1e46b9;
    padding: 0 10px;
    margin-right: 4px;
}
.post_cat.ai {
    color: #e11dac;
    padding: 0 20px;
    margin-right: 4px;
}
.post_cat.vr-ar {
    color: #de7426;
    padding: 0 10px;
    margin-right: 4px;
}
.post_cat.biotech {
    color: #33b909;
    padding: 0 10px;
    margin-right: 4px;
}
.post_cat.security {
    color: #1d9fe0;
    padding: 0 10px;
    margin-right: 4px;
}
.headline .sns a, .foot .sns a {
    position: relative;
    background: #555;
    color: #FFF !important;
    border: 1px solid #555;
    border-radius: 50%;
}
.headline .sns a [class^="icon-"],
.headline .sns a [class*=" icon-"],
.foot .sns a [class^="icon-"],
.foot .sns a [class*=" icon-"] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.headline .sns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-family: "arial";
    font-weight: 700;
    font-size: .85em;
    color: #777;
}
.headline .sns a {
    padding: .85em;
}
.headline .sns a:nth-of-type(1) {
    margin-left: .5em;
}
.ttl_h1 {
    font-size: 1.75em;
}
.archive .ttl_h1 {
    font-weight: bold;
    padding-bottom: 0.5rem;
    border-bottom: 4px solid #333;
}
.ttl em {
    font-style: normal;
    color: #F00;
}
iframe {
    border: none;
}
.attachment-post-thumbnail {
    margin-bottom: 0.5em;
}
.post_body {
    border-bottom: none;
    padding-bottom: 0;
}
.post_body h2 {
    font-size: 1.25em;
}
.post_body h3 {
    clear: both;
	font-size: 1.125em;
    margin-top: 2rem;
}
.post_body hr.clear {
    clear: both;
    border: none;
    margin: 0;
}
.authorbox {
    overflow: hidden;
}
.author > .avatar {
    float: right;
    margin: 0 0 1em 1em;
}
.execphpwidget .sga-ranking,
.widget_simple_ga_ranking .sga-ranking {
    list-style: none inside none;
    padding-left: 0;
}
.execphpwidget .sga-ranking li,
.widget_simple_ga_ranking .sga-ranking li {
    display: flex;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: .5rem 0;
}
.execphpwidget .sga-ranking li a:nth-of-type(2) ,
.widget_simple_ga_ranking .sga-ranking li a:nth-of-type(2) {
    max-height: 4.338em;
    overflow: hidden;
}
.execphpwidget .sga-ranking li a img,
.widget_simple_ga_ranking .sga-ranking li a img {
    margin-right: 10px;
    max-width: initial !important;
    float: none;
}
.execphpwidget .sga-ranking li .wpp-post-title,
.widget_simple_ga_ranking .sga-ranking li .wpp-post-title{
    width: 100%;
}
.execphpwidget .sga-ranking li .wpp-excerpt,
.widget_simple_ga_ranking .sga-ranking li .wpp-excerpt {
    display: table-cell;
    vertical-align: top;
}
.execphpwidget .sga-ranking li .post-stats,
.widget_simple_ga_ranking .sga-ranking li .post-stats {
    position: absolute;
    left: 0;
    bottom: .5rem;
    width: 90px;
    background: #333;
    color: #fff;
    text-indent: .5em;
}
.execphpwidget .sga-ranking li .post-stats a,
.widget_simple_ga_ranking .sga-ranking li .post-stats a {
    padding: 0;
    display: inline;
    color: #fff;
}
.wpp-no-data {
    text-align: center;
    opacity: 0.5;
    clear: both;
}
.popular-posts .wpp-list li .wpp-post-title, .sidebar .newpost a .post_ttl {
    line-height: 1.45rem;
}
nav.navigation {
    clear: both;
    overflow: hidden;
}
footer {
    font-size: 12px;
}
.foot .sns {
    padding: 2em 0;
}
.foot .sns a {
    font-size: x-large;
    padding: 1em;
}
footer .widget {
    margin-bottom: 0;
}
footer .row div:nth-child(3n+2) {
    text-align: center;
}
footer .row div:nth-child(3n) {
    text-align: right;
}


.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.is-resized>figcaption {
	text-align:left;
}
.wp-block-image figcaption{
	text-align:left;
    font-size: 13px;
    line-height: 170%;
}


/* ------------------------------------
// 退避
------------------------------------ */


@media (max-width: 47.9em) {
.mainpost {
    margin-top: 1rem;
}
.list_big .post_links .post_thumb span {
    height: 220px;
}
.list .post_links .post_thumb {
    -webkit-background-size: 130%;
    background-size: 130%;
}
footer .row div {
    text-align: center;
}
}
/* ------------------------------------
// Search Form
------------------------------------ */
.searchform .btn {
    height: 24px;
    width: 24px;
    top: 3px;
    right: 10px;
    background-color: transparent;
    background-image: url(images/icon-search.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center right;
}

@media (min-width: 48em) {
.searchform {
    position: absolute;
    top: 7px;
    right: 0;
}
.searchform .form-control {
    height: 30px;
    width: 9rem;
    background: #fff;
    border-radius: 15px;
    font-size: 0.75rem;
    transition: all .4s ease-out;
}
.searchform .form-control:focus {
    width: 14rem;
}
}


@media (max-width: 47.9em) {
.navbar .menu-item {
    float: none;
}
.navbar .menu-item a {
    border-bottom: 1px solid #f5f5f5;
    padding: .5rem 0;
}
.navbar .menu-item:last-child a {
    border-bottom: none;
}
.navbar .container {
    padding-left: .9375rem;
}
.navbar .sub-menu {
    padding-left: 1rem;
}
.searchform .form-control {
    height: 36px;
    background-color: transparent;
    border: 1px solid #777;
    font-size: 0.75rem;
    margin: 10px 0;
}
.searchform .btn {
    top: 16px;
}
.navbar-toggle.collapsed + .searchform {
    display: none;
}
}
/* ------------------------------------
// Share
------------------------------------ */
.share {
    display: flex;
    justify-content: space-around;
}
.share a {
    width: 100%;
    height: 3em;
    padding: 0.5em;
    margin: 0.25em;
    text-align: center;
}
.share a .icon {
    margin-bottom: 10em;
    font-size: 1.5em;
    margin-top: 0.1em;
    display: block;
}

@media (min-width: 75em) {
.share {
    position: absolute;
    top: 0px;
    left: calc(-15px - 3em);
    flex-wrap: wrap;
    width: 3em;
}
.mainarea {
    position: relative;
    overflow: visible;
}
/*.detail {
    position: relative;
}*/
