@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/
:root {
    --accent-red: brown;
    --sub-color: #63AADE;
}

/* SANGO 設定の調整 start ------------------------------------- */
body .entry-content > h2:nth-of-type(1) {
    margin-top: 0.1em;
}
.entry-content h2,
.entry-footer h2{
    padding:5px 0;
    border-top: solid 2px var(--sub-color);
    border-bottom: solid 2px var(--sub-color);
}
.entry-content h3{
    padding: 0px 0 0px 10px;
}
/* SANGO 設定の調整 end --------------------------------------- */
  
/* Footer start ---------------------------------------------*/
.footer #footer-menu{
    padding-top: 30px;
    background-color: #0e7da0;
}
.footer #footer-menu .footer-menu__btn img{
    width: 177px;
}
.footer #footer-menu nav ul li,
.footer #footer-menu nav ul li a{
    color:#fff;
}
.footer #footer-menu nav ul li:not(:last-child)::after{
    content: '|';
    padding-left:2em;
}
.footer .copyright{
    color:#fff;
}
/* Footer end ------------------------------------------------*/

/* 記事：監修者情報 start ------------------------------------------- */
section.supervisor{
    border: solid 1px #eee;
    border-radius: 5px;
    width: 80%;
    margin: 1em auto;
    padding: 1em;
    font-size: 0.8em;
}
section.supervisor::after{
    content: "";
    clear: both;
    display: block;
}
section.supervisor p{
    margin: 0;
}
section.supervisor p.sv{
    color:rgb(167 0 0 / 70%);
    font-size:0.9em;
    line-height: 1em;
}
section.supervisor p.sv-name{
    font-weight: bold;
    font-size: 1.1em;
}
section.supervisor p.sv-qualification{
    line-height: 1.3em;
}
section.supervisor img{
    float: left;
    margin: 0 10px 5px 0;
}
/* 記事：監修者情報 start ------------------------------------------- */

/* 記事：リード start ---------------------------------------------- */
p.article-lead{
    font-size:0.8em;
    line-height: 1.4em;
    padding:1em;
    /* 背景設定 start */
    background-color: #fff;
    background-image: 
        linear-gradient(to bottom,
         rgba(235, 235, 235, 0.5) 0%,
         rgba(235, 235, 235, 0.5) 50%,
         rgba(0, 0, 0, 0) 50%,
         rgba(0, 0, 0, 0) 100%),
        linear-gradient(to right,
             rgba(235, 235, 235, 0.5) 0%,
             rgba(235, 235, 235, 0.5) 50%,
             rgba(0, 0, 0, 0) 50%,
              rgba(0, 0, 0, 0) 100%);
    background-size: 5px 5px;
    /* 背景設定 end */
}
/* 記事：リード start ---------------------------------------------- */

/* 記事：吹き出しの会話 start --------------------------------------- */
div.com-editor,
div.com-sv {
    margin: 3em 0;
    font-size: 0.9em;
}
/* 回り込み解除 */
div.com-editor::after,
div.com-sv::after {
    clear: both;
    content: "";
    display: block;
}

div.com-editor p,
div.com-sv p{
    margin: 0;
}
div.com-editor p.text-area,
div.com-sv p.text-area{
    position: relative;
    padding: 1em;
    border-radius: 5px;
    border: solid 3px #efefef;
    font-size: 0.9em;
}
div.com-editor p.text-area{
    margin-right: 115px;
}
div.com-sv p.text-area{
    margin-left: 115px;
}

div.com-sv div.sv-info-area {
    margin-bottom: 0.5em;
}
div.com-sv div.sv-info-area span.sv-name{
    font-weight: bold;
    font-size: 1.1em;
}
div.com-sv div.sv-info-area span.sv{
    color:rgb(167 0 0 / 70%);
    font-size: 0.85em;
    line-height: 1em;
    padding-left: 1em;
}
div.com-sv div.sv-info-area p.sv-qualification{
    line-height: 1.3em;
    font-size: 0.8em;
    color: rgba(0, 0, 0, 0.5);
}

/* -- 三角アイコン start --- */
div.com-editor p.text-area::before,
div.com-editor p.text-area::after,
div.com-sv p.text-area::before,
div.com-sv p.text-area::after{
    position: absolute;
    content: '';
    border: 10px solid transparent;
}
div.com-editor p.text-area::before{
    border-left: 10px solid #efefef;
    top: 15px;
    right: -21px;
}
div.com-editor p.text-area::after{
    border-left: 10px solid #fff;
    top: 15px;
    right: -17px;
}

