@charset "utf-8";
/* CSS Document */

/*h2タイトル設定*/
#center_info h2 {
	clear: both;
	margin: 10px 20px 10px 20px;	/*上下、左右への余白*/
	font-size: 160%;	/*文字サイズ*/
    /*line-height: 1.2em;*/
	color: #1f2c5c;		/*文字色*/
    text-align: center;
    border-bottom: 1px solid #999999;	/*枠線の幅、線種、色*/
}
#center_info h2 span {
    font-size: 70%;	/*文字サイズ*/
	line-height: 1em;
}
#center_info h2 span::before {
	content: "\A" ;
	white-space: pre;
}

#center_info h3 {
	clear: both;
    color: #1f2c5c;
	margin-bottom: 20px;
	padding: 5px 20px;	/*上下、左右への余白*/
	font-size: 120%;	/*文字サイズ*/  
    background: #eeeeee;
    text-align: center;
    border-bottom: 1px solid #999999;	/*枠線の幅、線種、色*/
    border-radius: 0px;	/*角丸のサイズ。この行を削除すれば角が尖った長方形になります。*/
    border-left: none;
    border-top: none;
    border-right: none;
}
#center_info h3::first-letter {
	border-left: none;	/*左の線の幅、線種、色*/
	padding-left: 0px;				/*線とテキストとの余白*/
}

/*コンテンツのh4タグ設定*/
#center_info h4 {
	clear: both;
	color: #1f2c5c;
    font-size: 110%;	/*文字サイズ*/
    margin-left: 20px;
    margin-bottom: 6px;
    border-bottom: 1px solid #1f2c5c;	/*枠線の幅、線種、色*/
}
#center_info h4:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f061";
	margin-right: 8px;
}

#center_info .titleh4 {
	clear: both;
	font-weight: bold;
	color: #1f2c5c;
    font-size: 110%;	/*文字サイズ*/
	line-height: 0.5em;
	text-indent: -1em;
    margin: 6px 0px 6px 20px;
    border-bottom: 1px solid #1f2c5c;	/*枠線の幅、線種、色*/
}

#center_info ul {
	list-style: square;
	margin-left: 3em;
}


/*
------------------------------------------------------------------------------------------------------------------------------------------------------*/




/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:900px){



}


/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){

    /*コンテンツのh4タグ設定*/
    #center_info h4 {
        margin-left: 0px;
    }

    #center_info .titleh4 {
        line-height: 2.2em;
        text-indent: -0.2em;
        margin: 10px 0px 0px 0px;
        border-bottom: 1px solid #1f2c5c;	/*枠線の幅、線種、色*/
    }
	
}


/*画面幅767px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:767px){



}


/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){




}