@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500&display=swap");
.spi {
  display: none !important; }

.pc {
  display: block; }

/* ++++++++++++++++++++++++++++++++++++++++

	/dog/honda-car/Fit/ for PC

++++++++++++++++++++++++++++++++++++++++ */
@media print, screen and (min-width: 769px) {
  #contents_area {
    margin-bottom: 150px;
    background-position: 50% 114px repeat-y;
    background-size: 100%;
    color: #000;
    font-size: 16px; }
    #contents_area * {
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  #contents_area img {
    display: block; }
  #contents_area .accessories-item__thumb img {
    display: inline-block; }
  #contents_area img[src*='_sp.jpg'],
  #contents_area img[src*='_sp.png'] {
    display: none; }
  #contents_area sup {
    vertical-align: super;
    font-size: 75%;
    line-height: 1; }
  /* ----------------------------------------
	section_caution
---------------------------------------- */
  #section_caution {
    margin-top: 20px; }
  #section_caution ul + ul {
    margin-top: 20px; }
  #section_caution li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 11px; }
  #section_caution li + li {
    margin-top: 10px; }
  #section_caution .caution li {
    padding-left: 2em;
    text-indent: -2em; }
  #section_caution .large {
    font-size: 13px; }
  /* ----------------------------------------
	breadcrumb
---------------------------------------- */
  #breadcrumb {
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -490px;
    font-size: 12px;
    line-height: 1; }
  /* ----------------------------------------
	section_title
---------------------------------------- */
  #section_title {
    margin-bottom: 70px; }
  #title_img {
    width: 980px;
    margin: 0 auto 25px; }
  #contents_area {
    /* ----------------------------------------
    .mv-under
  ---------------------------------------- */
    /* ----------------------------------------
    page-heading
  ---------------------------------------- */
    /* ----------------------------------------
    page-index
  ---------------------------------------- */
    /* ----------------------------------------
    checkpoint
  ---------------------------------------- */ }
    #contents_area .mv-under {
      position: relative; }
    #contents_area .sns {
      position: absolute;
      top: -10px;
      right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #contents_area .sns__btn {
        width: 36px; }
        #contents_area .sns__btn:nth-child(n + 2) {
          margin-left: 10px; }
        #contents_area .sns__btn a {
          display: block; }
    #contents_area .page-heading {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    #contents_area .page-heading-detail__title {
      -webkit-font-feature-settings: 'palt';
      font-feature-settings: 'palt';
      font-size: 40px;
      line-height: 1.5;
      font-family: 'ヒラギノ角ゴ Pro W7', 'Hiragino Kaku Gothic Pro', 'メイリオ', meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
      font-weight: 700; }
    #contents_area .page-heading-detail__text {
      margin-top: 20px;
      font-size: 18px;
      line-height: 2;
      color: #504f4e; }
    #contents_area .check-car {
      margin-top: 40px;
      border: 1px solid #000;
      padding: 35px 50px 50px; }
      #contents_area .check-car__title {
        font-size: 26px;
        line-height: 1.23077;
        font-family: 'ヒラギノ角ゴ Pro W7', 'Hiragino Kaku Gothic Pro', 'メイリオ', meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
        font-weight: 700;
        text-align: center; }
        #contents_area .check-car__title span {
          display: inline-block;
          padding-bottom: 10px;
          border-bottom: 4px dotted #000; }
    #contents_area .check-car-main {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 20px; }
      #contents_area .check-car-main__image {
        width: 463px; }
        #contents_area .check-car-main__image img {
          width: 100%;
          height: auto; }
    #contents_area .check-car-detail {
      width: 390px;
      margin-top: 30px; }
      #contents_area .check-car-detail__notes {
        font-size: 15px;
        line-height: 2.13333;
        margin-top: 10px; }
      #contents_area .check-car-detail__btn {
        margin-top: 25px;
        margin-left: 20px;
        width: 344px; }
        #contents_area .check-car-detail__btn a {
          width: 100%;
          display: block;
          font-size: 18px;
          line-height: 1.77778;
          position: relative;
          background: #1bbecc;
          color: #fff;
          text-align: center;
          padding: 10px 5px 10px 0;
          border-radius: 4px;
          font-family: 'ヒラギノ角ゴ Pro W7', 'Hiragino Kaku Gothic Pro', 'メイリオ', meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
          font-weight: 700; }
          #contents_area .check-car-detail__btn a::after {
            content: '';
            position: absolute;
            display: block;
            top: 50%;
            right: 20px;
            width: 8px;
            height: 8px;
            margin-top: -4px;
            border-top: 2px solid #fff;
            border-right: 2px solid #fff;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: right 0.3s;
            -o-transition: right 0.3s;
            transition: right 0.3s;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    #contents_area .check-car-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-font-feature-settings: 'palt';
      font-feature-settings: 'palt';
      font-family: 'ヒラギノ角ゴ Pro W7', 'Hiragino Kaku Gothic Pro', 'メイリオ', meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
      font-weight: 700; }
      #contents_area .check-car-info + .check-car-info {
        margin-top: 13px; }
      #contents_area .check-car-info dt {
        width: 140px;
        background: #f5f5f5;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 3px;
        font-size: 15px; }
      #contents_area .check-car-info dd {
        margin-left: 10px;
        font-size: 15px;
        line-height: 2.13333; }
    #contents_area .page-index {
      padding-top: 70px;
      padding-bottom: 65px;
      background: #f5f5f5; }
      #contents_area .page-index__title {
        text-align: center;
        font-family: 'ヒラギノ角ゴ Pro W7', 'Hiragino Kaku Gothic Pro', 'メイリオ', meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
        font-weight: 700;
        font-size: 26px; }
        #contents_area .page-index__title span {
          position: relative;
          padding: 0 45px; }
          #contents_area .page-index__title span::before, #contents_area .page-index__title span::after {
            content: '';
            position: absolute;
            width: 35px;
            height: 2px;
            background: #000;
            top: 50%; }
          #contents_area .page-index__title span::before {
            left: 0; }
          #contents_area .page-index__title span::after {
            right: 0; }
      #contents_area .page-index__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 35px;
        padding: 0 50px; }
      #contents_area .page-index__list-item {
        width: 49.5%; }
        #contents_area .page-index__list-item:nth-child(n + 3) {
          margin-top: 20px; }
        #contents_area .page-index__list-item a {
          display: block;
          padding-left: 35px;
          position: relative;
          color: #000;
          font-size: 18px;
          line-height: 2;
          font-family: 'ヒラギノ角ゴ Pro W7', 'Hiragino Kaku Gothic Pro', 'メイリオ', meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
          font-weight: 700; }
          #contents_area .page-index__list-item a::before {
            content: '';
            position: absolute;
            width: 20px;
            height: 20px;
            top: 50%;
            left: 0;
            margin-top: -10px;
            background: url("../image/page-index_icon.png") no-repeat center top;
            background-size: 100% 100%; }
        #contents_area .page-index__list-item span {
          padding-bottom: 5px;
          border-bottom: 2px dotted #000; }
    #contents_area .checkpoint__title {
      font-size: 40px;
      line-height: 1.5;
      font-family: 'ヒラギノ角ゴ Pro W7', 'Hiragino Kaku Gothic Pro', 'メイリオ', meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
      font-weight: 700;
      position: relative;
      text-align: center; }
      #contents_area .checkpoint__title::before {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -58px;
        width: 116px;
        height: 89px;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100% 100%; }
    #contents_area .checkpoint__subdetail {
      margin-top: 80px; }
    #contents_area .checkpoint__subtitle {
      font-size: 24px; }
      #contents_area .checkpoint__subtitle .text {
        position: relative;
        margin-left: 75px;
        font-weight: bold; }
      #contents_area .checkpoint__subtitle .text:before {
        content: '';
        position: absolute;
        top: -5px;
        left: -75px;
        width: 50px;
        height: 40px;
        background-image: url("../image/icon.png");
        background-repeat: no-repeat;
        background-size: contain; }
      #contents_area .checkpoint__subtitle .soushoku {
        padding-bottom: 5px;
        border-bottom: 2px dotted #000; }
    #contents_area .checkpoint .text-area {
      margin-top: 30px; }
      #contents_area .checkpoint .text-area__title {
        color: #8e6b2e;
        font-size: 22px;
        line-height: 1.45455;
        font-family: 'ヒラギノ角ゴ Pro W7', 'Hiragino Kaku Gothic Pro', 'メイリオ', meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
        font-weight: 700; }
      #contents_area .checkpoint .text-area__text {
        font-size: 18px;
        line-height: 1.88889;
        color: #504f4e; }
        #contents_area .checkpoint .text-area__text:nth-child(n+2) {
          margin-top: 40px; }
        #contents_area .checkpoint .text-area__text a {
          text-decoration: underline;
          color: #504f4e; }
        #contents_area .checkpoint .text-area__text strong {
          color: #000;
          font-weight: bold; }
      #contents_area .checkpoint .text-area__notes {
        margin-top: 80px;
        font-size: 14px;
        line-height: 1.5;
        margin-left: 1em;
        text-indent: -1em; }
      #contents_area .checkpoint .text-area--adjust {
        margin-top: 30px; }
    #contents_area .checkpoint01 {
      margin-top: 80px; }
      #contents_area .checkpoint01 .checkpoint__image01 {
        margin-top: 45px; }
    #contents_area .checkpoint02 {
      margin-top: 110px; }
      #contents_area .checkpoint02 .checkpoint__image01 {
        margin-top: 45px; }
      #contents_area .checkpoint02 .checkpoint__image02 {
        margin-top: 45px; }
      #contents_area .checkpoint02 .text-area__notes {
        margin-top: 90px; }
      #contents_area .checkpoint02 .use-cart {
        margin-top: 70px; }
    #contents_area .checkpoint03 {
      margin-top: 110px; }
      #contents_area .checkpoint03 .checkpoint__image01 {
        margin-top: 45px; }
    #contents_area .checkpoint04 {
      margin-top: 110px; }
      #contents_area .checkpoint04 .checkpoint__image01 {
        margin-top: 45px; }
      #contents_area .checkpoint04 .checkpoint__image02 {
        margin-top: 60px; }
    #contents_area .checkpoint-emphasis {
      background: #f5f5f5;
      padding: 30px;
      margin-top: 40px; }
      #contents_area .checkpoint-emphasis__title {
        font-size: 20px;
        font-family: 'ヒラギノ角ゴ Pro W7', 'Hiragino Kaku Gothic Pro', 'メイリオ', meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
        font-weight: 700; }
        #contents_area .checkpoint-emphasis__title + .checkpoint-emphasis__notes {
          margin-top: 25px; }
      #contents_area .checkpoint-emphasis__notes li {
        position: relative;
        padding-left: 20px;
        color: #504f4e;
        font-size: 18px;
        line-height: 2; }
        #contents_area .checkpoint-emphasis__notes li:nth-child(n+2) {
          margin-top: 5px; }
        #contents_area .checkpoint-emphasis__notes li::before {
          content: "";
          position: absolute;
          top: 10px;
          left: 0;
          width: 16px;
          height: 16px;
          background: #504f4e;
          border-radius: 50%; } }