div.com-sv p.text-area::before{
    border-right: 10px solid #efefef;
    top: 15px;
    left: -21px;
}
div.com-sv p.text-area::after{
    border-right: 10px solid #fff;
    top: 15px;
    left: -17px;
}
/* -- 三角アイコン end  --- */

div.com-editor p.img-area{
    float: right;
}
div.com-sv p.img-area{
    float: left;
}

div.com-editor img,
div.com-sv img{
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #fdde89;
}
div.com-editor img{
    right: -110px;
}
div.com-sv img{
    left: -110px;
}
/* 記事：吹き出しの会話 end   --------------------------------------- */

/* 記事：合わせて読みたいリンクBOX start ------------------------------*/
div.linkBox{
    border:solid #ccc 1px;
    padding:0.8em;
    line-height: 1.2em;
    margin-bottom: 11px;
}
div.linkBox img{
    width: 100px;
    height: 100px;
    object-fit: cover;
    float: left;
    margin: 0 0.5em 0.5em 0;
}
div.linkBox a{
    color: #a70000;
    font-size: 16px;
    /* margin-bottom: 5px; */
    font-weight: bold;
}
div.linkBox p{
    margin:0;
}
div.linkBox p.linktext{
    margin: 0.5em 0 0;
    font-size: 0.8em;
    line-height: 1.3em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 表示したい行数を指定する */
    overflow: hidden;
}
div.linkBox::after{
    clear: both;
    content: "";
    display: block;
}
/* 記事：合わせて読みたいリンクBOX end   ------------------------------*/

/* 記事：本文フッター：LINE 公式アカウント 告知 -------------------------*/
section.entry-footer{
    padding-right: 25px;
    padding-left: 25px;
}
section.entry-footer h2 { /* 本文のh2と合わせる */
    margin: 2.5em 0 0.7em;
    font-size: 1.4em;
    line-height: 1.6;
}
/* 記事：本文フッター：LINE 公式アカウント 告知 end ---------------------*/

