@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Noto+Sans+JP:wght@300;400;500;700;900&family=Noto+Serif+JP:wght@400;500;600;700&display=swap");

body {
  font-family: "HondaGlobalFontJP-Regular", sans-serif;
  font-feature-settings: "palt";
}

h1,
h2,
h3,
h4,
h5,
h6,th {
  font-family: "HondaGlobalFontJP-Bold", "Noto Sans JP", sans-serif;
  font-weight: bold;
}
.hmj_solution_index {
  text-align: center;
  padding: 40px 0;
}

.hmj_solution_index_wrap {
  display: inline-block;
  border: 1px solid #333;
  border-radius: 16px;
}
.hmj_solution_index_wrap h3 {
  text-align: center;
  top: -1.5em;
  position: relative;
}
.hmj_solution_index_wrap h3 em {
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  background: #fff;
  padding: 8px 24px;
}
.hmj_solution_index_wrap .menu-trigger {
  margin: 0 8px 0 0;
}
.hmj_solution_index_wrap .menu-trigger {
  width: 16px;
  height: 14px;
}
.hmj_solution_index_wrap .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 2px;
}
.hmj_solution_index_wrap .menu-trigger span:nth-of-type(1) {
  top: 0;
}
.hmj_solution_index_wrap .menu-trigger span:nth-of-type(2) {
  top: 6px;
  width: 100%;
}
.hmj_solution_index_wrap .menu-trigger span:nth-of-type(3) {
  bottom: 0;
  width: 100%;
}
.hmj_solution_index_wrap ul {
  padding: 0 64px 24px;
  display: inline-block;
  text-align: left;
  margin-top: -1em;
}
.hmj_solution_index_wrap li {
  list-style: circle outside;
  padding: 4px;
}

.hmj_solution_index.active h3 {
  top: 0;
}
.hmj_solution_index.active ul {
  display: none;
}

@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(6px) rotate(0);
  }
  100% {
    transform: translateY(6px) rotate(45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-6px) rotate(0);
  }
  100% {
    transform: translateY(-6px) rotate(-45deg);
  }
}
.hmj_solution_3point {
  padding: 0 0 40px;
}
.hmj_solution_3point dl {
  display: flex;
  padding: 0 0 16px;
}
.hmj_solution_3point dt {
  flex: 0 0 auto;
  min-width: 164px;
  border-bottom: 4px solid #ca0813;
  display: flex;
  align-items: center;
  padding: 0 0 16px;
  line-height: 1.5;
}
.hmj_solution_3point dt i {
  flex: 0 0 64px;
  height: 64px;
  font-size: 2em;
  font-family: "HondaGlobalFontENJP-ExBold", "Noto Sans JP", sans-serif;
  font-weight: 900;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #ca0813;
  color: #fff;
}
.hmj_solution_3point dt i::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0px 10px 14px;
  border-color: transparent transparent transparent #ca0813;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(-2px, -50%);
}
.hmj_solution_3point dt b {
  white-space: nowrap;
  color: #ca0813;
  padding: 0 0 0 24px;
  font-family: "HondaGlobalFontJP-Bold","Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.5em;
}
.hmj_solution_3point dd {
  flex: 1 1 auto;
  border-bottom: 4px solid #dce2e1;
  padding: 0 8px 16px;
  display: flex;
  align-items: center;
  line-height: 1.4;
}

.hmj_solution_conetent {
  padding-bottom: 40px;
}
.hmj_solution_conetent h4 {
  text-align: left;
  font-family: "HondaGlobalFontJP-Bold","Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.25em;
  margin-bottom: 1em;
}
.hmj_solution_conetent p {
  padding-bottom: 1em;
}

.hmj_solution_lead {
  text-align: center;
}
.hmj_solution_lead b {
  font-size: 1.25em;
}

.hmj_overflow_x {
  overflow: visible;
}

