@charset "utf-8";

/* main-end アフィリエイトボタン */

.post .main .main-end-moshimo-btn {
    text-align: center;
    padding: 10px;
    color: #e7e7e7;
    background-color: #2c699f;
    width: 200px;
    margin: 20px auto;
    border-radius: 5px;
    border-bottom: #144978 5px solid;
    border-right: #144978 5px solid;
}

.post .main .main-end-moshimo-btn a {
    color: #e7e7e7;
    text-decoration: none;
    display: block;
    width: 100%;
    transition: all 0.3s;
}

.post .main .main-end-moshimo-btn a:hover {
    color: #ffc107;
    transition: all 0.3s;
}


/* main-end アフィリエイトボタン */


/* top-page */

.top-index.main .top-title {
    text-align: center;
    color: #e7e7e7;
    font-size: 4.0rem;
    font-weight: bold;
}

.top-index.main .top-article {
    box-sizing: border-box;
    width: 60%;
    padding-left: 30px;
}

.top-index.main .top-article .top-box {
    max-height: 224px;
    margin: 20px 0px;
}

.top-index.main .top-article .top-box .top-desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.top-index.main .top-article img {
    width: 50%;
    margin: 0;
}

.top-index.main {
    box-sizing: border-box;
    width: 100%;
    margin-top: -70px;
}

.top-index .top-search {
    margin: -30px -30px 20px;
    padding: 50px;
    background-image: urL("../image/wp.jpg");
    background-size: cover;
}

.top-index .searchbox {
    width: 40%;
    margin: 20px auto;
}

.top-index .searchbox input:nth-child(1) {
    box-sizing: border-box;
    width: 100%;
    font-size: 1.9rem;
    border-radius: 10px;
    padding: 0px 20px;
    line-height: 3;
    border: #e7e7e7 3px solid;
    outline: none;
}

.top-index .searchbox input:nth-child(1):focus {
    border: #e7e7e7 3px solid;
}

@media screen and (max-width:1300px) {
    .top-index.main {
        width: 100%;
    }
}


/* ②layout 
header/main/sideber/footer...*/

html {
    /*見出しへジャンプする際にスクロールさせる */
    scroll-behavior: smooth;
}

body {
    color: #333;
    font-size: 1.8rem;
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    overflow-x: hidden;
}

.main {
    width: 850px;
    margin: 30px 0;
    padding: 30px;
    background-color: #fff;
    overflow-wrap: break-word;
}

.sidebar {
    width: 400px;
    padding: 15px;
    margin-top: 15px;
    background-color: #f7f7f7;
    font-size: 1.6rem;
}

.sidebar>div {
    background-color: #fff;
    padding: 15px;
    margin: 30px auto;
    border-radius: 5px;
}

.sidebar>div:nth-child(1) {
    margin: 0 auto 30px;
}

.header {
    position: relative;
}

.footer {
    font-size: 2.0rem;
    margin-top: 30px;
    padding: 80px;
    text-align: center;
    background-color: #212529;
    color: #e5e5e5;
}

.footer-block a {
    display: block;
}

.footer a {
    color: #e5e5e5;
}

.footer a:hover {
    color: #bd9907;
}

.nav {
    font-size: 2.0rem;
    width: 100%;
    background-color: #212529;
}

.nav-item {
    width: 230px;
    text-align: center;
    transition: all 0.3s;
}

.nav-item::after {
    content: '';
    display: block;
    width: 90%;
    margin: 0 auto 8px;
    border-bottom: 1px solid #2c699f;
}

.nav-item:nth-of-type(2):after {
    border-color: #9585E1;
}

.nav-item:nth-of-type(3):after {
    border-color: #bd9907;
}

.nav-item:nth-of-type(4):after {
    border-color: #4796b3;
}

.nav .flex-box:nth-of-type(2) .nav-item:nth-of-type(1):after {
    border-color: #dd6b24;
}

.nav .flex-box:nth-of-type(2) .nav-item:nth-of-type(2):after {
    border-color: #ffa500;
}

.nav .flex-box:nth-of-type(2) .nav-item:nth-of-type(3):after {
    border-color: #7f52ff;
}

.nav .flex-box:nth-of-type(2) .nav-item:nth-of-type(4):after {
    border-color: rgb(33, 145, 27);
}

