body {
    background-color: #fff;
    line-height: 1.4;
}
.wrap{
    max-width:1200px;
}
.no-scrollable-main .main {
    padding-top: 0;
}

a.link:link, a.link:hover, a.link:active, a.link:visited {
    color: #222;
    text-decoration: none;    
}

a.link:link:hover, a.link:hover:hover, a.link:active:hover, a.link:visited:hover {
    text-decoration: underline;
}

.navi {
    background: #333333;
       /* background: linear-gradient(to top, #16395D 0%, #035EBA 100%);*/
}

.navi-in {
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 0px;
}

.navi-in ul {
    justify-content: flex-start;
}

.navi-in ul li {
    height: 40px;
    line-height: 40px;
    width: auto;
}

.navi-in ul li a {
    padding: 0 10px;
    color: #fff;
    font-size: 14px;
}

.navi-in ul li.current a {
    background: linear-gradient(to top, #16395D 0%, #035EBA 100%);
    /*color: #333 !important;*/
}
.navi-in a:hover {
    background: linear-gradient(to top, #16395D 0%, #035EBA 100%);;
    transition: all 0.3s ease-in-out;
    color: #Fff;
}

.navi-search {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.navi-search .search-box {
    margin: 0;
}

.navi-search .search-box input {
    height: 30px;
    font-size: 16px;
}

.main {
    max-width: 940px;
    padding: 20px 0px 20px 0px;
    z-index: 1;
}

.fs13{
    font-size: 13px;
}
a.no_deco{
    color:#2b7bb9;
    text-decoration: none;
}

.sidebar {
    width: 300px;
    padding: 0;
}

.header {
    padding: 10px 0 5px;
    height:auto;
}

.header-flex {
    display: flex;
    align-items: center;
    padding: 0 0 0 10px;
    width:100%;
    justify-content: space-between;
}

.header-flex h1 a {
    display: flex;
}


.header-flex .sns img {
    width: 21px;
    height: 21px;
    aspect-ratio: 1;
    object-fit: contain;
}
.header-flex .sns ul {
    list-style: none;
    display: flex;
    gap: 0 15px;
    padding: 10px 0 0 20px;
}
.header-flex .sns ul li {
    width: 21px;
}
.header-flex .sns ul li:has(.fa-youtube) {
    width: 28px;
}
.fa-instagram:before {
    font-size: 24.8px;
    color: #333333;
    font-weight: 600;
}
.fa-facebook-square:before {
    font-size: 25px;
    color: #333333;

}
.fa-twitter:before {
    font-size: 25px;
    color: #333333;

}
.fa-youtube {
    display: inline-block;
    width: 28px;
}
.header-flex .sns ul li a.feed-icon {
    display: block;
}
.header-flex .sns ul li a.x-icon {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%201200%201227%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cpath%20d%3D%22m714.163%20519.284%20446.727-519.284h-105.86l-387.893%20450.887-309.809-450.887h-357.328l468.492%20681.821-468.492%20544.549h105.866l409.625-476.152%20327.181%20476.152h357.328l-485.863-707.086zm-144.998%20168.544-47.468-67.894-377.686-540.2396h162.604l304.797%20435.9906%2047.468%2067.894%20396.2%20566.721h-162.604l-323.311-462.446z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    width: 21px;
    height: 21px;
    display: inline-block;
}
.header-flex .sns ul li a.tiktok-icon {
    width: 21px;
    height: 21px;
    display: inline-block;
    padding-top: 2px;
} 





.header-flex .sns ul > li a:hover {
    opacity: 0.8;
}

.header-flex .banner {
    margin-left: auto;
}
.header-in{
    flex-direction: row;
    justify-content: space-between;
}  
.logo-main img{
    width:200px;
}
.logo-main svg{
    width:200px;
}
.widget-entry-card-content {
    margin-left: 0;
}

.sect + .sect {
    margin-top: 30px;
}

.billboard_pc{
    min-height: 90px;
    margin:10px 0px;
    text-align: center;
}
.billboard_sp{
    display: none;
}
.text-center.mb-3 img {
    max-width: 40px;
    object-fit: contain;
}
@media screen and (max-width: 420px) {
    .text-center.mb-3 img {
        max-width: 35px!important;
    }
}
@media screen and (min-width: 280px)  and (max-width: 360px){
    .text-center.mb-3 img {
        max-width: 34px!important;
        display: flex;
    }
}


@media screen and (min-width: 420px)  and (max-width: 834px){
    .text-center.mb-3 img {
        max-width: 40px;
    }
}


@media screen and (max-width: 834px){
    .content {
        margin-top: 0px;
    }    
    .billboard_pc{
        display: none;
    }    
    .billboard_sp{
        min-height: 90px;
        margin:10px 0px;
        text-align: center;
        display: block;
    }


}
@media screen and (max-width: 1023px){
    .sect + .sect {
        margin-top: 10px;
    }
   #slide_menu li.text-center.mb-3{
        display: flex;
        align-items: flex-end;
        justify-content: center;
        line-height: 10px;
    }
    .logo-main{
        display: flex;
        justify-content: center;
        width:100%!important;
        align-items: center;
    }
    .text-center.mb-3{
        margin-left:20px;

    }
    .logo-main img{
        width: 100%;
    }
}
.ect-3-columns {
    justify-content: flex-start;
}

.ect-4-columns {
    justify-content: flex-start;
}
.entry-card-wrap{
    line-height: 1.1;
}
.ect-4-columns .entry-card-wrap {
    width: 25%;
    padding: 7px;
}

@media screen and (max-width: 599px) {
    .ect-4-columns .entry-card-wrap {
        width: 50%;
        padding: 0 7px 7px 7px;
    }    
}
@media screen and (min-width: 1023px) {
    .list .entry-card-wrap {
        transition: box-shadow .4s ease;
    }
    .list .entry-card-wrap:has(a:hover) {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
        border-radius: 3px;
    }
}

.archive .cat-label {
    display: none;
}

.list {
    margin-left: -7px;
    margin-right: -7px;
}

.list-ttl {
    margin-bottom: 0px;
}

.list-ttl a {
    font-weight: normal;
    line-height: 1.2;
    font-size: 16px;
    color: #222 !important;
    text-decoration: none;
    display: block;
}

.list-ttl a:hover {
    text-decoration: underline;
}

.list.ect-4-columns .list-ttl a {
    font-size: 13px;
}

.list .entry-card {
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
    justify-content: flex-end;
    position: relative;
}

.list .list-txt{
    line-height: 1.35em;
}

.list-txt .list-cat {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 5px;
}


.list-cat a, .list-author a {
    font-size: 12px;
    color: #999 !important;
    display: inline-block;
    text-decoration: none;
}

.list-cat a {
    font-size: 11px;
    vertical-align: top;
    background-color: #2c84dd;
    color: #fff!important;
    margin-top: 5px;
    padding: 4px 6px;
    line-height: 1.35em;
    border-radius: 2px;
}

.list-author a:hover {
    text-decoration: underline;
}

.list-date {
    font-size: 12px;
    color: #999 !important;
}

.list-img {
    cursor: pointer;
    display: block;
    position: relative;
    margin-top: 0;
}

.list-img img {
    display: block;
}

.list-img:hover {
    opacity: 0.8;
}

.list-img .pr {
    pointer-events: none;
    bottom: 0;
}

@media screen and (max-width: 599px) {
    .list-ttl {
        padding-top: 2px;
    }
    .list-ttl a {
      font-size: 14px;
    }
    .list .list-txt{
        line-height: 1em;
    }
    .list-date {
        padding-top: 3px;
        display: block;
    }
    .list-txt .list-author {
        margin-top: -2px;
        float: none;
        display: block;
    }
}

.pr {
    padding: 5px 7px;
    background: #06c;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    right: 0;
    bottom: 0.5em;
}

.subbox {
    display: flex;
    position: relative;
}

.subbox-img {
    width: 30%;
}

.subbox-img img {
    width: 100%;
}

.subbox-main {
    width: 70%;
    padding-left: 10px;
}

.subbox-img {
    cursor: pointer;
    display: block;
}

.subbox-img:hover {
    opacity: 0.8;
}

.subbox-ttl a {
    font-weight: normal;
    line-height: 1.4;
    font-size: 16px;
    color: #222 !important;
    text-decoration: none;
    display: inline-block;
    min-height: 3em;
}

.subbox-ttl a:hover {
    text-decoration: underline;
}

.subbox-author a {
    font-size: 14px;
    color: #999 !important;
    display: inline-block;
    text-decoration: none;
}

.subbox-author a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 599px) {
    .subbox + .subbox {
      margin-top: 10px;
}
    .subbox-ttl a {
      font-size: 14px;
}
    .subbox-author a {
      font-size: 12px;
}
}
@media screen and (min-width: 1024px) {
    #sidebar .literacy-link .subbox-ttl a {
        font-size: 14px;
    }
    #sidebar .literacy-link .subbox-img {
        width: 40%;
    }
    #sidebar .literacy-link .subbox-main {
        width: 60%;
    }
}