.hmj_solution_comparison {
  position: relative;
}
.hmj_solution_comparison dl {
  position: absolute;
  background: #ca0813;
  color: #fff;
  border-radius: 40px;
  padding: 2px;
  box-shadow: 0 2px 6px #fff;
}
.hmj_solution_comparison dl dt {
  background: #fff;
  color: #ca0813;
  font-family: "HondaGlobalFontENJP-ExBold", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
.hmj_solution_comparison dl dd {
  display: flex;
  width: 100%;
  margin: auto;
  padding: 12px 0 24px;
  text-align: center;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  position: relative;
}
.hmj_solution_comparison dl dd i {
  writing-mode: horizontal-tb;
  width: 1em;
  white-space: normal;
  display: inline-block;
  word-break: break-all;
  line-height: 1;
}
.hmj_solution_comparison dl dd::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0px 10px 14px;
  border-color: transparent transparent transparent #ca0813;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translate(-2px, -50%);
}
.hmj_solution_comparison dl.hmj_solution_comparison_point1 {
  left: -70px;
  top: 0;
}
.hmj_solution_comparison dl.hmj_solution_comparison_point2 {
  left: 11.85em;
  top: 44%;
}
.hmj_solution_comparison dl.hmj_solution_comparison_point2 dd::after {
  border-width: 10px 14px 10px 0px;
  border-color: transparent #ca0813 transparent transparent;
  right: auto;
  left: -8px;
}
.hmj_solution_comparison dl.hmj_solution_comparison_point3 {
  left: -70px;
  bottom: -3em;
}
.hmj_solution_comparison dl.hmj_solution_comparison_point3 dd::after {
  top: 64%;
}
.hmj_solution_comparison table {
  width: 100%;
  border: 1px solid #fff;
}
.hmj_solution_comparison table p {
  padding: 0;
}
.hmj_solution_comparison th,
.hmj_solution_comparison td {
  width: auto;
  border: 1px solid #fff;
}
.hmj_solution_comparison th {
  background: #999;
  color: #fff;
  text-align: left;
  padding: 8px;
  font-weight: normal;
}
.hmj_solution_comparison td {
  text-align: center;
  padding: 8px;
}
.hmj_solution_comparison .bg1 {
  background: #eee;
}
.hmj_solution_comparison .bg2 {
  background: #fff0f0;
  font-family: "HondaGlobalFontJP-Bold","Noto Sans JP", sans-serif;
  font-weight: bold;
}
.hmj_solution_comparison .bg3 {
  background: #ddd;
}
.hmj_solution_comparison th.bg2 {
  background: #ffd0d0;
  color: #111;
  text-align: center;
}
.hmj_solution_comparison th.bg3 {
  text-align: center;
  background: #ccc;
  color: #111;
}
.hmj_solution_comparison th.point1 {
  background: #c00;
}
.hmj_solution_comparison td.notes {
  text-align: left;
}

.hmj_solution_choice {
  padding-top: 40px;
}

.hmj_solution_choice_title {
  text-align: center;
  padding: 0 0 64px;
}
.hmj_solution_choice_title h4 {
  font-size: 3em;
  font-family: "HondaGlobalFontENJP-ExBold", "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0;
}
.hmj_solution_choice_title h4 b {
  position: relative;
  display: inline-block;
  justify-content: center;
}
.hmj_solution_choice_title h4 b::before,
.hmj_solution_choice_title h4 b::after {
  content: "";
  width: 48px;
  height: 120%;
  position: absolute;
  top: -16px;
  background: url("../images/solution/hane.svg") no-repeat;
  background-size: contain;
  left: -80px;
}
.hmj_solution_choice_title h4 b::after {
  left: auto;
  right: -80px;
  transform: scale3d(-1, 1, 1);
}
.hmj_solution_choice_title h5 {
  font-size: 2.4em;
  line-height: 1.2;
}
.hmj_solution_choice_title h5 b {
  font-size: 2.4em;
  font-family: "HondaGlobalFontENJP-ExBold", "Noto Sans JP", sans-serif;
  font-weight: 900;
}
.hmj_solution_choice_title h5 em {
  display: inline-block;
  border-bottom: 2px solid #ca0813;
}

.hmj_solution_choice_title_s {
  padding: 40px 0;
}
.hmj_solution_choice_title_s h4 {
  font-size: 1.8em;
  text-align: center;
}
.hmj_solution_choice_title_s h4 b {
  font-weight: 500;
}
.hmj_solution_choice_title_s h4 b::before,
.hmj_solution_choice_title_s h4 b::after {
  height: 150%;
}
.hmj_solution_choice_title_s h4 b::before {
  left: -54px;
}
.hmj_solution_choice_title_s h4 b::after {
  right: -36px;
}
.hmj_solution_choice_title_s h4 em {
  font-weight: 500;
  font-size: 0.9em;
}

