@CHARSET "UTF-8";

/* スマホ用のCSSはメディアクエリの外に記述する */
#topNote {
    text-align: center;
    padding: 20px;
    background-color: #fff9f9;
    margin-bottom: 20px;
}
#topNote h1 {
    color: #db7093;
    font-weight: 600;
    font-size: 1em;
    margin-bottom: 10px;
}
#topNote div {
    font-size: .9em;
}
#topNote img {
    display: block;
    margin: auto;
    margin-bottom: 20px;
}
#conceptBanner {
    text-align: center;
    font-size: .7em;
}
#conceptBanner a {
    line-height: 0;
}
.subMenuArea {
    margin-top: 20px;
}
.subMenuArea h2 {
    text-align: center;
}

.newsArea {
    margin-top: 20px;
}
.newsArea h2 {
    text-align: center;
}

@media screen and (min-width: 481px) {
	/* 481px以上に適用されるCSS（PC、タブレット用） */
    #topNote {
        padding: 40px 20px;
        margin-bottom: 40px;
    }
    #topNote h1 {
        font-size: 1.5em;
        margin-bottom: 10px;
    }
    #topNote div {
        font-size: 1em;
    }
    #conceptBanner {
        font-size: 1em;
    }
    .subMenuArea {
        margin-top: 40px;
    }
    .newsArea {
        margin-top: 40px;
    }
}