.catlist {
    flex-wrap: wrap;
}

.catlist .catbox {
    width: 49%;
}

.catlist .catbox:nth-child(n+3) {
    margin-top: 2%;
}

.keywords {
    margin-bottom: 30px;
}
.keywords-ttl {
    margin-bottom: 5px;
    border-bottom: 3px solid #222;
}
.keywords-ttl h2 {
    font-size: 16px;
    line-height: 1;
    color: #fff;
    background: #222;
    padding: 12px 15px;
    width: fit-content;
}

.keywords-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-left: 0;
}

.keywords-list li a {
    color: #222;
    text-decoration: none;
    font-weight: normal;
    font-size: 16px;
    display: inline-block;
    line-height: 1;
    padding-top: 10px;
}

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

.keywords-list li:not(:last-child) {
    margin-right: 20px;
}

@media screen and (max-width: 599px) {
    .keywords-ttl {
        margin-bottom: 2px;
    }
    .keywords-ttl h2 {
      font-size: 14px;
      padding: 10px;
}
    .keywords-list li a {
      font-size: 14px;
}
}

@media screen and (max-width: 599px) {
    .catlist .catbox:nth-child(n+3) {
      margin-top: 0;
}
    .catlist .catbox:not(:first-child) {
      margin-top: 5%;
}
}

@media screen and (max-width: 768px) {
    .keywords {
        width: 100vw;
        margin: 20px calc(50% - 50vw) -10px;
    }
    .keywords-list {
        flex-wrap: nowrap;
        overflow-y: scroll;
        padding-bottom: 10px;
        position: relative;
    }
    .keywords-list::-webkit-scrollbar{
        display: none;
    }
    .keywords-list li {
        white-space: nowrap;
        position: relative;
    }
    .keywords-list li:first-child {
        margin-left: 16px;
    }
    .keywords-list li:last-child::after {
        content: "";
        width: 16px;
        height: 1px;
        background: transparent;
        display: block;
        position: absolute;
        top: 0;
        left: 100%;
    }
    .keywords-list li:not(:last-child) {
        margin-right: 7px;
    }
    .keywords-list li a {
        padding: 10px 15px;
        background-image: linear-gradient(to top, #16395D 0%, #035EBA 100%);
        color: #fff;
        border-radius: 8px;
    }
}

.catbox {
    padding: 10px 10px 10px 10px;
    border: 1px solid #e0e0e0;
}

.catbox-header {
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #e0e0e0;
}

.catbox-header h3 {
    display: flex;
    justify-content: space-between;
}

.catbox-header h3 span a {
    color: #222;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    display: block;
}

.catbox-header h3 span a:hover {
    text-decoration: underline;
}

.catbox-list {
    list-style: none;
    padding: 0;
}

.catbox-list > li {
    position: relative;
}

.catbox-list > li:not(:last-child) {
    margin-bottom: 10px;
}

.catbox-list > li .pr {
    padding: 2px 3px;
    border: 1px solid #e0e0e0;
    color: #999;
    background: #fff;
}

.catbox-ttl {
    display: block;
}

.catbox-ttl a {
    color: #222;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
}

.catbox-ttl a:hover {
    text-decoration: underline;
}

.catbox-author a {
    color: #999;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
    display: inline-block;
}

.catbox-author a:hover {
    text-decoration: underline;
}

/*新着*/
.threeColumns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.threeColumns-item {
    width: 30%;
}

.threeColumns-item .title {
    line-height: 1.4;
}

.threeColumns-item .title a {
    font-size: 15px;
}

.threeColumns-item .category a,
.threeColumns-item .author a {
    font-size: 14px;
    color: #999 !important;
}

.threeColumns-item .category a:hover,
.threeColumns-item .author a:hover {
    text-decoration: underline;
}

.threeColumns-item:nth-child(n+4) {
    margin-top: 20px;
}

.threeColumns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.threeColumns-item {
    width: 220px;
}

.threeColumns-item .title {
    line-height: 1.4;
    min-height: 3em;
}

.threeColumns-item .title a {
    font-size: 15px;
}

.threeColumns-item .category a,
.threeColumns-item .author a {
    font-size: 14px;
    color: #999 !important;
}

.threeColumns-item .category a:hover,
.threeColumns-item .author a:hover {
    text-decoration: underline;
}

.threeColumns-item:nth-child(n+4) {
    margin-top: 20px;
}

/*title*/
.ttl {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
}

.ttl > span {
    font-weight: normal;
    font-size: 12px;
}

.ttl > span a {
    color: #222;
    text-decoration: none !important;
}

.ttl > span a:hover {
    text-decoration: underline !important;
}

/* ranking
------------------------------------------------------------ */
.rankingTab {
    background: #FF8484;
    display: flex;
    padding: 0;
}

.rankingTab li {
    float: left;
    width: 50%;
    padding: 10px 0;
    list-style: none;
    cursor: pointer;
    background: #FF2828;
    color: #fff;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.4;
}

.rankingTab li.select {
    background: #c00;
}

.disnon {
    display: none;
}

.rankingWrapper-ttl {
    padding: 0 0 0 35px;
    background: url(img/ic_ranking.png) no-repeat left center;
    font-size: 16px;
    margin-bottom: 5px;
}

.rankingWrapper h2 {
    font-size: 16px;
    font-weight: bold;
}

.rankingWrapper .section {
    clear: left;
    margin: 0 0 20px 0;
    padding: 10px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.ranking {
    counter-reset: ranking;
}

.rankingWrapper ul.ranking {
    list-style: none;
    padding-left: 0;
}

.ranking li {
    position: relative;
    line-height: 1.4;
    margin-bottom: 10px;
    padding-left: 1.8em;
}

.ranking li:before {
    position: absolute;
    content: counter(ranking, decimal);
    counter-increment: ranking;
    font-size: 12px;
    padding: 2px 7px;
    background: #c00;
    font-weight: bold;
    color: #fff;
    left: 0;
}

.ranking li:nth-child(10):before {
    position: absolute;
    content: counter(ranking, decimal);
    counter-increment: ranking;
    font-size: 80%;
    padding: 2px 4px;
    background: #c00;
    font-weight: bold;
    color: #fff;
    left: -3px;
}

.ranking .title {
    display: block;
}

.ranking .title a {
    color: #222;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    display: inline-block;
}

.ranking .title a:hover {
    text-decoration: underline;
}

.ranking .author a {
    color: #999;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
    display: inline-block;
}

.ranking .author a:hover {
    text-decoration: underline;
}

.wpp-no-data {
    font-size: 14px;
}

/* フッター装飾（PC）
------------------------------------------------------------ */
@media screen and (min-width: 1024px) {
    #footerWrapper {
      width: 100%;
      margin: 0;
      background: #fff;
}
    #footer {
      min-height: 200px;
      height: 200px;
      margin: 30px 0 0 0;
      padding: 0 0 0 0;
}
    #footerInner {
      width: 1040px;
      margin: 0 auto;
      padding: 30px 10px 0 10px;
      color: #666;
      font-size: 93%;
}
    #footer p {
      margin-bottom: .5em;
      color: #333;
      font-weight: bold;
      font-size: 116%;
}
    #footer p.support {
      color: #f30000;
}
    #footer ul {
      list-style-type: none;
      margin: 0 0 20px 0;
      padding: 0;
}
    #footer li {
      margin: 0 0 .3em 0;
      padding: 0;
      line-height: 1.5;
}
    #footer li a {
      margin: 0;
      padding: 0;
      color: #666;
      font-size: 12px;
      text-decoration: none;
}
    #footer li a:hover {
      text-decoration: underline;
}
    #footer li a.x-icon {
        background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%201200%201227%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cpath%20d%3D%22m714.163%20519.284%20446.727-519.284h-105.86l-387.893%20450.887-309.809-450.887h-357.328l468.492%20681.821-468.492%20544.549h105.866l409.625-476.152%20327.181%20476.152h357.328l-485.863-707.086zm-144.998%20168.544-47.468-67.894-377.686-540.2396h162.604l304.797%20435.9906%2047.468%2067.894%20396.2%20566.721h-162.604l-323.311-462.446z%22%2F%3E%3C%2Fsvg%3E');
        background-repeat: no-repeat;
        width: 20px;
        height: 22px;
        display: inline-block;
        vertical-align: -4px;
}
    #footer li a.tiktok-icon {
        width: 21px;
        height: 27px;
        display: inline-block;
        padding-top: 3px;
    }
    .footerListFirst {
      float: left;
      width: 200px;
      padding: 0;
}
    .footerList {
      float: left;
      width: 200px;
      margin: 0 0 0 40px;
      padding: 0;
}
    .footerHeader {
      margin: 0 0 .5em 0;
      font-size: 14px;
      letter-spacing: .1em;
}
.f-sns {
    display: flex;
    align-items: center;
    gap: 20px;

}
    #copyright {
      clear: both;
      margin: 0;
      padding: 10px 0;
      text-align: center;
}
    #copyright p {
      font-size: 12px;
      font-weight: normal;
}
    img.log {
      display: none;
}
}