/* 記事：コーナー 1 start -------------------------------------------*/
div.item-notesLink{
    border: 1px solid var(--sub-color);
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
div.item-notesLink h3.item-notesLink-lead{
    font-size: 20px;
    padding-left: 25px;
    color: var(--sub-color);
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;
    line-height: 1;
    border-left: none;
    margin: 0;
}
div.item-notesLink h3.item-notesLink-lead:before {
    font-family: 'Material Icons';
    content: "\e867";/* bookmark_border */
    position: absolute;
    font-size: 27px;
    font-weight: normal;
    top: -3px;
    left: 0;
}
div.item-notesLink .item-notesLink-box{
    margin-top: 0.5em;
}
div.item-notesLink .item-notesLink-box h4.item-notesLink-box-title {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    position: relative;
    margin: 0;/* SANGO設定打ち消し */
    line-height: 1.5em;/* SANGO設定打ち消し */
}
div.item-notesLink .item-notesLink-box h4.item-notesLink-box-title:before {
    content: ">>";
    font-size: 15px;
    vertical-align: top;
    line-height: 1.3em;
}
div.item-notesLink .item-notesLink-box ul.item-notesLink-box-list {
    list-style-type: none;
    padding: 0;
    border: 0;/* SANGO設定打ち消し */
    margin: 0;/* SANGO設定打ち消し */
}
.item-notesLink .item-notesLink-box ul.item-notesLink-box-list li {
    color: var(--sub-color);
    font-size: 15px;
    line-height: 1.8;
    position: relative;
    padding-left: 11px;
}
div.item-notesLink .item-notesLink-box ul.item-notesLink-box-list li:before {
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left: 7px solid var(--sub-color);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}
/* 記事：コーナー 1 end ---------------------------------------------*/

/* 記事：コーナー 2 start -------------------------------------------*/
div.item-notes{
    border: 1px solid var(--sub-color);
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
div.item-notes h3.item-notes-title {
    color: var(--sub-color);
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.3;
    border-left: none;
    margin: 0 0 10px 0;
}
div.item-notes .item-notes-text {
    font-size: 15px;
    line-height: 1.7;
    position: relative;
    padding-left: 20px;
    margin-bottom: 0.5em;
}
div.item-notes .item-notes-text:before {
    font-family: 'Material Icons';
    content: '\e876';/* done */
    position: absolute;
    font-size: 15px;
    top: 0;
    left: 0;
    font-weight: bold;
}
/* 記事：コーナー 2 end ---------------------------------------------*/

/* 記事：テーブル 関連 start  ----------------------------------------*/
.table-style-ver1 .table-ver1 th {
    background: var(--sub-color);
    border-left: 1px solid #fff;
    padding: 5px 10px;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    vertical-align: middle;
    white-space: nowrap;
}
/* -- ジムの評価の星 start --- */
.table-style-ver1 .table-ver1 td .star:before {
    font-family: 'Material Icons';
    content: "\e838";/* star */
    color: #FBD01D;
}
.table-style-ver1 .table-ver1 td .star-gray:before {
    font-family: 'Material Icons';
    content: "\e838";/* star */
    color: #ccc;
}
/* -- ジムの評価の星 end --- */

.table-style-ver3 .table-ver3 th {
    width: 40%;
    background: var(--sub-color);
    border-left: 1px solid #fff;
    padding: 10px 20px;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    vertical-align: middle;
}
.table-style-ver3 .table-ver3 td {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 10px 20px;
    text-align: center;
    min-width: 146px;
}
/* 記事：テーブル 関連 end  ----------------------------------------*/

/* 記事：リンク 関連 start -----------------------------------------*/
/* -- ブログ内リンク → 参照：linkBox：合わせて読みたいリンク --- */
/* -- 外部リンク --- */
.itemLink {
    width: 80%;
    margin: 0 auto 30px;
}
.itemLink a{
    padding: 10px 20px;
    background-color: #dc4e41;
    box-shadow: 0 4px 0 0 #c63224;
    font-size: 17px;
    -webkit-transition: all 0.15s cubic-bezier(0, 0, 0.58, 1);
    transition: all 0.15s cubic-bezier(0, 0, 0.58, 1);
    font-weight: bold;
    color: #fff;
    display: block;
    text-align: center;
}
/* 記事：リンク 関連 end -------------------------------------------*/

/* 記事：画像 関連 start -------------------------------------------*/
.item-image {
    margin-bottom: 50px;
    text-align: center;
}
/* -- 画像出典(あれば) --- */
.item-image a {
    color: #333;
    font-size: 12px;
    display: block;
    margin: 5px;
}
/* 記事：画像 関連 end -------------------------------------------*/

/* 記事：マーカー start ------------------------------------------*/
.text-yellow {
    background: linear-gradient(transparent 40%, #f9f925 40%);
}
/* 記事：マーカー end --------------------------------------------*/


/* TOP：メインイメージ＆リンク start --------------------------
 * > page-forfront2col-fitmo
 * -------------------------------------------------------*/
#header-wrapper {
    max-width: 1200px;
    width: 100%;
    min-height: 380px;
    margin-left: auto;
    margin-right: auto;
    background-image: linear-gradient(transparent, rgb(0 0 0 / 35%));
}
#header-wrapper .headline {
    max-width: 1200px;
    width: 100%;
    height: 380px;
}

#header-wrapper .h-main{
    display: block;
    width:100%;
}
#header-wrapper .h-sub{
    display: none;
}
#header-wrapper .h-card{
    display: block;
    position: relative;
    background-repeat:no-repeat;
    background-size: cover;
}

#header-wrapper .card-body {
    position: absolute;
    margin: 0 10%;
}

#header-wrapper .card-body p{
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.3em;
}

#header-wrapper .h-main .h-card{
    height: 380px;
    background-position: right;
    background-image: url('https://oliva.style/oliva_wp/wp-content/uploads/images0/article/image/1078/jumbotron_2c70b563-df45-4233-a78d-459b954c9577.jpeg');
}
#header-wrapper .h-main .card-body {
    bottom: 10%;
}

#header-wrapper .h-main .card-body .card-trainer-info{
    color:#fff;
}
#header-wrapper .h-main .card-body .card-trainer img{
    width: 45px;
    height: 45px;
    float: left;
    margin-right: 10px;
}
#header-wrapper .h-main .card-body .card-trainer-info .ct-name{
    font-size: 0.9em;
    margin: 0 auto;
}
#header-wrapper .h-main .card-body .card-trainer-info .ct-namesub{
    font-size: 0.75em;
    display: block;
    line-height: 1.5em;
    font-weight: normal;
    margin-top: 10px;
}

