/*
Template:ystandard
Theme Name:ystandard-child
Theme URI: https://wp-ystandard.com
Author: yosiakatsuki
Author URI: https://yosiakatsuki.net
Description:「自分色に染めた、自分だけのサイトを作る楽しさ」を感じてもらうために作った一風変わったWordPressテーマ「ystandard」の子テーマ
Version: 4.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*　20240402 アコーディオン追加*/

.panel-area .smb-accordion__item__title {
    background: #F6B900;
}

.panel-area .smb-accordion__item__title__label {
    color:#000;
    font-size: 22px;
    line-height: 37px;
    font-weight: bold;
}



.panel-area .smb-accordion__item__body {
background: #FFF;
}


 .table-area table{
border-top:1px solid #E29E21!important;
font-weight: bold;
}

 .table-area td:first-child{
    background-color: #FFF!important;
    white-space: nowrap;
    border:1px solid #E29E21!important;
}

 .table-area td {
    background-color: #FFF;
    white-space: nowrap;
     border:1px solid #E29E21!important;
}

 .table-area tr {
    background-color: #FFF;
    white-space: nowrap;
     border:1px solid #E29E21!important;
}