@media print, screen and (-ms-high-contrast: none) {
  .accessories-item__detail {
    height: 238px; } }

#contents_footer_navigation:before {
  background-image: url(../image/footer_dog.jpg); }

#contents_area .accessories a {
  color: #000000; }

.accessories {
  padding: 50px 0 70px; }
  .accessories__title {
    text-align: center;
    font-size: 32px;
    line-height: 1.5;
    font-family: 'ヒラギノ角ゴ Pro W7', 'Hiragino Kaku Gothic Pro', 'メイリオ', meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
    font-weight: 700; }
    .accessories__title span {
      position: relative;
      padding: 0 34px; }
      .accessories__title span::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 19px;
        height: 40px;
        margin-top: -20px;
        background: url("../image/accessories_slash.png") no-repeat center top;
        background-size: 100% 100%; }
      .accessories__title span::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        width: 19px;
        height: 40px;
        margin-top: -20px;
        background: url("../image/accessories_slash.png") no-repeat center top;
        background-size: 100% 100%;
        -webkit-transform: rotate(50deg);
        -ms-transform: rotate(50deg);
        transform: rotate(50deg); }
  .accessories__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 60px; }

.accessories-item {
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .accessories-item__detail a {
    display: block;
    color: #000000; }
  .accessories-item__thumb {
    width: 100%; }
  .accessories-item__name {
    width: 100%;
    font-family: 'ヒラギノ角ゴ Pro W7', 'Hiragino Kaku Gothic Pro', 'メイリオ', meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 10px; }
    .accessories-item__name span {
      border-bottom: 1px solid #000000; }
  .accessories-item__btn {
    margin: auto auto 0;
    width: 185px; }
    .accessories-item__btn a {
      width: 100%;
      display: block;
      font-size: 15px;
      line-height: 2.13333;
      position: relative;
      background: #1bbecc;
      color: #fff;
      text-align: center;
      padding: 5px 5px 5px 0;
      border-radius: 4px; }
      .accessories-item__btn a::after {
        content: '';
        position: absolute;
        display: block;
        top: 50%;
        right: 15px;
        width: 6px;
        height: 6px;
        margin-top: -4px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: right 0.3s;
        -o-transition: right 0.3s;
        transition: right 0.3s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }

@media print, screen and (min-width: 769px) {
  .supervisor-box {
    background: #f5f5f5;
    padding-bottom: 70px; }
    .supervisor-box-inner {
      width: 980px;
      margin: auto; }
    .supervisor-box-text {
      font-size: 17px;
      background: #fdf091;
      display: inline-block;
      padding: 10px 12px;
      line-height: 1; }
      .supervisor-box-text span {
        font-weight: bold;
        font-size: 17px; }
      .supervisor-box-text span:nth-of-type(2) {
        padding-left: 20px; } }

.sectionKV__category {
  margin-bottom: 50px; }

.sectionKV {
  width: 980px;
  margin: 0 auto; }

.sectionKV__kv {
  margin-bottom: 42px; }

.sectionKV__category {
  margin-bottom: 20px; }

.categoryBox {
  width: 980px; }

.categoryBox__elm1 {
  vertical-align: top;
  margin-right: 2px;
  display: inline-block;
  width: 59px; }

.categoryBox__elm2 {
  font-size: 15px;
  color: #53a147;
  background: #fff;
  padding: 3px 7px; }

.categoryBox__elm3 {
  font-size: 15px;
  margin-left: 30px;
  color: #727171; }

#section_title .category {
  font-size: 14px;
  line-height: 24px;
  margin-right: 37px;
  padding-left: 80px;
  background: url(/dog/common/image/icon_category_useful.png) no-repeat;
  background-size: 59px;
  color: #9fb10a; }

#section_title time {
  color: #727171; }

/* 0613追加 */
.hab__column {
  background: #f5f5f5;
  text-align: center;
  padding-bottom: 40px;
  margin-top: 70px;
}

.hab__column-heading {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.09em;
  padding-top: 50px;
  border-bottom: dotted 2px;
}

.hab__column img {
  width: 520px;
  margin: 30px auto auto;
}

.hab__column-text {
  color: #504f4e;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.01em;
  text-align: left;
  max-width: 870px;
  margin: 25px auto auto;
}

#contents_area .searchBtn--A {
  background: #1bbecc;
}

#contents_area .searchBtn, #contents_area .mailBtn {
  width: 244px;
  display: block;
  position: relative;
  border-radius: 4px;
  text-align: center;
  margin: 25px auto auto;
  letter-spacing: .1em;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 48px;
  cursor: pointer;
}

#contents_area .searchBtn:before, #contents_area .mailBtn:before {
  content: '';
  position: absolute;
  right: 14px;
  top: 0;
  width: 8px;
  height: 100%;
  background: url(/dog/common/image/arrow_r_wht.png) 0 50% no-repeat;
  background-size: 100%;
}