@charset "UTF-8";
@import "html5reset-1.6.1.css";
body
{
	color:#535353;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 170%;
    font-size: 16px;
    text-align: center;
}
.center	{	text-align:center;}
.base
{
    background: #fefbf4;
    border: 1px solid #e6e0d2;
    border-radius: 5px;
    margin:0 auto;
    padding: 1.5rem 1rem;
    width: 96vw;
}
h1
{
    font-size: 1.5rem;
    font-weight: bold;
    margin: 2em auto;
}
h2
{
    font-size: 1.25rem;
}

.required-field
{
    background: #df4b59;
    border-radius: 5px;
    color: #fff;
    display: inline;
    font-size: 0.8rem;
    margin: 0 0.25rem;
    padding: 0.25rem;
}

textarea.longinput
{
    width: 100% !important;
    height: 10rem !important;
}
@media screen and (min-width: 1024px){
    .base
    {
        width: 1000px;
    }
}