@charset "UTF-8";

/* *******************************************************************************************
*
*	Common SP
*
******************************************************************************************* */
@media screen and (max-width: 768px) {
  br.sp {
    display: block;
  }

  .switch_pc {
    display: none;
  }

  .switch_sp {
    display: block;
  }

  #kids {
    min-width: 320px;
  }

  #auto-header {
    z-index: 1010 !important;
  }

  #auto-header-overlay.is-active {
    z-index: 1000 !important;
  }

  /* -------------------------------------------------------------------------------------------
*
* 共通パーツ
*
* ----------------------------------------------------------------------------------------- */
  /* -------------------------------------------------------------------------------------------
*
* ヘッダー
*
* ----------------------------------------------------------------------------------------- */
  .kidsHeader {
    height: 110px;
    background: url(../image/header_garland_sp.png) center 20px repeat-x;
    background-size: 1497px auto;
    padding-bottom: 60px;
  }

  .kidsHeader_inner {
    padding-top: 13px;
    width: 100%;
    background-color: #fff;
  }

  .kidsHeader_logo {
    margin: 0 auto;
    width: 180px;
  }

  .kidsContents:after {
    position: absolute;
    content: "";
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 250px;
    z-index: 10;
    background: url(../image/contents_bg.gif) center -38px repeat-x;
    background-size: 72px auto;
  }

  .kidsHeader_mailmagazine {
    position: absolute;
    top: 18px;
    right: 15px;
    display: flex;
    gap: 5px;
  }

  .kidsHeader_mailmagazine > a {
    width: 32px;
  }

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

  /* ----------------------------- SPナビゲーション ----------------------------- */
  #spNav {
    cursor: pointer;
    position: absolute;
    top: 15px;
    left: 20px;
    width: 29px;
    height: 38px;
    background: url(../image/spnav_menu_sp.png) 0 0 no-repeat;
    background-size: 29px 38px;
  }

  #spNav.spNav-active {
    background: url(../image/spnav_close_sp.png) 0 0 no-repeat;
    background-size: 29px 38px;
  }

  .index #spNav {
    display: none;
  }

  /* ----------------------------- SPフローティングメニュー ----------------------------- */
  #spMenu {
    display: none;
    position: absolute;
    top: 149px;
    left: 0;
    width: 100%;
    background: #f0f0f0;
    z-index: 100;
  }

  #spMenu:before {
    position: absolute;
    content: "";
    top: -76px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 76px;
    z-index: 110;
    background: url(../image/spmenu_top_sp.png) center 0 repeat-x;
    background-size: 1497px auto;
  }

  .spMenu_category {
    position: relative;
    margin-top: -75px;
    padding-top: 15px;
    z-index: 111;
  }

  .spMenu_category_item {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
  }

  .spMenu_inner {
    padding: 0 15px;
  }

  .spMenu_category_link {
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    background: url(../image/ic_arr_org_right.png) right center no-repeat;
    background-size: 10px auto;
  }

  .spMenu_category_link span {
    display: table-cell;
    padding-right: 25px;
    height: 55px;
    vertical-align: middle;
  }

  .spMenu_category_tab {
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    background: url(../image/ic_nav_plus.png) right center no-repeat;
    background-size: 9px auto;
  }

  .acc-active .spMenu_category_tab {
    background: url(../image/ic_nav_minus.png) right center no-repeat;
    background-size: 9px auto;
  }

  .spMenu_category_tab span {
    display: table-cell;
    padding-right: 25px;
    height: 55px;
    vertical-align: middle;
  }

  .spMenu_sub_category {
    background: #fff;
  }

  .spMenu_sub_category_item {
    float: left;
    width: 100%;
    background: url(../image/line_dot_gry_s_x.png) 0 0 repeat-x;
    background-size: 4px 1px;
  }

  .spMenu_sub_category_link {
    display: block;
    color: #000;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    background: url(../image/ic_arr_org_right.png) right center no-repeat;
    background-size: 10px auto;
  }

  .spMenu_sub_category_link-blank {
    background: url(../image/ic_link_blank.png) right center no-repeat;
    background-size: 11px auto;
  }

  .spMenu_sub_category_link span {
    display: table-cell;
    padding-right: 25px;
    height: 50px;
    vertical-align: middle;
  }

  .c-spMenu__connect {
    padding: 16px 12px 24px;
    background-color: #f8aa06;
  }

  .c-spMenu__connect-title {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
  }

  .c-spMenu__connect-list {
    display: grid;
    gap: 5px;
    margin-top: 12px;
    border-radius: 3px;
  }

  .c-spMenu__connect-list > li {
    background-color: #fff;
    border-radius: 4px;
  }

  .c-spMenu__connect-link {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 40px;
    font-size: 14px;
    font-weight: 700;
    color: #000;
  }

  .c-spMenu__connect-link-icon {
    display: grid;
    place-items: center;
    width: 50px;
  }

  .c-spMenu__connect-link-icon img {
    width: 28px;
    height: auto;
  }

  /* -------------------------------------------------------------------------------------------
*
* フッター
*
* ----------------------------------------------------------------------------------------- */
  .kidsFooter {
    padding-bottom: 16px;
  }

  .kidsFooter:before {
    top: -41px;
    height: 41px;
    background: url(../image/footer_bg_sp.png) center 0 repeat-x;
    background-size: 1000px auto;
  }

  .kidsFooter_inner {
    margin-top: -40px;
    padding-top: 12px;
    width: 100%;
  }

  #kidsPagetop {
    margin: 0 auto 24px auto;
    width: 21px;
  }

  /* ----------------------------- パンくずリスト ----------------------------- */
  .kidsBreadCrumbs {
    padding: 0 15px;
    margin-bottom: 24px;
  }

  #breadCrumbs_list {
    padding-bottom: 12px;
    background-size: 7px 3px;
  }

  .breadCrumbs_list_item {
    margin-right: 9px;
    padding-right: 13px;
    font-size: 12px;
    line-height: 12px;
  }

  .breadCrumbs_list_item-home {
    width: 14px;
  }

  .breadCrumbs_list_item:after {
    content: "";
    width: 4px;
    height: 12px;
    background: url(../image/ic_dir.png) right center no-repeat;
    background-size: 4px auto;
  }

  .breadCrumbs_list_item-home:last-child:after {
    background: url(../image/ic_dir.png) right center no-repeat;
    background-size: 4px auto;
  }

  /* ----------------------------- メルマガ登録 ----------------------------- */
  .mailmagazine {
    padding: 0 15px;
    margin-bottom: 24px;
  }

  .mailmagazine_inner {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
  }

  .mailmagazine_clm {
    display: block;
  }

  .mailmagazine_clm-ttl {
    width: 100%;
    height: 72px;
    background: #fff url(../image/mail_fukidashi_sp.gif) center bottom no-repeat;
    background-size: 1160px auto;
  }

  .mailmagazine_ttl {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 60px;
  }

  .mailmagazine_ttl span {
    padding-top: 0;
    padding-left: 30px;
    background: url(../image/pict_mail.png) 0 center no-repeat;
    background-size: 25px auto;
  }

  .mailmagazine_clm-txt {
    padding: 7px 15px 19px 15px;
    width: 100%;
    font-size: 14px;
    line-height: 22px;
  }

  .mailmagazine_clm-link {
    padding: 0 15px 24px 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mailmagazine_link {
    width: 768px;
    height: 50px;
    font-size: 12px;
    line-height: 18px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
  }

  .mailmagazine_link span {
    padding: 0 12px 0 22px;
    background-size: 10px auto;
  }

  /* ----------------------------- ナビゲーション ----------------------------- */
  .fMenu_category {
    border-top: 1px solid #ffaa00;
  }

  .fMenu_category_item {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ffaa00;
  }

  .fMenu_inner {
    padding: 0 15px;
  }

  .fMenu_category_link {
    display: block;
    color: #ff9500;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    background: url(../image/ic_arr_org_right.png) right center no-repeat;
    background-size: 10px auto;
  }

  .fMenu_category_link span {
    display: table-cell;
    padding-right: 25px;
    height: 55px;
    vertical-align: middle;
  }

  .fMenu_category_tab {
    display: block;
    color: #ff9500;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    background: url(../image/ic_nav_plus.png) right center no-repeat;
    background-size: 9px auto;
  }

  .acc-active .fMenu_category_tab {
    background: url(../image/ic_nav_minus.png) right center no-repeat;
    background-size: 9px auto;
  }

  .fMenu_category_tab span {
    display: table-cell;
    padding-right: 25px;
    height: 55px;
    vertical-align: middle;
  }

  .fMenu_sub_category {
    background: #fff;
  }

  .fMenu_sub_category_item {
    float: left;
    width: 100%;
    background: url(../image/line_dot_org_s_x.png) 0 0 repeat-x;
    background-size: 4px 1px;
  }

  .fMenu_sub_category_link {
    display: block;
    color: #ff9500;
    font-size: 12px;
    line-height: 20px;
    font-weight: bold;
    background: url(../image/ic_arr_org_right.png) right center no-repeat;
    background-size: 10px auto;
  }

  .fMenu_sub_category_link-blank {
    background: url(../image/ic_link_blank.png) right center no-repeat;
    background-size: 11px auto;
  }

  .fMenu_sub_category_link span {
    display: table-cell;
    padding-right: 25px;
    height: 50px;
    vertical-align: middle;
  }

  /* -------------------------------------------------------------------------------------------
*
* リダイレクトファイル
*
* ----------------------------------------------------------------------------------------- */
  #cntAreaIn2 {
    width: 90%;
    margin: 0 auto;
    padding-top: 150px;
  }

  /* -------------------------------------------------------------------------------------------
*
* ヘッダー ナビ　2018/03 追加
*
* ----------------------------------------------------------------------------------------- */
  #spMenu.renew {
    background: #fff;
  }

  #spMenu.renew:before {
    background: url(../image/spmenu_top_sp2.png) center 0 repeat-x;
    background-size: 1497px auto;
  }

  #spMenu.renew .spMenu_category_link {
    background: none;
    color: #75490d;
  }

  #spMenu.renew .jiyuu-kenkyu .spMenu_category_tab {
    background: none !important;
    background-size: 15px auto !important;
  }

  #spMenu.renew .jiyuu-kenkyu .acc-active .spMenu_category_tab {
    background: url(../image/ic_nav_minus_j.png) right center no-repeat;
    background-size: 9px auto !important;
  }

  #spMenu.renew .parent .spMenu_category_tab {
    background: url(../image/ic_nav_plus_p.png) 99% center no-repeat;
    background-size: 9px auto !important;
  }

  #spMenu.renew .parent .acc-active .spMenu_category_tab {
    background: url(../image/ic_nav_minus_p.png) 99% center no-repeat;
    background-size: 9px auto !important;
  }

  #spMenu.renew .mama .spMenu_category_tab {
    background: url(../image/ic_nav_plus_m.png) 99% center no-repeat;
    background-size: 9px auto !important;
  }

  #spMenu.renew .mama .acc-active .spMenu_category_tab {
    background: url(../image/ic_nav_minus_m.png) 99% center no-repeat;
    background-size: 9px auto !important;
  }

  .spMenu_category_tab span {
    display: table-cell;
    padding-right: 25px;
    height: 55px;
    vertical-align: middle;
  }

  #spMenu.renew .spMenu_category_tab {
    line-height: 1.4;
    font-size: 16px;
  }

  #spMenu.renew .jiyuu-kenkyu .spMenu_category_tab {
    color: #8ab312;
  }

  #spMenu.renew .parent .spMenu_category_tab {
    color: #2294e6;
  }

  #spMenu.renew .mama .spMenu_category_tab {
    color: #f34990;
  }

  #spMenu.renew .spMenu_category_tab small {
    display: block;
  }

  .spMenu_sub_category {
    background: #fff;
  }

  .spMenu_sub_category_item {
    float: left;
    width: 100%;
    background: url(../image/line_dot_gry_s_x.png) 0 0 repeat-x;
    background-size: 4px 1px;
  }

  #spMenu.renew .jiyuu-kenkyu .spMenu_sub_category_item {
    background-color: #ecf2da;
  }

  #spMenu.renew .jiyuu-kenkyu .spMenu_sub_category_item a {
    color: #8ab312 !important;
    font-size: 15px;
  }

  #spMenu.renew .parent .spMenu_sub_category_item {
    background-color: #d9ecfa;
  }

  #spMenu.renew .parent .spMenu_sub_category_item a {
    color: #2294e6 !important;
    font-size: 15px;
  }

  #spMenu.renew .mama .spMenu_sub_category_item {
    background-color: #ffe8f1;
  }

  #spMenu.renew .mama .spMenu_sub_category_item a {
    color: #f34990 !important;
    font-size: 15px;
  }

  #spMenu.renew .spMenu_sub_category_link {
    background: none;
  }

  .spMenu_sub_category_link span {
    display: table-cell;
    padding-right: 25px;
    height: 50px;
    vertical-align: middle;
  }

  #spMenu.renew .spMenu_inner.jk a {
    color: #8ab312;
    line-height: 1.4;
    font-size: 16px;
    background: none;
  }

  .spMenu_inner.top a {
    background: url(../image/arrow1.png) right center no-repeat !important;
    background-size: 16px !important;
  }

  .spMenu_inner.jk a {
    background: url(../image/arrow2.png) right center no-repeat !important;
    background-size: 16px !important;
  }

  /* -------------------------------------------------------------------------------------------
	*
	* コンテンツ一覧　2018/03 追加
	*
	* ----------------------------------------------------------------------------------------- */
  .list_container {
    width: 90%;
    margin: -70px auto 60px;
    position: relative;
    z-index: 10;
  }

  .list_container h3 {
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 35px;
    color: #ffaa00;
  }

  .list_container h3 span {
    display: inline-block;
    padding: 0 5px 10px;
    position: relative;
  }

  .list_container h3 span:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ffaa00;
    width: 100%;
    height: 3px;
    border-radius: 30px;
  }

  .list_container h3 span:after {
    content: "";
    position: absolute;
    bottom: -7.5px;
    left: 50%;
    margin: 10px 0 0 -15px;
    background: url(../image/arrow_g.png) no-repeat;
    background-size: 15px;
    width: 15px;
    height: 7.5px;
  }

  .list_container ul {
    display: block;
  }

  .list_container li:nth-child(1) {
    width: 100%;
    margin-right: 0px;
  }

  .list_container li:nth-child(2) {
    width: 100%;
  }

  .list_container h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
  }

  .list_container .jiyuu-kenkyu h4 {
    color: #8ab312;
  }

  .list_container .parent h4 {
    color: #2294e6;
  }

  .list_container .mama h4 {
    color: #f34990;
  }

  .list_container dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .list_container a:hover {
    opacity: 1;
    display: inline;
  }

  .list_container dt {
    clear: both;
    float: left;
    margin-right: 4%;
    margin-bottom: 20px;
    width: 25% !important;
  }

  .list_container dt img {
    width: 100%;
  }

  .list_container dd {
    float: left;
    width: 300px;
    font-size: 12px;
    margin-bottom: 20px;
    width: 71% !important;
  }

  .list_container dd h5 {
    font-size: 14px;
    margin-bottom: 7px;
  }

  .index .list_container {
    display: none;
  }

  /* ----------------------------- おすすめ ----------------------------- */
  #recome {
    width: 100%;
    padding: 60px 0 0 0;
    position: relative;
    z-index: 99;
    margin-top: -40px;
  }

  /* 旧データここから */
  #recome .recommendInner {
    width: 90%;
    margin: 0 auto;
  }

  #recome .recommendInner figure {
    margin: 0px;
    padding: 0;
    display: block;
    width: 100%;
    height: 26.4vw;
    overflow: hidden;
  }

  #recome .recommendInner figure img {
    width: 100%;
    height: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  #recome img {
    width: 100%;
  }

  #recome h2 {
    text-align: center;
    width: 280px;
    margin: 0 auto 30px;
  }

  #recome h2 span {
    position: relative;
    display: inline-block;
    padding: 0 25px;
  }

  #recome h2 small {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-top: -7px;
  }

  #recome h2 span:before {
    content: "";
    height: 55px;
    width: 2px;
    background-color: #c9caca;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(-15deg);
  }

  #recome h2 span:after {
    content: "";
    height: 55px;
    width: 2px;
    background-color: #c9caca;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: rotate(15deg);
  }

  #recome ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -20px;
  }

  #recome li {
    width: 47%;
    margin-bottom: 20px;
  }

  #recome li .cat {
    font-size: 11px;
    font-weight: bold;
    border-radius: 30px;
    color: #fff;
    width: 100%;
    text-align: center;
    margin: 5px 0 5px;
    line-height: 1;
    padding: 4px 0;
  }

  #recome li .cat.parent {
    background-color: #2294e6;
  }

  #recome li .cat.jiyuu-kenkyu {
    background-color: #8ab312;
  }

  #recome li .cat.drivecooking {
    background-color: #ffaa00;
  }

  #recome li p {
    font-size: 13px;
    font-weight: bold;
  }

  #recome li a {
    transition: none;
    display: block;
  }

  #recome li a:hover {
    opacity: 1;
  }

  /* 旧データここまで */
  /*-- フッター --*/
  .index .kidsFooter_nav {
    display: none;
  }

  .kidsFooter_nav {
    width: 100%;
    padding-inline: 15px;
    padding-bottom: 60px;
    margin: -20px auto 0;
  }

  .kidsFooter_nav_list {
    grid-template-columns: 1fr;
    padding-bottom: 0;
    border-bottom: none;
  }

  .kidsFooter_nav_list > li {
    height: 52px;
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
  }

  .kidsFooter_nav_list > li > a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
  }

  .kidsFooter_nav_list > li > a::before {
    display: block;
    width: 6px;
    height: 6px;
    margin-right: 8px;
    content: "";
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    transform: rotate(45deg);
  }

  .kidsFooter_nav_list > li > a:hover {
    text-decoration: underline !important;
  }

  /* ----------------------------- メルマガ登録 ----------------------------- */
  .subscribe_newsletter {
    padding: 30px 0 70px 0;
  }

  .subscribe_newsletter_inner {
    padding: 30px 15px;
    width: calc(100% - 30px);
  }
  .subscribe_newsletter_header {
    display: block;
    margin-bottom: 20px;
  }
  .subscribe_newsletter_header_info {
    margin-right: 0;
    width: 100%;
  }
  .subscribe_newsletter_header_info_bar {
    flex-direction: column;
    margin-bottom: 14px;
    padding-bottom: 10px;
    text-align: center;
  }
  .subscribe_newsletter_header_info_bar:before {
    height: 3px;
    background-size: 8px 3px;
  }
  .subscribe_newsletter_header_info_bar_links {
    gap: 6px;
  }
  .subscribe_newsletter_header_info_bar_link {
    width: 36px;
  }
  .subscribe_newsletter_header_info_bar_link.subscribe_newsletter_header_info_bar_link--mail > img {
    width: 22px;
  }
  .subscribe_newsletter_header_info_bar_link.subscribe_newsletter_header_info_bar_link--x > img {
    width: 19px;
  }
  .subscribe_newsletter_header_info_bar_ttl {
    display: block;
    width: 100% !important;
    padding: 0;
    margin: 8px auto 0 !important;
    font-size: 26px;
    line-height: calc(65 / 52);
  }
  .subscribe_newsletter_header_info_bar_ttl:before {
    top: -53px;
    right: 0;
    margin: auto;
    width: 44px;
    height: 44px;
    background-size: 21px auto;
    transform: translate(0, 0);
  }
  .subscribe_newsletter_header_info_txt {
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 19px;
  }
  .subscribe_newsletter_main_links {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .subscribe_newsletter_main_link {
    gap: 10px;
    height: 50px;
    border-radius: 10px;
  }

  .subscribe_newsletter_main_link.subscribe_newsletter_main_link--mail .subscribe_newsletter_main_link_icon {
    width: 29px;
  }

  .subscribe_newsletter_main_link.subscribe_newsletter_main_link--x .subscribe_newsletter_main_link_icon {
    width: 24px;
  }

  .subscribe_newsletter_main_link_text {
    font-size: 16px;
  }

  .subscribe_newsletter_main_link_option {
    margin-top: 8px;
    text-align: center;
  }
  .subscribe_newsletter_main_catch {
    margin-bottom: 25px;
    padding: 12px 15px;
    font-size: 14px;
    line-height: 20px;
  }
  .subscribe_newsletter_main_catch_line {
    padding-bottom: 3px;
  }

  #cboxNLClose {
    top: 16px;
    right: 16px;
    width: 26px;
    height: 26px;
    background-size: 26px auto;
  }

  #cboxNLClose:hover {
    opacity: 1;
  }

  #cboxNLClose2 {
    padding: 13px 0;
    font-size: 14px;
    line-height: 24px;
  }

  #cboxNLClose2 span {
    padding-left: 20px;
    background-size: 12px auto;
  }

  #colorboxNL a.links:hover {
    opacity: 1;
  }

  /* ------------------------------------------------------------------------------------------
    *
        Honda ASOBI BASE
    *
    ------------------------------------------------------------------------------------------ */
  .related-site__inner {
    width: calc(100% - 30px);
    padding: 0 0 60px;
  }

  .related-site__heading {
    font-size: 14px;
    line-height: 1.5;
  }

  .related-site__sub-heading {
    font-size: 18px;
  }

  /* ------------------------------------------------
      202306追加
  --------------------------------------------------- */
  .pickup .campaignbanner {
    margin-top: 60px;
  }

  .pickup .campaignbanner img {
    width: 100%;
  }

  .pickup .campaignbanner img:first-child {
    display: none;
  }

  .pickup .campaignbanner img:last-child {
    display: block;
  }

  #footer-cp.campaignbanner {
    width: calc(100% - 30px);
    margin: 10px auto 50px auto;
  }

  #footer-cp.campaignbanner img {
    width: 100%;
  }

  #footer-cp.campaignbanner img:first-child {
    display: none;
  }

  #footer-cp.campaignbanner img:last-child {
    display: block;
  }

  /* ------------------------------------------------
      202306追加ここまで
  --------------------------------------------------- */

  .hab__header {
    margin-top: 10px;
  }

  .hab__heading {
    width: 289.5px;
    margin: 0 auto;
  }

  .hab__heading img {
    width: 100%;
  }

  .hab__header-text {
    margin-top: 2px;
    font-size: 18px;
  }

  .hab__list {
    display: block;
    margin-top: 24px;
  }

  .hab__item {
    width: 100%;
  }

  .hab__item::before {
    width: 70px;
    height: 70px;
  }

  .hab__item + .hab__item {
    margin-top: 16px;
  }

  .hab__item-textarea {
    padding: 14px 14px 25px;
  }

  .hab__item-heading {
    font-size: 16px;
    line-height: calc(48 / 32);
  }

  .hab__item-tags {
    margin-top: 8px;
  }

  .hab__item-tag {
    padding: 4px 5px;
    font-size: 10px;
  }

  .hab__btn {
    width: 100%;
    padding: 17px 0;
    margin-top: 15px;
    font-size: 16px;
    border-radius: 1.5px;
  }

  .hab__btn-icon {
    top: calc(50% - 7px);
    right: 12%;
    width: 13px;
    height: 13px;
  }

  .hab__btn-icon::before {
    width: 3px;
    height: 3px;
    border-width: 1px;
  }

  /* ------------------------------------------------------------------------------------------
    *
        関連するHondaのコミュニティ/サービス
    *
    ------------------------------------------------------------------------------------------ */
  .related-service a:hover {
    opacity: 1;
  }

  .related-service__inner {
    width: 100%;
    padding: 40px 15px 60px;
  }

  .related-service__ttl {
    font-size: 16px;
  }

  .related-service__list {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
  }

  .related-service__list > li {
    grid-template-columns: 93px 1fr;
    padding-top: 6px;
    padding-right: 14px;
    padding-bottom: 20px;
    border-radius: 6px;
  }

  .related-service__img {
    grid-row: 1 / 2;
  }

  .related-service__text-wrap {
    align-self: start;
    padding: 14px 0;
  }

  .related-service__text {
    font-size: 14px;
    line-height: calc(20 / 14);
    text-align: left;
  }

  .related-service__btn-wrap {
    grid-column: 1 / 3;
    padding-left: 14px;
    margin-top: 4px;
  }
}
