@charset "UTF-8";
@media screen and (max-width: 768px) {
  .pci {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .spi {
    display: inline !important;
  }
}
@media screen and (max-width: 768px) {
  .categoryBox__elm2--useful {
    display: none;
  }
}
/* ++++++++++++++++++++++++++++++++++++++++
	/dog/honda-car/Fit/ for SP

++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 768px) {
  #contents_area {
    color: #000;
  }
  #contents_area * {
    box-sizing: border-box;
  }

  #contents_area sup {
    vertical-align: super;
    font-size: 75%;
    line-height: 1;
  }

  /* ----------------------------------------
  	section_title
  ---------------------------------------- */
  #section_title {
    margin-bottom: 13%;
  }

  #section_title .info {
    margin-bottom: 6%;
    font-size: 10px;
    font-size: calc(10 * 100vw / 320);
    line-height: 1.5;
  }

  #section_title .category {
    margin-bottom: 12px;
    padding-left: 17.14%;
    background: url(/dog/common/image/icon_category_useful.png) no-repeat;
    background-size: auto 100%;
    color: #9fb10a;
  }

  #section_title time {
    color: #727171;
  }

  #title_img {
    width: 100%;
    margin-bottom: 6.25%;
  }

  #contents_area {
    /* ----------------------------------------
      .mv-under
    ---------------------------------------- */
    /* ----------------------------------------
    	page-heading
    ---------------------------------------- */
    /* ----------------------------------------
    	page-index
    ---------------------------------------- */
    /* ----------------------------------------
    	checkpoint
    ---------------------------------------- */
  }
  #contents_area .mv-under {
    position: relative;
  }
  #contents_area .sns {
    position: absolute;
    top: -5px;
    right: 0;
    display: flex;
  }
  #contents_area .sns__btn {
    width: 30px;
  }
  #contents_area .sns__btn:nth-child(n+2) {
    margin-left: 10px;
  }
  #contents_area .sns__btn a {
    display: block;
  }
  #contents_area .page-heading {
    display: block;
  }
  #contents_area .page-heading__image {
    width: 100%;
    margin-top: 6%;
  }
  #contents_area .page-heading__image img {
    width: 100%;
    height: auto;
  }
  #contents_area .page-heading-detail {
    width: 100%;
  }
  #contents_area .page-heading-detail__title {
    font-feature-settings: "palt";
    font-size: 20px;
    line-height: 1.45;
    font-family: "ヒラギノ角ゴ Pro W7", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-weight: 700;
    color: #000;
  }
  #contents_area .page-heading-detail__text {
    font-size: 16px;
    line-height: 1.6875;
    margin-top: 5%;
    color: #504f4e;
  }
  #contents_area .check-car {
    margin-top: 9%;
    border: 1px solid #000;
    padding: 6.5217391304% 4.347826087% 8.6956521739%;
  }
  #contents_area .check-car__title {
    font-size: 18px;
    line-height: 1.5;
    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: 5px;
    border-bottom: 3px dotted #000;
  }
  #contents_area .check-car-main {
    margin-top: 3%;
  }
  #contents_area .check-car-main__image {
    width: 100%;
  }
  #contents_area .check-car-main__image img {
    width: 100%;
    height: auto;
  }
  #contents_area .check-car-detail {
    width: 100%;
    margin-top: 6.5%;
  }
  #contents_area .check-car-detail__notes {
    font-size: 11px;
    line-height: 1.4545454545;
    margin-top: 4%;
  }
  #contents_area .check-car-detail__btn {
    margin: 7.5% auto 0;
    width: 78%;
  }
  #contents_area .check-car-detail__btn a {
    width: 100%;
    display: block;
    font-size: 13px;
    line-height: 1.2307692308;
    position: relative;
    background: #1bbecc;
    color: #fff;
    text-align: center;
    padding: 6% 25px 6% 20px;
    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: 15px;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transition: right 0.3s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  #contents_area .check-car-info {
    display: flex;
    align-items: baseline;
    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: 3%;
  }
  #contents_area .check-car-info dt {
    width: 30%;
    min-width: 90px;
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px;
    font-size: 12px;
  }
  #contents_area .check-car-info dd {
    margin-left: 10px;
    font-size: 13px;
    line-height: 1.4615384615;
  }
  #contents_area .page-index {
    padding: 8% 0;
    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: 18px;
  }
  #contents_area .page-index__title span {
    position: relative;
    padding: 0 30px;
  }
  #contents_area .page-index__title span::before, #contents_area .page-index__title span::after {
    content: "";
    position: absolute;
    width: 18px;
    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 {
    margin-top: 7.5%;
  }
  #contents_area .page-index__list-item {
    width: 100%;
  }
  #contents_area .page-index__list-item:nth-child(n+2) {
    margin-top: 6.5%;
  }
  #contents_area .page-index__list-item a {
    padding-left: 25px;
    position: relative;
    color: #000;
    font-size: 15px;
    line-height: 2;
    font-family: "ヒラギノ角ゴ Pro W7", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-weight: 700;
    display: block;
  }
  #contents_area .page-index__list-item a::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 0;
    margin-top: -8px;
    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;
    font-size: 14px;
  }
  #contents_area .checkpoint__subdetail {
    margin-top: 60px;
  }
  #contents_area .checkpoint__subtitle {
    font-size: 18px;
    display: flex;
    align-items: center;
    align-content: center;
  }
  #contents_area .checkpoint__subtitle .text {
    position: relative;
    margin-left: 40px;
    font-weight: bold;
    line-height: 1.9;
  }
  #contents_area .checkpoint__subtitle .text:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -40px;
    width: 30px;
    height: 25px;
    transform: translateY(-50%);
    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__title {
    font-size: 20px;
    line-height: 1.5;
    font-family: "ヒラギノ角ゴ Pro W7", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-weight: 700;
    padding-top: 30px;
    position: relative;
    text-align: center;
  }
  #contents_area .checkpoint__title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -29px;
    width: 58px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
  }
  #contents_area .checkpoint .text-area {
    margin-top: 5%;
  }
  #contents_area .checkpoint .text-area__title {
    color: #8e6b2e;
    font-size: 18px;
    line-height: 1.5;
    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: 16px;
    line-height: 1.6875;
    color: #504f4e;
  }
  #contents_area .checkpoint .text-area__text:nth-child(n+2) {
    margin-top: 5%;
  }
  #contents_area .checkpoint .text-area__text a {
    text-decoration: underline;
    color: #504f4e;
  }
  #contents_area .checkpoint .text-area__text br {
    display: block !important;
  }
  #contents_area .checkpoint .text-area__text strong {
    color: #000;
    font-weight: bold;
  }
  #contents_area .checkpoint .text-area__notes {
    margin-top: 12%;
    font-size: 13px;
    line-height: 1.5;
    margin-left: 1em;
    text-indent: -1em;
  }
  #contents_area .checkpoint01 {
    margin-top: 7%;
  }
  #contents_area .checkpoint01 .checkpoint__image01 {
    margin-top: 8%;
  }
  #contents_area .checkpoint02 {
    margin-top: 10%;
  }
  #contents_area .checkpoint02 .checkpoint__image01 {
    margin-top: 8%;
  }
  #contents_area .checkpoint03 {
    margin-top: 10%;
  }
  #contents_area .checkpoint03 .checkpoint__image01 {
    margin-top: 8%;
  }
  #contents_area .checkpoint04 {
    margin-top: 10%;
  }
  #contents_area .checkpoint04 .checkpoint__image01 {
    margin-top: 8%;
  }
  #contents_area .checkpoint06 {
    margin-top: 10%;
  }
  #contents_area .checkpoint06 .checkpoint__image01 {
    margin-top: 8%;
  }
  #contents_area .checkpoint-emphasis {
    background: #f5f5f5;
    padding: 6% 5%;
    margin-top: 40px;
  }
  #contents_area .checkpoint-emphasis__title {
    font-size: 16px;
    font-family: "ヒラギノ角ゴ Pro W7", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-weight: 700;
    color: #000;
  }
  #contents_area .checkpoint-emphasis__title + .checkpoint-emphasis__notes {
    margin-top: 15px;
  }
  #contents_area .checkpoint-emphasis__notes li {
    position: relative;
    padding-left: 20px;
    color: #000;
    font-size: 16px;
    line-height: 1.6;
  }
  #contents_area .checkpoint-emphasis__notes li:nth-child(n+2) {
    margin-top: 5px;
  }
  #contents_area .checkpoint-emphasis__notes li::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 12px;
    height: 12px;
    background: #000;
    border-radius: 50%;
  }
  .checkpoint-emphasis .checkpoint-emphasis__text{
    font-size: 15px;
  }
  #contents_area .accessories {
    padding: 9% 0;
  }
  #contents_area .accessories__title {
    font-size: 17px;
    line-height: 1.5;
    font-family: "ヒラギノ角ゴ Pro W7", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-weight: 700;
    text-align: center;
  }
  #contents_area .accessories__title span {
    position: relative;
    padding: 0 20px;
  }
  #contents_area .accessories__title span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 20px;
    margin-top: -10px;
    background: url("../image/accessories_slash.png") no-repeat center top;
    background-size: 100% 100%;
  }
  #contents_area .accessories__title span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 20px;
    margin-top: -10px;
    background: url("../image/accessories_slash.png") no-repeat center top;
    background-size: 100% 100%;
    transform: rotate(50deg);
  }
  #contents_area .accessories__list {
    margin-top: 8.5%;
    display: block;
  }
  #contents_area .accessories-item {
    width: 100%;
  }
  #contents_area .accessories-item:nth-child(odd) {
    margin-right: 4%;
  }
  #contents_area .accessories-item__head {
    display: flex;
    align-items: center;
  }
  #contents_area .accessories-item__detail {
    margin-bottom: 5.5%;
  }
  #contents_area .accessories-item__thumb {
    width: 40%;
  }
  #contents_area .accessories-item__name {
    width: 53%;
    margin-left: 6%;
    font-family: "ヒラギノ角ゴ Pro W7", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0;
  }
  #contents_area .accessories-item__btn {
    margin: auto auto 0;
    width: 100%;
  }
  #contents_area .accessories-item__btn a {
    width: 90%;
    display: block;
    font-size: 12px;
    line-height: 1.3333333333;
    position: relative;
    background: #1bbecc;
    color: #fff;
    text-align: center;
    margin: auto;
    padding: 6% 5px 6% 0;
    border-radius: 4px;
  }
  #contents_area .accessories-item__btn a::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 88%;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transition: right 0.3s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }

  @media screen and (max-width: 768px) {
  ._sp{
    display: block!important;
  }
}
  /* ----------------------------------------
  	section_caution
  ---------------------------------------- */
}
@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  .accessories-item__detail {
    height: 220px;
  }
}
@media screen and (max-width: 768px) {
  #section_caution {
    width: 100%;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 768px) {
  #section_caution ul + ul {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #section_caution li {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  #section_caution li + li {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  #section_caution .caution li {
    padding-left: 1em;
    text-indent: -1em;
  }
}
@media screen and (max-width: 768px) {
  #section_caution .large {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .supervisor-box {
    background: #f5f5f5;
    padding-bottom: 16%;
  }
  .supervisor-box-inner {
    margin: 0 15px;
  }
  .supervisor-box-text {
    font-size: 15px;
    background: #fdf091;
    display: inline-block;
    padding: 5px 10px;
    line-height: 1;
  }
  .supervisor-box-text span {
    font-weight: bold;
    font-size: 15px;
  }
  .supervisor-box-text span:nth-of-type(2) {
    padding-left: 10px;
  }

  #contents_footer_navigation:before {
    background-image: url(../image/footer_dog.jpg);
    background-size: 75px;
  }
}
.sectionKV__category {
  margin-bottom: 6%;
}

