@charset "UTF-8";
@media screen and (max-width: 768px) {
  /*------------------------------------------------------------------------------------------
  *
  *
      common_sp.css
          max-width : 768px
  *
  *
  ------------------------------------------------------------------------------------------ */
  .dropmenu_inner li a {
    box-sizing: border-box !important;
    padding-left: 25px !important;
  }
  header.sp h1 img {
    width: 44px;
    height: auto;
    margin: -38px 0;
    position: relative;
    z-index: 100;
  }
  header .collapse-button {
    position: absolute;
    top: 25px;
    left: 15px;
    z-index: 101;
  }
  /* common style */
  body {
    position: static !important;
  }
  header br, footer br, #contents_area br {
    display: none !important;
  }
  header br.sp, footer br.sp, #contents_area br.sp {
    display: block !important;
  }
  .switch_pc {
    display: none;
  }
  .switch_sp {
    display: block;
  }
  /* ------------------------------------------------------------------------------------------
  	*
  	#navi_header
  	*
  	------------------------------------------------------------------------------------------ */
  #navi_header {
    width: 100%;
    z-index: 1000;
    position: relative;
  }
  #navi_header.fixed {
    position: fixed;
    top: 0;
  }
  #navi_header p {
    font-size: 15px;
    line-height: 31px;
    font-family: "HondaGlobalFontJP-Bold", sans-serif;
    text-align: center;
    background-color: white;
  }
  #navi_header a {
    color: #444;
  }
  /* ------------------------------------------------------------------------------------------
  	*
  	#global_navigation
  	*
  	------------------------------------------------------------------------------------------ */
  #global_navigation {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #eee;
    left: 0;
    position: absolute;
    z-index: 100;
  }
  #global_navigation #gnav_wrapper {
    height: 55px;
    background-color: #fff !important;
  }
  #global_navigation li, #global_navigation a {
    -webkit-tap-highlight-color: transparent;
    -webkit-transform-style: preserve-3d;
  }
  #global_navigation.fixed {
    top: 0;
    position: fixed;
  }
  #global_navigation_inner {
    margin: 0;
    position: relative;
    transition: margin .2s ease;
  }
  #global_navigation_inner h1 {
    width: 100%;
    height: 24px;
    line-height: 24px;
    z-index: 10;
    position: relative;
    font-size: 12px;
    /*font-family:"HondaGlobalFontJP-Light",sans-serif;*/
    text-align: center;
    box-sizing: border-box;
    background-color: #fff;
  }
  #global_navigation_inner h1 a {
    font-size: 12px;
    font-family: "HondaGlobalFontJP-Regular", sans-serif;
    color: #444;
  }
  #global_navigation_inner #gnav_wrapper .gnav_title {
    width: 100%;
    height: 55px;
    line-height: 55px;
    background-color: #ececec;
    z-index: 10;
    position: relative;
    font-size: 12px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    box-sizing: border-box;
    text-align: center;
  }
  #global_navigation_inner #gnav_wrapper .gnav_title img {
    position: relative;
    top: 5px;
    height: 20px;
    width: auto;
    display: inline;
  }
  #side_nav_inner .gnav_ico {
    display: none;
  }
  #global_navigation_inner .gnav_ico {
    width: 55px;
    height: 55px;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    cursor: pointer;
    z-index: 10000;
  }
  #global_navigation_inner .gnav_ico span {
    transition: all .4s ease;
  }
  #global_navigation_inner .gnav_ico span.top {
    width: 28px;
    border-top: 2px solid #444;
    position: absolute;
    top: 17px;
    left: 15px;
  }
  #global_navigation_inner .gnav_ico span.mid {
    content: '';
    display: block;
    width: 28px;
    border-top: 2px solid #444;
    position: absolute;
    top: 24px;
    left: 15px;
  }
  #global_navigation_inner .gnav_ico span.btm {
    text-align: center;
    display: block;
    width: 60px;
    font-size: 9px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    position: absolute;
    top: 32px;
    left: -1px;
  }
  #global_navigation_inner .gnav_ico.on span {
    border-color: #222;
  }
  #global_navigation_inner .gnav_ico.on span.top {
    width: 23px;
    transform: rotate(45deg);
    margin: 8px 0 0 0;
  }
  #global_navigation_inner .gnav_ico.on span.mid {
    width: 23px;
    transform: rotate(-45deg);
    margin: 1px 0 0 0;
  }
  #global_navigation_inner .gnav_ico.on span.btm {
    opacity: 0;
    margin: 5px 0 0 0;
  }
  #gnav_list {
    width: 100%;
    height: auto !important;
    float: none;
    visibility: hidden;
    position: absolute;
    top: 79px;
    left: 0;
  }
  .fixed #gnav_list {
    top: 79px;
  }
  #gnav_list .overlay {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    top: 79px;
    left: 0;
    z-index: 1;
  }
  #gnav_list_inner {
    display: none;
    overflow-y: scroll;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 10000;
  }
  #gnav_list_inner li {
    background-color: #ececec;
    text-align: left;
  }
  #gnav_list_inner .parents p.current, #gnav_list_inner li.current {
    background-color: #cacaca;
  }
  #gnav_list_inner .parents p {
    cursor: pointer !important;
  }
  #gnav_list_inner .parents p a {
    pointer-events: none;
  }
  #gnav_list_inner li a {
    height: 51px;
    padding: 0 0 0 15px;
    display: block;
    line-height: 51px;
    color: #444;
    font-size: 14px;
  }
  #gnav_list_inner li ul {
    overflow: hidden;
  }
  #gnav_list_inner li ul li {
    background-color: #ededed !important;
  }
  #gnav_list_inner li ul a {
    height: 51px;
    padding: 0 0 0 60px;
    display: block;
    line-height: 51px;
    color: #444;
    font-size: 12px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    position: relative;
  }
  #gnav_list_inner li a:after {
    content: '';
    width: 7px;
    height: 51px;
    display: block;
    background-image: url(../img/parts_ico_btm_global_nav_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 7px;
    position: absolute;
    top: 0;
    right: 24px;
    transition: all .1s ease;
    -webkit-transition: all .1s ease;
  }
  #gnav_list_inner li a:hover:after {
    right: 19px;
  }
  #gnav_list_inner li p a:after {
    width: 11px;
    background-image: url(../img/parts_ico_btm_global_nav_plus.png);
    background-size: 11px;
    right: 22px;
  }
  #gnav_list_inner li p a:hover:after {
    right: 22px;
  }
  #gnav_list_inner li p.on a:after {
    background-image: url(../img/parts_ico_btm_global_nav_minus.png);
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
  }
  #gnav_list_inner li.pdf, #gnav_list_inner li.car {
    float: left;
    width: 50%;
    box-sizing: border-box;
    height: auto;
    border-top: 1px solid #a4a4a4;
  }
  #gnav_list_inner li.car.col1 {
    width: 100%;
    border-left: none;
  }
  #gnav_list_inner li.car.car_left {
    border-left: none;
  }
  #gnav_list_inner li.pdf a, #gnav_list_inner li.car a {
    height: auto;
    line-height: 1.5em;
    text-align: center;
    font-size: 11px;
    /*font-family:"HondaGlobalFontJP-Light",sans-serif;*/
    width: 100% !important;
    height: 106px;
    box-sizing: border-box;
    padding: 0;
    padding-top: 55px;
    display: block;
    background-repeat: no-repeat;
    background-size: auto 106px;
    background-position: center;
    background-color: none;
    transition: opacity .1s ease;
    position: relative;
  }
  #gnav_list_inner li.pdf a::after, #gnav_list_inner li.car a::after {
    display: none;
  }
  #gnav_list_inner li.col3 {
    width: 33.3%;
  }
  #gnav_list_inner li.pdf a {
    background-size: auto 35px;
    background-position: center 10px;
    background-image: url(../img/icon_footer_pdf.png);
    background-repeat: no-repeat;
  }
  #gnav_list_inner li.car {
    border-left: 1px solid #a4a4a4;
  }
  #gnav_list_inner li.car a {
    background-size: auto 25px;
    background-position: center 15px;
    background-image: url(../img/icon_footer_car.png);
    background-repeat: no-repeat;
  }
  /* ------------------------------ */
  #contents_area {
    width: 100%;
    box-sizing: border-box;
    padding-top: 80px;
  }
  .btn_pagetop {
    width: 38px;
    height: 38px;
    background-image: url(../img/btn_pagetop.png);
    background-repeat: no-repeat;
    background-size: 38px;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    transition: opacity .1s ease;
    z-index: 10;
  }
  .btn_pagetop:hover {
    opacity: .7 !important;
    z-index: 60000;
  }
  .modal_mov_open a {
    display: block;
    position: relative;
  }
  .modal_mov_open a:hover {
    opacity: .7;
  }
  /*	.modal_mov_open a::after {
  		content: "";
  		width: 100%;
  		height: 100%;
  		position: absolute;
  		top: 0;
  		left: 0;
  		background: url(../img/icon_play_sp.png) center center no-repeat;
  		background-size: 105px auto;
  	}*/
  /* ------------------------------
  #movie_modal
  ------------------------------ */
  #movie_modal {
    width: 100%;
    height: 100%;
    display: none;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 65535;
  }
  #movie_modal .movie_overlay {
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #movie_modal .movie_btn_close {
    width: 20px;
    height: 20px;
    margin: 0 0 0 0;
    background-image: url(../img/parts_modal_close.png);
    background-repeat: no-repeat;
    background-size: 20px;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 2;
    cursor: pointer;
    transition: opacity .1s ease;
  }
  #movie_modal .movie_btn_close:hover {
    opacity: .7;
  }
  #movie_modal_inner {
    margin: 0 auto;
    opacity: 0;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 2;
  }
  #movie_modal_data {
    width: 100%;
  }
  /* ------------------------------
  	section_caution
  	------------------------------ */
  #section_caution {
    width: 90.625%;
    margin: 0 auto 40px;
  }
  #section_caution p {
    margin: 0 0 10px 0;
    font-size: 11px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    line-height: 1.4em;
  }
  #section_caution p .square {
	  display: inline-block;
	  border: 1px solid #aaa;
	  background: #fefce5;
	  height: 11px;
	  width: 30px;
	  vertical-align: middle;
	  margin: 1px 2px;
  }
  #section_caution .notes p {
    text-indent: -1em;
    padding: 0 0 0 1em;
  }
  .sup {
    margin: 0 2px;
    padding: 0 !important;
    font-size: 60%;
    text-indent: 0 !important;
    line-height: 1em;
    display: inline-block;
    vertical-align: text-top;
    position: relative;
    top: -1px;
  }
  /* ------------------------------
  #footer_topic_path
  ------------------------------ */
  #footer_topic_path {
    background-color: #f0f0f0;
  }
  #footer_topic_path ul {
    margin: 0 auto;
    padding: 5px 15px 0 15px;
    position: relative;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #footer_topic_path ul li {
    padding: 10px 0 12px;
    font-size: 12px;
    /*font-family:"HondaGlobalFontJP-Light",sans-serif;*/
    line-height: 16px;
    display: inline-block;
    text-align: left;
  }
  #footer_topic_path ul li a {
    color: #444;
  }
  #footer_topic_path ul li::after {
    content: "＞";
    margin-left: 7px;
    margin-right: 0px;
  }
  #footer_topic_path ul li:last-child::after {
    content: none;
  }
  #footer-link {
    border-top: solid 1px #E4E4E4;
    position: relative;
  }
  #footer-link ul {
    width: 100%;
    padding-top: 20px;
  }
  #footer-link ul li a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    font-size: 11px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    line-height: 1.3;
    background-repeat: no-repeat;
  }
  #footer-link ul li a img {
    width: 100%;
  }
  #footer-link #page-top {
    position: absolute;
    left: 50%;
    margin-left: 423px;
    width: 67px;
    height: 67px;
    background: url(../img/pagetop.png);
    top: -68px;
  }
  footer .quick_link_wrap li {
    height: 51px;
    background-color: #f0f0f0;
    border-top: 1px solid #dcdcdc;
    position: relative;
    text-align: left;
  }
  footer .quick_link_wrap li.pdf a {
    height: 51px;
    line-height: normal !important;
    padding-top: 8px !important;
  }
  footer .quick_link_wrap li.pdf a .size {
    position: absolute;
    left: 50px;
    top: 26px;
    font-size: 10px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    color: #666;
  }
  #contents_area footer .quick_link_wrap li a, footer .quick_link_wrap li a {
    padding: 0 0 0 15px;
    font-size: 14px;
    line-height: 51px;
    color: #444;
    background-repeat: no-repeat;
    display: block;
  }
  #contents_area footer .quick_link_wrap li.pdf a, footer .quick_link_wrap li.pdf a {
    padding-left: 50px;
    background-size: 23px auto;
    background-position: 15px 10px;
    background-image: url(../img/icon_footer_pdf.png);
  }
  #contents_area footer .quick_link_wrap li.manual a, footer .quick_link_wrap li.manual a {
    padding-left: 50px;
    background-size: 30px auto;
    background-position: 12px center;
    background-image: url(../img/icon_footer_manual.png);
  }
  #contents_area footer .quick_link_wrap li.estimate a, footer .quick_link_wrap li.estimate a {
    padding-left: 50px;
    background-size: 18px auto;
    background-position: 18px center;
    background-image: url(../img/icon_footer_estimate.png);
  }
  #contents_area footer .quick_link_wrap li.car a, footer .quick_link_wrap li.car a {
    padding-left: 50px;
    background-size: 28px auto;
    background-position: 13px center;
    background-image: url(../img/icon_footer_car.png);
  }
  #contents_area footer .quick_link_wrap li a:after, footer .quick_link_wrap li a:after {
    content: '';
    width: 7px;
    height: 51px;
    display: block;
    background-image: url(../img/parts_ico_btm_global_nav_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 7px;
    position: absolute;
    top: 0;
    right: 24px;
    transition: all .1s ease;
    -webkit-transition: all .1s ease;
  }
  #contents_area footer .quick_link_wrap li a:hover::after {
    right: 19px;
  }
  footer .quick_link_wrap li a:hover::after {
    right: 19px;
  }
  footer .slider_wrap {
    margin: 25px 0 0;
  }
  /*footer .guaranteed {
    margin: 30px 15px 30px;
  }
  footer .guaranteed .logo {
    width: 150px;
    margin: 0 auto 25px;
  }
  footer .guaranteed .logo img {
    width: 100%;
  }
  footer .guaranteed .text {
    font-size: 12px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    line-height: 16px;
  }
  footer .guaranteed .text .link {
    font-size: 11px;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
    line-height: 16px;
    margin-left: 0;
    margin-bottom: 10px;
    text-align: left;
  }
  footer .guaranteed .text .link a {
    color: #0064a1;
    margin: 0;
  }
  footer .guaranteed .text .link a::after {
    width: 12px;
    height: 12px;
    background: url(/ACCESS/stepwgn/common/img/parts_ico_btn_detail_arrow.png) right center no-repeat;
    background-size: 12px auto;
    top: 2px;
  }*/
  
  footer .guaranteed {
		margin: 30px 15px 60px;
	}

	footer .guaranteed .box_flex_item:first-child {
		margin-bottom: 55px;
	}

	footer .guaranteed .logo {
		width: 150px;
		margin: 0 auto 12px;
	}

	footer .guaranteed .logo img {
		width: 100%;
	}

	footer .guaranteed .text {
		font-size: 12px;
		line-height: 16px;
	}

	footer .guaranteed .text .link {
		font-size: 11px;
		line-height: 16px;
		margin-left: 0;
		margin-bottom: 10px;
		text-align: left;
	}

	footer .guaranteed .text .link a {
		color: #0064a1;
		margin: 0;
	}

	footer .guaranteed .text .link a::after {
		content: "";
		width: 12px;
		height: 12px;
		background: url(/navi/common/img/parts_ico_btn_detail_arrow.png) right center no-repeat;
		background-size: 12px auto;
		display: inline-block;
		position: relative;
		top: 2px;
		right: -5px;
	}

	/*アンケートエリア*/
	section#kansou {
		width: 90%;
		margin: 0 auto;
		background: #f0f0f0;
		margin-top: 6vw;
		padding: 9vw 0;
		margin-bottom: 40px;
	}
	
	section#kansou p.lead {
		text-align: center;
		font-family: "HondaGlobalFontJP-Bold", sans-serif;
		font-size: 3.4333vw;
		margin-bottom: 4vw;
	}
	
	section#kansou p.caution {
		text-align: center;
		line-height: 1.5;
		font-size: 3vw;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
		margin-bottom: 10px;
	}
	
	section#kansou p#textLength {
		width: 76vw;
		margin: 0 auto;
		text-align: right;
		font-size: 3vw;
    font-family:"HondaGlobalFontJP-Light",sans-serif;
		margin-bottom: 5px;
	}
	
	section#kansou textarea {
		width: 76vw;
		height: 28vw;
		box-sizing: border-box;
		padding: 0.5em;
		display: block;
		margin: 0 auto;
		margin-bottom: 20px;
		font-size: 16px;
		font-family: HondaGlobalFontJP-Regular, sans-serif;
	}
	
	section#kansou #btn-confirm {
		width: 44vw;
		height: 8.8vw;
		display: block;
		margin: 0 auto;
		background: #797979;
		color: #fff;
		border: none;
		cursor: pointer;
	}
	
	/* iOSでのデフォルトスタイルをリセット */
	section#kansou input[type="submit"],
	section#kansou input[type="button"] {
		border-radius: 0;
		-webkit-box-sizing: content-box;
		-webkit-appearance: button;
		appearance: button;
		border: none;
		box-sizing: border-box;
		cursor: pointer;
	}
	
	section#kansou input[type="submit"]::-webkit-search-decoration,
	section#kansou input[type="button"]::-webkit-search-decoration {
		display: none;
	}
	
	section#kansou input[type="submit"]::focus,
	section#kansou input[type="button"]::focus {
		outline-offset: -2px;
	}
}

@media print, screen and (max-width: 768px) {
.sup .reg{
  font-size: 140%;
  position: relative;
  top: 4px;
  left: -2px;
}
sup .reg{
  font-size: 140%;
}
.sup .reg.ody_hdmi{
  top: 0px;
  left: 0px;
}
}