.nav-item i {
    color: #e7e7e7;
    font-size: 3.0rem;
    padding: 10px;
}

.nav-item label {
    cursor: pointer;
    padding: 0 10px 0 0;
}

.nav-item a {
    color: #e7e7e7;
    display: block;
    padding: 6px;
    cursor: pointer;
    transition: all 0.3s;
}

.nav-item:hover {
    background-color: #23527c;
    transition: all 0.3s;
}

.social-nav {
    width: 100%;
    padding: 10px 0;
    position: absolute;
    z-index: 5;
}

.social-nav a {
    color: #555;
}

.social-nav i::before {
    font-size: 3.0rem;
    transition: all 0.3s;
    margin: 20px 30px;
}

.social-nav a:hover .fa-x-twitter::before {
    color: #000000;
    transition: all 0.3s;
}

.social-nav a:hover .fa-instagram::before {
    color: rgb(207, 46, 146);
    transition: all 0.3s;
}

.social-nav a:hover .fa-guitar::before {
    color: rgb(189, 153, 7);
    transition: all 0.3s;
}

.social-nav a:hover .fa-github::before {
    color: #000000;
    transition: all 0.3s;
}

.social-nav .flex-box {
    justify-content: flex-end;
}

.scroll-arrow i {
    width: 70px;
    height: 70px;
    font-size: 3.0rem;
    line-height: 70px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    color: #e5e5e5;
    background-color: #23527cd0;
    transition: all 0.3s;
}

.scroll-arrow {
    position: sticky;
    width: 70px;
    top: 80vh;
    z-index: 2;
    margin: 0 50px 0 auto;
}

.scroll-arrow:hover i {
    transition: all 0.3s;
    line-height: 55px;
}


/* nav */


/* post */

body.post {
    background-color: #f7f7f7;
    line-height: 2;
}

.post .main h1,
.post .main h2,
.post .main h3,
.post .main h4,
.post .main h5,
.post .main h6 {
    font-weight: bold;
    margin: 20px 0 30px;
}

.post .main h1 {
    font-size: 2.6rem;
}

.post .main h2 {
    font-size: 2.2rem;
    border-left: 10px solid rgba(24, 49, 83, 0.8);
    padding-left: 10px;
}

.post .main h3 {
    font-size: 2.2rem;
    border-bottom: 5px dashed rgba(24, 49, 83, 0.8);
}

.post .main h4 {
    border-bottom: 3px solid rgba(24, 49, 83, 0.8);
}

.post .main h4,
.post .main h5,
.post .main h6 {
    font-size: 2.0rem;
}

.post-info.flex-box {
    justify-content: start;
}

.post-info li {
    font-weight: bold;
}

.post-info li i::before {
    display: inline-block;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #23527c;
}

.post-info li .fa-hourglass-half::before {
    background-color: #bd9907;
}

.post .main ul li::before {
    content: "\f013";
    font-family: "Font Awesome 5 Free";
    margin-right: 10px;
}

.post .main ul.post-info li::before,
.post .main-end ul li::before,
.post ul.top-list li::before {
    display: none;
}

.post .main ul li {
    list-style-type: disc;
    list-style-type: none;
    margin: 7px;
}

.post .main ol li {
    list-style-type: decimal;
    margin: 7px;
    margin-left: 27px;
}

.post p {
    margin: 30px 3px;
    text-rendering: optimizeLegibility;
}

.post .main b {
    font-weight: bold;
}

.post .main>p>span {
    background-color: #bd99074f;
    padding: 5px 5px;
    font-weight: bold;
    border-radius: 3px;
}

.post .main>p>code {
    background-color: #e5e5e5;
    padding: 5px 5px;
    border-radius: 3px;
}

.post .main a {
    color: #337ab7;
    font-weight: bold;
    text-decoration: underline;
}

.post .main a:hover {
    color: #23527c;
}

.post .main img {
    max-width: 95%;
    height: initial;
    display: block;
    margin: 20px auto;
}

.post table {
    width: 100%;
    margin: 30px auto;
}

.post td,
.post th {
    padding: 10px;
    font-weight: bold;
    border: 1px solid;
}

