/*
    Theme Name: Select
    Theme URI: https://wordpress.org/themes/select/
    Author: Akira Fujita
    Author URI: https://clans.co.jp/
    Description: Use this template for business blogs.
    Version: 1.0
    Tags: business, blog
    Text Domain: clans
*/

html {
	font-family: "MS Pゴシック",sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    color: #333;
    font-size: 15px;
    background-color: #FFF;
    margin: 0;
    line-height: 1.5;
    overflow-wrap: break-word;
}

a {
	text-decoration: none;
}

/* ---------- Headline ---------- */

h1 {
    margin-top: 0;
    padding: 8px 16px 0 16px;
    font-weight: 600;
    font-size: 15px;
    color: #444;
    text-align: left;
    height: 46px;
    overflow: hidden;
}

h1.pickup {
    padding: 0 0 0 12px;
    font-size: 14px;
}

h1.normal {
    padding: 0 0 0 12px;
    font-size: 14px;
}

h1.post {
    margin: 0 16px 8px 16px;
    font-weight: 600;
    height: auto;
    color: #444;
    text-align: left;
    font-size: 19px;
    padding: 0;
}

h2 {
    font-size: 21px;
    font-weight: 600;
    color: #494949;
    border-bottom: solid 2px #FA6565;
    text-align: left;
    margin-top: 38px;
}

h2.related {
    font-size: 25px;
    font-weight: 600;
    margin: 20px 0 10px 0;
    padding: 0 16px;
    background-color: #fff;
    border: none;
    text-align: center;
    color: #444;
}

h3 {
    font-size: 18px;
    font-weight: 600;
    padding: 0 0.5em;
    color: #494949;
    border-left: solid 2px #FA6565;
    text-align: left;
}

h3.terms {
	border: none;
	padding: 0;
}

h4 {
    font-size: 16px;
    margin-bottom: -4px;
}

/* ---------- Description ---------- */

p.description {
    font-size: 13px !important;
    color: #777 !important;
    line-height: 1.6 !important;
    margin-bottom: 16px;
}

/* ---------- Breadcrumb ---------- */

div.breadcrumb {
    font-size: 12px;
    margin: 0 8px;
}

div.breadcrumb a {
    text-decoration: none;
    color: #777;
}

div.link_archives {
    width: 100%;
    display: inline-block;
    margin: 48px 0;
}

div.link_archives a {
    color: #FFF;
    font-weight: 200;
    text-decoration: none;
    padding: 24px 102px;
    background-color: #FA6565;
    border-radius: 32px;
    letter-spacing: 3.0px;
}

/* ---------- Header ---------- */

.header_wrapper {
    width: 100%;
}

div.header {
    text-align: center;
    width: 100%;
}

div.header_container {
    display: inline-block;
    width: 100%;
}

/* ---------- Thumbnail ---------- */

img.thumbnail-img {
    width: 100%;
    height: auto;
    padding: 24px 0;
}

/* ---------- Container ---------- */

div.container {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

#container {
    margin: 8px 0 30px 0;
}

/* ---------- Main ---------- */

div.main_article {
    position: relative;
    vertical-align: top;
    color: #444;
    width: 100%;
    word-break: break-all;
}

div.main {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #444;
    width: 100%;
}

div.main_page {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #444;
    width: 100%;
}

/* ---------- Top ---------- */

div.top_large {
    width: 100%;
}

div.pickup {
    font-size: 26px;
    color: #222;
    font-weight: 200;
    margin: 24px 0 0 0;
    letter-spacing: 5.0px;
    position: relative;
    display: inline-block;
    padding: 0 102px;
    width: 146px;
    text-align: center;
}

div.pickup:before, div.pickup:after {
    content: '';
    position: absolute;
    top: 40%;
    display: inline-block;
    width: 85px;
    height: 1px;
    background-color: #FA6565;
}

div.pickup:before {
    left: 0;
}
div.pickup:after {
    right: 0;
}

div.new {
    font-size: 26px;
    color: #222;
    font-weight: 200;
    margin: 28px 0 0 0;
    letter-spacing: 5.0px;
    position: relative;
    display: inline-block;
    padding: 0 102px;
    width: 146px;
    text-align: center;
}