/* フッター装飾（SP）
------------------------------------------------------------ */
@media screen and (max-width: 1023px) {
    #footer {
      width: 100%;
      margin: 30px 0 0 0;
      padding: 0;
}
    #footer ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
}
    #footer li {
      margin: 0;
      padding: 0 .5em 0 0;
      border-top: 1px solid #999;
      font-size: 116%;
      line-height: 1.3;
}
#footer li i {
    padding: 0 .5em 0 0;
}

  #footer li a {
      margin: 0;
      padding: 5% 3%;
      color: #666;
      font-size: 14px;
      text-decoration: none;
      display:block;
}
    .footerList {
      margin: 0;
      padding: 0;
}
    #copyright {
      clear: both;
      margin: 0;
      padding: 10px 0;
      background: #999;
      text-align: center;
}
    #copyright p {
      font-size: 96%;
      font-weight: normal;
      color: #fff;
}
}

/* sk追加
------------------------------------------------------------ */
.feature {
    min-height: 200px;
    margin: 0 0 10px 0;
    overflow: hidden;
}

.feature-navi {
    width: 70%;
    float: right;
}

.feature-navi li {
    margin: 0 0 10px 0;
    padding: 0 0 0 8px;
    border-left: 3px solid #f0f0f0;
    display: block;
}

.feature-navi li .title {
    display: inline;
    padding-right: 10px;
}

.feature-navi li .title a {
    color: #222;
    text-decoration: none;
    font-size: 16px;
    display: inline;
}

.feature-navi li .title a:hover {
    text-decoration: underline;
}

.feature-navi li .author {
    color: #999999;
    text-decoration: none;
    font-size: 12px;
}

.feature-navi li .author a {
    display: inline-block;
    text-decoration: none;
}

.feature-navi li .author a:hover {
    text-decoration: underline;
}

.feature-navi li.active {
    border-left: 3px solid #06c;
}

.feature-title {
    display: block;
    margin: 0 0 5px 0;
    font-size: 123.1%;
    line-height: 1.3em;
}

.feature .author a {
    color: #999999;
}

.feature .category {
    float: right;
}

.feature .category a {
    color: #999999;
}


#image-navigation-text {
    display: flex;
}

#image-navigation-text .navi-image a {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    background: #fff;
}

#image-navigation-text .navi-image img {
    width: 100%;
    height: auto;
    max-width: 285px;
    max-height: 280px;
}

#image-navigation-text .navi-image {
    position: relative;
    width:33%;
}

#image-navigation-text .navi-image a {
    display: block;
}

#image-navigation-text .navi-image a {
    position: static;
    top: 0;
    left: 0;
    z-index: 8;
}

#image-navigation-text .navi-image a.active {
    z-index: 10;
}

#image-navigation-text .navi-image a.last-active {
    z-index: 9;
}

#image-navigation-text .navi-image .image-navigation-text-inner {
    text-align: center;
    font-size: 16px;
}

#image-navigation-text #slider_pager {
    width: calc(100% - 33%);
}

#image-navigation-text .feature-navi {
    width: auto;
    float: none;
    padding-left: 35px;
}

@media screen and (max-width: 767px) {
    #image-navigation-text {
        display: none;
    }
}

/* デフォルトの周りの枠を表示しない */
#main .bx-wrapper {
    float: left !important;
    width: 285px !important;
    margin: 0px !important;
}

#main .bx-wrapper .bx-viewport {
    box-shadow: none;
    border: none;
    background: none;
    position: static !important;
}

/* サイドバー */
.sidebar-ttl {
    color: #333;
    font-size: 16px;
    margin: 0 0 10px 0;
    padding: 0 0 0 10px;
    border-left: 3px solid #666;
}

.sidebar-ttl a {
    text-decoration: none;
    color: #333;
}

.sidebar-ttl a:hover {
    text-decoration: underline;
}

.book .section,
.movie .section {
    margin: 0 0 20px 0;
    padding: 10px 10px 0 10px;
    border: 1px solid #ccc;
}

.book img, .movie img {
    float: right;
    margin: 0 0 0 10px;
    max-height: 60px;
    max-width: 100px;
}

.book img:hover, .movie img:hover {
    opacity: 0.8;
}

.sidebar-list {
    padding: 0;
    list-style: none;
}

.sidebar-list li {
    min-height: 70px;
}
.book .sidebar-list li {
    height: auto;
    min-height: 70px;
}
.sidebar-list li:not(:last-child) {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
}

.sidebar-list li a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    display: block;
}

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

.gepr .section {
    margin: 0 0 20px 0;
    padding: 10px 10px 0 10px;
    border: 1px solid #ccc;
    background: #f0f0f0;
}

.gepr .section ul {
    list-style: none;
    padding: 0;
}

.gepr .section ul li {
    height: auto;
    min-height: 70px;
}

.gepr .section ul li:not(:last-child) {
    margin: 0 0 10px 0;
    border-bottom: 1px dotted #333;
}

.gepr .section ul li a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    display: block;
}

.gepr .section ul li a:hover {
    text-decoration: underline;
}

.gepr .section ul li img {
    float: right;
    margin: 0 0 0 10px;
    max-height: 60px;
    max-width: 100px;
}

.gepr .section ul li:first-child {
    min-height: 130px;
    margin: 0 0 10px 0;
    border: none;
}

.gepr .section ul li:first-child img {
    margin: 0 10px 10px 0;
    float: none;
    max-height: 200px;
    max-width: 200px;
}

@media screen and (max-width: 1023px) {
    div.sidebar {
      padding: 0;
      width: calc(100% - 48px);
      margin-left: auto;
      margin-right: auto;
    }
}

#sidebar .banner {
    margin: 0 0 20px 0;
}

.hover:hover img {
    opacity: 0.8;
}

.subSection {
    margin: 0 0 20px 0;
}

#main .banner {
    margin: 0 0 40px 0;
    text-align: center;
}

.go-to-top {
    z-index: 9999999999;
}

@media screen and (max-width: 1023px) {
    .pc-show {
      display: none;
    }
    .pc-show.front-page {
        display: block;
    }
}

@media screen and (max-width:767px) {
    .pc-show.front-page {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .sp-show {
      display: none;
    }
}

@media screen and (min-width:768px) {
    .sp-show.front-page {
        display: none;
    }
}

@media screen and (max-width:767px) {
    #front-page-readmore{
        margin-bottom:20px;
    }    
}

article .simple-box7 {
    border-color: #def1f9!important;
    border: 10px solid #aaa;
    border-radius: 4px;
    position: relative;
    padding: 20px 25px;
    padding-bottom: 0;
    box-sizing: border-box;
    margin-bottom: 40px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
article .simple-box7:before {
    background-color: #def1f9!important;
    position: absolute;
    content: "";
    display: block;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #F7F7F7;
    opacity: 0.2;
    z-index: -1;
}
article .cps-post-main {
    position: relative;
    z-index: 0;
    padding-top: 20px;
}
article .simple-box4 {
    border-color: #7badd8!important;
    margin-bottom: 40px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;padding: 20px 25px;
    padding-bottom: 0;
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 4px;
    position: relative;
}
article .simple-box4:before {
    background-color: #7badd8;
}

article .simple-box4:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    z-index: -1;
}


