@charset "utf-8";
/* CSS Document */
#sec_hall .area_txt{
	margin-bottom: 1em;}
#sec_flow li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #707070;}
#sec_flow .txt_num{
	margin-right: 0.5em;}
#sec_flow li .bgc_white{
    margin-right: 1em;
    padding: 0.5em;}
#sec_blog .blk_bnr img{
    width: 100%;
    max-width: 800px;}
#sec_blog .blk_secttl {
    padding-bottom: 1.5em;
    border-bottom: 1px solid #707070;
    margin-bottom: 1.5em;}
@media screen and (max-width: 767px) {
	#sec_flow li span:last-of-type{
		width: 100%;}
}