@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}



body {
    color: #202020;
    word-break: break-all;
    font-family: 'helvetica', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 750px) {
    body {
        background: #FBFBFB;
        padding-bottom: 0;
    }
}

a {
    text-decoration: none;
}

@media (min-width: 750px) {
    a:hover {
        text-decoration: underline;
    }
    a:hover img {
        opacity: .83;
    }
}

img {
    vertical-align: middle;
}




.main{
    margin-top:45px; 
}


@media (min-width: 750px) {
    .main {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: hidden;
        margin-top:59px; 
    }
}

.container {
    padding: 0 16px 0;
    overflow: hidden;
}

@media (min-width: 750px) {
    .container {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        padding: 0;
    }
}

@media (min-width: 750px) {
    .row {
        max-width: 1024px;
        margin: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 70px;
    }
}

@media (min-width: 750px) {
    .section-inner {
        margin: 0 auto;
        max-width: 1024px;
        padding: 0 42px;
    }
}

/********************************
  ボタン
********************************/
.btn {
    padding: 8px 0;
    background: #8CC63F;
    text-align: center;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    text-decoration: none;
    border-radius: 0;
    line-height: 24px;
    cursor: pointer;
}

@media (min-width: 750px) {
    .btn {
        cursor: pointer;
        text-decoration: none;
    }
    .btn:hover {
        opacity: 0.9;
    }
}

.btn:hover {
    text-decoration: none;
}

.btn-block {
    width: 90%;
    margin: 0 auto;
    display: block;
}

.btn-outline {
    background: transparent;
    border: 1px solid #fff;
}

/********************************
  訴求エリア
********************************/
.appeal-area {
    background: #FFFFFF;
    border: 2px solid #E4007F;
    border-radius: 6px;
    padding: 16px;
}

@media (min-width: 750px) {
    .appeal-area {
        padding: 24px 30px 40px;
    }
}

.appeal-area .appeal-title {
    text-align: center;
}

.appeal-area .appeal-lead {
    line-height: 24px;
    text-align: center;
}

.appeal-area .appeal-teller {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
}

.appeal-area .appeal-teller-thumb {
    width: 80px;
    height: 80px;
    margin-right: 12px;
}

.appeal-area .appeal-teller-thumb > img {
    border-radius: 50%;
    width: 100%;
}

.appeal-area .appeal-teller-text > p {
    margin: 0 0 4px;
}

.appeal-area .appeal-teller-text .voice {
    color: #E4007F;
}

.appeal-area .appeal-teller-detail {
    margin-top: 24px;
    border-top: 1px solid #DCDCDC;
}

.appeal-area .appeal-teller-detail > h4 {
    margin: 16px 0;
    text-align: center;
    font-size: 16px;
}

.appeal-area .appeal-teller-detail > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.appeal-area .appeal-teller-detail > ul > li {
    border: 1px solid #666666;
    text-align: center;
    font-size: 14px;
    color: #666666;
    padding: 8px 0;
    margin-bottom: 16px;
}

.appeal-area .appeal-teller-detail .appeal-submit {
    margin-top: 16px;
}
/********************************
  記事エリア
********************************/

.article-card {
    margin-bottom: 18px;
    border-top: 1px solid #DCDCDC;
}