div.new:before, div.new:after {
    content: '';
    position: absolute;
    top: 40%;
    display: inline-block;
    width: 85px;
    height: 1px;
    background-color: #FA6565;
}

div.new:before {
    left: 0;
}
div.new:after {
    right: 0;
}

/* ---------- Article ---------- */

div.article {
    background-color: #FFF;
    width: 100%;
    float: left;
    text-align: left;
    text-decoration: none;
    padding: 8px 0px;
}

span.pickup {
    font-size: 14px;
    top: -14px;
    position: relative;
}

a.permalink {
    text-decoration: none;
    color: #444;
    display: block;
}

ol {
    margin-left: -12px;
}

/* ---------- Time ---------- */

p.time {
    font-size: 11px;
    text-align: left;
    color: #7B7B7B;
    margin: 0 0 0 102px;
    letter-spacing: 0.6px;
}

p.time_large {
    font-size: 11px;
    text-align: left;
    color: #7B7B7B;
    margin: 0 0 0 16px;
    letter-spacing: 0.6px;
}

p.time_top_small {
    font-size: 11px;
    text-align: left;
    color: #7B7B7B;
    margin: 0 0 0 102px;
    letter-spacing: 0.6px;
}

p.time_side {
    font-size: 11px;
    text-align: left;
    padding-bottom: 13px;
    color: #7B7B7B;
    letter-spacing: 0.6px;
}

p.time_post {
    font-size: 13px;
    margin: 24px 8px 8px 8px;
    color: #777;
}

/* ---------- Recommend ---------- */

div.recommend {
    width: 100%;
    margin-bottom: 48px;
}

p.recommend {
    border-bottom: 1px solid #333;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1.8px;
    margin: 0 8px 16px 8px;
}

div.recommend_content {
    margin: 0 8px 8px 8px;
    line-height: 1.6;
}

div.recommend_content a {
    text-decoration: none;
}

div.content_post {
    margin-bottom: 42px;
    font-size: 17px;
    font-weight: 300;
    text-align: left;
    line-height: 1.6;
    margin: 0 16px;
}

div.content_post p {
    text-align: left;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.4px;
}

div.content_post li {
    font-size: 14px;
}

div.content_post img {
    width: 100%;
    max-width: 600px;
    display: block;
    margin: 0 auto;
}

img.the_post_thumbnail_main {
    width: 400px;
    height: 209.333333333px;
}

img.the_post_thumbnail_article {
    width: 748px;
    height: auto;
}

/* ---------- Related ---------- */

div.related {
    background-color: #FFF;
    margin: 0 16px 0 16px;
    padding-top: 16px;
    text-align: left;
    text-decoration: none;
    border-bottom: 1px solid #DDD;
    height: 108px;
}

div.related_page {
    background-color: #FFF;
    text-align: left;
    text-decoration: none;
    width: 100%;
}

div.related_top_large {
    background-color: #FFF;
    width: 100%;
    margin: 0 16px 0 0;
    text-align: left;
    text-decoration: none;
}

div.related_top_large a {
    font-size: 13px;
    text-decoration: none;
}

div.related_top_small {
    background-color: #FFF;
    margin: 0 16px 0 16px;
    padding-top: 16px;
    height: 108px;
    text-align: left;
    text-decoration: none;
    border-bottom: 1px solid #DDD;
}

div.related_top_small a {
    font-size: 13px;
    text-decoration: none;
}

img.wp_img_related_top_large {
    width: 100%;
}

img.wp_img_related_normal {
    width: 75px;
    height: 75px;
    object-fit: cover;
    float: left;
}

div.content_related {
    margin-top: 28px;
    margin-bottom: 16px;
    font-size: 17px;
    font-weight: 300;
    text-align: left;
}

div.content_related p {
    text-align: left;
    color: #333;
    margin-bottom: 30px;
}

div.related_img {
    width: 90px;
    height: 90px;
    float: left;
}

div.related_img img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    float: left;
}

div.related_img_top_small {
    width: 90px;
    height: 90px;
    float: left;
}

div.related_img_top_small img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    float: left;
}

div.related_article_img {
    width: 100%;
}

div.related_article_img img {
    width: 100%;
}

