html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  font-family: Hiragino Sans, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ丸ゴ Pro W3", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
  color: #333;
}

ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

span.label {
  display: inline-block;
  cursor: default;
  text-align: center;
  vertical-align: text-top;
  line-height: 12px;
  font-size: 12px;
  min-width: 38px;
  padding: 3px 2px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

a img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.solidLine {
  border-bottom: solid 1px #e5e5e5;
}

.mincho {
  font-family: 'Sawarabi Mincho', 'Noto Serif SC',"ヒラギノ明朝 ProN W6", serif;
}

.noto {
  font-family: 'Noto Serif SC', serif;
}

/*共通タイアップ用フッター*/

.footer {
  margin: 0;
  width: 100%;
}

.footer__inner {
  background-color: #333;
  padding: 0 0 10px;
}

.footer__logo {
  padding: 15px;
  margin: 0;
  float: none;
}

.footer__logo img {
  width: 120px;
  height: auto;
  display: block;
  margin: auto;
}

.footer__attention {
  display: block;
  color: #FFF;
  font-size: 11px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .footer__attention {
    font-size: 10px;
  }
}

/*フェードイン*/
.sa {
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.sa.show {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.sa--up {
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

/*シェアボタン*/
.share-wrap {
  position: absolute;
  top: 25px;
  right: 0px;
  margin-top: 0;
  margin-bottom: 0;
  z-index: 100;
}

@media screen and (max-width: 480px) {
  .share-wrap {
    width: 100%;
    margin: auto;
    z-index: 1000;
    height: auto;
    margin-top: 260px;
  }
}

@media screen and (max-width: 480px) {
  .share-wrap .share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: auto;
  }
}

.share-wrap .share a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px;
  margin-bottom: 12px;
  width: 30px;
  height: 30px;
  color: #FFF;
  border-radius: 30px;
}

@media screen and (max-width: 480px) {
  .share-wrap .share a {
    margin-bottom: 0;
  }
}

.share-wrap .share a.facebook {
  background-color: #3b5998;
}

.share-wrap .share a.twitter {
  background-color: #1da1f2;
}

.share-wrap .share a.line {
  background-color: #00b900;
}

.share-wrap .share a.hatebu {
  background-color: #00a4de;
}

.share-wrap .share a svg {
  width: 20px;
  height: 20px;
  fill: #FFF;
}

a.light-box {
  display: block;
  width: 100%;
  height: auto;
}

/*pc用*/
@media screen and (min-width: 481px) {

  .mainArea {
    width: 1020px;
    margin: auto;
  }

.fullTx{
  font-weight: 700;
  line-height: 1.7em;
  font-size: 15px;
}

  .capTx{
  font-weight: 700;
  line-height: 1.7em;
  font-size: 13px;
}

  .pa_rl20px {
    padding: 0 20px;
  }

  .bottom_10 {
    margin-bottom: 10px;
  }

  .bottom_20 {
    margin-bottom: 20px;
  }

  .bottom_30 {
    margin-bottom: 30px;
  }

  .bottom_40 {
    margin-bottom: 40px;
  }

  .bottom_50 {
    margin-bottom: 50px;
  }

  .bottom_60 {
    margin-bottom: 60px;
  }

  .sml{
    font-size: 9px;
  }

  .sml2{
    font-size: 9px;
  }

  .br_pc::before {
    content: "\A";
    white-space: pre;
  }

  .mainArea img {
    width: 100%;
    height: auto;
  }

  .tieup_header {
    padding: 12px 0;
    height: 40px;
  }

  .header_Minilogo a {
    float: left;
    height: auto;
    margin: -5px 0 0;
  }

  .header_Motalogo a {
    float: right;
    height: auto;
  }

  .tieup_header img {
    width: 60px;
    height: auto;
    cursor: default;
  }

  .mainvisual {
    width: 1620px;
    height: auto;
    margin: auto;
  }

  .mainvisual2 {
    width: 1020px;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
  }

  .mainvisual3 {
    width: 100%;
    height: 400px;
    background-image: url(https://cdn.autoc-one.jp/static/article-assets/special/3488886/image/pcmv.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #010101;
  }

  .mainvisual2 h1 {
    font-size: 45px;
    font-weight: 700;
    margin: 20px 0 10px;
    color: #fff;
    line-height: 1;
    text-shadow:
      black 1px 1px 10px, black -1px 1px 10px;
  }

  .mainvisual2 h1 .vol {
    font-size: 25px;
    margin-right: 10px;
  }

  .mainvisual2 h1 .sml {
    font-size: 18px;
    color: #fff;
  }


  /*ナビ*/

  #pr-body .nav-menu {
    background-color: #000;
    height: auto;
  }

  #pr-body .nav-menu ul {
    width: 1020px;
    margin: 0 auto;
    position: relative;
    display: table;
    height: 80px;
  }

  #pr-body .nav-menu ul li {
    float: left;
    text-align: center;
    line-height: 1.3em;
    font-size: 16px;
    font-weight: 400;
    width: calc(100% / 3);
    height: inherit;
    border-bottom: none;
    display: table-cell;
  }

  #pr-body .nav-menu ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 4px;
    color: #ccc;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
  }

  #pr-body .nav-menu2 ul li a span {
    line-height: 1 !important;
    margin: -5px 0;
  }

  #pr-body .nav-menu ul li a {
    font-size: 15px;
    line-height: 0.7;
  }

  #pr-body .nav-menu ul li a.is-current::before,
  #pr-body .nav-menu ul li a:hover::before {
    height: 100%;
  }

  #pr-body .nav-menu ul li a::before {
    content: '';
    position: absolute;
    height: 0%;
    width: 100%;
    background-color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: -1;
  }

  #pr-body .nav-menu ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: -2;
  }

  .nav-menu a {
    text-decoration: none;
  }

  .introduction {
    height: auto;
    font-weight: 600;
    line-height: 1.7em;
    text-align: center;
    font-size: 18px;
    margin: 30px 0;
  }

  .inner_right30 {
    width: 30%;
    height: auto;
  }

  .inner_right30 p {
    font-size: 12px;
    line-height: 1.3em;
    font-weight: 700;
  }

  .inner_left50 {
    width: 50%;
    margin-right: 10px;
    font-size: 15px;
    line-height: 1.7em;
    font-weight: 700;
  }

  .inner_right50 {
    width: 48%;
    height: auto;
  }

  .inner_left70 {
    width: 68%;
    margin-right: 10px;
  }

  .inner_left70 p {
    font-size: 15px;
    line-height: 1.7em;
    font-weight: 700;
  }

  .doubleImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .doubleImg img {
    width: 98%;
    height: auto;
  }

  .midashi1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.7em;
    border-bottom: 1px solid #ccc;
    width: 68%;
  }

  .midashi1:first-letter {
    margin-right: .1em;
    font-size: 25px;
  }

  .midashi2 {
    position: relative;
    overflow: hidden;
    margin-bottom: -8px;
    padding: 12px 14px;
    color: #ffffff;
    background: #696969;
    font-size: 20px;
  }

  .midashi2::before,
  .midashi2::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    height: 100%;
    content: '';
  }

  .midashi2::before {
    -webkit-transform: rotate(1.5deg);
    transform: rotate(1.5deg);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    background: #414141;
  }

  .midashi2::after {
    -webkit-transform: rotate(-2.5deg);
    transform: rotate(-2.5deg);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    background: #000;
  }

  .midashi2_cont {
    position: relative;
    z-index: 1;
  }

  .big_img {
    padding: 0px 90px;
  }

  .big_img img {
    -webkit-box-shadow: 20px 20px 0px 0px #eaeaea;
    box-shadow: 20px 20px 0px 0px #eaeaea;
  }

  .mini_kinou {
    width: 49%;
    height: auto;
  }

  .mini_kinou:nth-child(odd) {
    margin-right: 10px;
  }

  .mini_kinou h3 {
    border-bottom: solid 1px #000;
    font-size: 18px;
    padding: 10px 0;
  }

  .mini_kinou p {
    font-size: 13px;
    line-height: 1.3em;
    font-weight: 600;
  }

  .writer_box p {
    font-size: 13px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
  }

  .under_link {
    padding: 10px;
    width: 60%;
    margin: auto;
  }

  .under_link .btnEstimate {
    padding: 20px 0;
    font-size: 16px;
    line-height: 1.5em;
  }

  .pageList {
    margin: auto;
    padding: 10px 0;
  }

  .pageList .btnEstimate {
    background-color: #fff;
    color: #000;
    border: 0 solid #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    font-size: 20px;
    padding: 10px 30px 20px;
    border-bottom: 1px solid #000;
    font-weight: 700;
    cursor: pointer;
  }

  .pageList .btnEstimate:hover {
    background: #fff;
    color: #ccc;
    text-decoration: none;
  }

  .pageList .btnEstimate span {
    margin-right: 10px;
    font-size: 14px;
  }

  .pageList_link {
    text-align: center;
  }

  .pageList_link ul li {
    display: inline;
    margin: 0 7px;
  }

  .pageList_link ul li a {
    padding: 13px 20px;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    cursor: pointer;
  }

  .pageList_link ul li a:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
  }

  .pageList_link ul .notLink a {
    pointer-events: none;
    background-color: #000;
    color: #fff;
    z-index: 5;
  }

  .introh2 {
    height: auto;
    font-weight: 700;
    line-height: 1em;
    text-align: center;
    font-size: 32px;
    padding: 35px 0;
    background-color: #f0f0f0;
    margin-bottom: 40px;
  }

  .introh2 span {
    font-size: 18px;
  }

  .inner_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .leftArea {
    width: 710px;
    height: auto;
    background-color: #fff;
    margin-right: 10px;
  }

  .rightArea {
    width: 300px;
    height: 600px;
    background-color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
    display: table;
    margin-bottom: 20px;
  }

  .rightCarArea {
    width: 300px;
    background-color: #fff;
    height: 440px;
    border: 1px solid #000;
    margin: 20px 0;
  }

  .rightTitle {
    color: #fff;
    background-color: #000;
    width: 298px;
    text-align: center;
    padding: 10px;
    padding: 10px 5px;
    line-height: 1.3em;
  }

  .rightTitle span {
    font-size: 14px;
  }

  .rightCarBox {
    padding: 10px;
  }

  .rightCarBox img {
    width: 95px;
    height: auto;
    margin-right: 10px;
  }

  .carName {
    font-weight: 600;
    margin: 5px 0;
    font-size: 12px;
  }

  .btnEstimate {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    padding: 8px 17px;
    font-weight: 700;
    cursor: pointer;
    margin: 10px 0;
  }

  .btnEstimate:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
  }

  .underCarBox {
    width: 240px;
    height: auto;
    display: block;
    margin: 0 7px;
  }

  .underCarBox img {
    width: 90px;
    height: auto;
    margin-right: 5px;
  }

  .underCarName {
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    line-height: 1.3em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px;
  }

  .btnEstimate2 {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    font-size: 16px;
    padding: 15px 0;
    font-weight: 700;
    cursor: pointer;
    margin: 10px 0;
  }

  .btnEstimate2:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
  }

  .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .gallery img {
    width: 100%;
    height: auto;
    padding: 0 5px;
  }

  .miniSpec {
    padding: 0 4px;
  }

  .specList {
    background-color: #f0f0f0;
    width: 100%;
    height: auto;
    padding: 20px 30px;
  }

  .specList p {
    font-weight: 700;
    font-size: 18px;
  }

  .specData {
    font-size: 15px;
  }

  .specData li {
    border-bottom: solid 1px #ccc;
    padding: 5px 0;
  }

  .specData dt {
    float: left;
    font-family: 'Sawarabi Mincho', sans-serif;
  }

  .specData dt::after {
    content: ":";
    padding: 0 7px;
  }

  .specData dd {
    font-family: 'Sawarabi Mincho', sans-serif;
    font-weight: 700;
  }

  .banner {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    /*border-top: solid 1px #000;*/
  }

  .youtube_img {
    padding: 0px 90px;
  }

  .youtube_img img {
    -webkit-box-shadow: 0 0 15px 5px #dcdcdc;
    box-shadow: 0 0 15px 5px #dcdcdc;
    border: solid 20px #fff;
    border-radius: 30px;
  }

  .mini_kinou_btn {
    background-color: #fff;
    color: #000;
    border: 0 solid #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
  }

  .mini_kinou_btn::after {
    content: '>>>';
    padding-left: 3px;
    font-size: 8px;
  }

  .mini_kinou_btn:hover {
    background: #fff;
    color: #ccc;
    text-decoration: none;
  }

  .specialLink {
    padding: 20px 20px 10px;
    background-color: #f9f9f9;
    position: relative;
    overflow: hidden;
  }

  .specialLink h3 {
    text-align: center;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 17px;
  }

  .specialLink p{
    font-weight: 700;
    line-height: 1.7;
    margin: 10px 0;
  }

  .specialLink_tx {
    font-size: 15px;
  }

  .specialLink .sml {
    font-size: 10px;
    vertical-align: super;
  }

  .specialLink .btnEstimate {
    width: 40%;
    margin: auto;
    padding: 15px 0;
  }

  .specialLink_description {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    font-size:13px;
  }

  .chuki{
    font-size: 12px;
    font-weight: 700;
    line-height: 1.7;
  }

