/* ↓font-family: "Noto Sans JP", sans-serif; */
/* ↓font-family: "UDDigiKyokasho", sans-serif; */
@charset "utf-8";

.top_index_ttl{
    margin-top: 20px;
    background-color: #e2efda;
    min-height: 285px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    
	background-image: url(../img/common/CHD_top.png);
	background-size: contain;
	background-repeat: no-repeat;/*画像が繰り返すのを防ぐ*/
	background-size: 205px;
    background-position: 50%;
}

.top_index_ttl h1{
    font-size: 28px;
    text-shadow: #999999 1px 0 10px;
}

.top_index_txt{
	font-family: "UDDigiKyokasho", sans-serif;
}
	.top_index_txt h2{
	    text-align: center;
	    margin-top: 40px;
	    margin-bottom: 30px;
	    font-size: 23px;
	    font-weight: bold;
	}
	.top_index_txt p{
	    font-size: 17px;
	    line-height: 30px;
	}
	.top_index_txt span{
	    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", sans-serif;
	    display: block;
	    font-size: 15px;
	    margin-top: 20px;
	    line-height: 24px;
	}

@media screen and (max-width: 480px) {
	.top_index_ttl{
        min-height: 205px;
        background-size: 155px;
	}
	.top_index_ttl h1{
        font-size: 19px;
        padding: 0px;
	}
	.top_index_txt h2{
		font-size: 20px;
        margin-top: 25px;
        margin-bottom: 20px;
	}
	.top_index_txt p{
	    font-size: 15px;
	    line-height: 24px;
	}
	.top_index_txt span{
		font-size: 13px;
	}
}