div.related_top_large img {
    width: 100% !important;
    height: auto !important;
}

div.related a {
    font-size: 13px;
    text-decoration: none;
}

/* ---------- Tags ---------- */

div.tags {
    color: #4773BA;
    text-decoration: none;
    font-size: 13px;
    margin: 0 8px 8px 8px;
}

div.tags a {
    text-decoration: none;
}

/* ---------- Side Column ---------- */

div.sub {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

img.wp_img_sidebar {
    padding-right: 12px;
    width: 75px;
    height: 75px;
    object-fit: cover;
    float: left;
}

img.the_post_thumbnail_side {
    padding-right: 12px;
    width: 75px;
    height: 75px;
    object-fit: cover;
    float: left;
}

/* ---------- Ranking ---------- */

div.ranking {
    background-color: #FFF;
    padding: 0 16px 0 16px;
    margin-bottom: 16px;
}

div.ranking_img {
    height: 75px;
}

div.ranking_img a {
    text-decoration: none;
    font-size: 11px;
}

p.ranking {
    color: #333;
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 24px;
    padding: 4px 0 4px 16px;
    border-left: 3px solid #333;
    text-align: left;
}

div.pickup_ranking {
    font-size: 26px;
    color: #222;
    font-weight: 200;
    margin: 16px 0 0 0;
    letter-spacing: 5.0px;
    position: relative;
    display: inline-block;
    padding: 0 102px;
    width: 146px;
    text-align: center;
}

div.pickup_ranking:before, div.pickup_ranking:after {
    content: '';
    position: absolute;
    top: 40%;
    display: inline-block;
    width: 85px;
    height: 1px;
    background-color: #FA6565;
}

div.pickup_ranking:before {
    left:0;
}
div.pickup_ranking:after {
    right: 0;
}

p.ranking_title {
    text-align: left;
    font-size: 13px;
    margin: 0;
    padding-bottom: 16px;
    height: 27px;
    overflow: hidden;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: 0.4px;
}

ol.ranking {
    padding: 0;
    margin: 0;
    list-style: none;
    counter-reset: li;
}

ul.ranking {
    padding-left: 0;
}

li.ranking {
    padding: 0;
    position: relative;
    list-style: none;
    border-bottom: dotted 1px #CCCCCC;
}

li.ranking:before {
    counter-increment: li;
    content: counter(li);
    position: absolute;
    left: -8px;
    top: 8px;
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #333;
    font-size: 13px;
    color: #fff;
    line-height: 2.0;
    text-align: center;
    z-index: 1;
}

.ranking li:nth-of-type(1)::before {
    background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
}

.ranking li:nth-of-type(2)::before {
    background: linear-gradient(45deg, #757575 0%, #9E9E9E 45%, #E8E8E8 70%, #9E9E9E 85%, #757575 90% 100%);
}

.ranking li:nth-of-type(3)::before {
    background: linear-gradient(45deg, #815a2b 0%, #815a2b 45%, #CC6600 70%, #993300 85%, #815a2b 90% 100%);
}

a.ranking {
    text-decoration: none;
    color: #444;
    height: 75px;
    display: block;
    padding: 16px 0;
}

/* ---------- Table ---------- */

table {
    border-collapse: collapse;
    font-size: 12px;
    width: 100%;
    margin-bottom: 18px;
}

th, td {
    border: 1px solid #CCCCCC;
    padding: 4px 8px;
}

th {
    background-color: #777;
    color: #FFF;
    font-weight: 400;
}

tr:nth-child(2n+1) {
    background: #EEEEEE;
}

/* ---------- pagination ---------- */

.nav-links {
    display:flex;
}
.pagination {
    margin-bottom: 32px;
}
.pagination .page-numbers {
    display:inline-block;
    margin-right:20px;
    padding: 6px 12px;
    color:#333;
    border-radius:3px;
    box-shadow:0 3px 3px #999;
    background:#fff;
    border-radius: 32px;
    text-decoration: none;
}
.pagination .current {
   background:#444;
   color:#fff;
}
.pagination .prev,
.pagination .next {
   background:transparent;
   box-shadow:none;
   color:#444;
}
.pagination .dots {
   background:transparent;
   box-shadow:none;
}

.pnavi {
    width: 100%;
    display: inline-block;
}

/* ---------- footer ---------- */

#footer_border {
    margin-bottom: 26px;
}

footer {
    font-size: 12px;
    background-color: #F6B2B3;
    color: #333;
    position: relative;
    text-align: center;
    padding: 12px 0;
    width: 100%;
    display: inline-block;
    margin-top: 24px;
}

div.footer {
    display: inline-block;
}

div.copyright {
    background-color: #F6B2B3;
}

ul.footer li {
    list-style: none;
    float: left;
    margin: 0 4px;
}

ul.footer li a {
    color: #333;
    font-weight: 400;
}

ul.footer {
    padding-left: 0;
}

/* ---------- Media Queries ---------- */

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

@media screen and (max-width: 1169px) {

    a.permalink {
        font-size: 14px;
    }

    ul {
        padding-left: 24px;
    }

    /* ---------- Headline ---------- */

    h1.top_large {
        margin-top: -64px;
        color: #FFF;
        position: absolute;
    }

    h2 {
        font-size: 18px;
    }

    h3 {
        font-size: 16px;
    }

    /* ---------- Related ---------- */

    div.related_img_top_large  {
        position: relative;
    }

    div.related_img_top_large::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 42%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        bottom: 5px;
    }

    div.content_related {
        padding: 0 16px;
        line-height: 1.8;
    }

    img.wp_img_related {
        width: 90%;
        height: auto;
        margin-top: 16px;
        float: none;
        padding: 0;
    }

    div.content_related {
        margin-top: 0;
    }

    /* ---------- Time ---------- */

    p.time_post {
        margin: 24px 8px 8px 10px;
    }

    p.time_large {
        color: #FFF;
        position: absolute;
        margin-top: -74px;
        letter-spacing: 0.6px;
    }

    /* ---------- Header ---------- */

    div.header_container {
        padding: 8px 0 12px 0;
    }

    img.header {
        width: auto;
        height: 32px;
        margin-bottom: -6px;
    }

    /* ---------- Main ---------- */

    div.content_post {
        font-size: 16px;
    }

    /* ---------- table of contents ---------- */

    div.toc li {
        margin-bottom: 4px;
    }

    /* ---------- Pagination ---------- */

    .pnavi {
        margin-top: 18px;
    }

    /* ---------- Recommend ---------- */

    div.recommend_content {
        margin: 0 16px 8px 16px;
    }

    p.recommend {
        margin: 0 16px 16px 16px;
    }

}

@media screen and (min-width: 1170px) {

    li a {
        color: #333;
        line-height: 1.0;
    }

    /* ---------- Headline ---------- */

    h1 {
        padding: 4px 0 0 0;
    }

    h1.normal {
        margin: 0 0 0 -12px;
        padding-top: 2px;
        padding-bottom: 4px;
    }

    h1.top_large {
        margin-top: -56px;
        color: #FFF;
        position: absolute;
        margin-left: 16px;
    }

    h1.pickup {
        margin: 0 0 17px 102px;
    }

    h1.post {
        font-weight: 600;
        height: auto;
        font-size: 28px;
        color: #444;
        text-align: left;
    }

    /* ---------- Related ---------- */

    div.related {
        width: 392px;
        height: 304px;
        float: left;
        border: none;
        padding: 0;
        margin: 0 24px 16px 0;
    }

    div.related_img img {
        width: 392px;
        height: 205.8px;
        object-fit: cover;
        float: none;
        margin-right: 16px;
    }

    div.related_img_top_large  {
        position: relative;
    }

    div.related_img_top_large::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 27%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
        bottom: 6px;
    }

    div.related_top_large {
        width: 640px;
        float: left;
    }

    div.related_article_img {
        width: 772px;
        height: 404px;
    }

    div.related_article_img img {
        height: auto;
    }

    img.wp_img_related_normal {
        width: 400px;
        height: 209.333333333px;
    }

    img.wp_img_related_top_large {
        width: 640px;
        height: 334.933333333px;
    }

    div.related_img {
        margin: 0 0 8px 0;
        width: 392px;
        height: 205.8px;
    }

    div.related_top_small {
        background-color: #FFF;
        width: 468px;
        height: 101.8px;
        float: left;
        margin: 0 0 16px 16px;
        text-align: left;
        text-decoration: none;
        padding: 0;
        border: none;
    }

    img.wp_img_related_top_small {
        width: 75px;
        height: 75px;
        object-fit: cover;
        float: left;
    }

    div.related_img_top_small img {
        width: 102px !important;
        height: 102px !important;
    }

    /* ---------- Time ---------- */

    p.time {
        font-size: 13px;
        text-align: left;
        float: left;
        margin: 2px 8px 0 0;
        color: #7B7B7B;
    }

    p.time_large {
        color: #FFF;
        position: absolute;
        margin-top: -74px;
        letter-spacing: 0.6px;
    }

    p.time_top_small {
        font-size: 13px;
        text-align: left;
        float: left;
        margin: 2px 0px 19px 24px;
        color: #7B7B7B;
    }

    /* ---------- Header ---------- */

    div.header {
        padding-left: 0;
        text-align: center;
        width: 1140px;
        margin: 0 auto;
    }

    div.header_container {
        display: inline-block;
        margin-top: 8px;
    }

    img.header {
        height: 64px;
        float: left;
        padding-left: 0;
        padding-top: 16px;
        width: 222px;
        height: auto;
    }

    /* ---------- table of contents ---------- */

    div.toc a {
        font-size: 13px;
    }

    div.toc li {
        font-size: 13px !important;
    }

    /* ---------- Top ---------- */

    div.top_large {
        width: 640px;
        height: 338px;
        float: left;
        margin-right: 8px;
    }

    /* ---------- Description ---------- */

    p.description {
        font-size: 14px !important;
    }

    /* ---------- Main ---------- */

    div.main {
        width: 835px;
        padding: 0;
        float: left;
    }

    div.content_post {
        line-height: 2.0;
        width: 772px;
    }

    div.content_post p {
        font-size: 15px;
    }

    div.content_post li {
        font-size: 15px;
    }

    div.main_article {
        position: relative;
        display: inline-flex;
        vertical-align: top;
        color: #444;
        width: 772px;
        margin-right: 60px;
        float: left;
    }

    /* ---------- Side Menu ---------- */

    div.sub {
        width: 300px;
        margin-top: -11px;
        float: left;
    }

    div.top_pick {
        height: 364px;
    }

    /* ---------- Ranking ---------- */

    p.ranking {
        width: 300px;
    }

    /* ---------- Container ---------- */

    div.container {
        width: 1140px;
    }

    #container {
        margin: 16px auto 0 auto;
        display: flow-root;
    }

    #container_article {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    div.pickup {
        display: none;
    }

    div.new {
        padding: 0 0px;
        width: 96%;
        margin: 16px 0 16px -28px;
    }

    div.new:before, div.new:after {
        width: 260px;
    }

    div.pickup_ranking {
        padding: 0 0px;
        width: 90%;
    }

    div.pickup_ranking:before, div.pickup_ranking:after {
        width: 48px;
    }

    span.pickup {
        font-size: 14px;
        top: -14px;
        position: relative;
    }

    /* ---------- Ranking ---------- */

    div.ranking {
        background-color: #FFF;
        padding: 0 16px 0 16px;
        margin-bottom: 16px;
    }

    /* ---------- Pagination ---------- */

    .pagination .page-numbers{
        padding:10px 16px;
    }

    /* ---------- Reccomend ---------- */

    div.recommend {
        margin-bottom: 120px;
    }

}

/* ---------- コラム記事一覧ページ Start ---------- */

.column_list_page {
    max-width: 600px;
    margin: 0 auto;
}

.column_list_page a {
    text-decoration: none;
}

.column_list_page h1 {
    font-size: 20px;
}

.column_list_page ul {
    background-color: #FFF;
    margin-top: 0;
    padding: 0 16px;
    list-style: none;
}

.column_list_page li {
    border-bottom: 1px solid #DCDCDC;
    padding: 8px 0;
    text-align: left;
    min-height: 80px;
    font-size: 14px;
}

.post-thumbnail {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
    float: left;
    margin-right: 8px;
}

/* ---------- コラム記事一覧ページ End ---------- */