.article-card .article-card-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.article-card .article-card-content-meta {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.article-card .article-card-content-meta-category {
    background: #E8E8E8;
    border-left: 2px solid #727272;
    color: #000;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    margin-right: 10px;
    text-align: center;
    width: 110px;
}
.article-card .article-card-content-meta-date {
    color: #828282;
    font-size: 14px;
    line-height: 1;
}
.article-card .article-card-content-image {
    height: auto;
    margin-right: 10px;
    width: 110px;
}
.article-card .article-card-content-image img {
    height: auto;
    width: 100%;
}
.article-card .article-card-content-title {
    color: #363636;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 12px 0;
}
.article-card .article-card-content-title > h3 {
    font-size: 14px;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 16px;
}

@media (min-width: 750px) {
    .article-card .article-card-content-title > h3 {
        line-height: 19px;
        display: block;
    }
}

.article-card > a {
    color: #666666;
    text-decoration: none;
}

.article-card > a:hover .article-card-content-title h3 {
    text-decoration: underline;
}

@media (min-width: 750px) {
    .article-card {
        margin-bottom: 18px;
        border-top: none;
    }
    .article-card .article-card-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .article-card .article-card-content-meta {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }
    .article-card .article-card-content-meta-category {
        background: #E8E8E8;
        border-left: 2px solid #727272;
        color: #000;
        display: block;
        font-size: 12px;
        font-weight: bold;
        line-height: 20px;
        margin-right: 10px;
        text-align: center;
        width: 110px;
    }
    .article-card .article-card-content-meta-date {
        color: #828282;
        font-size: 14px;
        line-height: 1;
    }
    .article-card .article-card-content-image {
        height: auto;
        margin-right: 10px;
        width: 110px;
    }
    .article-card .article-card-content-image img {
        height: auto;
        width: 100%;
    }
    .article-card .article-card-content-title {
        color: #363636;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 12px 0;
    }
    .article-card .article-card-content-title > h3 {
        font-size: 14px;
        margin: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        line-height: 16px;
    }
}

@media (min-width: 750px) and (min-width: 750px) {
    .article-card .article-card-content-title > h3 {
        line-height: 19px;
        display: block;
    }
}

@media (min-width: 750px) {
    .article-card .article-card-content-image {
        margin-right: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
    }
    .article-card .article-card-content-meta {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .article-card .article-card-content-title {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        padding: 0 1em;
    }
    .article-card .article-card-content-body {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .article-card > a {
        color: #666666;
        text-decoration: none;
        border: 1px solid #E0E0E0;
        display: block;
    }
    .article-card > a:hover .article-card-content-title h3 {
        text-decoration: underline;
    }
}

@media (min-width: 750px) {
    .article-fortune-form {
        width: 343px;
        margin: auto;
    }
}

.article-fortune-form fieldset {
    padding: 0 16px;
    border: none;
    margin: 0;
}

@media (max-width: 374px) {
    .article-fortune-form fieldset {
        font-size: 14px;
        padding: 0 12px;
    }
}

@media (min-width: 750px) {
    .article-fortune-form fieldset {
        padding: 0;
    }
}

.article-fortune-form legend {
    text-align: center;
    color: #202020;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 16px;
}

.article-fortune-form .input-item:not(:last-child) {
    margin-bottom: 10px;
}

.article-fortune-form .input-name {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
}

.article-fortune-form .birthday {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.article-fortune-form .birthday-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.article-fortune-form .birthday-item::after {
    content: "";
    position: absolute;
    border-right: 1px solid #9B9B9B;
    border-bottom: 1px solid #9B9B9B;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    right: 34px;
    top: 50%;
    margin-top: -6px;
}

.article-fortune-form .birthday-item + .birthday-item {
    margin-left: 8px;
}

.article-fortune-form .birthday-item > select {
    margin-right: 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer;
}

.article-fortune-form .birthday-item.year {
    -webkit-box-flex: 1.5;
    -webkit-flex-grow: 1.5;
    -ms-flex-positive: 1.5;
    flex-grow: 1.5;
}

.article-fortune-form .input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #D8D8D8;
    border-radius: 3px;
    display: block;
    padding: 12px 20px 12px 12px;
}

.article-fortune-form .input[type="text"] {
    width: 100%;
}

.article-fortune-form .switch {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
}

.article-fortune-form .switch > label {
    text-align: center;
    width: 50%;
    background: #fff;
    border: 1px solid #D8D8D8;
    padding: 8px 0;
    cursor: pointer;
}

.article-fortune-form .switch > label:first-of-type {
    border-radius: 3px 0 0 3px;
}

.article-fortune-form .switch > label:last-of-type {
    border-radius: 0 3px 3px 0;
}

.article-fortune-form .switch > input[type="radio"] {
    display: none;
}

.article-fortune-form .switch > input[type="radio"]:checked + label {
    background: #8CC63F;
    border-color: #8CC63F;
    color: #fff;
}

.article-fortune {
    position: relative;
    padding: 56px 16px 16px;
    margin-left: -16px;
    margin-right: -16px;
    margin-top: 54px;
}

.article-fortune::before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: auto;
    background: #E54FA2;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.article-fortune > h2 {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    position: absolute;
    width: 50px;
    text-align: center;
    line-height: 1;
    margin: auto;
    left: 0;
    right: 0;
    top: -8px;
}

.article-fortune h3 {
    font-size: 20px;
}

.article-fortune h3 > small {
    font-size: 16px;
}

.article-fortune-input {
    background: #F7F7F7;
}

.article-fortune-input > p {
    color: #303030;
    line-height: 29px;
    margin: 0 0 24px;
    font-weight: bold;
}

.article-fortune-input .fortune-image > img {
    width: 100%;
}
.article-fortune-input .fortune-image > img {
    width: 100%;
}

@media (min-width: 750px) {
    .article-fortune-input .fortune-image > img {
        max-width: 343px;
        margin: auto;
        display: block;
    }
}

.article-fortune-input > ul {
    list-style: none;
    padding: 0;
}

.article-fortune-input > ul > li {
    padding: 12px 8px;
    font-weight: bold;
}

.article-fortune-input > ul > li + li {
    border-top: 1px solid #DCDCDC;
}

.article-fortune-input .fortune-submit {
    margin-top: 16px;
}
.fortune-submit {
    margin: 20px 0;
}

.article-fortune-input .fortune-submit > p {
    font-size: 20px;
    line-height: 27px;
    margin: 24px 0;
    font-weight: bold;
    text-align: center;
}

.article-fortune-input-result {
    padding-bottom: 58px;
}

.article-fortune-input + .article-fortune-result {
    margin-top: 0;
}

.article-fortune-result {
    background: #FAFAFA;
}

.article-fortune-result .fortune-result-solution {
    border: 2px solid #E4007F;
    background: #fff;
    padding: 16px;
    border-radius: 6px;
}

.article-fortune-result .fortune-result-solution > h3 {
    text-align: center;
    margin: 0;
}

@media (min-width: 750px) {
    .article-fortune-result .fortune-result-solution > h3 {
        font-size: 24px;
    }
}

.article-fortune-result .fortune-result-solution > p {
    line-height: 24px;
    font-size: 14px;
    margin: 24px 0 16px;
}

.article-fortune-result .fortune-result-main > p {
    margin: 24px 0 0;
}

.article-fortune-result .fortune-result-main section + section {
    margin-top: 32px;
    border-top: 1px solid #DCDCDC;
}

@media (min-width: 750px) {
    .article-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 0 0 -20px;
        clear: both;
    }
    .article-list article {
        margin: 0 0 20px 20px;
        width: calc((100% - 60px) / 3);
    }
}

.category-button-list + section {
    margin-top: 20px;
}

/********************************
  記事基本スタイル
********************************/
.article {
    font-size: 16px;
}

.article-header {
    position: relative;
}

.article-header-info {
    margin-left: -16px;
    margin-right: -16px;
    padding-bottom: 20px;
    position: relative;
    overflow: hidden;
}

@media (min-width: 750px) {
    .article-header-info {
        overflow: auto;
        height: auto;
        margin: 0;
    }
}

.article-header-info::after {
    content: "";
    height: 200px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20.99%, #fff), color-stop(55.25%, rgba(255, 255, 255, 0)));
    background: linear-gradient(to top, #fff 20.99%, rgba(255, 255, 255, 0) 55.25%);
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

@media (min-width: 750px) {
    .article-header-info::after {
        display: none;
    }
}

.article-header-info-nothumb {
    margin: 24px 0 0;
    height: auto;
    overflow: visible;
}

.article-header-info-nothumb::after {
    display: none;
}

@media (min-width: 750px) {
    .article-header-info-nothumb {
        margin: 0;
    }
}

.article-header h1 {
    line-height: 34px;
    font-size: 24px;
    margin: 0 0 20px;
}

.article-thumb img {
    width: 100%;
    display: block;
}

@media (min-width: 750px) {
    .article-thumb {
        display: none;
    }
}

.article-meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666666;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 2;
}

@media (min-width: 750px) {
    .article-meta {
        position: static;
    }
}

.article-header-info-nothumb .article-meta {
    position: static;
}

.article-cate {
    display: block;
    font-size: 12px;
    border-left: 2px solid #666666;
    color: inherit;
    margin-right: 16px;
    text-decoration: none;
    background: #E8E8E8;
    color: #000000;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    width: 100px;
    text-align: center;
    letter-spacing: 0.05rem;
}

@media (min-width: 750px) {
    .article-cate {
        cursor: pointer;
        text-decoration: none;
    }
    .article-cate:hover {
        opacity: 0.7;
    }
}

.article-date {
    font-size: 14px;
}

.article-main {
    margin-top: 24px;
}

.article-main > p {
    margin-top:0;
    line-height: 29px;
    font-size: 16px;
}

.article-main > p a {
    color: #303030;
    text-decoration: underline;
    /*一時的に変更*/
    font-weight: bold;
}

.article-main > p:first-child {
    margin-top: 24px;
}

.article-main > p strong {
    font-weight: bold;
}

.article-main > p strong.pink {
    color: #E4007F;
}

.article-main > img {
    width: 100%;
    height: auto;
    display: block;
}

.article-main > h2,
.article-main > section > h2 {
    line-height: 27px;
    font-size: 20px;
}

.article-main > h2 {
    padding: 16px 0 24px;
    margin:0 auto;
}

.article-main > section {
    border-top: 1px solid #DCDCDC;
    margin-top: 36px;
}

.article-main > section > h2 {
    margin-top: 36px;
}

.article-main a.btn {
    color: #fff;
}

.article-main figure {
    margin: 0 0 auto;
}

.article-main figure img {
    width: 100%;
    display: block;
}

.article-main > figure > figcaption {
    padding:8px 0 30px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}

.article-main .author {
    margin-top: 16px;
    text-align: right;
    font-size: 14px;
    line-height: 1;
}

.article .program {
    margin: 12px 0 0;
}

.article .program-lead {
    font-size: 16px;
    text-align: center;
    color: #000;
    margin: 0;
    font-weight: bold;
}

@media (min-width: 750px) {
    .article .program-title {
        margin-top: 6px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.article .program-title p {
    font-size: 20px;
}

@media (min-width: 750px) {
    .article .program-title p {
        margin: 0 0 0 10px;
        font-size: 24px;
    }
}

.article .program-name {
    margin: auto;
    width: 58%;
}

@media (min-width: 750px) {
    .article .program-name {
        margin: 0;
        width: 22%;
    }
}

.article .program-name > img {
    width: 100%;
}

.article .program-text {
    font-size: 14px;
    margin-top: 24px;
}

.article .program > h3 {
    margin-top: 30px;
    line-height: 27px;
    font-size: 20px;
    text-align: center;
}

.article .program-images {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.article .program-images-item {
    width: 33.33%;
    text-align: center;
}

.article .program-images-item > img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 80px;
    height: 80px;
    border-radius: 80px;
}

@media (min-width: 750px) {
    .article .program-images-item > img {
        width: 100px;
        height: 100px;
        border-radius: 100px;
    }
}

.article .program-images-item > p {
    color: #000000;
    font-weight: bold;
    font-size: 14px;
}

.article .program-link {
    margin-top: 24px;
}

@media (min-width: 750px) {
    .article .program-link {
        margin-top: 40px;
    }
}

.article .program-link > a {
    color: #fff;
    background: #8CC63F;
    display: block;
    text-align: center;
    color: #FFFFFF;
    padding: 8px;
    text-decoration: none;
}

@media (min-width: 750px) {
    .article .program-link > a {
        font-size: 20px;
    }
}

.article .performer-list-item {
    background: #F7F7F7;
    padding: 16px 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    margin-bottom: 8px;
}

.article .performer-list-thumb {
    margin-right: 8px;
    text-align: center;
}

.article .performer-list-thumb > img {
    border-radius: 50%;
}

.article .performer-list-thumb > p {
    margin-top: 6px;
}

.article .performer-list-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.article .performer-list-text > p {
    margin: 0;
}

.article .performer-list-text a {
    display: block;
    color: #303030;
    text-decoration: underline;
    margin-top: 14px;
}
/*TV出演者customCSSから移行*/
.article-main .cast {
    margin: 20px 0 10px 0;
}
.article-main .cast .profile{
    border-radius: 6px;
}

.cast .profile {
    background-color: #FFF3F6;
    padding: 10px;
    font-size: 90%;
    text-align: left;
}

.cast .mb10{
    margin-bottom:10px !important;
}
.article-main .cast .mb20:first-of-type{
    margin-bottom:10px !important;
}

.cast p {
    margin: 0;
    padding: 0;
}

.cast .prof img {
    width: 20%;
    float: left;
    margin-right: 10px;
}

.cast .profile span.title {
    font-weight: 700;
    margin-bottom: 10px;
    text-align: left;
}

.article .tags-area {
    border-top: 1px solid #DCDCDC;
    margin: 24px 0px 0 0px;
    padding: 24px 0 0;
}

a#more-prof {
    text-decoration: none;
    display: inline-flex;
}

@media (min-width: 750px) {
    .article .tags-area {
        margin-left: 0;
        margin-right: 0;
        padding: 24px 0 0;
    }
}

.article .tags-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.article .tags-list .tag {
    display: inline-block;
    background: #8CC63F;
    margin: 5px 8px 0px 0;
}

.article .tags-list .tag > a {
    padding: 8px;
    /*    display: block;*/
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}

@media (min-width: 750px) {
    .article .tags-list .tag > a {
        cursor: pointer;
        text-decoration: none;
    }
    .article .tags-list .tag > a:hover {
        opacity: 0.7;
    }
}

/********************************
  パンくずリスト
********************************/
.breadcrumb {
    color: #7E7E7E;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    list-style-type: none;
    margin: 0;
    padding: .5rem 1rem;
}

.breadcrumb li::before {
    content: '>';
    display: inline-block;
    margin: 0 .5rem;
}

.breadcrumb li:first-of-type::before {
    content: '';
    display: none;
    margin: 0;
}

.breadcrumb li a, .breadcrumb li span {
    color: inherit;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

@media (min-width: 750px) {
    .breadcrumb {
        padding: 1rem 0;
    }
}

.breadcrumb-wrap {
    overflow-y: scroll;
    white-space: nowrap;
    border-bottom: 1px solid #DCDCDC;
    border-top: 1px solid #DCDCDC;
}

@media (min-width: 750px) {
    .breadcrumb-wrap {
        overflow-y: visible;
        white-space: normal;
        width: 100%;
        border: none;
    }
    .breadcrumb-wrap .breadcrumb {
        border-top: none;
        border-bottom: none;
    }
}

.category-button-list {
    background: #8CC63F;
    color: #fff;
    margin-left: -16px;
    margin-right: -16px;
    padding: 0 16px;
}

.category-button-list > .section-inner {
    padding: 18px 0;
}

.category-button-list .category-button-section:not(:last-child) {
    border-bottom: 1px solid #BAE087;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

@media (min-width: 750px) {
    .category-button-list .category-button-section:not(:last-child) {
        border-bottom: none;
    }
}

.category-button-list .category-button-section.category-button-section-no-border {
    margin-top: -8px;
}

.category-button-list .category-button-section > h3 {
    margin: 0 0 24px;
}

@media (min-width: 750px) {
    .category-button-list .category-button-section > h3 {
        width: 146px;
        font-size: 16px;
        margin: 0 24px 0 0;
    }
}

.category-button-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0 0 -8px -10px;
    padding: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media (min-width: 750px) {
    .category-button-list ul {
        width: 703px;
    }
}

.category-button-list ul > li {
    margin: 0 0 10px 10px;
    width: calc((100% - 30px) / 3);
}

.category-button-list ul > li.row2 {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    width: calc((100% - 30px) / 2);
}

.category-button-list ul > li > a {
    border: 1px solid #fff;
    border-radius: 9999px;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
}

.category-button-list ul > li > a:hover {
    text-decoration: underline;
}

.category-button-list ul > li > a.no-border {
    border: none;
}

@media (min-width: 750px) {
    .category-button-list ul > li > a.no-border {
        text-align: left;
    }
}

.category-button-list ul > li.active > a {
    background: #fff;
    color: #8CC63F;
}

@media (min-width: 750px) {
    .category-button-list > .section-inner {
        padding: 18px 0;
        width: 940px;
    }
    .category-button-list .category-button-section {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .category-button-list ul > li {
        -webkit-flex-basis: 108px;
        -ms-flex-preferred-size: 108px;
        flex-basis: 108px;
    }
    .category-button-list ul > li.row2 {
        -webkit-flex-basis: 225px;
        -ms-flex-preferred-size: 225px;
        flex-basis: 225px;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
    }
}

.category-list-title h1 {
    font-size: 20px;
    margin: 16px 0 10px;
}

.category-list-title p {
    font-size: 14px;
    margin: 0 0 16px;
}

@media (min-width: 750px) {
    .category-list-title h1 {
        font-size: 24px;
    }
    .category-list-title p {
        font-size: 16px;
    }
}

.category-list-section-title {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.category-list-section-title > h3 {
    font-size: 16px;
}

.category-list-section-title > span {
    color: #666666;
    font-size: 16px;
    margin-left: auto;
}

@media (min-width: 750px) {
    .category-list-section-title > h3 {
        font-size: 20px;
    }
    .category-list-section-title > span {
        margin-left: 1rem;
    }
}

.category-button-list {
    display: none;
}

.category-button-list-block {
    display: block;
}

.category-section-title {
    font-size: 14px;
    margin: 16px 0 40px;
}

@media (min-width: 750px) {
    .category-section-title {
        font-size: 16px;
        margin: 40px 0;
    }
}

.category-selector {
    background: #8CC63F;
    border-bottom: 1px solid #BAE087;
    color: #fff;
    margin: 0 -16px;
    padding: 6px 16px;
}

.category-selector > .section-inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.category-selector > .section-inner > h2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center;
    font-size: 16px;
    margin: 0;
    width: calc((100% - 144px) / 2);
    position: relative;
}

.category-selector > .section-inner > h2 > span {
    margin-left: 16px;
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.category-selector > .section-inner > h2 > a {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 1;
}

.category-selector > .section-inner > h1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center;
    font-size: 16px;
    margin: 0;
    width: calc((100% - 144px) / 2);
    position: relative;
}

.category-selector > .section-inner > h1 > span {
    margin-left: 16px;
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.category-selector > .section-inner > h1 > a {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 1;
}

.category-selector > .section-inner > a {
    background: #fff;
    border-radius: 9999px;
    color: #8CC63F;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    width: 144px;
}

.category-selector > .section-inner > span {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    font-size: 14px;
    line-height: 1;
    text-align: right;
    width: calc((100% - 144px) / 2);
}

@media (min-width: 750px) {
    .category-selector {
        border-bottom: 0;
        margin: 0;
        padding: 20px 16px;
    }
    .category-selector > .section-inner > h2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        font-size: 20px;
        position: static;
        text-align: left;
    }
    .category-selector > .section-inner > h2 > span {
        font-size: 14px;
        position: static;
    }
    .category-selector > .section-inner > h2 > a {
        font-size: 24px;
    }
    .category-selector > .section-inner > h1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        font-size: 20px;
        position: static;
        text-align: left;
    }
    .category-selector > .section-inner > h1 > span {
        font-size: 14px;
        position: static;
    }
    .category-selector > .section-inner > h1 > a {
        font-size: 24px;
    }
    .category-selector > .section-inner > a {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-left: 1rem;
    }
    .category-selector > .section-inner > span {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        font-weight: bold;
        margin-left: 1rem;
        width: auto;
    }
}

@media (min-width: 750px) {
    .main-column {
        max-width: 680px;
        background: #fff;
        padding: 42px 40px;
        -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.13);
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.13);
    }
}

@media (min-width: 750px) {
    .side-column {
        margin: 20px 22px;
        width: 300px;
    }
}

/********************************
  フッター
********************************/
.footer-top {
    background: #8CC63F;
    color: #fff;
    padding: 1rem;
}

.footer-top a {
    color: inherit;
    text-decoration: none;
}

.footer-top a:hover {
    text-decoration: underline;
}

.footer-top h3 {
    font-size: 20px;
    margin: 0;
}

.footer-top hr {
    background: #BAE087;
    border: none;
    height: 1px;
    margin: .5em 0 0;
}

.footer-top-keywords-header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 18px 0 16px;
}

.footer-top-keywords-header p {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

.footer-top-categories-header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 18px 0 10px;
}

.footer-top-categories-header p {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

.footer-top-categories ul:nth-of-type(1) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    list-style-type: none;
    margin: 0 0 0 -1rem;
    padding: 0;
}

.footer-top-categories ul:nth-of-type(1) li {
    margin: .25rem 0 .25rem 1rem;
    width: calc((100% - 3rem) / 3);
}

.footer-top-categories ul:nth-of-type(1) li a {
    border: 1px solid #fff;
    border-radius: 9999px;
    display: block;
    font-weight: bold;
    line-height: 38px;
    text-align: center;
}

.footer-top-categories ul:nth-of-type(1) li a:hover {
    text-decoration: underline;
}

.footer-top-categories ul:nth-of-type(2) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    list-style-type: none;
    margin: 0 0 0 -1rem;
    padding: 0;
}

.footer-top-categories ul:nth-of-type(2) li {
    margin: .25rem 0 .25rem 1rem;
    width: calc((100% - 3rem) / 3);
}

.footer-top-categories ul:nth-of-type(2) li a {
    display: block;
    font-weight: bold;
    text-align: center;
}

.footer-top-categories hr {
    margin: 1rem 0;
}

/* middle */

.footer-middle {
    background: #F8F8F8;
    color: #666666;
    padding: 1rem;
    position:relative;
}

.footer-middle-logo {
    margin: 0;
    text-align: left;
    display: flex;
}
.footer-middle-logo a{
    margin: 0;
    width:min-content;
}
.footer-middle-logo p{
    margin: 0;
    width:min-content;
}
.footer-middle-logo img {
    height: 30px;
    width: 140px;
}
.footer-middle-main-links {
    color: #666666;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
    list-style-type: none;
    margin: 1rem auto;
    padding: 0;
    margin: 10px 0 10px;
    justify-content: space-between;
}

.footer-middle-main-links li {
    margin: .5rem 0;
    /*    width: calc(100% / 3);*/
    /*    padding-right:56px;*/
    padding-right:0px;
}
.footer-middle-main-links li:not(:first-child) {
    border-left: 1px solid #d8d8d8;
    padding-left: 37px;
}

.footer-middle-main-links li a {
    color: inherit;
    text-decoration: none;
}

.footer-middle-main-links li a:hover {
    text-decoration: underline;
}

.footer-middle-other-links {
    color: #666666;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
    list-style-type: none;
    margin: 1rem auto;
    padding: 0;
    margin: 10px 0 0px;
}

.footer-middle-other-links li {
    margin: .3rem 0;
    width: 130px;
    width:calc(70% /1.8);
}

.footer-middle-other-links li a {
    color: inherit;
    text-decoration: none;
}

.footer-middle-other-links li a:hover {
    text-decoration: underline;
}
.footer-middle-contents-links {
    color: #666666;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 12px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 350px;
}

.footer-middle-contents-links li {
    margin: .5rem 1rem 1rem 0;
    /*    width: calc(100% / 3);*/
    margin-right: 30px;
}

.footer-middle-contents-links li a {
    color: inherit;
    text-decoration: none;
}

.footer-middle-contents-links li a:hover {
    text-decoration: underline;
}
@media (min-width: 750px) {
    .footer-middle-main-links li {
        margin: .5rem 0;
        /*    width: calc(100% / 3);*/
        /*    padding-right:95px;*/
        padding-right:0px;
    }
    .footer-middle-main-links + hr {
        display: none;
    }
}
/*i無料マイメニュー削除*/
.footer-middle-sublink {
    color: #666666;
    font-size: 12px;
    list-style-type: none;
    margin: 0 0 15px 0;
    padding: 0;
}
.footer-middle-sublink li {
    margin: .2rem 0;
    width: calc(100% / 1);
}
.footer-middle-sublink li a {
    color: inherit;
    text-decoration: none;
}
.footer-middle-sublink li a:hover {
    text-decoration: underline;
}

.footer-middle-sns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: right;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position:absolute;
    top:20px;
    right:10px;
}
.footer-middle-main-links li:not(:first-child) {
   border-left: 1px solid #d8d8d8;
    padding-left: 37px;
    padding: 0 0 0 20px;
    border-left: 0;
    padding-left: 37px;
    padding: 0;
}

