@charset "shift_jis";
/* CSS Document */
:root {
  --w-basesize: 980px;
  --text-base01: #000000;
  --background-base01: #FFFFFF;
  --red01: #FF0000;
  --blue01: #004CFF;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.4rem;
  line-height: 2;
  font-family: "メイリオ", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", sans-serif;
  margin: 0;
  background: var(--background-base01);
  color: var(--text-base01);
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}
body, html {
  margin: 0;
  padding: 0
}
a {
  text-decoration: none
}
a:hover {
  text-decoration: underline
}
h1, h2, h3, h4, h5, h6 {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
ul li {
  list-style-type: none;
  margin: 3em 0 0 0;
}
h1 {
  width: var(--w-basesize);
}
p {
  text-align: left;
  font-size: 1.1em;
  line-height: 1.8em;
}
img {
  width: 100%;
  height: auto;
}
strong {
  font-size: 1.2em;
  font-weight: bold;
}
.small{  font-size: 1.4rem;}
/*--------------------------------------------------------------------------------ヘッダー*/
header {
  margin: 0 auto;
  padding-top: 2em;
  width: var(--w-basesize);
  text-align: center;
}
header img {
  margin: 2em 0;
}
/*--------------------------------------------------------------------------------タイトルまわり*/
#title {
  width: var(--w-basesize);
  font-size: 1.6em;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.3em;
  text-align: left;
}
#dbox {
  width: var(--w-basesize);
}
#dbox .date {
  font-weight: normal;
  font-size: 0.7em;
  padding: 0;
  float: right;
}
/*--------------------------------------------------------------------------------リード*/
#lead {
  width: var(--w-basesize);
  margin: 0 auto;
}
#lead p {
  font-size: 1.3em;
  line-height: 1.8em;
  padding: 1em;
  font-weight: bold;
}
/*--------------------------------------------------------------------------------記事内容*/
article {
  width: var(--w-basesize);
  margin: 0 auto;
}
section {
  width: calc(95%);
  margin: 4em auto;
}
section p {
margin-top: 2em;
}
section h2 {
  color: green;
  font-size: 1.8em;
}
section h3 {
  color: red;
  font-size: 1.8em;
}
/*--------------------------------------------------------------------------------ナンバー付きリスト #list-no1*/
#list-no1 {
  padding: 0 2em;
}
#list-no1.no1 {
  font-size: 1.2em;
  position: relative;
  font-weight: bold;
}
#list-no1.no1 li {
  line-height: 1.6em;
  padding: 1em;
  margin: 0 auto 1em;
  width: 100%;
  color: #696969;
  background: #ffffe0;
  border-left: solid 15px #ff8c00;
}
#list-no1 span.sono {
  font-size: 2.6rem;
  padding-right: 0.5em;
  color: #ff8c00;
}
/*--------------------------------------------------------------------------------見出し #catch001*/
#catch001 {}
#catch001 h2 {
  background-image: url(../img/title_01.jpg);
  background-repeat: no-repeat;
  width: 980px;
  height: 150px;
  margin: 2em 0 1em 0;
}
#catch001 p {
  padding: 0 1em;
  font-size: 1.2em;
  line-height: 1.8em;
}