@media screen and (max-width: 768px) {
  .categoryBox__elm3--useful {
    display: block !important;
    margin-top: 0.5em !important;
    margin-left: 0 !important;
    vertical-align: middle;
  }
}
@media screen and (max-width: 768px) {
  .sectionKV {
    width: 100%;
  }

  .sectionKV img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sectionKV__kv {
    margin-bottom: 7.8125%;
  }
}
@media screen and (max-width: 768px) {
  .sectionKV__category {
    width: 90.9375%;
    margin: 0 auto 18px;
  }
}
@media screen and (max-width: 768px) {
  .categoryBox__elm3 {
    font-size: 13px;
    font-size: 3.46667vw;
  }
}
@media screen and (max-width: 768px) {
  .categoryBox__elm1 {
    line-height: 0;
    width: 51.5625%;
  }

  .categoryBox__elm1 img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .categoryBox__elm2 {
    padding: 0;
    vertical-align: middle;
    font-size: 13px;
    font-size: 3.46667vw;
  }
}
@media screen and (max-width: 768px) {
  .categoryBox {
    width: 100%;
    margin: 0 auto 18px;
  }
}
@media screen and (max-width: 768px) {
/* 210707追記 */
.page-heading-detail__title br {
  display: block !important;
  }
}

@media screen and (max-width: 768px) {
/* 210805 追記 */
  #contents_area .checkpoint .text-area__point {
    margin-top: 10%;
  }

  #contents_area .checkpoint .text-area__point:nth-of-type(2) {
    margin-top: 5%;
  }

  #contents_area .checkpoint .text-area__point .text-area__point-title {
    font-size: 17px;
  }
}


#contents_area .checkpoint-emphasis__notes li strong{
  font-weight: bold;
  color: #000;
}

@media screen and (max-width: 768px) {
#checkpoint04-point .checkpoint__title br{
  display: inline !important;
}
}