.footer-middle-sns li {
    margin: 0;
    padding-right: 10px;
}

.footer-middle-sns li a:hover {
    text-decoration: underline;
}

.footer-middle-sns li a img {
    border-radius: 50%;
    height: 32px;

}
.footer-middle-sns:after {
    display: inline-block;
}

.footer-bottom {
    background: #8CC63F;
    color: #fff;
    padding: 1rem;
    text-align: center;
}

@media (min-width: 750px) {
    .footer-top .footer-inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .footer-top-left {
        margin-right: 100px;
        width: 528px;
    }
    .footer-top-right {
        width: 312px;
    }
    .footer-top hr {
        display: none;
    }
    .footer-top-search {
        margin: 1rem 0;
    }
    .footer-top-categories {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-bottom: 1em;
    }
    .footer-top-categories hr {
        display: block;
    }
    .footer-top-categories ul:nth-of-type(1) {
        margin-left: 0;
    }
    .footer-top-categories ul:nth-of-type(1) li {
        margin: .3rem 0;
        width: calc(100% / 3);
    }
    .footer-top-categories ul:nth-of-type(1) li a {
        border: none;
        border-radius: 0;
        line-height: inherit;
        text-align: left;
    }
    .footer-top-categories ul:nth-of-type(2) {
        margin-left: 0;
    }
    .footer-top-categories ul:nth-of-type(2) li {
        margin: 0;
        width: calc(100% / 3);
    }
    .footer-top-categories ul:nth-of-type(2) li a {
        text-align: left;
    }
    .footer-middle {
        padding: 2rem;
       height:270px;
        overflow: hidden;
    }
    .footer-middle-logo {
        margin: 0 0 2rem;
    }
    .footer-middle-right {
        -webkit-box-align: right;
        -webkit-align-items: right;
        -ms-flex-align: right;
        align-items: right;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        float:right;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 10px;
    }
    .footer-middle-right {
        display: inline-block;
        width:320px;
        margin-top:30px;
    }  
    .footer-middle-other-links {
        margin: inherit;
        width: auto;
    }

    /*    .footer-middle-links hr{
            border:solid 0.5px #CCC;
            max-inline-size:1px;
        }*/

    .footer-middle-other-links li {
        margin-right: 90px;
        width: 80px;
    }
    .footer-middle-right {
        display:inline-block;
    }
    .footer-middle-right hr{
        box-sizing: border-box;
        border:solid 0.5px #CCC;
        height:1px;
        color:#FFFFFF;
        margin: 0 6 0 6;
        clear: auto;
    }
    .footer-middle-other-links {
        color: #666666;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 12px;
        list-style-type: none;
        margin: 1rem auto;
        padding: 0;
        margin: 10px 0 0px;
    }

    .footer-middle-other-links li {
        margin: .4rem 0;
        width: calc(100% / 2);
    }

    .footer-middle-other-links li a {
        color: inherit;
        text-decoration: none;
    }

    .footer-middle-other-links li a:hover {
        text-decoration: underline;
    }
    .footer-middle-contents-links {
        color: #666666;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 12px;
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 320px;
    }
    .footer-middle-links{
        float: left;
        width: 320px;
    }
    .footer-middle-contents-links li {
        margin: .5rem 0;
        width: calc(100% / 3);
    }
    .footer-middle-contents-links:after{
        clear: both;
        display: inline-block;
    }

    .footer-middle-contents-links li a {
        color: inherit;
        text-decoration: none;
    }

    .footer-middle-contents-links li a:hover {
        text-decoration: underline;
    }
    /*i無料マイメニュー削除*/
    .footer-middle-sublink {
        color: #666666;
        font-size: 12px;
        list-style-type: none;
        margin:5px 0 20px 0;
        padding: 0;
    }

    .footer-middle-sublink li {
        margin: .2rem 0;
        width: calc(100% / 1);
    }
    .footer-middle-sublink:after{
        clear: both;
        display: inline-block;
    }

    .footer-middle-sublink li a {
        color: inherit;
        text-decoration: none;
    }

    .footer-middle-sublink li a:hover {
        text-decoration: underline;
    }

    .footer-middle-sns{
        position:inherit;
    }
    .footer-middle-sns li {
        margin-right: 40px;
        padding-top: 45px;
        padding-top: 10px;
    }
    .footer-middle-sns li:nth-of-type(3) {
        margin-right: 22px;
       
    }
    .footer-middle-sns li a {
        color: #666666;
        font-size: 12px;
        line-height: 5px;
    }
    .footer-middle-sns li a img {
        margin: 0;

    }
    .footer-middle-sns li:first-of-type a::after {
        content: 'Twitter';
        display: inline-block;
        margin-left:20px;
    }
    .footer-middle-sns li:nth-of-type(2) a::after {
        content: 'Facebook';
        display: inline-block;
        margin-left:20px;
    }
     .footer-middle-sns li:nth-of-type(3) a::after {
        content: 'Instagram';
        display: inline-block;
        margin-left:20px;
    }
    .footer-middle-sns li:last-of-type a::after {
        content: 'Youtube';
        display: inline-block;
        margin-left:20px;
    }
    .footer-buttom {
        clear:inherit;
        display: inline-block;
    }
}

.fortune-recomend {
    margin-top: 40px;
}

.fortune-recomend > h2 {
    line-height: 27px;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 16px;
}

.fortune-recomend-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fortune-recomend-list > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 16px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.fortune-recomend-list > li:not(:last-child) {
    border-bottom: 1px solid #DCDCDC;
}

.fortune-recomend-list > li .fortune-recomend-link > a {
    padding: 8px;
    font-size: 14px;
    display: block;
}

.header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 45px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #DCDCDC;
    background: #fff;
}

@media (min-width: 750px) {
    .header {
        padding-left: 35px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: 58px;
    }
}

.header-logo {
    margin: 0;
}

.header-logo > a {
    display: block;
}

.header-logo > a > img {
    display: block;
}

.header .header-menu {
    position: absolute;
    width: 34px;
    height: 34px;
    top: 0;
    bottom: 0;
    right: 8px;
    margin: auto;
    cursor: pointer;
}

.header .header-menu > img {
    width: 100%;
}

@media (min-width: 750px) {
    .header .header-menu {
        right: 44px;
        width: 40px;
        height: 40px;
    }
}

.header .header-menu-main {
    display: none;
    position: absolute;
    background: #8CC63F;
    top: 100%;
    left: 0;
    z-index: 3;
    width: 100%;
    padding: 10px 16px 16px;
}

.header .header-menu-main .header-menu-title {
    font-size: 16px;
    margin-bottom: 12px;
    color: #fff;
}

@media (min-width: 750px) {
    .header .header-menu-main .header-menu-title {
        width: 180px;
        margin: 0;
    }
}

.header .header-menu-main .category-button-list {
    display: block;
}

@media (min-width: 750px) {
    .header .header-menu-main .header-menu-button {
        position: absolute;
        top: 22px;
        right: 16px;
    }
}

.header .header-menu-main .header-menu-button .btn {
    width: 154px;
    height: 36px;
    line-height: 32px;
    font-weight: bold;
    margin: auto;
    padding: 0;
}

@media (min-width: 750px) {
    .header .header-menu-inner {
        max-width: 998px;
        margin: auto;
    }
}

.header .header-news-list {
    margin: 24px 0 20px;
}

