@charset "utf-8";

#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 {
    background: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 1%;
}
#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;
}

#oshirase .item:nth-child(odd){
    background: #ffeff5;
    padding: 2%;
    margin: 2% auto;
}
#oshirase .item:nth-child(even){
    background: #eff4ff;
    padding: 2%;
    margin: 2% auto;
}
#oshirase table{
    width: 95%;
    margin: 0 auto;
}
#oshirase tr{
    border-bottom: 1px solid #ccc;
}
#oshirase th{
    width: 17%;
    padding: 1% 0;
}

@media screen and (max-width: 1000px) {
#oshirase ,
#oshirase #wrap {
    width: auto;
    padding: 2%;
}
#oshirase a.btn{
    width: auto;
}
}
@media screen and (max-width: 767px) {
    #oshirase table{
    width: 95%;
    margin: 0 auto;
    display: block;
}
#oshirase tr{
    border-bottom: 1px solid #ccc;
    display: block;
}
#oshirase th{
    width: 100%;
    padding: 2% 0;
    display: block;
    text-align: center;
}
    #oshirase td{
    width: 100%;
    display: block;
}
}