@charset "utf-8";

@media print,screen and (min-width : 501px) {

#header_img {
    /* margin-top: 20px; */
    height: 300px; /* ヘッダーの中身が空のため高さを指定 */
    background-image: url("images/header.jpg");
    background-size: cover;
    background-position: 50% 90%; /* 横 縦 */
}
#header_img_gourmet {
    /* margin-top: 20px; */
    height: 300px; /* ヘッダーの中身が空のため高さを指定 */
    background-image: url("images/header_gourmet.jpg");
    background-size: cover;
    background-position: 50% 90%; /* 横 縦 */
}
}
    
h1{
    font-size:26px;font-size:2.6rem;
    margin-bottom: 20px;
    text-align: center;
    color: #263EAD;
}
h2{
    font-size:22px;font-size:2.2rem;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 5px;
    text-align: left;
    color: #263EAD;
    border-bottom: #263EA0;
}
h3{
	position: relative;
	display: inline-block;
	padding: 8px 40px 8px 40px;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	z-index: 1;
	background: #191F8A;
	border: #191F8A solid 1px;
    margin-bottom: 20px;
    font-size: 120%;
}

#seisaku{
  margin-top: 40px;
  border:solid 1px #dfdfdf;
  padding: 100px;
  -webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;
}

}
@media screen and (max-width : 500px) {

#header_img {
    margin-top: 20px;
    height: 200px; /* ヘッダーの中身が空のため高さを指定 */
    background-image: url("../works/image/header.jpg");
    background-size: cover;
    background-position: 50% 75%; /* 横 縦 */
}

h1{
    font-size:22px;font-size:2.2rem;
    margin-bottom: 20px;
    text-align: center;
    color: #263EAD;
}
h2{
    font-size:18px;font-size:1.8rem;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 5px;
    text-align: left;
    color: #263EAD;
    border-bottom: #263EA0;
}

#seisaku{
  margin-top: 40px;
  border:solid 1px #dfdfdf;
  padding: 40px 10px;
  -webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;
}

}

ol{
	margin: 30px;
}
ol li{
	margin-bottom: 1em;
	list-style: decimal;
	list-style-position: outside;
}