.hmj_solution_choice_title_ss h4 {
  font-size: 1.6em;
}

.hmj_solution_3point_choice dt {
  flex: 0 0 44%;
}
.hmj_solution_3point_choice dt b {
  font-size: 1.3em;
}

.hmj_page_h4 {
  width: 800px;
  margin: auto;
  max-width: 100%;
}
.hmj_page_h4 h4 {
  border-bottom: 1px dotted #ca0813;
  line-height: 1.3;
}
.hmj_page_h4 h4 em {
  display: inline-block;
  color: #fff;
  background: #ca0813;
  font-size: 0.9em;
  padding: 4px 16px;
  transform: translateY(50%);
}

.hmj_solution_bike_wrap {
  padding-bottom: 16px;
}
.hmj_solution_bike_wrap .hmj_solution_lead {
  padding-bottom: 16px;
}

.hmj_solution_bike {
  width: 800px;
  margin: 0 auto;
  max-width: 100%;
}
.hmj_solution_bike ul {
  display: flex;
  justify-content: center;
}
.hmj_solution_bike li {
  flex: 0 0 33%;
  padding: 0 16px 32px;
  text-align: center;
  position: relative;
}
.hmj_solution_bike li span {
  position: absolute;
  left: 18px;
  top: 2px;
  z-index: 3;
}
.hmj_solution_bike li span small {
  background: #003983;
  color: #fff;
  display: block;
  line-height: 1.2;
  padding: 2px 4px;
  margin-bottom: 2px;
  font-size: 11px;
  font-weight: 400;
}
.hmj_solution_bike li span small.i_g2 {
  background: #fff;
  color: #003983;
}
.hmj_solution_bike li i {
  display: block;
  overflow: hidden;
  line-height: 0;
}
.hmj_solution_bike li img {
  transition-duration: 0.5s;
}
.hmj_solution_bike li a:hover img {
  transform: scale(1.1);
}
.hmj_solution_bike li em {
  display: block;
  padding: 4px 0;
}

.hmj_solution_item ul {
  display: flex;
}
.hmj_solution_item li {
  flex: 0 0 20%;
  padding: 0 8px;
  text-align: center;
}
.hmj_solution_item li i {
  display: block;
  line-height: 0;
  border: 1px solid #999;
}
.hmj_solution_item li em {
  font-size: 0.9em;
}

.hmj-btn {
  max-width: none;
  width: auto;
}

