@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ----------------------------------------------------------------------
 記事内テーブルのフォントサイズ
---------------------------------------------------------------------- */
.single-post table.has-fixed-layout th, 
.single-post table.has-fixed-layout td{
   font-size: 0.88em !important;
  padding: 0.9em .75em!important;
}
/* ----------------------------------------------------------------------
 目次のフォント調整
---------------------------------------------------------------------- */
.p-toc__ttl{
	font-weight: 600;
}
ol.is-style-index>li:before,
ol.is-style-index ol>li:before{
	font-weight: 600;
}

 /* クッキープラグイン*/
.cn-close-icon:after, .cn-close-icon:before{
  background-color: #FFF !important;
}

a.cn-href{
 color: #65b3ff;
}
  @media screen and (max-width: 480px) {
	.cn-text-container {
    	margin: 0 0 3px 0 !important;
	}
	.cookie-notice-container, .cookie-revoke-container {
        padding: 5px 0 8px 0 !important;
    }
	#cookie-notice .cn-button:not(.cn-button-custom){
  		font-size: 10px !important;
   		padding: 6px 12px !important;
	}
	.cookie-notice-container #cn-notice-text{
		font-size: 9px !important;
	}
	
}