@media (min-width: 750px) {
    .header .header-news-list {
        padding: 0 16px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (min-width: 750px) {
    .header .header-menu-section {
        position: relative;
        padding: 22px 8px 0;
    }
}

@media (min-width: 750px) {
    .header .header-menu-section + .header-menu-section {
        border-top: 1px solid #E8F5D7;
    }
}

.header .header-menu-section .header-menu-section-title {
    display: none;
}

@media (min-width: 750px) {
    .header .header-menu-section .header-menu-section-title {
        display: block;
        font-size: 24px;
        color: #FFFFFF;
        margin: 0 0 30px;
    }
}

.header .header-menu-section.hide {
    display: none;
}

@media (min-width: 750px) {
    .header .header-menu-section.hide {
        display: block;
    }
}

.header .header-menu-fortune .category-button-list {
    margin-bottom: 32px;
}

@media (min-width: 750px) {
    .header .header-menu-fortune .category-button-list {
        margin: 0;
    }
}

@media (min-width: 750px) {
    .header .category-button-section + .category-button-section {
        border-top: 1px solid #E8F5D7;
        padding-top: 20px;
        margin-top: -20px;
    }
}

.header .header-tab {
    list-style: none;
    margin: 30px 0;
    padding: 0 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (min-width: 750px) {
    .header .header-tab {
        display: none;
    }
}

.header .header-tab-item {
    width: 50%;
}

.header .header-tab-item > a {
    text-align: center;
    display: block;
    width: 100%;
    border: 1px solid #fff;
    color: #fff;
    padding: 2px 0;
}

.header .header-tab-item > a.news {
    border-radius: 16px 0 0 16px;
}

.header .header-tab-item > a.fortune {
    border-radius: 0 16px 16px 0;
}

.header .header-tab-item > a.active {
    background: #fff;
    color: #8CC63F;
}

.keywords-list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.keywords-list ul li {
    margin: 0 1rem 1rem 0;
}

.keywords-list ul li a {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
}

.keywords-list ul li a::before {
    background: url("./hash-light.png") no-repeat center center/contain;
    content: '';
    display: block;
    height: 14px;
    margin-right: .5em;
    width: 12px;
}

.keywords-list ul li a:hover {
    text-decoration: underline;
}

.nichiun-list-title {
    background: #8CC63F;
    color: #fff;
    margin: 0 -16px;
    padding: 10px 16px;
}

.nichiun-list-title > h2 {
    font-size: 14px;
    font-weight: normal;
    margin: 0 auto;
    max-width: 1102px;
}
.nichiun-list-title > h1 {
    font-size: 14px;
    font-weight: normal;
    margin: 0 auto;
    max-width: 1102px;
}

@media (min-width: 750px) {
    .nichiun-list-title > h2 {
        font-size: 20px;
    }
    .nichiun-list-title > h1 {
        font-size: 20px;
    }
}

.nichiun-rank-list {
    counter-reset: ranking;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nichiun-rank-item {
    border-top: 1px solid #DCDCDC;
    margin-top: 20px;
    width: 50%;
}

.nichiun-rank-item > a {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.nichiun-rank-item-image {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    width: 70px;
}

.nichiun-rank-item-image > img {
    height: auto;
    width: 100%;
}

.nichiun-rank-item-image::before {
    background: #8CC63F;
    counter-increment: ranking;
    color: #fff;
    content: counter(ranking);
    font-size: 16px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 24px;
}

.nichiun-rank-item-info {
    margin-left: 12px;
}

@media (max-width: 374px) {
    .nichiun-rank-item-info {
        margin-left: 10px;
    }
}

.nichiun-rank-item-info-name {
    font-size: 20px;
    margin: 14px 0 0;
}

@media (max-width: 374px) {
    .nichiun-rank-item-info-name {
        font-size: 16px;
    }
}

.nichiun-rank-item-info-date {
    display: none;
    font-size: 12px;
}

@media (min-width: 750px) {
    .nichiun-rank-item {
        width: calc(100% / 3);
    }
    .nichiun-rank-item-info-date {
        display: block;
    }
}

.nichiun-rank-list-with-stars {
    counter-reset: ranking;
    margin-bottom: 28px;
}

.nichiun-rank-item-with-stars {
    border-top: 1px solid #dcdcdc;
    padding: 16px 0;
}

.nichiun-rank-item-with-stars:first-of-type {
    border-top: 0;
}

.nichiun-rank-item-with-stars-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.nichiun-rank-item-with-stars-head-image {
    position: relative;
    width: 90px;
}

.nichiun-rank-item-with-stars-head-image > img {
    height: auto;
    width: 100%;
}

.nichiun-rank-item-with-stars-head-image::before {
    background: #8CC63F;
    counter-increment: ranking;
    color: #fff;
    content: counter(ranking);
    font-size: 16px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 24px;
}

.nichiun-rank-item-with-stars-head-title {
    margin-left: 1rem;
}

.nichiun-rank-item-with-stars-head-title-top {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.nichiun-rank-item-with-stars-head-title-top > h3 {
    font-size: 20px;
    margin: 0;
}

.nichiun-rank-item-with-stars-head-title-top > time {
    color: #4F4F4F;
    font-size: 12px;
    margin-left: 10px;
}

.nichiun-rank-item-with-stars-head-title-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
}

.nichiun-rank-item-with-stars-head-title-bottom > span {
    font-weight: bold;
}

.nichiun-rank-item-with-stars-head-title-bottom > ol {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 0 0 0 10px;
    padding: 0;
}

.nichiun-rank-item-with-stars-head-title-bottom > ol > li {
    color: #F2C94C;
}

.nichiun-rank-item-with-stars-body {
    font-size: 14px;
    margin-top: 8px;
}

.nichiun-rank-item-with-stars > a {
    color: inherit;
}

@media (min-width: 750px) {
    .nichiun-rank-item-with-stars-head-image::before {
        font-size: 22px;
        height: 28px;
        line-height: 28px;
        width: 28px;
    }
    .nichiun-rank-item-with-stars-head-title-top > h3 {
        font-size: 23px;
    }
    .nichiun-rank-item-with-stars-head-title-top > time {
        font-size: 14px;
    }
    .nichiun-rank-item-with-stars-head-title-bottom > span {
        font-size: 18px;
    }
    .nichiun-rank-item-with-stars-body {
        font-size: 16px;
    }
}

.nichiun-result-others {
    margin-bottom: 40px;
}

.nichiun-result-tomorrows-fortune {
    margin-bottom: 40px;
}

.recommended-topics {
    margin-bottom: 80px;
}

.nichiun-result {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.nichiun-result-todays-fortune {
    width: 100%;
}

.nichiun-result-todays-fortune > h2 {
    display: none;
}
.nichiun-result-todays-fortune > h1 {
    display: none;
}

.nichiun-result-todays-fortune-constellation {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nichiun-result-todays-fortune-constellation-title {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.nichiun-result-todays-fortune-constellation-title-rank {
    background: #8CC63F;
    color: #fff;
    font-size: 20px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 24px;
}

.nichiun-result-todays-fortune-constellation-title-name {
    font-size: 20px;
    margin-left: .5em;
}

.nichiun-result-todays-fortune-constellation-image {
    width: 140px;
}

.nichiun-result-todays-fortune-constellation-image > img {
    height: auto;
    width: 100%;
}

.nichiun-result-todays-fortune-constellation-stars {
    margin-left: 20px;
}

.nichiun-result-todays-fortune-constellation-stars > * {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.nichiun-result-todays-fortune-constellation-stars > * > span {
    font-size: 16px;
    font-weight: bold;
    width: 72px;
}

.nichiun-result-todays-fortune-constellation-stars > * > ol {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nichiun-result-todays-fortune-constellation-stars > * > ol > li {
    font-size: 16px;
}

.nichiun-result-todays-fortune-constellation-stars-total {
    margin-bottom: 10px;
}

.nichiun-result-todays-fortune-constellation-stars-total > span {
    font-size: 20px;
}

.nichiun-result-todays-fortune-constellation-stars-total > ol > li {
    color: #F2C94C;
    font-size: 20px;
}

.nichiun-result-todays-fortune-constellation-stars-love > ol > li {
    color: #E76666;
}

.nichiun-result-todays-fortune-constellation-stars-money > ol > li {
    color: #8B76DB;
}

.nichiun-result-todays-fortune-constellation-stars-work > ol > li {
    color: #6AC69E;
}

.nichiun-result-todays-fortune-text {
    font-size: 16px;
}

.nichiun-result-todays-fortune-supervise {
    color: #828282;
    font-size: 11px;
    text-align: right;
}

.nichiun-result-tomorrows-fortune {
    width: 100%;
}

.nichiun-result-others {
    width: 100%;
}

@media (min-width: 750px) {
    .nichiun-result-todays-fortune {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-right: 40px;
        width: calc(100% / 3 * 2 - 40px);
    }
    .nichiun-result-todays-fortune > h2 {
        display: block;
        margin: 0;
        text-align: center;
    }
    .nichiun-result-tomorrows-fortune {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        width: calc(100% / 3);
    }
    .nichiun-result-others {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
}

/********************************
  ページャー
********************************/
ul.page-numbers {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style-type: none;
    margin: 20px 0 40px;
    padding: 0;
}

ul.page-numbers a, ul.page-numbers span {
    display: none;
    border: 1px solid #D8D8D8;
    border-radius: 3px;
    height: 40px;
    width: 40px;
    color: inherit;
    font-size: 14px;
    font-weight: bold;
}

ul.page-numbers .prev {
    display: block;
    margin-right: 50px;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    position: relative;
}

ul.page-numbers .prev::before {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 2px solid;
    border-bottom: 2px solid;
    content: '';
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 6px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    color: #202020;
}

ul.page-numbers .next {
    display: block;
    margin-left: 50px;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    position: relative;
}

ul.page-numbers .next::before {
    border-right: 2px solid;
    border-bottom: 2px solid;
    content: '';
    display: block;
    height: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 6px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    color: #202020;
}

ul.page-numbers .current {
    display: block;
    width: 80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
ul.page-numbers .current::after {
    content: '/ ' attr(data-pager-total);
    margin-left: .3em;
}

ul.page-numbers .dots {
    border: 0;
}

ul.page-numbers .dots > span::before {
    content: '…';
}

@media (min-width: 750px) {
    ul.page-numbers a, ul.page-numbers span {
        height: 40px;
        width: 40px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        color: inherit;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        font-size: 14px;
        font-weight: bold;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 6px;
    }
    ul.page-numbers .current {
        width: 40px;
        background: #DCDCDC;
        border-radius:3px;
    }
    ul.page-numbers .current::after {
        content: '';
        margin: 0;
    }

}

.performer-detail {
    font-size: 13px;
    padding: 26px 16px 16px;
    text-align: left;
}

@media (min-width: 750px) {
    .performer-detail-top {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.performer-detail-media {
    text-align: center;
}

.performer-detail-media > img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

@media (min-width: 750px) {
    .performer-detail-info {
        margin-left: 16px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.performer-detail-name {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    display: block;
    width: 100%;
}

@media (min-width: 750px) {
    .performer-detail-name {
        text-align: left;
    }
}

.performer-detail-name span {
    display: block;
    color: #828282;
    display: block;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.8;
}

.performer-detail-text {
    line-height: 1.5;
    margin-bottom: 24px;
}

.performer-detail-social > h5 {
    margin: 16px 0 8px;
    font-size: 12px;
}

.performer-detail-socialList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
}

.performer-detail-socialList > a {
    font-size: 12px;
    color: #8ec500;
    position: relative;
    padding-right: 10px;
    text-decoration: none;
}

.performer-detail-socialList > a + a {
    padding-left: 10px;
}

.performer-detail-socialList > a + a:after {
    content: '';
    position: absolute;
    background: #dcdcdc;
    left: -1px;
    width: 1px;
    height: 12px;
    margin: auto;
    top: 0;
    bottom: 0;
}

.performer-detail-bottom {
    border-top: 1px solid #ece7e7;
}

.performer-detail-bottom > h4 {
    font-size: 14px;
    color: #8ec500;
    margin: 24px 0 16px;
    font-weight: 700;
}

.performer-detail-bottom ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.performer-detail-bottom li {
    margin: 4px 0;
}

.performer-detail-bottom li > .performer-content-link {
    background: #f6fbea;
    display: block;
    font-size: 12px;
    color: #828282;
    padding: 12px;
    cursor: pointer;
    border-radius: 4px;
    opacity: 0.8;
}

.performer-detail-linksMedia {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.performer-detail-linksMedia > img {
    margin-right: 8px;
    width: 136px;
    height: 61px;
}

.performer-detail-linksMedia > h5 {
    font-size: 13px;
    color: #141414;
    font-weight: 700;
    line-height: 1.4;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
}

.performer-detail p {
    margin: 6px 0 0;
}

.performer-detail-closeButton {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 16px 0 24px;
    background: #fff;
    border: 1px solid #8CC63F;
    color: #8CC63F;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 2px;
    cursor: pointer;
    width: 100%;
}

/********************************
  人気のニュース
********************************/
.popular-posts {
    color: #363636;
    font-size: 14px;
}

.popular-posts-list {
    counter-reset: popular-posts;
}

.popular-posts-item {
    border-bottom: 1px solid #CCCCCC;
    padding: 1rem 0;
}

.popular-posts-item a {
    color: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.popular-posts-item:last-of-type {
    border-bottom: 0;
}

.popular-posts-item-image {
    margin-right: 1rem;
    position: relative;
}

.popular-posts-item-image::before {
    background: #8CC63F;
    counter-increment: popular-posts;
    color: #fff;
    content: counter(popular-posts);
    height: 20px;
    line-height: 20px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 20px;
}

.popular-posts-item-image img {
    height: auto;
    width: 110px;
}

.popular-posts-item-title p {
    line-height: 1.7;
    margin: 0;
}

@media (min-width: 750px) {
    .popular-posts-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -14px;
    }
    .popular-posts-item {
        margin-left: 14px;
        width: calc((100% - 42px) / 3);
    }
}

/********************************
  ランキング
********************************/
.ranking-list {
    counter-reset: ranking;
}

h3.ranking-item-list-title {
    color: #202020;
    word-break: break-all;
    font-family: 'helvetica', 'Hiragino Kaku Gothic Pro', 
        'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic',
        arial, helvetica, sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    font-weight: bold;
}

.ranking-item {
    border-top: 1px solid #CCCCCC;
    padding: 10px 0;
}

.ranking-item a {
    color: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.ranking-item:first-of-type {
    border-top: 0;
}

.ranking-item-image {
    margin-right: 1rem;
    position: relative;
}

.ranking-item-image::before {
    background: #8CC63F;
    counter-increment: ranking;
    color: #fff;
    content: counter(ranking);
    height: 20px;
    line-height: 20px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    font-size: 14px;
    width: 20px;
}

.ranking-item-image img {
    height: 73px;
    width: 110px;
    -o-object-fit: cover;
    object-fit: cover;
}

.ranking-item-title p {
    line-height: 1.7;
    margin: 0;
}
.ranking-item a:hover {
    cursor: pointer;
    text-decoration: underline;
}
/*PR用*/
.ranking-item .adv_title {
    background: #ff6532;
    border-left: 2px solid #727272;
    color: #e5e5e5;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    margin-right: 10px;
    text-align: center;
    width: 110px;
}
.ranking-item .adv_title p {

}

/*PR用*/
.gtm-tag-responce{
    display:none;
}
@media (min-width: 750px) {
    .gtm-tag-responce{
        display: block;
    }
}
.top-katteni-uranai .article-list .article-card .adv_title {
    background: #ff6532;
    border-left: 2px solid #727272;
    color: #e5e5e5;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    margin-right: 10px;
    text-align: center;
    width: 110px;
}
.top-katteni-uranai .article-list .article-card .adv_title p {
    margin:0;
    padding:0;
}

.recomend-posts {
    margin: 24px 0 32px;
    border-top: 1px solid #E5E5E5;
    padding-top: 40px;
}

.recomend-posts-title {
    color: #303030;
    margin: 0 0 26px;
    line-height: 1;
    font-size: 24px;
}

@media (min-width: 750px) {
    .recomend-posts-title {
        font-size: 20px;
    }
}

.recomend-posts-list {
    margin-top: 26px;
}

.recomend-posts-target {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.recomend-posts-image {
    width: 110px;
}

.recomend-posts-image > img {
    width: 100%;
    display: block;
}

.recomend-posts-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 24px;
}

.recomend-posts-text > p {
    margin: 0;
    font-size: 14px;
}

@media (min-width: 750px) {
    .recomend-posts-text > p {
        font-size: 18px;
        font-weight: bold;
    }
}

/********************************
  関連する記事
********************************/
.relative-posts-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -16px;
}
.relative-posts-title{
    color: #202020;
    word-break: break-all;
    font-family: 'helvetica', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    font-weight: bold;
}
h3.relative-posts-title{
    padding: 32px 0 10px;
    margin: 0;
}

.relative-posts-item {
    margin: 0 0 0 16px;
    width: calc((100% - 32px) / 2);
}

.relative-posts-item a {
    color: inherit;
}

.relative-posts-item a:hover {
    text-decoration: underline;
}

/*.relative-posts-item:first-of-type {
    width: 100%;
}*/

.relative-posts-item:first-of-type-bottom {
    font-size: 16px;
}

.relative-posts-item-image img {
    height: auto;
    width: 100%;
}

.relative-posts-item-title {
    font-size: 14px;
    line-height: 20px;
}

.relative-posts-item-title p {
    margin: 0;
    padding:5px 0 20px;
}

@media (min-width: 750px) {
    .relative-posts-list {
        display: block;
        margin-left: 0;
    }
    .relative-posts-item {
        border-bottom: 1px solid #DCDCDC;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .relative-posts-item a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin:12px;
    }
    .relative-posts-item:first-of-type-bottom {
        font-size: 20px;
    }
    .relative-posts-item-image {
        margin-right: 16px;
    }
    .relative-posts-item-image img {
        width: 164px;
        height: 109px;
    }
    .relative-posts-item-title p {
        margin: 0;
        padding: 0;
    }
}
/*ネクストリンク*/
.next-link-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top:20px;
}
section.next-link-content-main {
    margin-top: 24px;
    border-top: 1px solid #DCDCDC;
}

.next-link-item-image{
    margin-right:16px;
}
.next-link-item-image img {
    width: 110px;
    height: 73px;
}
.next-link-item-title{
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    text-align: left;
    display: inline-block;
}
.next-link-item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: inherit;
    padding:0;
}
.next-link-item-title p {
    margin:0;
    padding:0;
}
.next-link-item-title h3 {
    color: #202020;
    word-break: break-all;
    font-family: 'helvetica', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin:0;
    padding:0;
}
section.next-link-content-main{
    margin-top: 24px;
    border-top: 1px solid #DCDCDC;
}
.next-link-content-title {
    color: #202020;
    word-break: break-all;
    font-family: 'helvetica', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    font-weight: bold;
}
@media (min-width: 750px) {
    .next-link-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top:20px;
    }

    .next-link-item-image{
        margin-right:16px;
    }
    .next-link-item-image img {
        width: 140.55px;
        height: 94px;
    }
    .next-link-item-title{
        font-size: 14px;
        font-weight: bold;
        line-height: 21px;
        text-align: left;
        display: inline-block;
    }
    .next-link-item a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        color: inherit;
        padding:0;
    }
    .next-link-item-title p {
        margin:0;
        padding:0;
    }
    .next-link-item-title h3 {
        color: #202020;
        word-break: break-all;
        font-family: 'helvetica', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
        line-height: 1.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin:0;
        padding:0;
    }
    .next-link{
        margin-top: 40px;
        border-top: 1px solid #DCDCDC;
    }
    .next-link-content-title {
        color: #202020;
        word-break: break-all;
        font-family: 'helvetica', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
        line-height: 1.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 20px;
        font-weight: bold;
    }
}

.remodal {
    padding: 0;
    border-radius: 4px;
}

.remodal-header {
    padding-left: 16px;
    border-bottom: 1px solid #dcdcdc;
}

.remodal-header h3 {
    font-size: 15px;
    text-align: left;
}

.remodal-close {
    font-size: 37px;
    left: auto;
    right: 5px;
    top: 6px;
    height: 35px;
    width: 35px;
    cursor: pointer;
}

.remodal-close::before {
    font-size: 37px;
}

.search-form {
    height: 36px;
    position: relative;
}

.search-form input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #E8F5D7;
    border: 0;
    border-radius: 6px;
    height: 100%;
    padding: 0 0.5rem 0 calc(36px + .5rem);
    width: 100%;
}

.search-form::before {
    background: url("./search_icon.svg") no-repeat center center/contain;
    content: '';
    display: block;
    height: 36px;
    left: .5rem;
    position: absolute;
    top: 2px;
    width: 36px;
}

.sns-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

@media (min-width: 750px) {
    .sns-share {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 34px;
    }
}

.sns-share-title {
    padding: 8px 0;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #C4C4C4;
    position: relative;
    font-size: 12px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 155px;
    margin-bottom: 15px;
}

@media (min-width: 750px) {
    .sns-share-title {
        width: 270px;
        padding: 12px 0;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 270px;
        -ms-flex: 0 0 270px;
        flex: 0 0 270px;
        font-size: 16px;
    }
}

.sns-share-title::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -13px;
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 8px solid #fff;
    z-index: 2;
}

.sns-share-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    margin-top: -6px;
    border: 6px solid transparent;
    border-left: 9px solid #C4C4C4;
    z-index: 1;
}

.sns-share-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 16px;
}

@media (min-width: 750px) {
    .sns-share-buttons {
        margin-left: 42px;
    }
}

.sns-share-buttons > li {
    height: 26px;
}

@media (min-width: 750px) {
    .sns-share-buttons > li {
        height: 42px;
    }
}

@media (min-width: 750px) {
    .sns-share-buttons > li > a {
        cursor: pointer;
        text-decoration: none;
    }
    .sns-share-buttons > li > a:hover {
        opacity: 0.7;
    }
}

@media (min-width: 750px) {
    .sns-share-buttons > li img {
        width: 42px;
        height: 42px;
    }
}

.sns-share-buttons > li + li {
    margin-left: 16px;
}

@media (min-width: 750px) {
    .sns-share-buttons .sns-share-button-line {
        display: none;
    }
}

.tag-page-title {
    background: #8CC63F;
    color: #fff;
    height: 42px;
    margin-left: -16px;
    margin-right: -16px;
}

.tag-page-title > .section-inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.tag-page-title > .section-inner > h1 {
    font-size: 16px;
    margin: 0;
}

.tag-page-title > .section-inner > span {
    font-size: 14px;
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (min-width: 750px) {
    .tag-page-title {
        height: 81px;
        padding: 0 16px;
    }
    .tag-page-title > .section-inner {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        position: static;
    }
    .tag-page-title > .section-inner > h1 {
        font-size: 20px;
    }
    .tag-page-title > .section-inner > span {
        font-size: 14px;
        margin-left: 2rem;
        position: static;
        -webkit-transform: none;
        transform: none;
    }
}

.tag-page-description {
    font-size: 14px;
}

@media (min-width: 750px) {
    .tag-page-description {
        font-size: 16px;
        margin: 40px 0;
    }
}

@media (min-width: 750px) {
    .to-tv-button > a {
        width: 343px;
        /*      width: -webkit-fill-available;*/
        margin: 24px auto;
    }
}

#article-program .to-tv-button {
/*    display: none;*/
}

@media (min-width: 750px) {
    #article-program .to-tv-button {
        display: block;
    }
}

.to-tv-button-sp {
    height: 80px;
    padding: 18px 40px;
    position: fixed;
    background: rgba(140, 198, 63, 1);
    -webkit-transition: -webkit
        -transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translate(0, 94px);
    transform: translate(0, 94px);
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.to-tv-button-sp.show {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.to-tv-button-sp > a {
    display: block;
    background: #fff;
    text-align: center;
    color: #8CC63F;
    font-size: 18px;
    width: 100%;
    height: 44px;
    line-height: 44px;
}
.to-tv-button-sp > a{
    display: block;
    background: #fff;
    text-align: center;
    /*一時的に変更*/
    color: #8CC63F;
    /*    color: #E4007F;*/
    font-size: 18px;
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-weight: bold;
}


@media (min-width: 750px) {
    .to-tv-button-sp > a {
        cursor: pointer;
        text-decoration: none;
    }
    .to-tv-button-sp > a:hover {
        opacity: 0.9;
    }
}

.todays-fortune {
    margin-left: 1em;
    width: 212px;
}

.todays-fortune h3 {
    font-size: 20px;
    margin: 0 0 10px;
    text-align: center;
    white-space: nowrap;
}

.todays-fortune > div {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    white-space: nowrap;
}

.todays-fortune > div > img {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    width: 44px;
}

.todays-fortune > div > div {
    margin: 0 1em;
}

.todays-fortune > div > div > span {
    font-size: 16px;
    font-weight: bold;
}

.todays-fortune > div > div > ol {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.todays-fortune > div > div > ol > li {
    color: #F2C94C;
    font-size: 14px;
}

.todays-fortune > div > a {
    border: 1px solid #666666;
    border-radius: 2px;
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    padding: 0 1em;
}

.todays-fortune > div > a::after {
    content: '〜';
}

@media (min-width: 750px) {
    .todays-fortune {
        margin-left: auto;
        width: 300px;
    }
    .todays-fortune h3 {
        margin: 0 0 5px;
    }
    .todays-fortune > div > a::after {
        content: '以降を見る';
    }
    .todays-fortune > div > img {
        width: 58px;
    }
}

.todays-news-list {
    padding-bottom: 0px;
}

.todays-news-list article:first-of-type {
    margin-top: 0;
}

.todays-news-list article > a {
    text-decoration: none;
}

.todays-news-list article > a:hover .top-article-title h3 {
    text-decoration: underline;
}

.todays-news-list article > a .top-article-body {
    color: #363636;
    display: none;
    font-size: 14px;
}

.todays-news-list article.todays-news-item-1 {
    border-top: none;
    margin-bottom: 18px;
    position: relative;
    overflow: hidden;
}

.todays-news-list article.todays-news-item-1 > a {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}

.todays-news-list article.todays-news-item-1 > a .top-article {
    background: rgba(255, 255, 255, 0.73);
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
}

.todays-news-list article.todays-news-item-1 > a .top-article-image {
    width: 100%;
    margin-right: 0;
}

.todays-news-list article.todays-news-item-1 > a .top-article-image > img {
    width: 100%;
    max-height: 400px;
}

.todays-news-list article.todays-news-item-1 > a .top-article-title {
    padding: 0 1em;
}

@media (min-width: 750px) {
    .todays-news-list {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .todays-news-list-left {
        border-right: 1px solid #DCDCDC;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 20px;
        padding-right: 20px;
        width: 621px;
    }
    .todays-news-list-right {
        width: 300px;
    }
    .todays-news-list article.todays-news-item-1 {
        width: 100%;
        margin-bottom: 26px;
    }
    .todays-news-list article.todays-news-item-1 > a .top-article-title h3 {
        font-size: 24px;
        line-height: 28px;
    }
    .todays-news-list article.todays-news-item-3 {
        margin-left: 20px;
    }
    .todays-news-list article.todays-news-item-2, .todays-news-list article.todays-news-item-3 {
        width: calc((100% - 24px) / 2);
    }
    .todays-news-list article.todays-news-item-2 > a .top-article-image, .todays-news-list article.todays-news-item-3 > a .top-article-image {
        margin-right: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
    }
    .todays-news-list article.todays-news-item-2 > a .top-article-meta, .todays-news-list article.todays-news-item-3 > a .top-article-meta {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .todays-news-list article.todays-news-item-2 > a .top-article-title, .todays-news-list article.todays-news-item-3 > a .top-article-title {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .todays-news-list article.todays-news-item-2 > a .top-article-title > h3, .todays-news-list article.todays-news-item-3 > a .top-article-title > h3 {
        font-size: 18px;
        line-height: 21px;
    }
    .todays-news-list article.todays-news-item-2 > a .top-article-body, .todays-news-list article.todays-news-item-3 > a .top-article-body {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .todays-news-list article.todays-news-item-2 > a .top-article-body, .todays-news-list article.todays-news-item-3 > a .top-article-body, .todays-news-list article.todays-news-item-4 > a .top-article-body, .todays-news-list article.todays-news-item-5 > a .top-article-body, .todays-news-list article.todays-news-item-6 > a .top-article-body {
        display: block;
        margin-top: 13px;
    }
    .todays-news-list article.todays-news-item-1, .todays-news-list article.todays-news-item-2, .todays-news-list article.todays-news-item-3 {
        border-top: none;
    }
    .todays-news-list article.todays-news-item-4 > a .top-article-meta, .todays-news-list article.todays-news-item-5 > a .top-article-meta, .todays-news-list article.todays-news-item-6 > a .top-article-meta, .todays-news-list article.todays-news-item-7 > a .top-article-meta, .todays-news-list article.todays-news-item-8 > a .top-article-meta {
        margin-bottom: 16px;
    }
    .todays-news-list article.todays-news-item-4 > a .top-article-title, .todays-news-list article.todays-news-item-5 > a .top-article-title, .todays-news-list article.todays-news-item-6 > a .top-article-title, .todays-news-list article.todays-news-item-7 > a .top-article-title, .todays-news-list article.todays-news-item-8 > a .top-article-title {
        margin: 0;
    }
    .todays-news-list article.todays-news-item-4 > a .top-article-title > h3, .todays-news-list article.todays-news-item-5 > a .top-article-title > h3, .todays-news-list article.todays-news-item-6 > a .top-article-title > h3, .todays-news-list article.todays-news-item-7 > a .top-article-title > h3, .todays-news-list article.todays-news-item-8 > a .top-article-title > h3 {
        font-size: 16px;
    }
    .todays-news-list article.todays-news-item-4, .todays-news-list article.todays-news-item-5, .todays-news-list article.todays-news-item-6, .todays-news-list article.todays-news-item-7, .todays-news-list article.todays-news-item-8 {
        margin-bottom: 28px;
    }
    .todays-news-list article.todays-news-item-7 > a .top-article-image, .todays-news-list article.todays-news-item-8 > a .top-article-image {
        display: none;
    }
    .todays-news-list article.todays-news-item-2 .top-article-title, .todays-news-list article.todays-news-item-3 .top-article-title, .todays-news-list article.todays-news-item-7 .top-article-title, .todays-news-list article.todays-news-item-8 .top-article-title {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
}
.tomorrows-fortune {
    border: 2px solid #E4007F;
    border-radius: 12px;
    padding: 20px;
}

.tomorrows-fortune > h4 {
    font-size: 28px;
    line-height: 1;
    margin: 0 0 10px;
    text-align: center;
}

.tomorrows-fortune > h5 {
    font-size: 18px;
    line-height: 1;
    margin: 0 0 20px;
    text-align: center;
}

.tomorrows-fortune > div {
    color: #8CC63F;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.tomorrows-fortune > img {
    height: auto;
    width: 100%;
}

.tomorrows-fortune .tomorrows-fortune-banner {
    position: relative;
}

.tomorrows-fortune .tomorrows-fortune-banner > img {
    width: 100%;
}

.tomorrows-fortune .tomorrows-fortune-banner .to-tv-button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: calc(100% - 20px);
    height: 53px;
}

.tomorrows-fortune .tomorrows-fortune-banner .to-tv-button .btn {
    padding: 0;
    width: 100%;
    margin: 0;
    line-height: 53px;
    height: 100%;
    background: rgba(140, 198, 63, 0.9);
}

.top-article-list article {
    border-top: 1px solid #DCDCDC;
    margin-bottom: 18px;
}

.top-article-list article > a {
    color: #666666;
}

.top-article-list article > a .top-article {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top-article-list article > a .top-article-meta {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.top-article-list article > a .top-article-meta-category {
    background: #E8E8E8;
    border-left: 2px solid #727272;
    color: #000;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    margin-right: 10px;
    text-align: center;
    width: 110px;
}

.top-article-list article > a .top-article-meta-date {
    color: #828282;
    font-size: 14px;
    line-height: 1;
}

.top-article-list article > a .top-article-image {
    height: auto;
    margin-right: 10px;
    width: 110px;
}

.top-article-list article > a .top-article-image img {
    height: auto;
    width: 100%;
}

.top-article-list article > a .top-article-title {
    color: #363636;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 12px 0;
}

.top-article-list article > a .top-article-title > h3 {
    font-size: 14px;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 16px;
}

@media (min-width: 750px) {
    .top-article-list article > a .top-article-title > h3 {
        line-height: 19px;
        display: block;
    }
}

.top-news {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #8CC63F;
}

article.articleBannerOne {
    margin: 0 -16px;
}

@media (min-width: 750px) {
    .top-news {
        position: static;
        z-index: 1;
        margin-left: 0;
    }
article.articleBannerOne {
    margin: 0;
}
}

.top-news > a {
    display: block;
    max-width: 1024px;
    color: #fff;
    margin: 0;
    padding: 12px 16px;
    font-weight: bold;
    line-height: 1.3;
    text-decoration: underline;
}

@media (min-width: 750px) {
    .top-news > a {
        max-width: 1024px;
        padding-right: 42px;
        padding-left: 42px;
        margin: auto;
    }
}

.top-todays-news h2 > span {
    display: none;
}

@media (min-width: 750px) {
    .top-todays-news {
        background: #fbfbfb;
        padding-top: 15px;
    }
    .top-todays-news h2 > span {
        display: block;
        font-size: 30px;
    }
}

@media (min-width: 750px) {
    .top-katteni-uranai,
    .top-trial-uranai {
        background: #FBFBFB;
    }
}

@media (min-width: 750px) {
    .top-constellations-uranai,
    .top-blood-type-uranai,
    .top-popular-news {
        background: #fff;
    }
}

@media (min-width: 750px) {
    .top-article-list .more-articles {
        margin-left: 20px;
        width: 100%;
    }
    .top-article-list .more-articles > a {
        margin: 0 auto;
        width: calc((100% - 40px) / 3);
    }
    .top-todays-news .more-articles > p {
        padding: 10px 0 30px;
    }
    .top-todays-news .more-articles > a {
        font-size: 16px;

    }
}

.top-katteni-uranai .article-list .article-card:first-of-type,
.top-constellations-uranai .article-list .article-card:first-of-type,
.top-blood-type-uranai .article-list .article-card:first-of-type {
    margin-bottom: 18px;
    border-top: none;
    margin-bottom: 20px;
}

.top-katteni-uranai .article-list .article-card:first-of-type .article-card-content,
.top-constellations-uranai .article-list .article-card:first-of-type .article-card-content,
.top-blood-type-uranai .article-list .article-card:first-of-type .article-card-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top-katteni-uranai .article-list .article-card:first-of-type .article-card-content-meta,
.top-constellations-uranai .article-list .article-card:first-of-type .article-card-content-meta,
.top-blood-type-uranai .article-list .article-card:first-of-type .article-card-content-meta {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.top-katteni-uranai .article-list .article-card:first-of-type .article-card-content-meta-category,
.top-constellations-uranai .article-list .article-card:first-of-type .article-card-content-meta-category,
.top-blood-type-uranai .article-list .article-card:first-of-type .article-card-content-meta-category {
    background: #E8E8E8;
    border-left: 2px solid #727272;
    color: #000;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    margin-right: 10px;
    text-align: center;
    width: 110px;
}

.top-katteni-uranai .article-list .article-card:first-of-type .article-card-content-meta-date,
.top-constellations-uranai .article-list .article-card:first-of-type .article-card-content-meta-date,
.top-blood-type-uranai .article-list .article-card:first-of-type .article-card-content-meta-date {
    color: #828282;
    font-size: 14px;
    line-height: 1;
}

.top-katteni-uranai .article-list .article-card:first-of-type .article-card-content-image,
.top-constellations-uranai .article-list .article-card:first-of-type .article-card-content-image,
.top-blood-type-uranai .article-list .article-card:first-of-type .article-card-content-image,
.top-blood-type-uranai .article-list .article-card:first-of-type .article-card-content-image {
    height: auto;
    margin-right: 10px;
    width: 110px;
}

.top-katteni-uranai .article-list .article-card:first-of-type .article-card-content-image img,
.top-constellations-uranai .article-list .article-card:first-of-type .article-card-content-image img,
.top-blood-type-uranai .article-list .article-card:first-of-type .article-card-content-image img,
.top-blood-type-uranai .article-list .article-card:first-of-type .article-card-content-image img{
    height: auto;
    width: 100%;
}

.top-katteni-uranai .article-list .article-card:first-of-type .article-card-content-title,
.top-constellations-uranai .article-list .article-card:first-of-type .article-card-content-title,
.top-blood-type-uranai .article-list .article-card:first-of-type .article-card-content-title {
    color: #363636;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 12px 0;
}

.top-katteni-uranai .article-list .article-card:first-of-type .article-card-content-title > h3,
.top-constellations-uranai .article-list .article-card:first-of-type .article-card-content-title > h3,
.top-blood-type-uranai .article-list .article-card:first-of-type .article-card-content-title > h3 {
    font-size: 14px;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 16px;
}

@media (min-width: 750px) {
    .top-katteni-uranai .article-list .article-card:first-of-type .article-card-content-title > h3,
    .top-constellations-uranai .article-list .article-card:first-of-type .article-card-content-title > h3,
    .top-blood-type-uranai .article-list .article-card:first-of-type .article-card-content-title > h3 {
        line-height: 19px;
        display: block;
    }
}

.top-katteni-uranai .article-list .article-card:first-of-type .article-card-content-image,
.top-constellations-uranai .article-list .article-card:first-of-type .article-card-content-image,
.top-blood-type-uranai .article-list .article-card:first-of-type .article-card-content-image {
    margin-right: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
}

.top-katteni-uranai .article-list .article-card:first-of-type .article-card-content-meta,
.top-constellations-uranai .article-list .article-card:first-of-type .article-card-content-meta,
.top-blood-type-uranai .article-list .article-card:first-of-type .article-card-content-meta {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.top-katteni-uranai .article-list .article-card:first-of-type .article-card-content-title,
.top-constellations-uranai .article-list .article-card:first-of-type .article-card-content-title,
.top-blood-type-uranai .article-list .article-card:first-of-type .article-card-content-title {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    padding: 0 1em;
}

.top-katteni-uranai .article-list .article-card:first-of-type .article-card-content-body,
.top-constellations-uranai .article-list .article-card:first-of-type .article-card-content-body,
.top-blood-type-uranai .article-list .article-card:first-of-type .article-card-content-body {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}

.top-katteni-uranai .article-list .article-card:first-of-type > a,
.top-constellations-uranai .article-list .article-card:first-of-type > a,
.top-blood-type-uranai .article-list .article-card:first-of-type > a {
    color: #666666;
    text-decoration: none;
    border: 1px solid #E0E0E0;
    display: block;
}

.top-katteni-uranai .article-list .article-card:first-of-type > a:hover .article-card-content-title h3,
.top-constellations-uranai .article-list .article-card:first-of-type > a:hover .article-card-content-title h3,
.top-blood-type-uranai .article-list .article-card:first-of-type > a:hover .article-card-content-title h3 {
    text-decoration: underline;
}

.top-katteni-uranai .article-list .article-card:first-of-type .article-card-content-image,
.top-constellations-uranai .article-list .article-card:first-of-type .article-card-content-image,
.top-blood-type-uranai .article-list .article-card:first-of-type .article-card-content-image {
    padding-top: calc(100% * 189 / 342);
    position: relative;
}

.top-katteni-uranai .article-list .article-card:first-of-type .article-card-content-image img,
.top-constellations-uranai .article-list .article-card:first-of-type .article-card-content-image img,
.top-blood-type-uranai .article-list .article-card:first-of-type .article-card-content-image img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
}

@media (min-width: 750px) {
    .top-katteni-uranai .article-list,
    .top-constellations-uranai .article-list,
    .top-blood-type-uranai .article-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -20px;
    }
    .top-katteni-uranai .article-list article,
    .top-constellations-uranai .article-list article,
    .top-blood-type-uranai .article-list article {
        margin: 0 0 20px 20px;
        width: calc((100% - 60px) / 3);
    }
    .top-katteni-uranai .article-list .article-card:first-of-type .article-card-content-image,
    .top-constellations-uranai .article-list .article-card:first-of-type .article-card-content-image,
    .top-blood-type-uranai .article-list .article-card:first-of-type .article-card-content-image {
        padding-top: 0;
        position: static;
    }
    .top-katteni-uranai .article-list .article-card:first-of-type .article-card-content-image img,
    .top-constellations-uranai .article-list .article-card:first-of-type .article-card-content-image img,
    .top-blood-type-uranai .article-list .article-card:first-of-type .article-card-content-image img {
        padding-top: 0;
        position: static;
    }
}

.top-trial-uranai .swiper-container {
    padding-bottom: 30px;
}

.top-trial-uranai .swiper-container .swiper-pagination {
    bottom: 0;
}

.top-trial-uranai .swiper-container .swiper-pagination-bullet {
    background: #727272;
}

@media (min-width: 750px) {
    .top-trial-uranai .swiper-container {
        padding-bottom: 0;
    }
    .top-trial-uranai .swiper-container .swiper-wrapper {
        width: auto;
    }
}

.top-trial-uranai .article-list .article-card {
    margin-bottom: 18px;
    border-top: none;
    margin: 0;
}

.top-trial-uranai .article-list .article-card .article-card-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top-trial-uranai .article-list .article-card .article-card-content-meta {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.top-trial-uranai .article-list .article-card .article-card-content-meta-category {
    background: #E8E8E8;
    border-left: 2px solid #727272;
    color: #000;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    margin-right: 10px;
    text-align: center;
    width: 110px;
}
/*PRタグ用*/
.top-katteni-uranai .article-list .article-card .adv_title {
    background: #ff6532;
    border-left: 2px solid #727272;
    color: #e5e5e5;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    margin-right: 10px;
    text-align: center;
    width: 110px;
}
.top-katteni-uranai .article-list .article-card .adv_title p {
    margin:0;
    padding:0;
}


.top-trial-uranai .article-list .article-card .article-card-content-meta-date {
    color: #828282;
    font-size: 14px;
    line-height: 1;
}

.top-trial-uranai .article-list .article-card .article-card-content-image {
    height: auto;
    margin-right: 10px;
    width: 110px;
}

.top-trial-uranai .article-list .article-card .article-card-content-image img {
    height: auto;
    width: 100%;
}

.top-trial-uranai .article-list .article-card .article-card-content-title {
    color: #363636;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 12px 0;
}

.top-trial-uranai .article-list .article-card .article-card-content-title > h3 {
    font-size: 14px;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 16px;
}

@media (min-width: 750px) {
    .top-trial-uranai .article-list .article-card .article-card-content-title > h3 {
        line-height: 19px;
        display: block;
    }
}

.top-trial-uranai .article-list .article-card .article-card-content-image {
    margin-right: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
}

.top-trial-uranai .article-list .article-card .article-card-content-meta {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.top-trial-uranai .article-list .article-card .article-card-content-title {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    padding: 0 1em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.top-trial-uranai .article-list .article-card .article-card-content-title::after {
    border: 1px solid #666666;
    border-radius: 9999px;
    content: '占う';
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 12px;
    line-height: 34px;
    margin-left: .5rem;
    text-align: center;
    white-space: nowrap;
    width: 76px;
}

.top-trial-uranai .article-list .article-card .article-card-content-body {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}

.top-trial-uranai .article-list .article-card > a {
    color: #666666;
    text-decoration: none;
    border: 1px solid #E0E0E0;
    display: block;
}

.top-trial-uranai .article-list .article-card > a:hover .article-card-content-title h3 {
    text-decoration: underline;
}


.top-trial-uranai .article-list .article-card .article-card-content-image img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    /*    position: absolute;*/
    top: 0;
    width: 100%;
}

@media (min-width: 750px) {
    .top-trial-uranai .article-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 0 -20px -20px;
    }
    .top-trial-uranai .article-list .article-card {
        margin-bottom: 18px;
        border-top: none;
        display: none;
        margin: 0 0 20px 20px;
        width: calc((100% - 60px) / 3);
    }
    .top-trial-uranai .article-list .article-card .article-card-content {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .top-trial-uranai .article-list .article-card .article-card-content-meta {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }
    .top-trial-uranai .article-list .article-card .article-card-content-meta-category {
        background: #E8E8E8;
        border-left: 2px solid #727272;
        color: #000;
        display: block;
        font-size: 12px;
        font-weight: bold;
        line-height: 20px;
        margin-right: 10px;
        text-align: center;
        width: 110px;
    }
    .top-trial-uranai .article-list .article-card .article-card-content-meta-date {
        color: #828282;
        font-size: 14px;
        line-height: 1;
    }
    .top-trial-uranai .article-list .article-card .article-card-content-image {
        height: auto;
        margin-right: 10px;
        width: 110px;
    }
    .top-trial-uranai .article-list .article-card .article-card-content-image img {
        height: auto;
        width: 100%;
    }
    .top-trial-uranai .article-list .article-card .article-card-content-title {
        color: #363636;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 12px 0;
    }
    .top-trial-uranai .article-list .article-card .article-card-content-title > h3 {
        font-size: 14px;
        margin: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        line-height: 16px;
    }
}

@media (min-width: 750px) and (min-width: 750px) {
    .top-trial-uranai .article-list .article-card .article-card-content-title > h3 {
        line-height: 19px;
        display: block;
    }
}

@media (min-width: 750px) {
    .top-trial-uranai .article-list .article-card .article-card-content-image {
        margin-right: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
    }
    .top-trial-uranai .article-list .article-card .article-card-content-meta {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .top-trial-uranai .article-list .article-card .article-card-content-title {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
        padding: 0 1em;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .top-trial-uranai .article-list .article-card .article-card-content-title::after {
        border: 1px solid #666666;
        border-radius: 9999px;
        content: '占う';
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        font-size: 12px;
        line-height: 34px;
        margin-left: .5rem;
        text-align: center;
        white-space: nowrap;
        width: 76px;
    }
    .top-trial-uranai .article-list .article-card .article-card-content-body {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .top-trial-uranai .article-list .article-card > a {
        color: #666666;
        text-decoration: none;
        border: 1px solid #E0E0E0;
        display: block;
    }
    .top-trial-uranai .article-list .article-card > a:hover .article-card-content-title h3 {
        text-decoration: underline;
    }
    .top-trial-uranai .article-list .article-card:nth-of-type(-n+3) {
        display: block;
    }
    .top-trial-uranai .article-list .article-card .article-card-content-image {
        padding-top: 0;
        position: static;
    }
    .top-trial-uranai .article-list .article-card .article-card-content-image img {
        position: static;
    }
}

.top-popular-news {
    padding-top: 40px;
    padding-bottom: 46px;
}

@media (min-width: 750px) {
    .top-popular-news {
        padding-bottom: 24px;
    }
}

.top-popular-news h3 {
    margin-top: 0;
    margin-bottom: 1px;
    font-size: 20px;
}

@media (min-width: 750px) {
    .top-popular-news h3 {
        margin-bottom: 1px;
    }
}

.top-section-header {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
    position: relative;
    top: 0;
    z-index: 2;
}

.top-section-header h2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    margin: 0;
}

.top-section-header h2 > span {
    margin-left: 1em;
}

.top-section-header h2 > span > small {
    color: #202020;
    display: block;
    font-size: 14px;
    font-weight: normal;
}

.top-section-header h2 .top-section-header-date {
    background: #202020;
    border-radius: 6px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 90px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    text-align: center;
    width: 90px;
}

.top-section-header h2 .top-section-header-date > span {
    display: block;
}

.top-section-header h2 .top-section-header-date > span:first-of-type {
    font-size: 24px;
}

.top-section-header h2 .top-section-header-date > span:first-of-type::after {
    content: '月';
    font-size: 14px;
}

.top-section-header h2 .top-section-header-date > span:last-of-type {
    font-size: 56px;
}

@media (max-width: 374px) {
    .top-section-header h2 .top-section-header-date {
        height: 67px;
        width: 67px;
    }
    .top-section-header h2 .top-section-header-date > span:first-of-type {
        font-size: 15px;
    }
    .top-section-header h2 .top-section-header-date > span:first-of-type::after {
        font-size: 12px;
    }
    .top-section-header h2 .top-section-header-date > span:last-of-type {
        font-size: 38px;
    }
}

.top-section-header h2 img {
    height: 90px;
    width: 90px;
}

@media (max-width: 374px) {
    .top-section-header h2 img {
        height: 67px;
        width: 67px;
    }
}

@media (min-width: 750px) {
    .top-section-header {
        background: inherit;
        margin-bottom: 14px;
        position: static;
    }
    .top-section-header h2 > span {
        display: block;
        margin-left: 40px;
    }
}
h3.muryo-newposts-title {
    margin: 40px 0 10px 0;
}
.muryo-newposts-item-title p ,
.muryo-newposts-item-title {
    margin: 0 0 10px 0;
    color: #303030;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
    border-bottom: 1px solid #DCDCDC;
    padding: 0 0 10px 0;
}
.muryo-newposts-item a {
    color: inherit;
}
.muryo-newposts .article-card-content-meta-date {
    color: #828282;
    font-size: 14px;
    line-height: 1;
    margin-right: 7px;
}

article.muryo-newposts-item:last-child {
    margin-bottom: 20px;
}

span.new_icon {
    padding: 2px 3px;
    background: #E4007F;
    color: #fff;
    font-weight: bold;
/*    border-radius: 7px;*/
    margin-right: 5px;
}


.more-articles {
    margin: 0;
    padding: 40px 0 60px;
    text-align: center;
}

.more-articles > a {
    border: 1px solid #666666;
    color: #666666;
    display: block;
    font-size: 12px;
    line-height: 38px;
}

.top-todays-news .more-articles {
    padding: 10px 0 30px;
}
.top-todays-news .more-articles > a {
    font-size: 16px;
    margin: 0 auto;
    /*    width: calc((100% - 40px) / 3);*/
}

@media (min-width: 750px) {
    .more-articles {
        padding: 20px 0 40px;
    }
    .more-articles > a {
        font-size: 16px;
        margin: 0 auto;
        width: calc((100% - 40px) / 3);
    }
}
.ranking h3{
    margin-bottom:0;
}

.ranking-item-title p {
    font-size: 13px;
    line-height: 19px;
}

@media (min-width: 750px) {
    .relative-posts-item a {
        cursor: pointer;
        margin-left: 0;
    }
    .relative-posts-item a:hover {
        opacity: 0.7;
        text-decoration: underline;
    }
    .relative-posts-title{
        color: #202020;
        word-break: break-all;
        font-family: 'helvetica', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
        line-height: 1.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 20px;
        font-weight: bold;
    }
}

@media (min-width: 750px) {
    .ranking-item a:hover {
        cursor: pointer;
        opacity: 0.7;
        text-decoration: underline;
    }
}

/********************************
  過去記事　後で削除予定
********************************/
.article-main .kizi_title_1 {
    margin-top: 28px;
    margin-bottom: 28px;
    line-height: 27px;
    font-size: 20px;
    font-weight: bold;
}

.article-main .kizi_img_1 {
    text-align: center;
    margin: 20px 0;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}

.article-main .kizi_img_1 img,
.article-main .result-border-02 img,
.article-main .mt img {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

.article-main .kizi_waku_1 {
    background: #F7F7F7;
    padding: 24px;
    margin: 20px 0;
}

.article-main .kizi_waku_1 > p {
    text-align: left;
}

.article-main .kizi_button_1 {
    margin: 20px 0;
}

.article-main .kizi_button_1 > a {
    padding: 8px 0;
    background: #8CC63F;
    text-align: center;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    text-decoration: none;
    border-radius: 0;
    line-height: 24px;
    cursor: pointer;
    display: block;
}

@media (min-width: 750px) {
    .article-main .kizi_button_1 > a {
        cursor: pointer;
        text-decoration: none;
    }
    .article-main .kizi_button_1 > a:hover {
        opacity: 0.9;
    }
}

.article-main .kizi_button_1 > a:hover {
    text-decoration: none;
}

.article-main .profile {
    background: #F7F7F7;
    margin-bottom: 20px;
}

.article-main .profile .prof img,
.fsp_view .prof img{
    width: 83px;
    border-radius: 50%;
}



.article-main .fortune-form,
.article-main .input_form,
.article-main .input_form_2 {
    background: #F7F7F7;
    padding: 16px;
}







.article-main .fortune-form [type="button"],
.article-main .fortune-form [type="submit"],
.article-main .input_form [type="button"],
.article-main .input_form [type="submit"],
.article-main .input_form_2 [type="button"],
.article-main .input_form_2 [type="submit"] {
    padding: 8px 0;
    background: #8CC63F;
    text-align: center;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    text-decoration: none;
    border-radius: 0;
    line-height: 24px;
    cursor: pointer;
    display: block;
    width: 100%;
    margin-top: 25px;
}

@media (min-width: 750px) {
    .article-main .fortune-form [type="button"],
    .article-main .fortune-form [type="submit"],
    .article-main .input_form [type="button"],
    .article-main .input_form [type="submit"],
    .article-main .input_form_2 [type="button"],
    .article-main .input_form_2 [type="submit"] {
        cursor: pointer;
        text-decoration: none;
        width:343px;
        margin:10px auto;
    }
    .article-main .fortune-form [type="button"]:hover,
    .article-main .fortune-form [type="submit"]:hover,
    .article-main .input_form [type="button"]:hover,
    .article-main .input_form [type="submit"]:hover,
    .article-main .input_form_2 [type="button"]:hover,
    .article-main .input_form_2 [type="submit"]:hover {
        opacity: 0.9;
    }
}

.article-main .fortune-form [type="button"]:hover,
.article-main .fortune-form [type="submit"]:hover,
.article-main .input_form [type="button"]:hover,
.article-main .input_form [type="submit"]:hover,
.article-main .input_form_2 [type="button"]:hover,
.article-main .input_form_2 [type="submit"]:hover {
    text-decoration: none;
}

.article-main .fortune-form .switch,
.article-main .input_form .switch,
.article-main .input_form_2 .switch {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
}

.article-main .fortune-form .switch > label,
.article-main .input_form .switch > label,
.article-main .input_form_2 .switch > label {
    text-align: center;
    width: 50%;
    background: #fff;
    border: 1px solid #D8D8D8;
    padding: 8px 0;
    cursor: pointer;
}

.article-main .fortune-form .switch > label:first-of-type,
.article-main .input_form .switch > label:first-of-type,
.article-main .input_form_2 .switch > label:first-of-type {
    border-radius: 3px 0 0 3px;
}

.article-main .fortune-form .switch > label:last-of-type,
.article-main .input_form .switch > label:last-of-type,
.article-main .input_form_2 .switch > label:last-of-type {
    border-radius: 0 3px 3px 0;
}

.article-main .fortune-form .switch > input[type="radio"],
.article-main .input_form .switch > input[type="radio"],
.article-main .input_form_2 .switch > input[type="radio"] {
    display: none;
}

.article-main .fortune-form .switch > input[type="radio"]:checked + label,
.article-main .input_form .switch > input[type="radio"]:checked + label,
.article-main .input_form_2 .switch > input[type="radio"]:checked + label {
    background: #8CC63F;
    border-color: #8CC63F;
    color: #fff;
}

.article-main .fortune-form {
    margin-top: 32px;
}

.article-main .fortune-form .mb5 {
    margin-top: 16px;
}

.article-main #attachment_215,
.article-main #attachment_1079,
.article-main #attachment_1459 {
    margin: auto;
    text-align: center;
}

.article-main a {
    color: #303030;
}

.article-main u a,
.article-main #backNumber a,
.article-main .profile a {
    color: #303030;
    text-decoration: underline;
}

.article-main div.linkurl {
    background: #F7F7F7;
}

.article-main div.linkurl a {
    color: #303030;
    text-decoration: underline;
}

.article-main .result-text dl {
    overflow: hidden;
}

@media (max-width: 750px) {
    .article-main .result-text dl {
        font-size: 12px;
    }
}

.article-main .result-text dl dd {
    margin: 0;
}

.article-main .talk.clearfix {
    overflow: hidden;
}

.article-main .article-central {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.article-main #backNumber a {
    font-size: 16px;
}

.article-main #input_form p input[type="[is_pc]text[/is_pc][is_sp][is_ios]tel[/is_ios][is_android]number[/is_android][/is_sp]"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #D8D8D8;
    border-radius: 3px;
    display: inline-block;
    padding: 12px 20px 12px 12px;
    margin-left: 6px;
    margin-right: 2px;
    width: 25%;
}

.article-main #zap_destiny {
    overflow: hidden;
}

/*出生時間、出身地入力欄*/

select.input_hour{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
    border: 0;
    margin: 0;
    padding: 0;
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    box-sizing: content-box;
}
label.input_question {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
}
/*数秘術用*/
/*リセット*/
.article-main #input_form .input_text {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none;
    outline: 0;
    margin: 0;
    background: #fff;
}

.article-main #input_form .input_text {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #D8D8D8;
    border-radius: 3px;
    display: inline-block;
    padding: 12px 20px 12px 12px;
    margin-left: 6px;
    margin-right: 2px;
    width: 25%;
}
.article-main #input_form .input_text:nth-child(n+2) {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #D8D8D8;
    border-radius: 3px;
    display: inline-block;
    padding: 12px 20px 12px 12px;
    margin-left: 6px;
    margin-right: 2px;
    width: 18%;
}

.article-main #input_form .input_text {
    height: 40px;
}
/* フォーカス */
.article-main #input_form .input_text:focus {
    border: 1px solid #707070;
}
/* LINE@ */
.add_line_at,
.line_a,
.nichiun-add_line_at {
    margin-bottom: 20px;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.add_line_at a,
.line_a a{
    display: inline-block;
}

.add_line_at img,
.line_a img,
.nichiun-add_line_at img{
    width: 100vw;
}
.line_a img{
   margin-top: 10px; 
}
/*validator.css移植*/
div.baloon {
   font-size: 11px;
   color: #900;
   position: absolute;
   padding-left: 8px;
   margin:10px 7px 0 7px;
   background: url("/wp/img/validator/baloon.gif") no-repeat top left;
   z-index: 1;
}

div.baloon a:hover {
   background-color: #fff;
}

div.baloon div {
   background: url("/wp/img/validator/baloon_right.gif") no-repeat top right;
   padding: 7px 7px 16px 0;
   white-space: nowrap;
}

div.baloon div span {
   line-height: 1.0;
}

/* channel-info系 */
.channel-info-content {
    border: 2px solid #E4007F;
    border-radius: 5px;
    padding: 10px;
    margin: auto;
    display: flex;
}

@media (max-width: 750px) {
.channel-info-content {
    display: block; 
}
    .ch-info-item {
    display: block;
    float:none;
}
    .ch-info-item-image {
    margin-right: 16px;
    float: left;
    position: relative;
}
    .ch-info-item-image img {
    width: 140.55px;
    height: 94px;
}
    .ch-info-title {
/*    overflow: hidden;*/
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin:0;
}
    .ch-info-item-schedule {
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    color: gray; 
    margin:0;
}

    .ch-info-item .ch_btn {
    font-size: 13px;
    background: #E4007F;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 0;
    cursor: pointer;
}
    .ch-info-item .btn-block {
    width:  100%;
    margin: 10px 0 0 0;
    padding:5px;
    display: block;
}
    .ch-button {
    overflow: hidden;
    }
   
}

.channe-info-tax-item {
    display: inline-block;
    margin: 10px;
}

.channel-info-tax-title {
    font-size: 20px;
    margin: 10px 0 5px 0;
    font-weight: bold;
}
.channel-info-tax-schedule {
    font-size: 17px;
    font-weight: bold;
    color: gray; 
}

span.channel-info-tax-button .ch_btn {
    margin: 10px 0 10px 0;
    padding:5px;
    width:  100%;
    display: block;
    font-size: 15px;
    font-weight:bold;
    background: #E4007F;
    color: #fff;
    text-align: center;
    border-radius: 0;
    cursor: pointer;
}

.channel-info-tax-detail {
/*    display: inline-flex;*/
    background-color: #EFEFEF;
    padding:15px;
    margin: 0;
    border-radius: 5px;
}
.channel-info-tax-detail span {
    font-size: 14px;
    margin: 0 auto;
}

p.channel-info-tax-comment {
    font-size: 12px;
    margin: 2px 2px 20px 2px;
}
.channel-info-tax-comment a {
    color: inherit;
    text-decoration: underline;
}

.ch-info-item-image {
    margin: 7px;
    float: left;
    position: relative;
}
.ch-info-item-image img {
    width: 170px;
    height: 110px;

}
@media (max-width: 750px) {
.channel-info-content .channel-info-tax-content,
.channel-info-content .ch-info-item {
    display:block;
    margin-left: 15px;
    margin-right: 15px;
    padding: 10px;
}
}

.channel-info-tax-content,
.ch-info-item {
    display:inline-block;
    margin: 0 15px
}
.ch-info-title {
/*    display: block;*/
    font-size: 18px;
    font-weight: bold;
    margin-top:5px;
}
.ch-info-item-schedule {
    font-size: 14px;
    font-weight: bold;
    color: gray;
}

.ch-info-item .ch_btn {
    font-size: 13px;
    margin: 10px 0 10px 0;
    padding:5px;
/*    width:  100%;*/
    display: block;
    background: #E4007F;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 0;
    cursor: pointer;
}

span.channel-info-tax-button {
    width: 300px;
}

@media (max-width: 750px) {
.channe-info-tax-all .channel-list {
    height: auto;
    width: 270px;
    margin: 0 auto 15px;
    padding: 0;
    display: block;
}
.channel-info-tax-content .channel-info-tax-item-image,
.channel-info-content .ch-info-item-image {
    margin:0 auto 15px 0;
    float: left;
}
.channel-info-tax-content .channel-info-tax-item-image img,
.channel-info-content .ch-info-item-image img {
    width:100%;
    height: auto;
    margin:0 auto;
}
}

.channel-list {
    height: auto;
    width: 270px;
    margin: 0 25px 20px 0px;
    padding: 0;
    display: inline-flex;
}

.channel-list-image {
    height: inherit;
    width: inherit;
    margin: 0;
    padding: 0;
}
.channel-list-image img {
    width:100%;
    height:auto;
}
.channel-list>a {
    color: #363636;
    text-decoration: none;
    border: 1px solid #E0E0E0;
    display: block;
}
.channel-list h3 {
    font-size: 14px;
    color: #363636;
    padding: 0 1em;
    line-height: 19px;
    height: 38px;
}

li.channel-list-title,
li.channel-list-image {
    list-style: none;
}

.channel-info-tax-detail {
    display: inline-block;
    background-color: #EFEFEF;
    padding: 15px;
    border-radius: 5px;
}

.channe-info-all-item {
    display: inline-flex;
}
.channe-info-all-item-part {
    background-color: #EFEFEF;
    padding: 15px;
    border-radius: 5px;
    display: inline-block;
}
article.channel-info-all-detail span{
    font-size: 14px;
    margin: 0 auto;
}

.channe-info-all-item-part .ch_btn {
    font-size: 15px;
    font-weight: bold;
    padding:7px;
    width:  80%;
    display: block;
    background: #E4007F;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 0;
    cursor: pointer;
}
a.ch_btn.btn-block {
    width: inherit;
}
p.channel-info-all-button {
    margin: 20px;
}
.channel-info-tax-item-image,
.channel-info-all-item-image {
    margin:0 30px 20px 0;
    float: left;
}
.channel-info-tax-item-image img,
.channel-info-all-item-image img {
    width:300px;
    height:auto;
    margin:0 auto;
}
@media (max-width: 750px) {
.channe-info-all-item {
    display: inline-grid;
}
.channel-info-all-item-image {
    margin:0 auto;
}
.channel-info-all-item-image img {
    width:100%;
    height: auto;
    margin:0 auto;
}
}
.channe-info-tax-all {
 list-style-type: none;
 width: 100%;
 height: 17em;
 overflow-y: scroll;
 border: 1px solid #bbb;
 padding: 0.7em;
 margin-bottom: 20px;
}

.prof {
    width: 88px;
    padding: 0;
    display: inline-table;
    margin: 0 10px 10px 0;
}

img.img-circle {
    height: 88px;
    width: 88px;
    margin: 0 0 8px 0;
    border-radius: 50%;
}
figcaption.cast-name {
    font-size: 12px;
    background-size: 16px;
    text-align: center;
/*    display: table-row-group;*/
}
/* channel-infocenter系 */

.channel-infocenter-all {
    display: flex;
    flex-flow: wrap;
}

.channel-list-infocenter-child {
    position: relative;
    overflow: hidden;
    width: min-content;
    margin: 0 20px 10px 0;
    border-radius: 5px;
    background-color: #EFEFEF;
}
.channel-list-infocenter-child img {
    width: 150px;
    height: 110px;
    margin: 0 auto;
}

.child-content-title,
.channel-list-infocenter-child .caption {
    display: inherit;
    padding: 0.5rem;
}
.child-content-title {
    font-weight: bold;
    font-size: 10px;
}

/* fortuneteller用のCSS */

ul.fortuneteller {
    display: inline-flex;
    padding: 0;
    margin:20px;
}

.fortuneteller-item {
    list-style: none;
}

.fortuneteller-cast-item {
    display: block;
    width: min-content;
}

.fortuneteller-item .fortuneteller-prof {
    display:inline-block;
    width: 120px;
/*    margin: 0 15px 10px 0;*/
    border: 1px solid #e1e1e1;
    border-radius: 120px;
    height: 120px;
}
.fortuneteller-item .fortuneteller-prof img,
.fortune-member-image img{
    height: auto;
    width: 100%; 
    border-radius: 120px;
}

.fortuneteller-item .cast-name-ruby{
    font-size: 8px;
    font-weight: normal;
    margin:0;
    padding:0;
    color: #828282;
}

h2.page-title {
    margin: 0;
    padding: 0;
}
a.more{
    display: inline-block;
}
.fortuneteller-cast-item .fortuneteller-name {
    font-size: 14px;
    font-weight: bold;
    display: block;
    text-align: center;
}
.clearfix.mb10 .prof {
    display: block;
}

figure br {
    display: none;
}

/*img.lazy {
    height: auto;
    width: 50%;
    margin: 15px;
}*/

.writer-list .fortuneteller-row,
.writer-detail .fortuneteller-row{
    max-width: 900px;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: block;
    padding-bottom: 70px;
}

.fortune-member{
    background: #EFEFEF;
    padding: 20px 16px;
    margin: 0 0 15px 0;
}
.fortune-member-image{
    width: 120px;
    margin: 0 auto 10px;
    border: 1px solid #e1e1e1;
    border-radius: 120px;
    height: 120px;
}

.fortune-member-name{
    font-weight: 700;
    text-align: center;
    margin-top: 8px;
    line-height: 1.3;
}
.fortune-member .cast-name-ruby{
    display: block;
    color: #828282;
    font-size: 0.8rem;
    font-weight: 400;
}
.fortuneteller-row .writer-detail {
    width: 600px;
    margin: 30px auto;
}
.fortune-member-detail{
    padding: 0 15px;
    font-size: 1rem;
    margin: 0;
}

@media (max-width: 750px) {
.fortuneteller-row .writer-detail {
    width: inherit;
    margin: 30px auto;
}
}

.site-lists{
    list-style: none;
    display: block;
    font-weight: bold;
    border: 0.1rem solid #EFEFEF;
    border-radius: 5px;
    padding: 20px 16px;
}

.site-lists h4{
   margin:auto;
}

.site-content {
    margin: 10px auto 10px auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #141414;
    list-style: none;
}

.site-image {
    display: inline-block;
    margin: 0;
}

.site-image img{
    width:110px;
    height:70px;
    border: 0.8px solid #EFEFEF;
}

.site-lists a {
    display: contents;
    color: gray;
}

.site-content .site-list {
    color: #606060;
    margin-left: 15px;
    line-height: 1.4;
    font-weight: bold;
    font-size: 15px;
    display: initial;
}
.no_article {
    text-align: center;
    margin: 30px;
}
a.disabled{
    pointer-events: none;
    display: block;
}

.fsp_view_wrap h3 {
    margin: 0;
    padding: 0;
}

.fsp_view {
    display: inline-flex;
    position:relative;
    padding: 0;
    margin:10px;
}
figcaption.fortuneteller-name {
    margin: 0;
    font-size: 12px;
    text-align: center;
}
figcaption.fortuneteller-name:after{
    content: " ≫";
    color:#9B9B9B;
}

.fsp_view a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.fsp_view p {
    display: none;
}
.fsp_view a:hover {
   opacity: 0.25;
   background-color: #FFFFFF;
}


span.fsp_writer br {
    display: none;
}

span.fsp_writer {
    font-size: 16px;
}
.fsp_writer a {
    text-decoration: none !important;
    font-weight: normal !important;
}
.fsp_writer a:hover{
    text-decoration: underline !important;
    color: black;
}

.rankfortune-movie * {
    width: 100%;
   height: auto;
    margin: 20px auto;
    display: block;
}


@media (min-width: 750px) {
    .rankfortune-movie * {
        height: 400px;
    }
}
li {
list-style-type: none
}
section.top-katteni-uranai h2 img {
    border-radius: 6px;
}
.author {
    text-align: right;
    margin: 10px;
}

.author a {
    color: #333;
    text-decoration: underline;
}
.article-main.agaruplus a {
    text-decoration: underline;
}
.agaruplus img {
    width: 100%;
    height: auto;
}
.agaruplus .boxLinkA {
  border: 2px solid #000;
  -webkit-box-shadow: 2px 2px #000;
          box-shadow: 2px 2px #000; }
  .agaruplus .boxLinkA > a {
    padding: 16px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none; }
  .agaruplus .boxLinkA__info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .agaruplus .boxLinkA__info > p {
      line-height: 20px;
      font-size: 14px;
      letter-spacing: 0.01em;
      color: #ED1E79;
      margin: 0 0 4px;
      font-weight: bold; }
  .agaruplus .boxLinkA__check {
    background: #000;
    color: #fff;
    width: 96px;
    height: 32px;
    line-height: 32px;
    font-style: italic;
    text-align: center;
    margin-left: auto;
    font-size: 14px; }
  .agaruplus .boxLinkA__thumb {
    margin-right: 12px; }
    .agaruplus .boxLinkA__thumb > img {
      width: 146px;
      height: 82px;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center; }
.article-main.agaruplus p a {
    color: #303030;
    text-decoration: underline;
    font-weight: bold;
}

.single-trial-section-header {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
}

.single-trial-section-header h2 .top-section-header-date {
    background: #202020;
    border-radius: 6px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 90px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    text-align: center;
    width: 90px;
}

.single-trial-section-header h2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    margin: 0;
}

.single-trial-section-header h2 img {
    width: 90px;
    height: auto;
}

.single-trial-section-header h2 > span {
    margin-left: 1em;
}

.single-trial-section-header h2 > span > small {
    color: #202020;
    display: block;
    font-size: 14px;
    font-weight: normal;
}

.single-trial-uranai .swiper-container {
    padding-bottom: 30px;
}

.single-trial-uranai .single-trial-article-list .article-card {
    margin-bottom: 18px;
    border-top: none;
    margin: 0;
}

.single-trial-uranai .single-trial-article-list .article-card .article-card-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single-trial-uranai .single-trial-article-list .article-card .article-card-content-meta {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.single-trial-uranai .single-trial-article-list .article-card .article-card-content-meta-category {
    background: #E8E8E8;
    border-left: 2px solid #727272;
    color: #000;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    margin-right: 10px;
    text-align: center;
    width: 110px;
}

.single-trial-uranai .single-trial-article-list .article-card .article-card-content-meta-date {
    color: #828282;
    font-size: 14px;
    line-height: 1;
}

.single-trial-uranai .single-trial-article-list .article-card .article-card-content-image {
    height: auto;
    margin-right: 10px;
    width: 110px;
}

.single-trial-uranai .single-trial-article-list .article-card .article-card-content-image img {
    height: auto;
    width: 100%;
}

.single-trial-uranai .single-trial-article-list .article-card .article-card-content-title {
    color: #363636;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 12px 0;
}

.single-trial-uranai .single-trial-article-list .article-card .article-card-content-title > h3 {
    font-size: 14px;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 16px;
}

.single-trial-uranai .single-trial-article-list .article-card .article-card-content-image {
    margin-right: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
}

.single-trial-uranai .single-trial-article-list .article-card .article-card-content-meta {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.single-trial-uranai .single-trial-article-list .article-card .article-card-content-title {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    padding: 0 1em;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.single-trial-uranai .single-trial-article-list .article-card .article-card-content-title::after {
    border: 1px solid #666666;
    border-radius: 9999px;
    content: '占う';
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 12px;
    line-height: 34px;
    margin-left: .5rem;
    text-align: center;
    white-space: nowrap;
    width: 76px;
}

.single-trial-uranai .single-trial-article-list .article-card .article-card-content-body {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;


    color: #666666;
    text-decoration: none;
    border: 1px solid #E0E0E0;
    display: block;
}

.single-trial-uranai .single-trial-article-list .article-card > a:hover .article-card-content-title h3 {
    text-decoration: underline;
}


.single-trial-uranai .single-trial-article-list .article-card .article-card-content-image img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    /*    position: absolute;*/
    top: 0;
    width: 100%;
}

.single-trial-uranai .swiper-container .swiper-pagination {
    bottom: 0;
}

.single-trial-uranai .swiper-container .swiper-pagination-bullet {
    background: #727272;
}

.single-trial-uranai .single-trial-article-list .article-card > a {
    color: #666666;
    text-decoration: none;
    border: 1px solid #E0E0E0;
    display: block;
}

.single-trial-uranai .single-trial-article-list .article-card > a:hover .article-card-content-title h3 {
    text-decoration: underline;
}

.single-trial-uranai .single-trial-article-list .article-card .article-card-content-image img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    /*    position: absolute;*/
    top: 0;
    width: 100%;
}

.single-trial-uranai .more-articles {
    padding: 40px 0 20px;
}


