/*ロゴ画像を元画像どおりのサイズで表示*/
.navbar-brand img {
max-height: none !important;
width:270px}
.profile_media{
max-height: none !important;
width:230px}


/* TOC もくじのカスタマイズ */
#toc_container{
 margin-top:25px;
 margin-bottom:35px;
 border-radius: 4px; 
 font-size: 16px; /* 文字の大きさ */
 padding-right: 16px;
 padding-left: 16px;
 background-color: #ffffff; /* 背景色 */
border: 1px solid #990000; /* 外枠の設定 */

}

#toc_container .toc_title{
 font-size: 18px; /* タイトルの文字の大きさ */
 font-weight:normal;
 color: #990000; /* タイトルの文字色 */
 text-align: left; 
}

#toc_container .toc_toggle a{
 color: #990000; 
}

#toc_container ul{
 counter-reset:number;
 list-style:none;
}

#toc_container ul li{
 line-height: 1.25em;
 margin-bottom: 0.9em;
 margin-top:10px;
}

#toc_container ul li:before{
 counter-increment: number;
 content: counter(number);
 font-weight: bold;
 color: #990000;
 padding-right:12px;
 margin-left:-25px;
}

#toc_container ul li a{
 font-weight: normal;
 color: #555555;
 text-decoration:none;
}
#toc_container ul li a:hover{
 text-decoration:underline
}

#toc_container ul ul{
 margin-top: 0.5em;
}

#toc_container ul ul li{
 line-height: 1.25em;
 margin-bottom: 0.5em;
 font-size:14px;
 margin-left:-50px;
}

#toc_container ul ul li:before{
 content: "\f0da";
 font-family: FontAwesome;
 padding-right: 6px;
 margin-left:0px;
 color: #CCC;
 margin-left:-10px;	
}

#toc_container ul ul li a{
 color: #3D3D3D;
 font-weight: normal;
 padding-right:6px;
	text-decoration:none
}

#toc_container ul ul li a:hover{
 text-decoration:underline
}

/* 記事内のBOX_オレンジ薄ベタ */
.box3 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #2c2c2f;
    background: #f7f0e3;/*背景色*/
}
.box3 p {
    margin: 0; 
    padding: 0;
}

/* 記事内のBOX_グレー薄ベタ */
.box4 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #2c2c2f;
    background: #e3e3e3;/*背景色*/
}
.box4 p {
    margin: 0; 
    padding: 0;
}



/* 記事内のBOX_黒実線 */
.box1 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    border: solid 1px #000000;
}
.box1 p {
    margin: 0; 
    padding: 0;
}

/* 記事内のBOX_角丸ベタ */
.box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #FFF;/*文字色*/
    background: #a8000b;
    border-radius: 30px;/*角の丸み*/
}
.box2 p {
    margin: 0; 
    padding: 0;
}

/* メインビジュアルの線消す */
.carousel.slide{border-bottom: 0;}


h2{
font-family: tbchibirgothicplusk-pro, sans-serif;
font-weight: 400;
font-style: normal;
}

h1{
font-family: tbchibirgothicplusk-pro, sans-serif;
font-weight: 400;
font-style: normal;
}

h3{
font-family: tbchibirgothicplusk-pro, sans-serif;
font-weight: 400;
font-style: normal;
}

/*フォントをスムーズに読み込む*/
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}