/* -- このサイズから３記事を表示 -- */
@media only screen and (min-width: 769px) {
    #header-wrapper .h-main{
        width:60%;
        float: left;
    }
    #header-wrapper .h-sub{
        display: block;
        width:40%;
        float: right;
    }

    #header-wrapper .h-sub .h-card{
        height: 190px;
        background-position: center;
    }
    #header-wrapper .h-sub .h-card:nth-of-type(1){
        background-image: url('https://oliva.style/oliva_wp/wp-content/uploads/images0/article/image/1344/jumbotron_7371d604-856d-4b2c-ba93-a8dafefb2193.jpeg');
    }

    #header-wrapper .h-sub .h-card:nth-of-type(2){
        background-image: url('https://oliva.style/oliva_wp/wp-content/uploads/images0/article/image/289/jumbotron_2d013c52-51e1-4e48-b503-88659a121cbc.jpeg');
    }
    
    #header-wrapper .h-sub .card-body {
        top: auto;
        bottom:0;
    }
}
/* TOP：メインイメージ＆リンク end ----------------------------*/

/* TOP：記事一覧 Card start --------------------------------
 * > page-forfront2col-fitmo
 * 全体最新記事一覧(モバイル/PC共通：10記事)
 *  └→ ページング処理があるのでCSSでの件数調整は要注意
 * カテゴリ毎の記事一覧(モバイル:2記事/PC:3記事)
 * -------------------------------------------------------*/
 .top-card,
 .top-card-cate{
    margin: 1em 3% 4em;
}
.top-card a:hover,
.top-card-cate a:hover{
    text-decoration-line: none;
}
.top-card ul,
.top-card-cate ul{
    text-align: center;
    margin-top: 1.5em;
}
/* カテゴリ毎記事一覧：3件目以降非表示 */
.top-card-cate li:nth-child(n+3){
    display: none;
}
.top-card li,
.top-card-cate li{
    border-bottom: solid 1px #cdcdcd;
    background-color: #fff;
    margin-bottom: 20px;
}
.top-card li a,
.top-card-cate li a{
    display: block;
    width: 100%;
    height: 100%;
}
.top-card li a:hover,
.top-card-cate li a:hover{
    opacity: 0.75;
}
.top-card li:after,
.top-card-cate li:after{
    content: '';
    clear: both;
    display: block;
}
.top-card li p.top-card-img,
.top-card-cate li p.top-card-img{
    margin-top: 0;
    height: 150px;
    overflow: hidden;
}
.top-card li p.top-card-img img,
.top-card-cate li p.top-card-img img{
    /* object-fit: fill; */
    width: 100%;
}

.top-card .top-card-heder-title,
.top-card-cate .top-card-heder-title{
    text-align: center;
    font-size: 1.2em;
    font-family: sans-serif;
    color: #333;
    padding: 10px 3% 0;
    border-bottom: solid 1px #333;
}
.top-card .top-card-date,
.top-card-cate .top-card-date{
    font-size: 0.7em;
    text-align: right;
    margin: 0 20px 0 0;
    margin-right: 20px;
    color:#999;
}
.top-card .top-card-title,
.top-card-cate .top-card-title{
    font-size: 1em;
    line-height: 1.4em;
    text-align: left;
    color: #000;
    font-weight: bold;
    margin: 0 20px;
}
.top-card .top-card-excerpt,
.top-card-cate .top-card-excerpt{
    color: #333;
    font-size:0.9em;
    line-height: 1.3em;
    text-align: left;
    margin: 10px 20px 20px;
}
/* カテゴリ毎のみ 「more」あり */
.top-card-cate .top-card-more{
    margin: 2em auto;
    text-align: center;
    border: 1px solid #707070;
    width: 80%;
    max-width: 320px;
}
.top-card-cate .top-card-more:hover{
    background-color: #4f96f6;
    border: 1px solid #4f96f6;
}
.top-card-cate .top-card-more a{
    display: block;
    color:#333;
}
.top-card-cate .top-card-more a:hover{
    color: #fff;
}
/* このサイズから
 * 全体最新記事一覧は2つずつ > top-card
 * カテゴリ毎の記事一覧は3つずつ > top-card-cate
 * カードタイプ横並びで表示 */