/************************************
** SPヘッダー
************************************/
@media screen and (max-width: 1023px) {
    body {
      width: 100%;
      position: relative;
      left: 0;
      overflow-x: hidden;
    }
    body.open {
      position: fixed;
    }
    #header {
      position: relative;
      display: inline-block;
      width: 100%;
      margin: 0 0 0px 0;
      background: #fff;
      padding: 10px 30px 0;
    }
    #header .logo-main {
      width: 170px;
      margin: 0 auto;
    }
    #header h1 img {
      display: block;
    }

    .logo-main-left {
        display: flex;
        align-items: center;
    }
    .header-logo {
        width: 120px;
    }
    .header-sns {
        width: 40px;
    }
    .header-sns-contents {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: -1;
        width: 100%;
        background: #fff;
        padding: 10px 0 15px;
        transform: translateY(-10px);
        transition: all .4s;
        opacity: 0;
        pointer-events: none;
    }
    .header-sns-contents.is-active {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
        z-index: 100000;
    }
    .header-sns-contents .header-sns-list {
        display: flex;
        align-items: center;
        justify-content: center;
        list-style-type: none;
        gap: 0 25px;
    }
    .header-sns-contents .header-sns-list li a .fa::before {
        color: #333;
        font-size: 30px;
    }
    .header-sns-contents .header-sns-list li a .fa-instagram:before {
       vertical-align: -2px;
    }
    .header-sns-contents .header-sns-list li a .fa-youtube {
        width: 30px;
        margin-top: 4px;
    }
    .header-sns-contents .header-sns-list li a.x-icon {
        background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%201200%201227%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cpath%20d%3D%22m714.163%20519.284%20446.727-519.284h-105.86l-387.893%20450.887-309.809-450.887h-357.328l468.492%20681.821-468.492%20544.549h105.866l409.625-476.152%20327.181%20476.152h357.328l-485.863-707.086zm-144.998%20168.544-47.468-67.894-377.686-540.2396h162.604l304.797%20435.9906%2047.468%2067.894%20396.2%20566.721h-162.604l-323.311-462.446z%22%2F%3E%3C%2Fsvg%3E');
        background-repeat: no-repeat;
        width: 21px;
        height: 21px;
        display: inline-block;
        vertical-align: -6px;
    }


    #button {
        position: absolute;
        top: 16px;
        outline: none;
        border: none;
        background: #fff;
        font-size: 28px;
        cursor: pointer;
        color: #251616;
        -webkit-appearance: none;
        left: 10px;
    }

    #button.nav-close i.fa.fa-bars{
        display: none;
    }
    #button i.fa.fa-bars{
        display: block;
    }
      #button.nav-close:before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    #button.nav-close:after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #button.nav-close::before, #button.nav-close::after {
        content: "";
        position: absolute;
        top: 0%;
        left: 50%;
        width: 5px;
        height: 28px;
        background: #251616;
    }
    #search {
    position: absolute;
    top: 8px;
    right: 0;
    float: right;
    color: #251616;
    font-size: 25px;
    }
    #search span{
        position: relative;
    }
    #search::before {
        background-image: url(../img/search.png);
        content: "";
        width: 40px;
        height: 30px;
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
        right: 0;
        top: 7px;
    }
    #slide_menu {
      position: fixed;
      top: 0;
      left: -240px;
      width: 240px;
      height: 100vh;
      overflow-y: scroll;
      z-index: 9999;
      -webkit-overflow-scrolling: touch;
      background-color: #333333;
    }
    
    #slide_menu ul {
      margin: 0;
      padding:20px 35px 210px;
      background-color: #333333;
    }
    #slide_menu li {
      border-bottom: solid 1px #fff;
      list-style: none;
      font-weight: bold;
      color: #fff;
    }
    /*#slide_menu li + li {
        border-top: solid 1px #ffffff;
    }*/
        #slide_menu li a {
      display: block;
      padding: 10px 20px;
      text-align: left;
      font-size: 16px;
      text-decoration: none;
    }
    #slide_menu li.sns{
        padding-top:10px;
        text-align: center;
    }
    #slide_menu li.sns a{
        display: inline;
        padding:10px 5px;
    }
    #slide_menu li.sns a .fa-youtube {
        fill: #fff;
        margin-top: -2px;
    }
    #slide_menu li.sns a.x-icon {
        background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%201200%201227%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M714.163%20519.284L1160.89%200H1055.03L667.137%20450.887L357.328%200H0L468.492%20681.821L0%201226.37H105.866L515.491%20750.218L842.672%201226.37H1200L714.137%20519.284H714.163ZM569.165%20687.828L521.697%20619.934L144.011%2079.6944H306.615L611.412%20515.685L658.88%20583.579L1055.08%201150.3H892.476L569.165%20687.854V687.828Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E');
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: -6px;
        margin: 11px 12px 0px 0px;
    }
    #slide_menu li a{
        color: #fff!important;
    }
    #slide_menu li:nth-last-of-type(-n + 2){
        border: none;
    }
    #slide_menu li .lang {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
    }
    #slide_menu li .lang a {
        padding: 15px 12px 0;
    }
    #slide_menu li .lang span {
        padding-top: 12px;
    }

    .fa-instagram:before {
        font-size: 20px;
        color: #fff;
    }
    .fa-facebook-square:before {
        font-size: 20px;
        color: #fff;

    }
    .fa-twitter:before {
        font-size: 20px;
        color: #fff;

    }
    .sns img {
        width: 50%;
    }
    li.last.sns  {
        display: flex;
    }
    li.last.sns a{
        width: calc(100%/4);
    }
    #slide_menu li.last.sns {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
    }
    #slide_menu li.last.sns a {
        width: 100%;
        padding: 0;
        margin: 10px 0 0;
    }
     #slide_menu li.last.sns img {
        height: 20px;
        aspect-ratio: 1;
        object-fit: contain;
     }



    /*#slide_menu li:nth-child(1) a{
        color:#1967D2;
    }
    #slide_menu li:nth-child(2) a{
      color:#bd372e;
    }
    #slide_menu li:nth-child(3) a{
      color:#55316f;
    }
    #slide_menu li:nth-child(4) a{
      color:#d4572f;
    }
    #slide_menu li:nth-child(5) a{
      color:#785132;
    }
    #slide_menu li:nth-child(6) a{
      color:#369046;
    }
    #slide_menu li:nth-child(7) a{
      color:#d88630;
    }
    #slide_menu li:nth-child(8) a{
      color:#348781;
    }
    #slide_menu li:nth-child(9) a{
        color:#e5006a;
    }*/
    article .simple-box7 {
    border-color: #def1f9!important;
}
  
}
/************************************
** SPタブメニュー
************************************/
@media screen and (min-width: 768px) {
    .content_menuwrap.disnon {
        display: block !important;
    }
    .content_menuwrap.sp-show.disnon {
        display: none !important;
    }
  }

