
/* page-tips-for-selling */

/* css by archive @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

/* page_title */
.page_title {
    background: url(../../common/images/line-bg.jpg);
    padding: 60px 0;
    text-align: center;
    margin-top: 80px;
}

.page_title .ja {
    font-size: 28px;
    font-weight: bold;
}

.page_title .en {
    color: #008A7B;
    margin-top: 5px;
}

/* filter */

.columncate {
    margin-top: 60px;
}

.columncate .title_m {
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

/* pc用 */
.columncate input, 
.columncate .title {
    display: none;
}

/* pc用 */
.columncate ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
}

/* pc用 */
.columncate li {
    box-sizing: border-box;
    width: 220px;
    border: 1px solid #008A7B;
}

.columncate li {
    background: #DDF0ED;
}

/* pc用 */
.columncate li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    font-size: 16px;
    color: #008A7B;
}

.columncate li .current {
    background-color: #008A7B;
    color: #fff;
}


/* list */
.list {
    margin-top: 90px;
}

.list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
}

.list li {
    width: 310px;
    height: 290px;
    position: relative;
    background-color: #fff;
}

.list .thumb img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.list .text-box {
    font-size: 14px;
    margin: 4px 5px;
}

.list .text {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 9px;
    border-top: 1px solid #444444;

    display: flex;
    justify-content: space-between;
    padding: 5px 0 0 0;
}