.post th {
    text-align: center;
    background-color: rgba(24, 49, 83, 0.8);
    color: #e5e5e5;
}

.title-block {
    font-family: 'Yomogi', cursive;
    background-image: url("../image/top-back.png");
    background-position-y: 42%;
    background-position-x: 9%;
    padding: 50px 0px;
}

.title {
    text-align: center;
}

.blog-title {
    font-size: 4.0rem;
    position: relative;
}

.blog-title i {
    transition: all 0.3s;
}

.blog-title:hover i {
    transform: rotate(-360deg);
    transition: all 0.3s;
    color: #23527c;
}

.blog-title a {
    color: #555;
    padding: 5px;
}

.catch-copy {
    position: absolute;
    top: -20px;
    left: calc(50% - 320px);
    font-size: 1.8rem;
    color: #fff;
    background-color: #555;
    border-radius: 10px;
    padding: 5px 10px;
    font-family: initial;
}

.top-sub-title {
    font-size: 3.0rem;
}

.side-title {
    background-color: #212529;
    color: #e5e5e5;
    font-size: 2.0rem;
    margin: -15px -15px 15px;
    border-radius: 5px;
}


/* page-header */

.flex-box,
.flex {
    display: flex;
    justify-content: center;
}


/* sidebar-index */

#index-box {
    margin: 40px auto;
    width: 50%;
    padding: 20px;
    display: block!important;
    line-height: 1.5;
    background-color: #e7e7e7;
    overflow: initial !important;
}

#index-box ol {
    display: none;
}

#index-switch {
    cursor: pointer;
    transition: all 0.3s;
}

.main .index-box a {
    color: #333;
    transition: all 0.3s;
    text-decoration: none;
}

#index-switch:hover,
.main .index-box a:hover,
#side-index-box a:hover {
    color: #bd9907;
    transition: all 0.3s;
}

.index-box p {
    text-align: center;
}

#index-box ol li {
    list-style: none;
}

.index-title {
    background-color: #23527c;
    font-size: 1.8rem;
    padding: 10px 30px;
    width: 100%;
    margin-left: -30px !important;
    color: #fff;
    position: relative;
}

.index-title::before {
    content: '';
    display: inline-block;
    border-top: 18px solid #212529c2;
    border-right: 0px solid transparent;
    border-left: 10px solid transparent;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -18px;
}

.index-title::after {
    content: '';
    display: inline-block;
    border-top: 18px solid #212529c2;
    border-right: 10px solid transparent;
    border-left: 0px solid transparent;
    width: 0;
    position: absolute;
    right: 0;
    bottom: -18px;
}

#side-index-box {
    position: -webkit-sticky;
    position: sticky;
    top: 30px;
    line-height: 2.0;
}

#side-index-box.index-box {
    background-color: #fff;
    color: #555;
}

#side-index-box .index-title {
    background-color: transparent;
    color: #555;
}

#side-index-box .index-title::before,
#side-index-box .index-title::after {
    display: none;
}

#side-index-box a {
    padding: 4px;
}

.current-index {
    border-left: 5px solid;
    color: #bd9907 !important;
}

.index-box .side-h2 {
    font-weight: bold;
    font-size: 1.6rem;
}

.index-box .side-h3 {
    margin-left: 15px;
    font-weight: lighter!important;
}

.index-box .side-h4,
.index-box .side-h5,
.index-box .side-h6 {
    margin-left: 20px;
    font-weight: lighter!important;
}


/* #sidebar */

.searchbox {
    position: relative;
    padding: 20px 20px;
}

.searchbox form {
    height: 60px;
}

.searchbox input[type="text"] {
    width: 90%;
    padding: 15px;
    font-size: 2.0rem;
    border: transparent;
    background-color: #e7e7e7;
    border-radius: 5px;
    border: solid 3px transparent;
}

.searchbox input[type="text"]:focus {
    outline: none;
    border: solid 3px #23527c93;
}

.searchbox input[type="submit"] {
    display: none;
}

.searchbox i::before {
    font-size: 3.0rem;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    position: absolute;
    top: 23px;
    right: 30px;
    transition: all 0.4s;
}

.searchbox label:hover i::before {
    transform: rotate(-360deg);
    transition: all 0.4s;
}

