@charset "utf-8";

/*コンテンツ枠の設定*/
#contents{
  padding:15px 15px;
  max-width:768px;
  margin:0 auto 3em;
}

.c-h-2{
  padding:10px;
  margin-bottom:30px;
  border:1px solid #94c8b1;
  border-left:10px solid #d0e35b;
  background-color:white;
  color:#6fbb9a;
  border-radius:35px;
  box-shadow:0 0 10px rgba(0,0,0,0.5);
}

.syacho{
  float:left;
  margin-right:20px;
  width:150px;
}

#intro{
  margin-bottom:80px;
}

#intro p{
  font-size:13px;
}

.p-right{
  text-align:right;
}

.gaiyou{
  font-size:14px;
}