@charset "utf-8";
/* CSS Document */

#p_contents {
    width: 800px;
    margin: 0 auto;
}

div#mainvisual, div.para_contents {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30%;
    padding: 5%;
}

p.year_img img {
	width: 100%;
}

h3.newyeartitle {
    text-align: center;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-weight: bold;
    font-size: 140%;
    margin: 40px auto 20px;
    padding: 1rem 2rem;
    border-top: 3px solid #eabbcb;
    border-bottom: 3px solid #eabbcb;
}