@media screen and (max-width: 1023px) {
    #globalnavi {
      clear: both;
      display: inline-block;
      width: 100%;
      margin: 20px 0 10px 0;
      border-bottom: 3px solid #16395D;
    }
    .tab-menu {
        margin: 0 -16px;
        width: calc(100% + 32px);
    }
    .globalTab {
      padding: 0;
      display: flex;
      align-items: flex-end;
      overflow-x: scroll;
      white-space: nowrap;
      scrollbar-width: none;
      -ms-overflow-style: none;
    }
    .globalTab::-webkit-scrollbar {
        display: none;
    }
    .globalTab li {
      display: block;
      padding: 3% 5% 2%;
      color: #FFf;
      float: left;
      font-weight: bold;
      text-align: center;
      cursor: pointer;
      background-color: #333333;
      border-right: 2px solid #fff;
    }
    .globalTab li.select {
        background-image: linear-gradient(to top, #16395D 0%, #035EBA 100%);
        border-color: #16395D;
        border-right-color: #fff;
        color: #fff;
    }
    /* .globalTab li:nth-child(1).select {
      background-color: #06c;
      color:white;
    }
    .globalTab li:nth-child(2).select{
        background-color: #eda944;
        color:white;
    }
    .globalTab li:nth-child(3).select{
       background-color: #ce575d;
       color:white;
    } */
     .sect.content_menuwrap {
      margin-top: 0;
    }
}
/* 人気ランキング */
.allColumns li {
    display: inline-block;
    width: 100%;
    margin: 0 0 0 0;
    padding: 2% 0 2%;
    /* border-bottom: 1px solid #eee; */
    position: relative;
}
.rankings {
    counter-reset: rankings;
}
.rankingMenuWrapper ul li:nth-child(1):before,
.rankingMenuWrapper ul li:nth-child(2):before,
.rankingMenuWrapper ul li:nth-child(3):before,
.rankingMenuWrapper ul li:nth-child(4):before,
.rankingMenuWrapper ul li:nth-child(5):before,
.rankingMenuWrapper ul li:nth-child(6):before,
.rankingMenuWrapper ul li:nth-child(7):before,
.rankingMenuWrapper ul li:nth-child(8):before,
.rankingMenuWrapper ul li:nth-child(9):before,
.rankingMenuWrapper ul li:nth-child(10):before,
.rankingMenuWrapper ul li:nth-child(11):before,
.rankingMenuWrapper ul li:nth-child(12):before,
.rankingMenuWrapper ul li:nth-child(13):before{
/* .rankingMenuWrapper ul li:nth-child(5) .image:before,
.rankingMenuWrapper ul li:nth-child(6) .image:before,
.rankingMenuWrapper ul li:nth-child(7) .image:before,
.rankingMenuWrapper ul li:nth-child(8) .image:before,
.rankingMenuWrapper ul li:nth-child(9) .image:before { */
    content: counter(rankings, decimal);
    counter-increment: rankings;
    position: absolute;
    text-align: center;
    opacity: 0.999;
    float: left;
    z-index: 1;
    line-height: 24px;
    width: 24px;
    height: 24px;
    background-color: #c00;
    border-radius: 3px;
    -moz-border-radius: 3px;
    color: #fff;
    text-align: center;
    font-size: 93%;
    font-weight: bold;
}
.rankingMenuWrapper ul {
    overflow: hidden;
}
.allColumns .box{
    display: flex;
        gap: 10px;
}
.allColumns .image {
    float: left;
    width: 27%;
}
.allColumns .box > div:not(.image) {
    width: calc(100% - 27% - 10px);
}
.allColumns .title {
    margin: 0 0 .2em 0;
    font-size: 14px;
    line-height: 1.35em;
    font-weight: bold;
}
.allColumns .author {
    font-size: 12px;
    line-height: 1.3em;
    color: #999;
}
.rankingMenuWrapper ul li:nth-child(1):before,
.rankingMenuWrapper ul li:nth-child(2):before,
.rankingMenuWrapper ul li:nth-child(3):before,
.rankingMenuWrapper ul li:nth-child(4):before,
.rankingMenuWrapper ul li:nth-child(5):before,
.rankingMenuWrapper ul li:nth-child(6):before,
.rankingMenuWrapper ul li:nth-child(7):before,
.rankingMenuWrapper ul li:nth-child(8):before,
.rankingMenuWrapper ul li:nth-child(9):before,
.rankingMenuWrapper ul li:nth-child(11):before,
.rankingMenuWrapper ul li:nth-child(12):before,
.rankingMenuWrapper ul li:nth-child(13):before,
.rankingMenuWrapper ul li:nth-child(10):before {
    content: counter(rankings, decimal);
    counter-increment: rankings;
    position: absolute;
    left: 0;
    opacity: 0.999;
    line-height: 24px;
    width: 24px;
    height: 24px;
    background-color: #06c;
    border-radius: 3px;
    -moz-border-radius: 3px;
    color: #fff;
    text-align: center;
    font-size: 93%;
    font-weight: bold;
}

/*.allColumns .image {
    float: left;
}*/
.allColumns .title {
    margin: 0 0 .2em 0;
    font-size: 14px;
    line-height: 1.35em;
    font-weight: bold;
}

.allColumns .title a {
    text-decoration: none;
    color: #333;
}
.allColumns .author {
    font-size: 12px;
    line-height: 1.3em;
    color: #999;
}
.allColumns .author a {
    color: #999;
    text-decoration: none;
}
.allColumns .image img {
   width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    object-fit: cover;
}
.rankings {
    padding: 0;
}


/************************************
** SP検索ボックス
************************************/
#searchBox {
    width: 100%;
    text-align: center;
    margin: 20px auto 0;
    display: none;
}

#searchBox .text {
    width: 200px;
    padding: 2px;
    border: 1px solid #e0e0e0;
    font-size: 116%;
}

#searchBox .submit {
    padding: 0px;
    border: 1px solid #e0e0e0;
    color: #999;
    font-size: 14px;
    font-family: FontAwesome;
    width: 50px;
}

/************************************
** 記事ページ
************************************/
.articleContent blockquote {
    clear: both;
}
div.articleTop .sns-share.ss-top.ss-col-6 a .button-caption{
    display: none;
}
.sns-share.ss-col-6 .sns-share-buttons a {
    width: 35px;
    height: 35px;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
    /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px) {
    /*必要ならばここにコードを書く*/
    .authorInfoArchive.author_page{
        max-width:100%;
        display: block;
    }
    .authorInfoArchive.author_page div.avatar{
        width: 30%;
        float: right;
        margin:0 0 10px 20px;
    }
    div.authorBusinesstitle{
        width:100%;
        margin-left: 0px;
        margin-right:20px;
        font-size:18px;
    }
    .articleTop div.authorMeta{
        width: 90%;
        margin-left: 20px;
    }
    .articleTop .sns-share-buttons{
        flex-wrap: nowrap;
        justify-content: space-around;
    }

    .articleTop div.authorAvatar{
        width:25%;
    }
    div.articleTop .sns-share.ss-top.ss-col-6 a{
        width: 35px;
        height: 35px;
    }

    .wp-caption{
        width:100%!important;
    }
    
}

@media screen and (max-width: 599px) {
    .column-wrap > div {
      margin-bottom: 0;
    }
    .agora-channel .subbox {
        padding-bottom: 5px;
        border-bottom: 1px solid #e3e3e3;
    }
    .date-tags {
        margin-bottom:3px;
    }
    .articleTop div.authorInfo{
        padding-bottom: 3px ;
    }
    .darkmode-layer--button {
        width: 1.8rem!important;
        height: 1.8rem!important;
        right: 50px!important;
        top: 15px;
    }
    .darkmode-layer {
        position: absolute!important;
    }
    .darkmode-toggle {
        width: 2rem!important;
        height: 2rem!important;
        position: absolute!important;
        top: 10px;
        right: 50px!important;
    }
    .darkmode-layer.darkmode-layer--button.darkmode-layer--expanded.darkmode-layer--no-transition.darkmode-layer--simple {
        transform-origin: top;
        object-fit: contain;
        min-height: 100%;
        min-width: 100%;
    }
}

/*480px以下*/
@media screen and (max-width: 480px) {
    /*必要ならばここにコードを書く*/
    .articleTop div.authorAvatar{
        width:37%;
    }
    .articleTop div.authorMeta{
        margin-left: 10px;
    }
    div.authorBusinesstitle{
        font-size: 15px;
    }
    .text-center.mb-3 {
        margin: 0 8px;
    }
}


/*----------
著者ページ
------------*/

.authorInfoArchive{
    display: flex;
    padding: 15px;
    border: 1px solid #e0e0e0;
    width:100%;
}
.authorInfoArchive .avatar{
    width: 20%;
    text-align: center;
}
.authorInfoArchive .avatar img{
    width:100%;
    max-width:300px;
}
.authorBusinesstitle{
    width:80%;
    margin-left: 30px;
    font-weight: lighter;
    text-align: justify;

}
.authorBusinesstitle .description{
    margin-top: 15px;
}

.articleTop .authorInfo{
    display: flex;
    border-bottom:  1px solid #e0e0e0;
    padding: 0 0 10px 0;
}
.authorAvatar img{
    width:100%;
    max-width:300px;
}
.articleTop .authorAvatar{
    width: 65px;
}
.articleTop .authorName{
    width:90%;
}
.articleTop .authorMeta{
    width:100%;
}
.articleTop .author {
    margin-left: 15px;
    display: flex;
    justify-content: space-between;
}
.sns-share-buttons{
    justify-content: flex-start;
}
.authorMeta .sns-share-buttons{
    justify-content: flex-end;
}
.sns-share-buttons a{
    margin-left:10px;
}
.bc-brand-color.sns-share .twitter-button {
    background: #222;
}
.icon-twitter:before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%20108%20111%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_231_601)%22%3E%3Cpath%20d%3D%22M64.2747%2046.9768L104.48%200H94.9527L60.0423%2040.7893L32.1595%200H0L42.1643%2061.6806L0%20110.943H9.52794L46.3942%2067.8681L75.8405%20110.943H108L64.2723%2046.9768H64.2747ZM51.2249%2062.224L46.9527%2056.0821L12.961%207.20952H27.5954L55.0271%2046.6512L59.2992%2052.7932L94.9572%20104.061H80.3228L51.2249%2062.2264V62.224Z%22%20fill%3D%22white%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_231_601%22%3E%3Crect%20width%3D%22108%22%20height%3D%22111%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E') no-repeat center center / contain;
}
.type-post .entry-content{
    margin:0 auto;
    margin-top: 1em;
    margin-bottom: 3em;
    max-width:750px;
    line-height: 1.8;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5{
    margin: 0 0 1em 0;
    padding: 0 0 0 15px;
    border:none;
    border-left: 5px solid #ccc;
    line-height: 1.3;
    background: white;
}

.entry-content.cf #author ul>li {
    width: 20%;
    list-style: none;
    margin: 20px 0 0;
    line-height: 1;
}
#author{
    margin-top:20px;
}
#author ul{
    padding-left:0px;
}
.entry-content.cf #author ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.author_img, .author_meta {
    text-align: center;
}
.author_img img{
    max-width:96px;
}
.salon {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.salon img{
    height:100px;
}
/*834px以下*/
@media screen and (max-width: 834px){
    .articleTop .author{
        margin-bottom:15px;
        flex-direction: column-reverse;
    }    
    .sns-share-buttons{
        justify-content: flex-start;
    }
    .sns-share-buttons a{
        width:31%;
        margin-left:5px;
    }
    .entry-content.cf #author ul>li{
        width:33%;
        padding:1px 3px;
    }
    .articleTop .authorAvatar{
        width:25%;
    }
    .articleTop .authorName{
        width:75%;
    }
    
}
  