.tube_link{
	font-size: 14px;
    color: white;
    font-weight: 400;
    margin: 0 auto 40px;
    line-height: 1.7em;
    text-decoration: none;
    display: block;
    text-align: center;
    background-color: black;
    padding: 15px 20px;
}

.tube_link:hover{
　text-decoration: none;
color: white;
}

}



/*sp用*/
@media screen and (max-width: 480px) {

  .mainArea {
    width: 100%;
    margin: auto;
    padding: 0 3%;
  }

 .fullTx{
  font-weight: 700;
  line-height: 1.7em;
  font-size: 14px;
}

  .capTx{
  font-weight: 700;
  line-height: 1.7em;
  font-size: 12px;
    margin-bottom: 20px;
}

  .bottom_20 {
    margin-bottom: 10px;
  }

  .bottom_30 {
    margin-bottom: 20px;
  }

  .bottom_40 {
    margin-bottom: 30px;
  }

  .bottom_50 {
    margin-bottom: 40px;
  }

  .bottom_60 {
    margin-bottom: 50px;
  }

  .sml2{
    font-size: 12px;
  }

  .br_sp::before {
    content: "\A";
    white-space: pre;
  }

  .mainArea img {
    width: 100%;
    height: auto;
  }

  .tieup_header {
    padding: 9px;
    height: 30px;
  }

  .header_Minilogo a {
    float: left;
    height: auto;
    margin: -5px 0 0;
  }

  .header_Motalogo a {
    float: right;
    height: auto;
  }

  .tieup_header img {
    width: 50px;
    height: auto;
    cursor: default;
  }

  .mainvisual {
    width: 100%;
    height: auto;
    margin: auto;
  }

  .mainvisual2 {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
    padding: 0 3%;
    text-align: center;
  }

  .mainvisual3 {
    width: 100%;
    height: 340px;
    background-image: url(https://cdn.autoc-one.jp/static/article-assets/special/3488886/image/spmv.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #010101;
  }

  .mainvisual2 h1 {
    font-size: 26px;
    font-weight: 700;
    margin: 15px 0;
    color: #fff;
    text-shadow: 2px 1px 4px #000000;
  }

  .mainvisual2 h1 .vol {
    font-size: 18px;
    margin-right: 5px;
  }

  .mainvisual2 h1 .sml {
    font-size: 13px;
    color: #fff;
  }

  /*ナビ*/

  #pr-body .nav-menu {
    background-color: #000;
    height: auto;
    margin-bottom: 20px;
  }

  #pr-body .nav-menu ul {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: table;
    height: 40px;

  }

  #pr-body .nav-menu ul li {
    float: left;
    text-align: center;
    line-height: 1.3em;
    font-size: 16px;
    font-weight: 400;
    width: calc(100% / 1);
    height: inherit;
    border-bottom: none;
    display: table-cell;
  }

  #pr-body .nav-menu ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    color: #ccc;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: inherit;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    font-size: 13px;
    line-height: 1.3em;
    border-bottom: 1px solid #6b6b6b;
  }

  #pr-body .nav-menu2 ul li a span {
    line-height: 1 !important;
    margin: -5px 0;
  }

  #pr-body .nav-menu ul li a.is-current::before,
  #pr-body .nav-menu ul li a:hover::before {
    height: 100%;
  }

  #pr-body .nav-menu ul li a::before {
    content: '';
    position: absolute;
    height: 0%;
    width: 100%;
    background-color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: -1;
  }

  #pr-body .nav-menu ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: -2;
  }

  .nav-menu a {
    text-decoration: none;
  }


  .introduction {
    height: auto;
    font-weight: 600;
    line-height: 1.8;
    text-align: left;
    font-size: 15px;
    margin: 25px 0;
  }

  .inner_right30 {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .inner_right30 img {
    width: 97%;
    height: auto;
    margin-left: 1%;
  }

  .inner_right30 p {
    font-size: 13px;
    line-height: 1.6;
    font-weight: 700;
    margin-bottom: 20px;
  }

  .inner_left50 {
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 700;
  }

  .inner_right50 {
    width: 100%;
    height: auto;
  }

  .inner_left70 {
    width: 100%;
  }

  .inner_left70 p {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 700;
  }

  .doubleImg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .doubleImg img {
    width: 98%;
    height: auto;
  }

  .midashi1 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7em;
    border-bottom: 1px solid #ccc;
    width: 100%;
  }

  .midashi1:first-letter {
    margin-right: .1em;
    font-size: 23px;
  }

  .midashi2 {
    position: relative;
    overflow: hidden;
    margin-bottom: -8px;
    padding: 12px 14px;
    color: #ffffff;
    background: #696969;
    line-height: 1.3em;
    font-size: 16px;
  }

  .midashi2::before,
  .midashi2::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 110%;
    height: 100%;
    content: '';
  }

  .midashi2::before {
    -webkit-transform: rotate(1.5deg);
    transform: rotate(1.5deg);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    background: #414141;
  }

  .midashi2::after {
    -webkit-transform: rotate(-2.5deg);
    transform: rotate(-2.5deg);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    background: #000;
  }

  .midashi2_cont {
    position: relative;
    z-index: 1;
  }

  .big_img {
    padding: 0px 20px;
  }

  .big_img img {
    -webkit-box-shadow: 8px 8px 0px 0px #eaeaea;
    box-shadow: 8px 8px 0px 0px #eaeaea;
  }

  .mini_kinou {
    width: 50%;
    padding: 0 1%;
    height: auto;
  }

  .mini_kinou img {
    margin-bottom: 5px;
  }

  .mini_kinou h3 {
    border-bottom: solid 1px #000;
    font-size: 18px;
    padding: 10px 0;
    margin-bottom: 10px;
  }

  .mini_kinou p {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 600;
  }

  .writer_box {
    margin: auto;
  }

  .writer_box p {
    font-size: 13px;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 40px;
  }

  .under_link {
    padding: 0 15px;
    width: 100%;
  }

  .under_link .btnEstimate {
    padding: 12px 6px;
    font-size: 14px;
    line-height: 1.7em;
    margin: 10px 0;
  }

  .pageList {
    margin: auto;
    padding: 10px 0;
  }

  .pageList .btnEstimate {
    background-color: #fff;
    color: #000;
    border: 0 solid #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    font-size: 17px;
    border-bottom: 1px solid #000;
    font-weight: 700;
    cursor: pointer;
    line-height: 1.4em;
  }

  .pageList .btnEstimate:hover {
    background: #fff;
    color: #ccc;
    text-decoration: none;
  }

  .pageList .btnEstimate span {
    margin-right: 10px;
    font-size: 14px;
  }

  .pageList_link {
    text-align: center;
  }

  .pageList_link ul li {
    display: inline;
    margin: 0 7px;
  }

  .pageList_link ul li a {
    padding: 8px 15px;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    font-size: 16px;
    font-weight: 300;
    cursor: pointer;
  }

  .pageList_link ul li a:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
  }

  .pageList_link ul .notLink a {
    pointer-events: none;
    background-color: #000;
    color: #fff;
    z-index: 5;
  }

  .introh2 {
    height: auto;
    font-weight: 700;
    line-height: 1em;
    text-align: center;
    font-size: 18px;
    padding: 20px 0;
    background-color: #f0f0f0;
    margin-bottom: 20px;
  }

  .introh2 span {
    font-size: 14px;
  }

  .inner_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .leftArea {
    width: 100%;
    height: auto;
    background-color: #fff;
  }

  .articleLink_box {
    width: 48%;
    height: auto;
    min-height: 330px;
    background-color: #f0f0f0;
    margin-bottom: 20px;
    margin-right: 4%;
  }

  .articleLink_box img {
    width: 100%;
    height: auto;
  }

  .articleLink_box:nth-child(2n) {
    margin-right: 0;
  }

  .articleLink_box2 {
    padding: 12px 10px;
  }

  .articleNumber {
    font-size: 13px;
  }

  .articleNumber span {
    background-color: #000;
    color: #fff;
    padding: 1px 4px;
    margin-right: 8px;
  }

  .articleName {
    font-size: 17px;
    margin: 12px 0 8px;
  }

  .articleDeta {
    font-weight: 600;
    line-height: 1.4;
    font-size: 13px;
  }

  .rightArea {
    display: none;
    width: 100%;
    height: auto;
    background-color: #fff;
    margin: 20px 0;
  }

  .rightCarArea {
    width: 100%;
    background-color: #fff;
    height: auto;
    margin-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
  }

  .rightTitle {
    color: #fff;
    background-color: #000;
    width: 100%;
    text-align: center;
    padding: 10px;
    padding: 10px 5px;
    line-height: 1.3;
  }

  .rightTitle span {
    font-size: 14px;
  }

  .rightCarBox {
    padding: 3%;
  }

  .rightCarBox img {
    width: 100%;
    height: auto;
    margin-right: 10px;
  }

  .leftSp {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 30%;
    margin-right: 4%;
  }

  .spNamebox {
    width: 66%;
  }

  .carName {
    font-weight: 600;
    margin: 5px 0;
    font-size: 18px;
  }

  .btnEstimate {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    padding: 15px 0;
    width: 100%;
    font-weight: 700;
    cursor: pointer;
    margin: 15px 0;
  }

  .btnEstimate:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
  }

  .miniArticle {
    width: 100%;
    height: auto;
    padding: 10px 0;
    margin-bottom: 10px;
  }

  .mini_thumbnail {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    width: 25%;
    margin-left: 3%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .mini_thumbnail img {
    width: 100%;
    height: auto;
  }

  .miniArticle_deta {
    width: 72%;
    height: auto;
  }

  .miniArticle_category {
    font-size: 13px;
  }

  .miniArticle_category span {
    color: #fff;
    background-color: #000;
    padding: 2px 7px;
    font-weight: 700;
    font-size: 12px;
    margin-right: 8px;
  }

  .miniArticleName {
    font-weight: 700;
    margin: 7px 0 6px;
    line-height: 1.2;
    font-size: 14px;
  }

  .miniArticle_text {
    display: none;
  }

  .underCarBox {
    width: 90%;
    display: ;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
  }

  .underCarBox img {
    width: 40%;
    height: auto;
  }

  .underCarName {
    font-weight: 600;
    line-height: 1.3;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin: auto;
    font-size: 16px;
  }

  .btnEstimate2 {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    font-size: 16px;
    padding: 15px 0;
    font-weight: 700;
    cursor: pointer;
    margin: 10px 0;
  }

  .btnEstimate2:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
  }

  .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .gallery img {
    width: 100%;
    height: auto;
    padding: 0 2px;
  }

  .specList {
    background-color: #f0f0f0;
    width: 100%;
    height: auto;
    padding: 10px 15px;
  }

  .specList p {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.5;
  }

  .specData {
    font-size: 12px;
  }

  .specData li {
    border-bottom: solid 1px #ccc;
    padding: 5px 0;
  }

  .specData dt {
    float: left;
    font-family: 'Sawarabi Mincho', sans-serif;
  }

  .specData dt::after {
    content: ":";
    padding: 0 7px;
  }

  .specData dd {
    font-family: 'Sawarabi Mincho', sans-serif;
    font-weight: 700;
  }

  .banner {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    border-top: solid 1px #000;
  }

  .sp_banner {
    text-align: center;
  }

  .youtube_img {
    padding: 0px 20px;
  }

  .youtube_img img {
    -webkit-box-shadow: 0 0 15px 5px #dcdcdc;
    box-shadow: 0 0 15px 5px #dcdcdc;
    border: solid 10px #fff;
    border-radius: 20px;
  }

  .mini_kinou_btn {
    background-color: #fff;
    color: #000;
    border: 0 solid #000;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
  }

  .mini_kinou_btn::after {
    content: '>>>';
    padding-left: 3px;
    font-size: 8px;
  }

  .mini_kinou_btn:hover {
    background: #fff;
    color: #ccc;
    text-decoration: none;
  }

  .sp_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: end;
  }

  .specialLink {
    padding: 15px 20px 5px;
    background-color: #f9f9f9;
    position: relative;
    overflow: hidden;
  }

  .specialLink h3 {
    text-align: center;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 17px;
    line-height: 1.3;
  }

  .specialLink p{
    font-weight: 700;
    line-height: 1.8;
    margin: 10px 0;
  }

  .specialLink_tx {
    font-size: 14px;
  }

  .specialLink .sml {
    font-size: 10px;
    vertical-align: super;
  }

  .specialLink .btnEstimate {
    width: 85%;
    margin: auto;
    padding: 14px 0;
  }

  .specialLink_description {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    font-size:12px;
  }

  .chuki{
    font-size: 12px;
    font-weight: 700;
    line-height: 1.6;
  }

  .tube_link{
	font-size: 13px;
    color: white;
    font-weight: 400;
    margin: 0 auto 40px;
    line-height: 1.7em;
    text-decoration: none;
    display: block;
    text-align: center;
    background-color: black;
    padding: 10px 20px;
}

.tube_link:hover{
　text-decoration: none;
color: white;
}

}


/*20200608　追加*/
@media screen and (max-width: 480px) {
  .is-pc {
    display: none !important;
  }
}

@media screen and (min-width: 481px) {
  .is-sp {
    display: none !important;
  }
}