@media only screen and (min-width: 769px) {
    .top-card{
        margin: 20px 0;
        background-color: #fff;
    }
    .top-card-cate{
        /* height: 420px; */
        margin: 15px 0;
    }

    .sort-left ul {
        text-align: left;
        margin-left: 3%;
    }
    .top-card-cate ul{
        margin-bottom: 0;
    }
    /* カテゴリ毎記事一覧：3件目以降表示 */
    .top-card-cate li:nth-child(n+3){
        display: inline-block;
    }
    .top-card li,
    .top-card-cate li{
        border-bottom:none;/* SP用を打ち消し*/
        display: inline-block;
        overflow: hidden;
        list-style-type: none;
        list-style-position: outside;
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .top-card li{
        width: 45%;
        height: 320px;
    }
    .top-card-cate li{
        width: 30%;
        height: 300px;
        /* position: relative; */
        margin-bottom: 0;
    }
    .top-card li:last-child,
    .top-card-cate li:last-child {
        margin-right: 0;
    }
    .top-card li p.top-card-img,
    .top-card-cate li p.top-card-img{
        /*SP用を打ち消し*/
        width: 100%;
        margin: 0;
        height: auto;
        overflow: auto;
    }
    .top-card li p.top-card-img{
        max-height: 120px;
    }
    .top-card-cate li p.top-card-img{
        max-height: 75px;
    }
    .top-card p,
    .top-card-cate p{
        margin: 0;
    }
    .top-card .top-card-heder-title,
    .top-card-cate .top-card-heder-title{
        text-align: left;
        font-size: 20px;
    }
    .top-card .top-card-date{
        padding: 0 5px;
        margin-top: auto;
        margin-right: 10px;
    }
    .top-card-cate .top-card-date{
        margin-right: 10px;
        /* position: absolute;
        bottom: 10px;
        right: 0px; */
    }

    .top-card .top-card-title,
    .top-card-cate .top-card-title{
        font-size: 0.8em;
        margin: 10px 10px 2px;
        line-height: 1.2em;
    }
    .top-card .top-card-excerpt,
    .top-card-cate .top-card-excerpt{
        font-size: 0.7em;
        margin: 5px 10px 10px;
    }
    .top-card-cate .top-card-excerpt{
        /* max-height: 60px; */
        overflow: hidden;
    }
    /* カテゴリ毎のみ 「more」*/
    .top-card-cate .top-card-more{
        text-align: right;
        margin: 0 auto;
        padding-right: 5%;
        /*SP用を打ち消し*/
        border:0;
        width: 100%;
        max-width: none;
    }
    .top-card-cate .top-card-more:hover{
        /*SP用を打ち消し*/
        background-color: #fff;
        border: none;
    }
    .top-card-cate .top-card-more a,
    .top-card-cate .top-card-more a:hover{
        display: inline;
        color:#4f96f6;
    }
    .top-card-cate .top-card-more a:after{
        /* content: ' >>'; */
        font-family: 'Material Icons';
        content: "\eac9";/* keyboard_double_arrow_right */
        /* content: "\ea50";double_arrow */
        vertical-align: -4px;
    }
    
}
@media only screen and (min-width: 840px) {
    .top-card li{
        height: 310px;
    }
    .top-card-cate .top-card-excerpt{
        /* max-height: 105px; */
    }
}

@media only screen and (min-width: 1150px) {
    .top-card li{
        height: 280px;
    }
    .top-card-cate li{
        height: 300px;
    }
   
}
/* TOP 最新記事一覧(全体から10記事) Card end ----------------*/

/* Q&A 記事スタイル start ---------------------------------*/
/* Q&Aカテゴリ一覧ページ start */
#qa-content {
    margin-top: 2em;
    padding-bottom: 2em;
}
#qa-content .qa-alert{
    font-size: 0.7em;
    font-weight: normal;
    color: #f00;
}
#qa-content .qa-listbox {
    margin: 0 0 2em;
}
#qa-content .qa-listbox h2{
    display: -webkit-box;
    overflow: hidden;
    height:auto;
    margin: 0;
    font-size: 15px;
    font-weight: bold;
    /* line-height: 1.4; */
    line-height: 1.1em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
