
html {
  font-size: 100%;
}
body {
  color: #383e45;
  font-size: 0.9rem;
  
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
li {
  list-style: none;
}
.site-title {
  width: 266px 44px;
  font: normal normal bold 36px/44px Meiryo;
  padding: 48x 200px;
}
.site-title a {
  display: block;
}
.section-title {
  display: inline-block;
  font: normal normal bold 36px/44px Meiryo;
  color: #000000;
  margin-bottom: 44px;
  margin-top: 85px;
   font-size: 36px;
  
}
.content-title {
  font-size: 28px;
  font: #000000; 

}
.wrapper {
  max-width: 1200px;
  margin: 0 auto 84px;
  padding: 0 4%;
  text-align: center;
}

/*-------------------------------------------
ヘッダー
-------------------------------------------*/
#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;

}
#header ul {
  display: flex;
  padding: 10px 0px;
}
#header li {
margin-left: 30px;
font: normal normal bold 36px/15px Meiryo;

}
#header li a {
  color: #210404;

}
#header li a:hover {
  opacity: 0.7;
}
/*-------------------------------------------
About
-------------------------------------------*/
#about .content {
  display: flex;
  width: 1200px;
  justify-content: space-between;
  align-items: center;
}
#about img {

  width: 549px;
  height: 366px;
 
  }
#about .text {
  text-align: left;
margin-left: 44px;
 margin-left: 110px;
color: #000000;
font-size: 22px;
letter-spacing: 0.44px;
}

/*-------------------------------------------
footer
-------------------------------------------*/
#footer {
  font-size:  14px/21px Meiryo;
  text-align: center;
  padding: 5px;
  background-color:#A7A4A4;
}