/************************************
** 広告管理
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
    /*必要ならばここにコードを書く*/
}

/************************************
** ダークモード
************************************/
.darkmode-toggle, .darkmode-layer--button{
    z-index: 1000000001!important;
    bottom:5px!important;
}
/* .darkmode--activated #main{
    background: black;
} */
/* .darkmode--activated h1, .darkmode--activated #main p,
.darkmode--activated .list-ttl a,
.darkmode--activated .feature-navi li .title a,
.darkmode--activated .allColumns .title a,
.darkmode--activated .a-wrap,
.darkmode--activated .ranking .title a{
    color:white!important;
} */
.darkmode-toggle{
    font-size: 0;
    position: relative;
    background: #100f2c00!important;

}
.darkmode-toggle--white {
    background: #fff!important;
}

.darkmode-toggle::after {
    background-image: url(../img/dark2.png);
    content: "";
    width: 40px;
    height: 40px;
    font-size: 0;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 64%;
    left:50%;
    transform: translate(-50%, -50%);
}

.entry-content .simple-box8 {
    border-color: #96ddc1!important;
    position: relative;
    border-left: 5px solid #aaa;
    box-sizing: border-box;
    padding:30px 30px 5px 30px;
    margin-bottom:20px;
}

article .simple-box8:before {
    background-color: #96ddc1!important;
}
article .simple-box8:before {
    position: absolute;
    content: "";
    display: block;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #F7F7F7;
    opacity: 0.1;
    z-index: -1;
}
article .concept-box1 {
    border-color: #85db8f!important;
}
article .concept-box1:before {
    content: "ポイント"!important;
    color: #85db8f!important;
    background-color: #ffffff;
}
article .concept-box1:after {
    left: 20px;
    top: -28px;
    border-radius: 40px;
    font-size: 1.4rem;
    position: absolute;
    background: #aaa;
    color: #fff;
    border: 5px solid #fff;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size:25px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #85db8f!important;
    content: "\2713";
}
article .concept-box1 {
    border-color: #85db8f!important;
    padding: 40px 30px 0 30px!important;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    position: relative;
    border: 1px solid #eee;
    border-radius: 4px;
}
article .concept-box1:before{
    position: absolute;
    font-weight: bold;
    background: #fff;
    color: #555;
    line-height: 0;
    letter-spacing: 0;
    font-size: 20px;
    top: -21px;
    padding: 20px 8px 20px 51px;
}
article .simple-box1{
    margin-bottom: 40px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.grecaptcha-badge { visibility: hidden; }

article .entry-content .simple-box6  {
    background-color: #eff2e3!important;
    border-radius: 4px;
    padding: 20px 25px;
    padding-bottom: 5px;
    box-sizing: border-box;
    margin-bottom: 40px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.kaisetsu-box3 p:last-of-type{

padding-bottom: 20px !important;
}
.kaisetsu-box3-title {
    position: absolute;
    display: block;
    left: 0;
    top: 15px;
    color: #fff;
    width: 100%;
    padding: 15px 0;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0px !important;
    font-size: 21px;
}
article .kaisetsu-box3 {
    position: relative;
    border: 10px solid #E3B66A;
    background: #369377;
    border-radius: 1px;
    color: #fff !important;
    padding: 20px 25px;
    padding-bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 80px !important;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}
article .kaisetsu-box3:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 57px;
    height: 23px;
    background-image: url(../img/bankeshi.png);
    background-size: contain;
}
article .kaisetsu-box5::before {
    
    background-color: #57b3ba!important;
}
article .kaisetsu-box5 {
    position: relative;
    padding: 20px 25px;
    padding-bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
}


article .kaisetsu-box5:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #aaa;
    opacity: 0.12;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: -1;
}
article .kaisetsu-box5-title {
    position: absolute;
    line-height: 0;
    font-size: 18px;
    left: 20px;
    top: -18px;
    color: #fff;
    padding: 18px 15px;
    background: #aaa;
    border-radius: 2px;
    letter-spacing: 0px !important;
}
article .kaisetsu-box5-title {
    background-color: #57b3ba!important;
}
article .simple-box5 {
    border-color: #e896c7!important;
}
article .simple-box5 {
    position: relative;
    border: 1px dashed #aaa;
    border-radius: 4px;
    padding: 20px 25px;
    padding-bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom:30px;
}
article .simple-box5:before {
    background-color: #e896c7!important;
}
article .simple-box5:before {
    position: absolute;
    content: "";
    display: block;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #F7F7F7;
    opacity: 0.05;
    z-index: -1;
}
.entry-content.cf blockquote {
    background: #efefef!important;
}
article .kaisetsu-box4 {
    border-color: #ea91a9!important;
    margin-top: 40px !important;
    position: relative;
    border: 1px solid #aaa;
    border-radius: 4px;
    border-top-left-radius: 0;
    padding: 20px 25px;
}
article .kaisetsu-box4-title {
    background-color: #ea91a9!important;
}
article .kaisetsu-box4-title {
    position: absolute;
    line-height: 0;
    font-size: 18px;
    left: -1px;
    top: -36px;
    color: #fff;
    padding: 18px 15px;
    background: #aaa;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    letter-spacing: 0px !important;
}
article .kaisetsu-box4 ul{
    padding:20px 0 20px 40px;
}

/*---------
Twitter　真ん中
---------------*/
.twitter-tweet.twitter-tweet-rendered, .video-container {
    margin:0 auto;
}

/* -------------
PCとSPの切り替え
-----------------*/
.dis_sp{
    display: none;
}

@media screen and (max-width: 1023px){
    .dis_sp{
        display: block;
    }
}

/* -----------------------
キュレーション一覧ウィジェット
--------------------------*/
.articleList-list__subInfo{
    margin-top: 0!important; 
}

/* -----------------------
最新,注目
----------------------------*/
.tab-latest .list .entry-card{
    flex-direction: column-reverse;
    justify-content: flex-end;
}
.tab-latest .list-img{
    margin-top: 0;
}
.tab-latest .list-txt{
    line-height: 1.35em;
}
.tab-latest .list-ttl a{
    font-size: 16px;
}
@media screen and (max-width: 1023px){
    .tab-latest .ect-vertical-card,
    .tab-feature .ect-vertical-card{
        display: block;
    }
    .tab-latest .ect-vertical-card .entry-card-wrap,
    .tab-feature .ect-vertical-card .entry-card-wrap{
        width: 100%;
    }
    .tab-latest .list .entry-card,
    .tab-feature .list .entry-card{
        flex-direction: row-reverse;
        justify-content: flex-end;
    }
    .tab-latest .list-img,
    .tab-feature .list-img{
        width: 30%;
        margin: 0;
        padding-right: 15px;
    }
    .tab-latest .list-txt,
    .tab-feature .list-txt{
        width: calc(100% - 30%);
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
    }
    .tab-latest .list-ttl a,
    .tab-feature .list-ttl a{
        line-height: 1.35em;
        font-size: 14px;
        font-weight: bold;
    }
    .tab-latest .list-cat,
    .tab-feature .list-cat,
    .new-articles .list-cat,
    .new-articles .list-author,
    .new-articles .list-img{
        display: none;
    }
    .tab-feature .ect-4-columns .entry-card-wrap{
        padding: 7px;
    }
    .tab-feature .list.ect-4-columns .list-ttl a{
        font-size: 14px;
    }
    .nordot-post.dis_sp.--h300 iframe{
        height: 300px;
    }
}

