@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 {
  font-size: 2.8rem;
  line-height: 1.2em;
  width: 100%;
  text-align: left;
}
ul li {
  list-style-type: none;
}
p {
  text-align: left;
  font-size: 1.1em;
  line-height: 1.6em;
}
img {
  width: 100%;
  height: auto;
}
strong {
  font-size: 1.3em;
  font-weight: bold;
}
.small {
  font-size: 80%;
}
.clear {
  clear: both;
}
.ghost {
  display: none;
}
/*--------------------------------------------------------------------------------ヘッダー*/
header {
  margin: 0 auto;
  padding-top: 2em;
  /* width: var(--w-basesize); headerの幅を980pxにするのはよくないのでは*/
  width: 100%;/*20221102追記*/
  text-align: center;
}
header img {
  margin: 2em 0;
}
/*--------------------------------------------------------------------------------タイトルまわり*/
#title {
  width: var(--w-basesize);
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.3em;
  text-align: left;
  margin: 1.5em auto 2.5em;
}
#dbox {
  width: var(--w-basesize);
  padding-top: 1em;
}
#dbox .date {
  font-weight: normal;
  font-size: 0.7em;
  padding: 0;
  float: right;
}
/*--------------------------------------------------------------------------------リード*/ :root {
  --lead-h1-text-color: #000000;
  --lead-h1-bg-color: #F5F5F5;
  --lead-h1-point-color: #188486;
}
#lead {
  width: var(--w-basesize);
  margin: 2em auto 0;
}
#lead h1 {
  margin: 0 0 1em 0;
  padding: 0.5em 0 0.5em 1em;
  font-size: 1.8em;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  color: var(--lead-h1-text-color);
  background: var(--lead-h1-bg-color);
  border-left: solid 30px var(--lead-h1-point-color);
  border-bottom: solid 3px #d7d7d7; /*下線*/
}
#lead p {
  font-size: 1.3em;
  line-height: 1.8em;
  padding: 1em;
  font-weight: bold;
}
/*--------------------------------------------------------------------------------記事内容*/
article {
  width: var(--w-basesize);
  margin: 0 auto;
}
section {
  margin: 4em auto;
}
section p {
  width: calc(95%);
  margin-top: 2em;
}
section h2 {
  color: green;
}
section h3 {
  color: red;
  font-size: 1.7em;
}
.bg_main {
  background-color: #D1EAFF;
  background-image: url(../img/bk_pattern01.png);
  background-repeat: repeat;
}
/*--------------------------------------------------------------------------------ナンバー付きリスト #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;
}
/* --------------------------まとめ-------------------------- */ :root {
  --matome-h2-text-color: #FFFFFF;
  --matome-h2-bg-color: #0F7E6E;
}
#matome {
  width: var(--w-basesize);
}
#matome p {
  width: calc(95%);
  margin-top: 2em;
  margin: 4em auto;
}
#matome h2 {
  position: relative;
  padding: 0.6em;
  background: var(--matome-h2-bg-color);
  color: var(--matome-h2-text-color);
}
#matome h2:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid var(--matome-h2-bg-color);
  width: 0;
  height: 0;
}
/* --------------------------文字 アンダーライン-------------------------- */
.text_m_Pyellow {
  background: linear-gradient(transparent 60%, #ffffa8 0%);
}
.text_m_Pgreen {
  background: linear-gradient(transparent 60%, #BEFFA8 0%);
}
.text_m_Porange {
  background: linear-gradient(transparent 60%, #FFD272 0%);
}
.text_m_Pblue {
  background: linear-gradient(transparent 60%, #ccffff 0%);
}
.text_m_Pred {
  background: linear-gradient(transparent 60%, #ffcccc 0%);
}
.con_shadow {
  margin-top: 5em;
  padding: 0 0 1em 0;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.w_90perc {
  margin: 0 auto;
  width: calc(90%);
}
/*------------------------------------------------------------------------------------------------------プライス*/ :root {
  --price-color-001: #FF8600;
}
.p_price {
  color: var(--price-color-001);
  font-family: 'arial black sans-serif';
  font-size: 1.4em;
  line-height: 1;
  font-weight: bold;
}
.text_size_0_7em {
  font-size: 0.7em;
}
.text_c_yellow {
  color: yellow;
}
.con_shadow {
  margin-top: 5em;
  padding: 0 0 1em 0;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.title_none {
  display: none;
}
.kakomi-p2em-solid2Gray {
  padding: 2em 0;
  border: solid 2px #939393;
}
.m_b4em {
  margin-bottom: 4em;
}
.m_b6em {
  margin-bottom: 6em;
}
.m_t3em {
  margin-top: 3em;
}
.p_tb4em {
  padding-top: 4em;
  padding-bottom: 4em;
}
.m_t4em {
  padding-top: 4em;
}
.m_b2em {
  padding-bottom: 2em;
}
.m_tb4em {
  margin-top: 4em;
  margin-bottom: 4em;
}
.p_t4em {
  padding-top: 4em;
}
.p_b2em {
  padding-bottom: 2em;
}
.p_b4em {
  padding-bottom: 4em;
}
.bk_br-d30_white {
  background: #FFFFFF;
}