@charset "utf-8";
/* CSS Document */
:root {
  --w-basesize: 1000px;
  overflow-x: hidden;
}
:root {
  --point-color01: #8869F0;
  --point-color02: #FFF41E;
  --point-color03: #4B4B4B;
  --point-color04: #EC9200;
  --sell: #009AF0;
  --trade-in: #6E7582;
}

br.sp-br {
  display: none;
}
br.pc-br {}
.outline_3_px {
  border: solid 3px #000000;
}
.outline_2_px_gray {
  border: 5px solid #DDDDDD;
  box-sizing: border-box;
}
.t_delete {
  text-indent: -9999px;
}
.t_center {
  text-align: center;
}
.position_center {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.a_left{
  text-align: left;
  line-height: 1em;
}
img.fit {
  width: 100%;
  height: auto;
}
/*h*/
h2 {
  font-size: 2em;
  line-height: 1.4em;
  font-weight: bold;
}

h2.midashi01{
  font-weight: bold;
margin: 2em 0 1em;
padding: 1rem 2rem;
  border-top: 3px dotted #17BDE7;
  border-bottom: 3px dotted #17BDE7;
  text-align: center;
 color:#0041C4;
}
h3 {
  font-size: 1.6em;
  line-height: 1.4em;
  font-weight: bold;
}
h3.tv_02 {
font-size: 1.4em;
color:#000000;
}
        .tit01, .tit02, .tit03, .tit04, .tit05, .tit06, .tit07, .tit08 {
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            text-indent: -9999px;
            overflow: hidden;
            margin: 0 auto;
            display: block;
        }


/*--------------------------------------------------------------------------------基本枠*/
.g_container {
  margin: 0 auto;
  font-size: 16px;
}
/*--------------------------------------------------------------------------------ページタイトルまわり*/
.g_header {
  width: var(--w-basesize);
  margin: 2em auto 0;
  padding: 0;
  font-style: normal;
}
.g_header img {
  width: 100%;
  hight: auto;
}
.g_header div.title {
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.3em;
  text-align: left;
}
.g_header div.date {
  padding: 2em 0;
  display: block;
  text-align: right;
}
/*--------------------------------------------------------------------------------リード*/
.lead {
  width: var(--w-basesize);
  margin: 0 auto 2em;
  padding: 0;
}
.lead p {
  padding: 1em;
  font-weight: bold;
  line-height: 1.6em;
  font-size: 1.2em;
}
.leadTitle {
  margin: 0em 0 .5em 0;
  padding: 1em 0 1em 1em;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.2em;
  letter-spacing: 0.02em;
  background: #F5F5F5;
  border-left: solid 30px var(--point-color01);
  border-bottom: solid 3px #d7d7d7;
}
/* --------------------------まとめ------------------------- */ :root {
  --matome-h2-text-color: #FFFFFF;
  --matome-h2-bg-color: #0F7E6E;
}
.matome {
    width: var(--w-basesize);
    margin: 6em auto 0;
    padding-bottom: 1em;
text-align: left;
}
.matome p {
  font-size: 1.1em;
  font-weight: normal;
  margin: 0 1em;
}
.matome h2 {
  position: relative;
  font-size: 2em;
  padding: 0.5em;
  margin-bottom: 1.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;
}

.font-size70 {
  font-size: 70%;
}
.font-size80 {
  font-size: 80%;
}
.font-size90 {
  font-size: 90%;
}
.font-size100 {
  font-size: 100%;
}
.font-color_white {
  color: white;
}
.impact-120 {
  font-size: 120%;
}
.impact-150 {
  font-size: 150%;
}
.price {
  color: red;
}
