@charset "utf-8";
*,
::before,
::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
li,
a{
	list-style: none;
}
a {
    color:#000;
    text-decoration: none;
	font-size: 20px
}
body{
    font-family: sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 1;
    background-color: #FFFFFF;
}
haikei{
  width: 200px;
  height: 100px;
  background-image: url(computer.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
img{
    max-width: 100%;
}
body{
	border: 5px solid #aaa;
	height: 500px;
background-image: url("images/common/背景画像1.png");
background-repeat: no-repeat;
}
honbun {
width: 300px;
height: 300px;
background: #ffffff;
position: static; /* staticを指定 */
}
header-logo{
	display: block;
	width: 170px;
}
main{
	margin-top: 50px;
}
site-menu ul {
	display: flex;
}
site-menu ul a {
	margin-left: 20px;
	margin-right: 20px;
}
box1 {
    display: inline-block;
    padding: 0.5em;
    margin-bottom: 2em;
    border: 0.125em solid #ffffff;
    border-radius: 0.7em;
    margin-top: 1.8em;
    width: 48%;
    min-width: 338px;
}
footer{
	color: #ffffff;
	background-color: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
footer-logo{
	display: block;
	width: 235px;
	margin-top: 90px;
}
copyright{
	font-size: 14px;
	font-weight: bold;
	margin-top: 90px;
}