/* ----------------------
新着記事(SP)
-----------------------*/
@media screen and (max-width: 1023px){

    .new-articles .ttl{
        margin-top: 25px;
    }
    .new-articles .entry-card-wrap{
        border-bottom: 1px solid #ddd;
        padding-bottom: 7px;
        margin-bottom: 7px;
    }
}


/* ----------------------
geniee
-----------------------*/
.geniee_overlay_outer {
    bottom: -100px;
    animation-duration: 1s;
    animation-name: fade-out;
    -moz-animation-duration: 1s;
    -moz-animation-name: fade-out;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: fade-out;
}
.gn_anchor_visible.geniee_overlay_outer {
    bottom: 0px;
    animation-duration: 1s;
    animation-name: fade-in;
    -moz-animation-duration: 1s;
    -moz-animation-name: fade-in;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: fade-in;
}
@keyframes fade-in {
    0% {
        bottom: -100px;
    }
    100% {
        bottom: 0px;
    }
}
@keyframes fade-out {
    0% {
        bottom: 0px;
    }
    100% {
        bottom: -100px;
    }
}
.gn-sp #geniee_overlay {
    display: none;
}

/* ----------------------
トップスライダー（SP）
-----------------------*/
.top-slider {
    padding: 0;
    width: 100vw;
    margin: 0 calc(50% - 50vw) 0;
    overflow: hidden;
    aspect-ratio: 375 / 225;
}
.slick-slider {
    position: relative;
    padding-left: 0;
    display: none;
    width: 100%;
    height: 100%;
}
.slick-list,.slick-track {
    height: 100%;
}
.slick-slider.slick-initialized {
    display: block;
}
.slick-slider > .slick-slide:not(:first-child){
    display: none;
}
.slick-slider .image {
    position: relative;
    height: 100%;
    background: #000;
}
.slick-slider .image > a {
    display: block;
    height: 100%;
}
/* .slick-slider .image::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, transparent 0 0%, #584c4cd9 100%);
    bottom: 0;
} */
.slick-slide {
    width: 100%;
    position: relative;
}
.slick-slide img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.slick-slide .title {
    position: absolute;
}
.slick-initialized .slick-slide {
    position: relative;
}
.slick-slider .title {
    left: 50%;
    bottom: 10px;
    background: rgba(0, 0, 0, 0.5);
    transform: translateX(-50%);
    width: 90%;
    padding: 10px 12px 12px;
}
.slick-slider .title a {
    display: inline-block;
    text-decoration: none;
    color: #F7F7F7;
    line-height: 1.5;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
}
.slick-slider .title .title-bottom {
    padding-left: 10px;
}
.slick-dots {
    display: flex!important;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding: 0;
    position: absolute;
    bottom: 15px;
}
.slick-dots li::marker{
    content: "";
}
.slick-dots li {
    display: block;
}
.slick-dots li:not(:last-child) {
    margin-right: 20px;
}
.slick-dots button {
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background-color: #505050;
}
.slick-dots .slick-active button {
    background-color: #d7d7d7;
}


#csw_block .csw-content-container .csw-content-box {
    cursor: pointer;
}

.emphasis-b {
    border: 1px solid #f33434;
}
.emphasis {
    background-color: #f33434;
    color: #fff;
    padding: 7px 3px;
}
.slick-slider.pc-show {
    display: none;
}
.slick-slider.sp-show {
    display: block;
}

@media screen and (min-width:768px) {
    .top-page-mv {
        display: flex;
        flex-direction: row-reverse;
    }
    #image-navigation-text {
        width: 53%;
    }
    #image-navigation-text #slider_pager {
        width: 100%;
    }
    .top-slider {
        margin-bottom: 30px;
        max-height: 380px;
        width: 47%;
    }
    .slick-slider {
        max-height: 380px;
    }
    .slick-slider .image::after {
        content: none;
    }
    .slick-slider .title .title-bottom {
        font-size: 13px;
        display: block;
        padding-left: 0;
    }
    .slick-slider .title .title-bottom > span {
        padding-right: 12px;
    }
    .slick-dots {
        bottom: 20px;
    }
    .slick-slider.pc-show {
        display: block;
    }
    .slick-slider.sp-show {
        display: none;
    }
}
@media screen and (min-width: 1024px) {
    .top-slider {
        margin: 0 0 30px;
    }
}

/* ----------------------
フッターリンク追加
-----------------------*/

.ap-footer_link {
    width: 1000px;
    margin: 0 auto;
}
ul.ap-footer_fx {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
ul.ap-footer_fx li{
    margin: 4px 0.3rem 0.3rem 0 !important; 
    border: 1px solid #333;
    color: #222;
    transition: all .2s linear;
    font-size: 12px;  
    line-height: 1.7 !important;  
    border-radius: 30px;
}
ul.ap-footer_fx a:hover{
    background-color: #0066cc !important;
    color: #fff !important;
}
#footer ul.ap-footer_fx a{
    display: block !important;
    padding: 0 0.8rem !important;
    border-radius: 30px;
}
@media screen and (max-width: 834px){
    .ap-footer_link {
        width: 100%;
        padding:2%;
    }
    #footer ul.ap-footer_fx li{
        padding-right:0 !important;
    }
}

.column-wrap.agora-channel,
.column-wrap.top-pr {
    flex-wrap: wrap;
}
.column-wrap.top-pr {
    gap: 10px 0;
}
.column-wrap.agora-channel .subbox-author {
    display: flex;
    align-items: center;
    gap: 10px;
}
.column-wrap.agora-channel .subbox-author span.video-icon {
    padding: 3px;
}
@media screen and (max-width: 599px) {
    .column-wrap.top-pr {
        gap: 0;
    }
}

.agora-channel.flex-4 {
    flex-wrap: nowrap;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 10px;
}
.agora-channel.flex-4 .subbox {
    width: 100%;
}
.agora-channel.flex-4 .subbox .subbox-img {
    width: 100%;
}
.agora-channel.flex-4 .subbox .subbox-main {
    display: none;
}

.insta_area{
    display: flex;
    gap: 10px 10px;
    margin-bottom: 10px;
}
.insta_area_block{
    width: calc(25% - 10px * 3 / 4);
    height: 260px;
    overflow: hidden;
}
.insta_area_block > a {
    display: flex;
    height: 100%;
    align-items: center;
    background: #f3f2f3;
}
@media screen and (max-width: 834px){
    .insta_area{
       margin-top: 40px;
       overflow-x: scroll;
    }    
    .insta_area_block{
        width: auto;
        height: 57vw;
        flex: 1 0 40vw;
    }
    .insta_area_block > a {
        width: 100%;
    }

}
/*top動画バッチ追加*/
span.video-icon::before{
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20id%3D%22_x32_%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%20512%20512%22%20style%3D%22width%3A%20256px%3B%20height%3A%20256px%3B%20opacity%3A%201%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%234B4B4B%3B%7D%3C%2Fstyle%3E%3Cg%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M0%2C74.451v363.098h512V74.451H0z%20M71.524%2C167.241H47.957c-4.215%2C0-7.633-3.417-7.633-7.632v-42.974%20c0-4.215%2C3.418-7.631%2C7.633-7.631h23.566c4.215%2C0%2C7.631%2C3.416%2C7.631%2C7.631v42.974C79.154%2C163.824%2C75.738%2C167.241%2C71.524%2C167.241z%20M47.957%2C221.844h23.566c4.215%2C0%2C7.631%2C3.417%2C7.631%2C7.633v42.974c0%2C4.215-3.416%2C7.632-7.631%2C7.632H47.957%20c-4.215%2C0-7.633-3.417-7.633-7.632v-42.974C40.324%2C225.261%2C43.742%2C221.844%2C47.957%2C221.844z%20M47.957%2C344.758h23.566%20c4.215%2C0%2C7.631%2C3.418%2C7.631%2C7.632v42.975c0%2C4.215-3.416%2C7.632-7.631%2C7.632H47.957c-4.215%2C0-7.633-3.417-7.633-7.632V352.39%20C40.324%2C348.176%2C43.742%2C344.758%2C47.957%2C344.758z%20M198.982%2C326.856V185.144c0-5.875%2C6.359-9.547%2C11.447-6.609l122.725%2C70.856%20c5.088%2C2.937%2C5.088%2C10.281%2C0%2C13.218L210.43%2C333.465C205.342%2C336.402%2C198.982%2C332.73%2C198.982%2C326.856z%20M464.041%2C167.241h-23.565%20c-4.215%2C0-7.633-3.417-7.633-7.632v-42.974c0-4.215%2C3.418-7.631%2C7.633-7.631h23.565c4.215%2C0%2C7.631%2C3.416%2C7.631%2C7.631v42.974%20C471.672%2C163.824%2C468.256%2C167.241%2C464.041%2C167.241z%20M440.476%2C221.844h23.565c4.215%2C0%2C7.631%2C3.417%2C7.631%2C7.633v42.974%20c0%2C4.215-3.416%2C7.632-7.631%2C7.632h-23.565c-4.215%2C0-7.633-3.417-7.633-7.632v-42.974%20C432.844%2C225.261%2C436.262%2C221.844%2C440.476%2C221.844z%20M440.476%2C344.758h23.565c4.215%2C0%2C7.631%2C3.418%2C7.631%2C7.632v42.975%20c0%2C4.215-3.416%2C7.632-7.631%2C7.632h-23.565c-4.215%2C0-7.633-3.417-7.633-7.632V352.39%20C432.844%2C348.176%2C436.262%2C344.758%2C440.476%2C344.758z%22%20style%3D%22fill%3A%20rgb(75%2C%2075%2C%2075)%3B%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    width:17px;
    height: 17px;
    display: inline-block;
    vertical-align: -3px;
    margin-right: 3px;
}
span.video-icon{
    position: relative;
    display: inline-block;
    align-items: center;
    max-width: 80px;
    border-radius: 5px;
    padding: 5px;
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
}
/*投稿ページにプロフィール追加*/
.archive-wrap h1{
    border-left:none;
    padding-left: 0;
}
.archive-wrap{
    margin-top: 40px;
}