#qa-content .qa-listbox article::before{
    color: var(--accent-red);
    font-family: 'Material Icons';
    content: '\e887';/* ? */
    font-size: 2.5em;
    vertical-align: middle;
    margin-left: 10px;
    float: left;
}
#qa-content .qa-listbox article{
    position: relative;
    width: 100%;
    height: 150px;
    margin: 0 0 1em;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    animation: fadeIn 1.1s ease 0s 1 normal;
    padding-top: 10px;
}
#qa-content .qa-listbox .qa-link{
    display: block;
    padding: 0 7px;
    color: #555;
    text-decoration: none;
    cursor: pointer;
}
#qa-content .qa-listbox .article-info{
    vertical-align: middle;
    float: right;
    width: 83%;
}

#qa-content .qa-listbox .qbody-text{
    font-size:0.7em;
    margin: 5px 0;
    line-height: 1.3em;
}

#qa-content .qa-listbox .qa-cate{
    color: var(--accent-red);
    font-size: 0.8em;
    line-height: 1em;
    margin-top: 0;
    margin-bottom: auto;
    padding-left: 7px;
    bottom: 10px;
    position: absolute;
}
#qa-content .qa-listbox .qa-cate a{
    color: var(--accent-red);
    padding-top: 0;
}
@media only screen and (min-width: 481px) {
    #qa-content .qa-listbox {
        margin: 0 2% 1.5em;
    }
}
@media only screen and (min-width: 500px) {
    #qa-content .qa-listbox article::before{
        margin-left: 20px;
    }
    #qa-content .qa-listbox article{
        padding-top: 15px;
    }
    #qa-content .qa-listbox .qbody-text{
        margin: 5px 15px 0 0;
    }
    #qa-content .qa-listbox .qa-cate{
        bottom: 15px;
    }
}
@media only screen and (min-width: 600px) {
    #qa-content .qa-listbox article::before{
        margin-left: 30px;
    }
    #qa-content .qa-listbox .qbody-text{
        margin: 15px 30px 15px 0;
    }
}
@media only screen and (min-width: 753px) {
    #qa-content .qa-listbox .qbody-text{
        margin: 10px 15px 15px 0;
    }
}
@media only screen and (min-width: 1030px) {
    #qa-content .qa-listbox{
        margin: 0 6% 1.5em 0;
    }
    #qa-content .qa-listbox .article-info{
        width: 85%;
    }
}
/* Q&Aカテゴリ一覧カテゴリページ end */

#qa-content #q{
    margin:0 0 20px 0;
}
#qa-content #a{
    margin:20px 0;
}

#qa-content #q p,
#qa-content #a p{
    margin-bottom: 0;
    line-height: normal;
}

#qa-header .qa-cate{
    color: var(--accent-red);
    font-size: 0.8em;
    margin-left: 15px;
}
#qa-header .qa-cate a{
    color: var(--accent-red);
}

#qa-content #q .q-user .q-name::before{
    color: var(--accent-red);
    font-family: 'Material Icons';
    content: '\e887';/* ? */
    font-size: 2.5em;
    vertical-align: middle;
}

#qa-content #q .q-body{
    padding: 20px;
    border-radius: 15px;
    background-color: #efefef;
    position: relative;
    font-size: 0.85em;
    line-height: 1.6em;
}

#qa-content #a .a-header{
    border-left: 5px var(--accent-red) solid;
    padding-left: 5px;
    font-weight: bold;
    font-size: 1.2em;
    margin: 5px 0;
}

#qa-content #a .a-area{
    margin: 20px 0;
}
#qa-content #a .sv-img{
    width:75px;
    height: 75px;
}
#qa-content #a .sv-img img{
    width:75px;
    height: 75px;
    object-fit: cover;
}

#qa-content #a .sv-answer{
    margin-top: 10px;
    padding: 20px;
    border-radius: 15px;
    background-color: #efefef;
    font-size: 0.85em;
    line-height: 1.6em;
    position: relative; 

}

#qa-content #a p.a-good-count {
    margin: 10px;
    border: 1px solid;
    border-radius: 5px;
    padding: 7px 35px 5px 5px;
    display: inline-block;
    position: relative;
}
#qa-content #a p.a-good-count span {
    padding: 5px 10px;
    position: absolute;
    z-index: 10;
    top: 4px;
    right: 3px;
}
#qa-content #a p.a-good-count span::after {
    font-family: 'Material Icons';
    content: "\e838";/* star */
    color: #FBD01D;
    font-size: 2.3em;
    position: absolute;
    right: -3px;
    top: -4px;
    z-index: -1;
}