.profile-box {
    text-align: center;
}

.profile-box .profile-img {
    width: 150px;
    margin: 20px auto;
    display: block;
    border-radius: 50%;
}

.profile-box .profile-name {
    width: 100px;
    font-size: 1.9rem;
    margin: 0 auto;
    border-bottom: 3px solid #23527c;
}

.profile-box .social-nav {
    position: relative;
}

.profile-box .social-nav .flex-box {
    justify-content: center;
}

#sidebar .link-box i {
    position: absolute;
    right: 10px;
    top: 18px;
}

.c-button {
    display: inline-block;
    background-color: #555;
    color: #e7e7e7 !important;
    padding: 10px;
    width: 180px;
    border-radius: 10px;
    margin: 5px 5px 10px;
    transition: all 0.3s;
    position: relative;
    cursor: pointer;
}

.c-button:hover {
    background-color: #23527c;
    transition: all 0.3s;
}

#sidebar .app-title {
    color: #dd8147;
    font-weight: bold;
    transition: all 0.3s;
}

#sidebar .app-title:hover {
    text-decoration: underline;
}

#sidebar .app-img {
    width: 100%;
    height: inherit;
    transition: all 0.3s;
}

#sidebar .app-img:hover {
    opacity: 0.9;
    transition: all 0.3s;
}

#sidebar .app-text b {
    font-weight: bold;
}

#sidebar .app-text a {
    color: #337ab7;
    font-weight: bold;
    transition: all 0.5s;
}

#sidebar .app-text a:hover {
    color: #144978;
    ;
    transition: all 0.5s;
}


/* sidebar-new-article */

.post-box {
    margin: 20px 0 0;
    padding: 3px;
    border-radius: 5px;
    transition: all 0.3s;
}

.post-box:hover {
    transition: all 0.3s;
    background-color: rgba(0, 0, 0, 0.2);
}

.post-box-image {
    width: 130px;
    height: 100%;
}

.post-title {
    font-size: 1.2rem;
    padding: 4px;
    width: 200px;
    vertical-align: top;
    margin: 0 !important;
    font-weight: bold;
    word-break: break-all;
}


/* sidebar */


/* 記事サムネイル */

.post-image {
    width: 100%;
    margin: 20px auto;
}

.post .main .box {
    padding: 20px 30px;
    margin: 30px 0;
    font-weight: bold;
    overflow: scroll;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
    border-radius: 8px;
}

.post .main .box p {
    margin: 0;
}

.post .main .box::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
}

.post .pickup-box {
    background-color: rgba(189, 153, 7, 0.242);
    color: #856404;
}

.post .ng-box {
    background-color: rgba(255, 0, 0, 0.3);
}

.post .ok-box {
    background-color: rgba(25, 187, 187, 0.3);
}

.post .normal-box {
    background-color: #e7e7e7;
}

.post .point-box {
    border: 5px dashed #144978;
    color: #444;
    position: relative;
}

.post .point-box p {
    background-color: #23527c;
    color: #fff;
    padding: 3px 38px;
    margin-bottom: 20px !important;
    font-weight: lighter;
}