/* --- ランキング --- */

.ap-ranking {
    margin-bottom: 20px;
}
.ap-ranking .ap-ranking-head {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    color: #333;
    background-color: #f5f6f7;
    padding: 12px 12px 12px 47px;
}
.ap-ranking .ap-ranking-head::before {
    content: '';
    width: 38px;
    height: 100%;
    background: #fff url(../img/ap-ranking.svg) no-repeat left center / 28px auto;
    position: absolute;
    top: 0;
    left: 0;
}
.ap-ranking-tabs {
    margin: 0;
    padding: 0;
    display: flex;
    background: #2c84dd;
}
.ap-ranking-tab {
    transition: all .4s;
    cursor: pointer;
    width: 50%;
    padding: 10px 0;
    list-style: none;
    background: #2c84dd;
    color: #fff;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.4;
}
.ap-ranking-tab.is-active {
    background: #035EBA;
}
.ap-ranking-content {
    padding: 10px;
    border: 1px solid #ccc;
    display: none;
}
.ap-ranking-content.is-active {
    display: block;
}
.ap-ranking-list {
    counter-reset: rank;
}
.ap-ranking-item {
    position: relative;
}
.ap-ranking-item:not(:last-child) {
    margin-bottom: 10px;
}
.ap-ranking-item::before {
    content: "";
    counter-increment: rank;
    content: counter(rank);
    font-size: 12px;
    background: #2c84dd;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 7px;
    z-index: 2;
}
:is(.ap-ranking-item, .ap-pop-ranking-item) > a {
    display: flex;
    color: #222;
    text-decoration: none;
}
:is(.ap-ranking-item, .ap-pop-ranking-item) > a:hover .ttl {
    text-decoration: underline;
}
:is(.ap-ranking-item, .ap-pop-ranking-item) > a:hover .img {
    opacity: .8;
}
.ap-ranking-item .img {
    width: 90px;
    overflow: hidden;
    aspect-ratio: 90 / 65;
    margin-right: 10px;
    transition: all .2s ease;
}
.ap-ranking-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ap-ranking-item .txt {
    width: calc(100% - 100px);
}
.ap-ranking-item .ttl {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    background: none;
    border: none;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ap-ranking-item .author {
    color: #999;
    font-size: 12px;
}

.ap-pop-ranking {
    margin-top: 10px;
}
.ap-pop-ranking-list {
    counter-reset: rank;
}
.ap-pop-ranking-item {
    position: relative;
}
.ap-pop-ranking-item::before {
    content: "";
    counter-increment: rank;
    content: counter(rank);
    font-size: 12px;
    background: #06c;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    z-index: 2;
}
.ap-pop-ranking-item:not(:last-child) {
    margin-bottom: 12px;
}
.ap-pop-ranking-item > a {
    display: flex;
    color: #222;
    text-decoration: none;
}
.ap-pop-ranking-item .img {
    width: 27%;
    border-radius: 3px;
    aspect-ratio: 92 / 56;
    margin-right: 10px;
}
.ap-pop-ranking-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ap-pop-ranking-item .txt {
    width: calc(100% - 27% - 10px);
}
.ap-pop-ranking-item .ttl {
    font-size: 14px;
    margin-bottom: 2px;
    border-bottom: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* タグ一覧 */
ul.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 14px;
    list-style: none;
    padding: 0;
}
ul.tag-list li a {
    border: 2px solid #346bb7;
    background: #fff;
    color: #346bb7;
    padding: 10px 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 5px;
    transition: all .4s ease;
}
ul.tag-list li a:hover {
    background: #346bb7;
    color: #fff;
}

@media screen and (max-width: 1023px) {
    .ap-ranking-tabs {
        display: none;
    }
    #ranking-daily {
        display: none;
    }
    #ranking-weekly {
        display: block;
    }
    .ap-pop-ranking-item:not(:last-child) {
        padding-bottom: 7px;
        border-bottom: 1px solid #e3e3e3;
    }
    .list.ect-vertical-card {
        gap: 5px;
    }
    .list.ect-vertical-card .entry-card-wrap {
        border-bottom: 1px solid #e3e3e3;
        border-right: 1px solid #e3e3e3;
        margin-bottom: 0;
    }
    :is(.tab-latest, .tab-feature) .ect-vertical-card .entry-card-wrap {
        border-bottom: 1px solid #e3e3e3;
        border-right: none;
        padding-bottom: 11px;
        margin-bottom: 5px;
    }
    :is(.tab-latest, .tab-feature) .ect-vertical-card .entry-card-wrap .list-ttl {
        padding-top: 0;
    }
}

.entry-content .box5 {
    width: 90%;
    margin: 50px auto;
    padding: 40px 50px 30px;
    position: relative;
    border-radius: 4px;
    background-color: #EDF6F6;
}
.entry-content .box5-title {
    background: #57b3ba !important;
    color: #fff;
    position: absolute;
    top: -18px;
    left: 20px;
    padding: 3px 15px;
    border-radius: 2px;
    font-weight: 400;
    font-size: 20px;
}
.entry-content .box5 p {
    margin: 0!important;
}
.entry-content .box5 p + p {
    margin-top: 7px!important;
}
@media screen and (max-width: 1023px) {
    .entry-content .box5 {
        padding: 30px 25px 20px;
        width: 100%;
    }
    .entry-content .box5-title {
        font-size: 18px;
    }
}

/* 対話 */
.talk-block {
    display: flex;
    margin-bottom: 1em!important;
}
.talk-block.right {
    flex-direction: row;
    justify-content: flex-end;
}
.talk-block.left {
    flex-direction: row-reverse;
}
.talk-img {
    width: 70px;
}
.talk-img .img {
    width: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #ccc;
}
.talk-img .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.talk-img .name {
    text-align: center;
    font-size: 12px;
    margin-top: 4px;
    color: #7c7c7c;
}
.talk-txt {
    width: calc(100% - 70px);
    display: flex;
    align-items: flex-start;
}
.right .talk-txt {
    padding: 9px 20px 0 0;
    justify-content: flex-end;
}
.left .talk-txt {
    padding: 9px 0 0 20px;
    justify-content: flex-start;
}
.talk-txt p {
    border: 2px solid #ccc;
    border-radius: 8px;
    padding: 12px 18px;
    display: inline-block;
    margin: 0!important;
    position: relative;
}
.right .talk-txt p::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0px 10px 12px;
    border-color: transparent transparent transparent #ccc;
    position: absolute;
    top: 16px;
    right: -12px;
}
.right .talk-txt p::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0px 10px 12px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 16px;
    right: -9px;
}
.left .talk-txt p::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 12px 10px 0;
    border-color: transparent #ccc transparent transparent;
    position: absolute;
    top: 16px;
    left: -12px;
}
.left .talk-txt p::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 12px 10px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    top: 16px;
    left: -9px;
}
.has-red-background-color {
    background: #2c84dd!important;
}