@media only screen and (min-width: 769px) {
    #qa-header .qa-cate{
        margin-left: auto;
    }
}
@media only screen and (min-width: 840px) {

    div#q::after {
        content: "";
        clear: both;
        display: block;
    }

    #qa-content #q .q-body{
        width: 84%;
    }
    #qa-content .qa-listbox .qbody-text{
        margin: 15px 20px 15px 0;
    }

    #qa-content #q .q-body::after {
        content: "";
        position: absolute;

        top: 30px; 
        right: -19px;
        border: 8px solid transparent;
        border-left: 18px solid #efefef;
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg);
    }

    #qa-content #q .q-user{
        width: 70px;
        height: 70px;
        float: right;
    }

    #qa-content #q .q-user .q-name{
        text-align: center;
        position: relative;
        display: inline-block;
        width: 70px;
        height: 70px;
        padding: 40px 0px 0;
    }
    #qa-content #q .q-user .q-name::before{
        position: absolute;
        top: -5px;
        left: 0px;
        text-align: center;
        width: 70px;
    }

    #qa-content #a .sv-img{
        float: left;
    }
    #qa-content #a .sv-img img{
        object-fit: cover;
    }
    #qa-content #a .sv-answer{
        width: 80%;
        float: right;
    }

    #qa-content #a .sv-answer::after {
        content: "";
        display: inline-block;
        position: absolute;
        top: 20px; 
        left: -19px;
        border: 8px solid transparent;
        border-right: 18px solid #efefef;
        -webkit-transform: rotate(35deg);
        transform: rotate(35deg);
    }
    #qa-content #a .a-area::after{
        content: "";
        clear: both;
        display: block;
    }
}
/* Q&A 記事スタイル end -----------------------------------*/

/* サイドバー内のスタイル start -----------------------------*/
/* サイドバーのSANGO調整 */
/* .area-gyms,
.interviews {
    overflow: auto;
}
.interviews div.side-link-button{
    margin: 1em auto;
    padding:0;
} */
/* サイドバーのリンクボタン */
.area-gyms{
    overflow: auto;
}
.side-link-button{
    width: 236px;
    height: 50px;
    /* line-height: 3em; */
    margin: 1em auto 1em;
    text-align: center;
    border: 2px solid var(--sub-color);
    border-radius: 25px;
    background: #fff;
}
.side-link-button a {
    text-decoration: none;
    display: block;
    position: relative;
}
.side-link-button a::after {
    font-family: 'Material Icons';
    content: "\e5cc";/* chevron_right */
    font-size: 1.2em;
    font-weight: bold;
    margin-left: 0.2em;
    position: relative;
    top: 4px;
}
.side-link-button a:hover {
    opacity: 0.7;
}

#block-2{
    background: none;
}
#block-2 .wp-block-group{
    padding: 1.8em 0.5em;
    /* border: double 3px var(--sub-color); */
    border-top: solid 1px var(--sub-color);
    border-bottom: solid 1px var(--sub-color);
}
#block-2 .is-style-outline > .wp-block-button__link{
    padding:0.5em 0.5em 0.5em 1em;
    line-height: 1.8em;
    border-color: var(--sub-color);
    color: var(--sub-color);
    text-decoration: none;
    font-size: 1em;
    background-color: #fff;
}
#block-2 .wp-block-button:first-of-type .wp-block-button__link{
    margin-bottom: 0.5em;
}

#block-2 .is-style-outline > .wp-block-button__link::after{
    font-family: 'Material Icons';
    content: "\e5cc";/* chevron_right */
    font-size: 1.2em;
    font-weight: bold;
    margin-left: 0.2em;
    position: relative;
    top: 4px;
}
#block-2 .is-style-outline > .wp-block-button__link:hover{
    opacity: 0.7;
}

/* for WordPress Popular Posts 2025.09.29 add */
.widget ul.wpp-list  li{
    margin: 1em 0.5em;
}
.widget ul.wpp-list li a{
    line-height: 1.5;
    padding: 0;
    font-size: 0.9em;
}
/* for Recent Posts 2025.09.29 add */
#recent-posts-2 .my-widget li a .my-widget__img{
    vertical-align: top;
}

/* サイドバー内のスタイル end   -----------------------------*/