.post .point-box::after {
    content: '';
    position: absolute;
    top: 51px;
    top: 61px;
    left: 45px;
    border-top: 15px solid #23527c;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}

.post ul.top-list li {
    list-style: none;
    margin: 30px;
}

.top-box {
    position: relative;
    background-color: #e7e7e75b;
    transition: all 0.3s;
    max-height: 174px;
    overflow: hidden;
}

.top-box:hover {
    background-color: rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
}

.top-box .top-body {
    padding: 5px;
}

.top-list .top-box .main-end-image {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

.top-list .top-box .top-image {
    width: 100%;
    margin: 0;
    max-width: 260px;
    max-height: 174px;
}

.top-list .top-box a {
    text-decoration: none !important;
}

.post .top-box .top-title {
    box-sizing: border-box;
    width: 100%;
    color: #555;
    margin: 0;
    padding: 3px 8px;
    font-size: 1.8rem;
    word-break: break-all;
}

.post .top-box .main-end-title {
    box-sizing: border-box;
    position: absolute;
    top: 35%;
    width: 100%;
    left: 0;
    color: #e7e7e7;
    background-color: rgba(0, 0, 0, 0.8);
    margin: 0;
    padding: 3px 8px;
    font-weight: lighter;
    min-height: 56px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.main-end .category-tag a {
    padding: 3px 8px;
    margin: 10px 5px;
    border-radius: 3px;
    background-color: #e7e7e7;
    color: #555;
    text-decoration: none;
    line-height: 2;
    display: inline-block;
}

.post .top-box .top-desc {
    color: #333;
    margin: 10px 8px;
    font-size: 1.3rem;
    font-weight: lighter;
    word-break: break-all;
    overflow-wrap: break-word;
}

pre label {
    background-color: #05021799;
    padding: 10px;
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    position: absolute;
    letter-spacing: 1.1;
    top: 0;
    left: 0;
    color: #e7e7e7;
}

pre.css label {
    background-color: rgba(0, 102, 255, 0.543);
}

pre.html label {
    background-color: rgba(242, 25, 25, 0.5);
}

pre.js label {
    background-color: rgba(180, 189, 15, 0.851);
}

pre.vba label {
    background-color: rgba(16, 124, 65, 0.6);
}

.post .main nav a,
.post .main nav span {
    width: 100px;
    margin: 0px 20px;
    padding: 15px;
    font-size: 1.4rem;
    cursor: pointer;
    border: none;
    background-color: #f5f2f0;
    text-align: center;
}


/* QuestionForm */

.question-form {
    text-align: center;
    font-size: 1.6rem;
}

.question-form .error-message {
    background-color: rgba(255, 0, 0, 0.1);
    padding: 10px;
    color: brown;
    border-radius: 5px;
}

.question-form input,
.question-form textarea,
.question-form .radio-change label {
    display: block;
    margin: 30px auto;
    font-size: 1.8rem;
    padding: 10px;
    width: 80%;
}

.question-form textarea {
    height: 300px;
}

.question-form input {
    border: none;
    border-bottom: 1px solid;
}

.question-form input:focus {
    outline-color: transparent;
    border-bottom-color: darkcyan;
}

.question-form .radio-change label {
    display: inline-block;
    cursor: pointer;
    border: 1px solid;
    transition: all 0.3s;
}

.question-form input[type="radio"] {
    display: none;
}

.question-form input[type="radio"]:checked+label {
    color: darkcyan;
}

.p-contact-title {
    font-weight: bold;
}

.p-contact-title span {
    padding-left: 8px;
    font-size: 1.2rem;
    color: brown;
}

.p-contact-body {
    border: #23527c 2px solid;
    border-radius: 5px;
    padding: 5px;
    width: 70%;
    margin: 10px auto !important;
    display: inline-block;
}

.p-contact-button-container {
    margin-top: 30px;
}

.p-contact-link {
    text-decoration: none;
    font-size: 1.3rem;
    text-align: center;
}


/* QuestionForm */


/* アプリーチ */

.appreach {
    text-align: left;
    padding: 10px;
    overflow: hidden;
    text-align: center;
}

.appreach:after {
    content: "";
    display: block;
    clear: both;
}

.appreach p {
    margin: 0;
}

.appreach a:after {
    display: none;
}

.appreach__icon {
    float: left;
    border-radius: 10%;
    overflow: hidden;
    margin: 0 3% 0 0 !important;
    width: 25% !important;
    height: auto !important;
    max-width: 120px !important;
}

.appreach__detail {
    display: inline-block;
    font-size: 20px;
    line-height: 1.5;
    width: 72%;
    max-width: 72%;
}

.appreach__detail:after {
    content: "";
    display: block;
    clear: both;
}

.appreach__name {
    font-size: 16px;
    line-height: 1.5em !important;
    max-height: 3em;
    overflow: hidden;
}

.appreach__info {
    font-size: 12px !important;
}

.appreach__developper,
.appreach__price {
    margin-right: 0.5em;
}

.appreach__posted a {
    margin-left: 0.5em;
}

.appreach__links {
    height: 40px;
    margin-top: 8px;
    white-space: nowrap;
}

.appreach__aslink img {
    margin-right: 10px;
    height: 40px;
    width: 135px;
}

.appreach__gplink img {
    height: 40px;
    width: 134.5px;
}

.appreach__star {
    position: relative;
    font-size: 14px !important;
    height: 1.5em;
    width: 5em;
}

.appreach__star__base {
    position: absolute;
    color: #737373;
}

.appreach__star__evaluate {
    position: absolute;
    color: #ffc107;
    overflow: hidden;
    white-space: nowrap;
}


/* アプリーチ */

@media screen and (max-width:1300px) {
    .main {
        width: 50%;
    }
    .sidebar {
        width: 25%;
    }
    .post .main-end-box .main-end-title {
        top: 30%;
        font-size: 1.3rem;
        max-height: 58px;
        overflow: hidden;
    }
}

@media screen and (max-width:900px) {
    .main {
        box-sizing: border-box;
        width: 100%;
        margin: 5px 0 40px;
        padding: 20px 15px;
        font-size: 1.5rem;
    }
    .post>.flex-box {
        display: block;
    }
    #sidebar .searchbox {
        width: 270px;
        margin: 0 auto;
        padding: 20px 0;
    }
    #sidebar .searchbox input[type="text"] {
        font-size: 1.5rem;
    }
    #sidebar .searchbox i::before {
        right: -10px;
        top: 25px;
    }
    #side-index-box {
        display: none;
    }
    .post-box div {
        text-align: center;
        padding: 10px;
    }
    .profile-img {
        width: 100px;
    }
    .sidebar {
        width: 100%;
        display: block;
        margin: 0;
        padding: 0;
    }
    .nav .flex-box {
        display: flex;
        min-width: 500px;
        padding: 0 15px;
    }
    .nav-item {
        width: 100%;
        padding: 0;
        position: relative;
    }
    .nav-item i {
        display: none;
    }
    .nav-item img {
        display: none;
    }
    .nav-item a {
        padding: 0;
    }
    .nav-item i::before {
        display: none;
    }
    .post .point-box::after {
        top: 49px;
    }
}