/*


<div class="hmj_solution_choice_title">
         <h4><b>おすすめはリース</b></h4>
         <h5>理由は<em><b>3</b>つのポイント</em>から</h5>
        </div>

//
//
//
//
//
//
//
Responsive
//
*/
/*------*/
@media (max-width: 1150px) {
  .hmj_solution_comparison .w240 {
    min-width: 240px;
  }

  .hmj_solution_comparison {
    padding-bottom: 4px;
    margin-bottom: 4px;
  }
  .hmj_solution_comparison th,
  .hmj_solution_comparison td {
    white-space: nowrap;
  }

  .hmj_solution_point .hmj_solution_conetent {
    padding-bottom: 0;
  }
  .hmj_solution_point .hmj_solution_comparison {
    padding: 0 0 16px 72px;
    margin-bottom: 16px;
  }

  .hmj_solution_comparison dl.hmj_solution_comparison_point1 {
    left: 0;
  }

  .hmj_solution_comparison dl.hmj_solution_comparison_point3 {
    left: 0;
    bottom: 5vw;
  }
  .hmj_solution_comparison dl.hmj_solution_comparison_point3 dd::after {
    top: 75%;
  }

  .hmj_solution_comparison dl.hmj_solution_comparison_point2 {
    margin-left: 60px;
  }

  .hmj_overflow_x {
    overflow-x: auto;
    overflow-y: visible;
  }
  .hmj_overflow_x::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  .hmj_overflow_x::-webkit-scrollbar-track {
    background-color: #eee;
    border-radius: 16px;
    height: 4px;
    overflow: hidden;
  }
  .hmj_overflow_x::-webkit-scrollbar-thumb {
    border-radius: 16px;
    background-color: #ccc;
  }

  .hmj_solution_point {
    position: relative;
    padding-bottom: 0;
  }
  .hmj_solution_point x.hmj_notes {
    position: absolute;
    bottom: 7vw;
    right: 0;
    width: calc(100% - 72px);
  }

  .hmj_solution_choice_title_s h4 {
    font-size: 1.7em;
  }
  .hmj_solution_choice_title_s h4 b::before {
    left: -8vw;
  }
  .hmj_solution_choice_title_s h4 b::after {
    right: -8vw;
  }

  .hmj_solution_choice_title_ss h4 {
    font-size: 1.5em;
    line-height: 1.4;
  }

  .hmj_solution_3point_choice .pc {
    display: none;
  }
  .hmj_solution_3point_choice dt b {
    font-size: 1.1em;
    white-space: normal;
  }
  .hmj_solution_3point_choice dd p {
    font-size: 0.9em;
  }

  .hmj_solution_bike ul {
    flex-wrap: wrap;
  }
  .hmj_solution_bike ul li {
    flex: 0 0 40%;
  }
}
@media (max-width: 768px) {
  .hmj_solution_index {
    padding-bottom: 0;
  }

  .hmj_solution_index_wrap ul {
    padding: 0 24px 24px 48px;
  }

  .hmj_solution_point .hmj_solution_comparison {
    padding: 0 0 16px 72px;
    margin-bottom: 16px;
  }

  .hmj_solution_comparison dl.hmj_solution_comparison_point1 {
    left: 0;
  }

  .hmj_solution_comparison dl.hmj_solution_comparison_point2 {
    top: 44%;
  }

  .hmj_solution_comparison dl.hmj_solution_comparison_point3 {
    bottom: 10vw;
  }

  .hmj_solution_point {
    position: relative;
    padding-bottom: 0;
  }
  .hmj_solution_point x.hmj_notes {
    position: absolute;
    bottom: 10vw;
    right: 0;
    width: calc(100% - 72px);
  }

  .hmj_solution_choice {
    padding-top: 0;
  }

  .hmj_page_h3 {
    padding: 24px 0;
  }

  .hmj_solution_lead {
    text-align: left;
  }

  .hmj_solution_conetent:last-child {
    padding-bottom: 24px;
  }
}
/*------*/
@media (max-width: 540px) {
  .hmj_solution_3point {
    padding-bottom: 16px;
  }

  .hmj_solution_3point dl {
    display: block;
    padding-bottom: 24px;
  }
  .hmj_solution_3point dl dt {
    padding: 0 0 8px;
  }

  .hmj_solution_comparison dl.hmj_solution_comparison_point3 {
    bottom: 20vw;
  }

  .hmj_solution_comparison th.point1 {
    width: 10em;
  }

  .hmj_solution_3point dd {
    padding: 8px 0;
    border-bottom: 0;
  }

  .hmj_solution_point .hmj_notes {
    bottom: 0;
  }

  .hmj_solution_comparison td.notes li {
    font-size: 11px !important;
  }

  .hmj_solution_choice_title {
    padding-bottom: 40px;
  }
  .hmj_solution_choice_title h4 {
    font-size: 2em;
    text-align: center;
  }
  .hmj_solution_choice_title h4 b::before {
    left: -50px;
  }
  .hmj_solution_choice_title h4 b::after {
    right: -50px;
  }
  .hmj_solution_choice_title h5 {
    font-size: 1.5em;
  }

  .hmj_solution_choice_title_s {
    padding-bottom: 0;
  }
  .hmj_solution_choice_title_s h4 {
    font-size: 4.2vw;
    padding-left: 4px;
  }
  .hmj_solution_choice_title_s h4 b::before,
  .hmj_solution_choice_title_s h4 b::after {
    width: 16px;
  }
  .hmj_solution_choice_title_s h4 b::before {
    left: -20px;
  }
  .hmj_solution_choice_title_s h4 b::after {
    right: -16px;
  }

  .hmj_solution_bike ul,
  .hmj_solution_item ul {
    display: block;
  }
  .hmj_solution_bike ul li,
  .hmj_solution_item ul li {
    padding-bottom: 16px;
  }
}
