@charset "utf-8";

footer,header,nav {
    display: none;
}
#oshirase {
    background: #fdfdfd;
    background: linear-gradient(-45deg,
    #f9f9f9 25%,
    #fcfcfc 25%, #fcfcfc 50%,
    #f9f9f9 50%, #f9f9f9 75%,
    #fcfcfc 75%, #fcfcfc);
    background-size: 15px 15px;
    background-attachment: fixed;
    color: #333;
    font-family: "Roboto Regular", "Helvetica Neue", Helvetica, Arial, "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ ゴシック", sans-serif;
    font-size:16px;
    padding: 20px;
}
#oshirase #wrap {
	background: #fff;
	width: 100%;
	max-width: 1000px;
	padding: 70px;
	margin: 0 auto;
	box-sizing: border-box;
	border: 1px solid #eee;
}
#oshirase h1 {
    font-size: 20px;
    font-weight: bold;
    text-align:center;
    padding: 5px 0;
    margin: 10px 0;
    text-decoration: underline;
}
#oshirase p {
    padding: 10px;
}
#oshirase .ttl + div {
    margin: 0.5em 0 0 2em;
}
#oshirase .ttl + div li {
    text-indent: -3em;
    padding-left: 3em;
    margin-bottom: 0.5em;
}
#oshirase .ttl {
    margin-top: 1em;
}
#oshirase a.btn{
	display: block;
	text-decoration: none;
	margin: 20px auto;
	width: 550px;
	text-align: center;
	padding: 18px;
	background: #819ece;
	box-sizing: border-box;
	border-radius: 8px;
	color: #fff;
}
#oshirase a.btn:hover {
    background: #8ca4ca;
}


@media screen and (max-width: 1000px) {
#oshirase ,
#oshirase #wrap {
    width: auto;
    padding: 2%;
}
#oshirase a.btn{
    width: auto;
}
}