@media screen and (max-width:768px) {
    .main {
        margin-top: -30px;
    }
    body {
        font-size: 1.6rem;
    }
    .nav {
        overflow: scroll;
    }
    .post .main h1,
    .post .main h2,
    .post .main h3,
    .post .main h4,
    .post .main h5,
    .post .main h6 {
        font-size: 1.9rem;
    }
    .title {
        font-size: 2.5rem;
    }
    .title-block {
        padding: 0px 0 0px;
        background: none #23527c;
    }
    .title-block a {
        color: #e7e7e7;
    }
    .blog-title:hover i {
        color: #e7e7e7;
    }
    #index-box.box {
        width: 80%!important;
    }
    #index-box.box li {
        margin: 15px 0;
    }
    .profile-box .profile-img {
        width: 130px;
    }
    .scroll-arrow i {
        width: 50px;
        height: 50px;
        font-size: 2.0rem;
        line-height: 50px;
    }
    .scroll-arrow {
        width: 50px;
        top: 80vh;
        margin: 0 20px 0 auto;
    }
    .scroll-arrow:hover i {
        line-height: 35px;
    }
    .post-title {
        line-height: 1.7;
    }
    .post .scroll-table {
        overflow-x: scroll;
        position: relative;
    }
    .post .scroll-table::after {
        content: '※横にスクロールできます';
        position: absolute;
        display: block;
        color: #999;
        width: 100%;
        bottom: 0px;
    }
    .post .scroll-table table {
        width: 600px;
    }
    .post .main-end .flex-box {
        display: block;
    }
    .top-box .top-body {
        padding: 0px;
    }
    .post .top-box .top-image {
        max-width: initial;
        /* max-height: initial; */
    }
    .post .top-box .top-title {
        position: absolute;
        top: 36%;
        width: 100%;
        left: 0;
        color: #e7e7e7;
        background-color: rgba(0, 0, 0, 0.8);
        margin: 0;
        padding: 3px 8px;
        font-weight: lighter;
        font-size: 1.4rem;
        overflow: hidden;
        min-height: 56px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .nav-item label {
        font-size: 1.4rem;
        padding: 0;
    }
    .post .main .box {
        padding: 15px;
    }
    .catch-copy,
    .post .top-box .top-desc,
    .header .social-nav {
        display: none;
    }
}