.list .more::before {
    content: "\2192";
    width: 26px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background: #444444;
    color: #FFFFFF;
    font-size: 12px;
    display: inline-block;
    margin-left: 10px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.list .title {
    color: #333;
}

.list .category {
    color: #008A7B;
    font-weight: bold;
}

/* change main-color */
.columncate li {
    border: 1px solid #8A0010;
}

@media only screen and (max-width: 1100px) {

    .w1100 {
        width: inherit;
        margin: 0;
    }
        
}
@media only screen and (max-width: 1000px) {
    /* 全ページ共通 */
    body {
        min-width: 1000px;
    }

    .w1000 {
        width: inherit;
        margin: 0;
    }

    .columncate .title_m {
        margin-left: 20px;
    }
    
}
@media only screen and (max-width: 800px) {
    .w800 {
        width: inherit;
        margin: 0;
    }
}
@media only screen and (max-width: 768px) {
    /* 全ページ共通 */
    body {
        font-size: 14px;
        min-width: 375px;
    }    

    /* filter */
    .columncate .title {
        background: #DDF0ED;
        display: block;
        pointer-events: all;
        width: 260px;
        margin: 0 auto;
        position: relative;
        padding: 0.75em 0;
        text-align: center;
        color: #008A7B;

        border: 1px solid #008A7B;
    }

    .columncate .title span {
        position: absolute;
        right: 4px;
        top: 3px;
        width: 15px;
        height: 15px;
    }

    .columncate .title span::after {
        content: "";
        position: absolute;
        right: 10px;
        top: 8px;
        width: 11px;
        height: 11px;
        border: 2px solid;
        border-color: transparent transparent #1d4570 #1d4570;
        transform: rotate(-45deg);
    }

    .columncate .toggle {
        width: 260px;
        margin: 0 auto;
        height: 0;
        transition: 0.5s;
        position: relative;
        z-index: 51;
    }

    .columncate input:checked ~ .toggle {
        height: auto;
        transition: height 0.2s;
    }

    .columncate input:checked ~ .title span {
        display: inline-block;
        margin: 8px 14px 0 7px;
        padding: 0;
        width: 2px;
        height: 16px;
        background: #1d4570;
        transform: rotate(45deg);
    }

    .columncate input:checked ~ .title span::before {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: -7px;
        width: 16px;
        height: 2px;
        margin-top: -1px;
        background: #1d4570;
    }

    .columncate input:checked ~ .title span::after {
        content: none;
    }

    .columncate ul {
        gap: 0;
    }
    
    .columncate li {
        width: 100%;
        padding: 0;
        visibility: hidden;
        margin: 0;
        opacity: 0;
        transition: padding 0.3s, line-height 0.3s, visibility 0.3s, opacity 0.3s;

        border-style: none;
    }

    .columncate li a {
        height: 40px;
        font-size: 14px;
    }

    input:checked ~ .toggle li a {
        font-size: 14px;
        border-bottom: 1px solid #008A7B;
        transition: padding 0.3s, font-size 0.3s, height 0.3s, visibility 0.3s, opacity 3s;
    }

    input:checked ~ .toggle li {
        visibility: visible;
        opacity: 1;
    }

    input:checked ~ .menu-background {
        height: 100%;
        opacity: 0.75;
        z-index: 50;
    }

    .menu-background {
        background-color: #3d3d3d;
        display: block;
        opacity: 0;
        position: fixed;
        right: 0;
        top: 0;
        transition: all 0.1s linear 0s;
        width: 100%;
    }

    /* list */

    .list ul {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
}
@media only screen and (max-width: 400px) {
    .w400 {
        width: inherit;
        margin: 0;
    }
}

/* change main-color */

.page_title .en {
    color: #8A0010;
}

.breadcrumb {
    background: #F0DDDF;
}

.breadcrumb li {
    color: #8A0010;
}

.breadcrumb li a {
    color: #8A0010;
}

.columncate li {
    background: #F0DDDF;
}

.columncate li a {
    color: #8A0010;
}

.columncate .title {
    background: #F0DDDF;
    color: #8A0010;
    border: 1px solid #8A0010;
}

.columncate li .current {
    background-color: #8A0010;
    color: #fff;
}

.list .category {
    color: #8A0010;
}

input:checked ~ .toggle li a {
    border-bottom: 1px solid #8A0010;
}

footer .foot_nav>li a:before {
    background: #8A0010;
}

.foot_bottom {
    background: #8A0010;
}

footer .foot_nav .hp {
    color: #8A0010;
}




/* css by single-page @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ */

/* content */
.whole_content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 75px;
    box-sizing: border-box;
    margin-bottom: 150px;
}

.leftcontent {
    width: 680px;
}

/* article_content */
.article_content .text-box {
    display: flex;
}

.article_content .category {
    border: 0.5px solid #008A7B;
    color: #008A7B;
    padding: 5px 5px;
    text-align: center;
}

.article_content .writing_day {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin-left: 10px;
    color: #919191;
}

.article_content .title {
    font-size: 30px;
    color: #339966;
    border-bottom: 3px solid #339966;
    padding-top: 8px;
    padding-bottom: 8px;
}

.article_content .thumbnail {
    width: 100%;
    margin-top: 40px;
}

/* content_body */
.article_content .content_body {
    margin-top: 40px;
    line-height: 22px;
    letter-spacing: 0.05em;
}

.article_content .content_body a {
    text-decoration:underline;
}

.article_content .content_body strong {
    font-weight: bold;
}

.article_content .content_body h4 {
    font-size: 20px;
    /* height: 40px; */
    background-color: #F5F4F2;
    border-left: 5px solid #339966;
    display: flex;
    align-items: center;
    /* padding-left: 6px; */
    padding: 10px 6px;
    margin-bottom: 20px;
    margin-top: 60px; /* WORDPRESSでスペース入れられたらそれで代用 */
}

.article_content .content_body h5 {
    /* height: 35px; */
    background-color: #DDF0ED;
    color: #339966;
    display: flex;
    align-items: center;
    /* padding-left: 10px; */
    padding: 8px 10px;
    margin-bottom: 20px;
    margin-top: 60px;
}

.article_content .content_body h6 {
    color: #339966;
    /* padding-left: 10px; */
    margin-bottom: 20px;
    margin-top: 40px;
}

.article_content .content_body img {
    max-width: 100%;
}

.article_content .content_body .alignleft {
    /* display: block; */
    float: left;
}

.article_content .content_body .aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.article_content .content_body .alignright {
    /* display: block;
    margin-left: auto; */
    float: right;
}

.article_content .content_body ul {
    list-style:disc;
    list-style-position: inside;
}

.article_content .content_body ol {
    list-style:decimal;
    list-style-position: inside;
}

.article_content .content_body iframe {
    max-width: 100%;
}

/* sidebar */

/* rightcontent */
.rightcontent {
    width: 260px;
    margin-left: 60px;
}

.rightcontent h3 {
    height: 60px;
    text-align: center;
    background: #444;
    color: #fff;
    margin-bottom: 30px;

    display: flex;
    align-items: center;
    justify-content: center;
}

/* latest_article */

.latest_article li {
    height: 90px;
    border-bottom: 1px solid #444444;
    padding: 40px 0;
}

.latest_article .thumb {
    position: relative;
}

.latest_article .thumb img {
    width: 80px;
    height: 90px;
    object-fit: cover;
}

/* .latest_article .thumb .num {
    position: absolute;
    top: -1em;
    left: 0;
    width: 65px;
    display: inline-block;
    background: #444444;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.0;
    padding: 6px 0;
    font-size: 12px;
    font-weight: bold;
    z-index: 10;
} */

.latest_article a {
    display: flex;
}

.latest_article .date {
    font-size: 10px;
    font-weight: bold;
    line-height: 12px;
    letter-spacing: 0.1em;
    color: #919191;       
}

.latest_article .text-box {
    position: relative;
    margin: 0 8px;
    width: 100%;
}

.latest_article .title {
    font-size: 12px;
    font-weight: bold;
    color: #333;       
}

.latest_article .text {
    position: absolute;
    bottom: 5px;
    border-top: 1px solid #444444;
    width: 100%;
    padding-top: 5px;

    display: flex;
    justify-content: space-between;
}

.latest_article .category {
    color: #919191;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.latest_article .more::before {
    content: "\2192";
    width: 25px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background: #444444;
    color: #FFFFFF;
    font-size: 12px;
    display: inline-block;
    margin-left: 10px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

/* popular_article */

.popular_article h3 {
    margin-top: 60px;
}

.popular_article a {
    display: flex;
    color: #333;
    font-size: 12px;
}

.popular_article .thumb img {
    width: 80px;
    height: 90px;
    object-fit: cover;
}

.popular_article .rank {
    display: flex;
}

.popular_article .title {
    font-weight: bold;
    margin-top: 4px;
}

.popular_article .text-box {
    margin-left: 8px;
    width: 100%;
}

.popular_article li {
    height: 90px;
    border-bottom: 1px solid #444444;
    padding: 40px 0;
}

.popular_article .rank1,
.popular_article .rank2,
.popular_article .rank3 {
    margin-left:2px;
}

/* category_article */

.category_article h3 {
    margin-top: 60px;
}

.category_article li {
    margin: 15px 0 15px 10px;
}

.category_article a {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    position: relative;
    display: flex;
}

.category_article li a:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: #333;
    margin-right: 6px;
}

/* .nbutton */

.article_content .nbutton {
    margin: 60px 0;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
}

/* other_article */

.other_article h3 {
    height: 60px;
    text-align: center;
    background: #444;
    color: #fff;
    margin-bottom: 30px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.other_article li {
    height: 110px;
    border-bottom: 1px solid #444444;
    padding: 40px 0;
}

.other_article .thumb {
    position: relative;
}

.other_article .thumb img {
    width: 160px;
    height: 110px;
    object-fit: cover;
}

/* .other_article .thumb .num {
    position: absolute;
    top: -1em;
    left: 0;
    width: 80px;
    display: inline-block;
    background: #444444;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.0;
    padding: 6px 0;
    font-size: 14px;
    font-weight: bold;
    z-index: 10;
} */

.other_article a {
    display: flex;
}

.other_article .text-box {
    position: relative;
    margin: 0 8px;
    width: 100%;
}

.other_article .title {
    font-weight: bold;
    color: #333;       
}

.other_article .text {
    position: absolute;
    bottom: 5px;
    border-top: 1px solid #444444;
    width: 100%;
    padding-top: 5px;

    display: flex;
    justify-content: space-between;
}

.other_article .category {
    color: #919191;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
}

.other_article .more::before {
    content: "\2192";
    width: 25px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background: #444444;
    color: #FFFFFF;
    font-size: 14px;
    display: inline-block;
    margin-left: 10px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

@media only screen and (max-width: 768px) {
    
    /* 標準サイズのボタン */
    .nbutton {
        width: 240px;
        padding:12px 0;
    }

    /* leftcontent */
    .leftcontent {
        width: 100%;
    }

    /* article_content */
    .article_content .content_body h4 {
        font-size: 16px;
    }

    /* rightcontent */
    .rightcontent {
        width: 100%;
        margin-left: 0;
    }

    /* article_content */
    /* other_article */
    /* latest_article */
    /* popular_article */
    /* category_article */
    .article_content,
    .other_article ul,
    .latest_article ul,
    .popular_article ul,
    .category_article ul {
        margin-left: 20px;
        margin-right: 20px;    
    }

}

/* change main-color */

.article_content .category {
    border: 0.5px solid #8A0010;
    color: #8A0010;
}

.article_content .title {
    color: #993232;
    border-bottom: 3px solid #993232;
}

.article_content .content_body h4 {
    border-left: 5px solid #993232;
}

.article_content .content_body h5 {
    background-color: #F0DDDF;
    color: #993232;
}

.article_content .content_body h6 {
    color: #993232;
}

.nbutton {
    border: 2px solid #8A0010;
    color: #8A0010;
}