@import url(https://fonts.googleapis.com/css?family=Philosopher);

.ol3 li{
  padding-left: 0px;
  color: rgb(228, 0, 0);
  font-size:150%;
  font-family: 'Philosopher';
  list-style: decimal inside;
}
.ol3 li span{
  padding-left: 0px;
  color: #666;
  font-size:16px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",Helvetica,Sans-Serif;
}

/* 共通基本設定 */
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  background-color: #ffffff;
  margin: 0;
}
#inner-content .btn {
  width: 90%;
  text-align: center;
}
#about {
  background: rgb(200, 255, 250);
}
#about .inner {
  width: 1200px; /* 好きな幅 */
  max-width: 100%;
  margin: 0 auto;
  padding: 10px;
  background: rgb(200, 255, 250);
}
#about h2 {
  text-align: center;
  margin: 0 0 24px;
}
body {
  font-family:'Noto Sans JP',sans-serif;
  background-color:#e0e0e0;
}
#side {
  background: #e0e0e0;
}
#side .inner {
  width: 1500px; /* 好きな幅 */
  max-width: 100%;
  margin: 0 auto;
  padding: 10px;
  background: #e0e0e0;
}
.side {
 background-color:#fff;
 width:1000px;
 height:3000px;
 text-align:center;
 margin-left:10px;/*サイドバーとメインコンテンツの間に隙間                    をあけた*/
} 

.content {
 background-color:#fff;
 width:2500px;
 height:3000px;
 text-align:center;
}

article {
 display:flex;/*サイドバーとメインコンテンツを横並びにする                指定をした*/
}
/* ナビゲーション */
.navigation-main {
  width: 100%;
}
.navigation-main ul {
  padding: 0;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
}
.navigation-main li {
  font-size: 14px;
  font-weight: bold;
  color: #3e3e3e;
}
.navigation-main a:link {
  color: #3e3e3e;
  text-decoration: none;
}
.navigation-main a:visited {
  color: #3e3e3e;
}
.navigation-main a:hover {
  color: #7b7b7b;
}
.contact-form {
  margin-bottom: 50px;
}
/* お問い合わせフォーム */
form {
  width: 100%;
}
form ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
form li {
  padding: 6px;
  margin-bottom: 1px;
}
form li#send {
  background: none;
  margin-top: 6px;
}
form label {
  float: left;
  width: 80px;
  text-align: right;
  margin-right: 10px;
  color: #3f312b;
}
form input,
form textarea {
  padding: 20px;
  border: 1px solid #3f312b;
  border-radius: 4px;
  font-size: 16px;
}
form input:focus,
form textarea:focus {
  border: 1px solid #3f312b;
  background: #d8ccc6;
}
form li#send button {
  width: 410px;
  margin-left: 90px;
  padding: 10px 20px;
  background: #3f312b;
  border: none;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
}
form li#send button:hover {
  background-color: #7c6a62;
}
