p.underh1 {
font-size: small; 
line-height: 1.5; /*行間*/
color: #ffffff;
margin-bottom: 20px;
}

.shutten {
    margin-bottom: 30px;
	line-height: 1; /*行間*/
    color:#B3B3B3 !important;
}

.shutten a{
    color:#B3B3B3 !important;
}

.inyou {
	font-family: 'Meiryo',"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","Osaka", sans-serif;
    font-weight:bold;
	color:#666666 !important;
    font-size:20px;
	line-height:26px;
	margin-top: 20px !important;
}

.inyou2 {
	content: "“";
	color:#D9D9D9;
}
q:before {
content: "“";
font-family: Georgia, sans-serif;
font-weight:bolder;
color:#B3B3B3;
font-size:36px;
}

.content div{margin-top:0;}
.content h2{margin-bottom:10px;}
.content h3{margin-bottom:10px;}

/*目次デザイン*/
.content .outline {
width: 100%;/*目次の外枠の幅*/
border: solid 4px #bbdbf3;/*外枠の線の種類　太さ　色*/
margin-bottom: 20px;
}
.content .outline__number {
background: #FFFFFF;/*見出数字の文字色*/
font-weight: 800;/*見出数字の文字の太さ*/
font-size: 16px;/*見出数字の文字サイズ*/
}
.outline__link {
font-size: 16px;/*文字サイズ*/
}

.content .blogcard {
	border: 1px solid #729bbf; /* ボーダー色 */
	margin-top: 20px!important;
}

.content .blogcard__subtitle{
	background-color:#729bbf; /* 背景色 */
	color: #ffffff; /* 文字色 */
}

/* ブログカードのカスタマイズ */

.content .sitecard {
	border: 1px solid #729bbf; /* ボーダー色 */
	margin-top: 20px!important;
}

.content .sitecard__subtitle{
	background-color: #729bbf; /* 背景色 */
	color: #ffffff; /* 文字色 */
}

.content ul > li::before {
font-family: "icomoon";
content: "\ea17";
padding-right:10px;
transform: scale(1.0);
}.content ul li {
padding-left: 20px;
}

.content .box_blue .es-BsubTradi::before{
background-color: #729bbf;/*サブタイトル部分の背景色*/
border-color: #729bbf;/*サブタイトル部分の枠線色*/
}