@charset "UTF-8";
#tuning img {
  width: 100%;
  vertical-align: bottom;
}
#tuning {
  font-family: HondaGlobalFontJP-Regular, sans-serif;
  /* font-weight: 400; */
  color: #617377;
  padding: 75px 0 110px;
  background: #D9DDDE;
}
@media screen and (max-width: 768px) {
  #tuning {
    padding: 2rem 1rem 80px;
  }
}
#tuning sup{
  font-size: 80%;
  vertical-align: super;
}
#tuning br{
  display: block !important;
}
@media screen and (min-width: 769px) {
  #tuning br._sp{
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  #tuning br._pc{
    display: none !important;
  }
}

/*goodsound_btn*/
.btn_wrap {
  text-align: center;
}

.goodsound_btn {
  font-size: 20px;
  /* font-weight: 400; */
  color: #617377;
  min-width: 248px;
  margin: 0 auto;
  padding: 1rem 2em 0.875rem;
  display: inline-block;
  background: #fff;
  border: 1px solid #617377;
  border-radius: 3em;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  .goodsound_btn {
    font-size: 16px;
    padding: 0.75rem 2em ;
  }
}

.goodsound_btn::after{
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background: url(../img/icon_arrow.svg) 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}

/**/
.lead{
  text-align: center;
  width: 980px;
  margin:0 auto;
}
@media screen and (max-width: 768px) {
  .lead{
    width: 100%;
  }
}
.lead h2{
  font-size: 40px;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .lead h2{
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 0.5em;
  }
}

.lead p{
  font-size: 20px;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .lead p{
    font-size: 16px;
  }
}

.item_wrap {
  width: 980px;
  margin: 75px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .item_wrap {
    width: 100%;
    margin: 2rem auto 0;
    gap: 20px;
  }
}

.item_cont {
  text-align: center;
  width: calc(50% - 40px);
}

@media screen and (max-width: 768px) {
  .item_cont {
    width: 100%;
  }
}

.item_cont .tl{
  color: #fff;
  line-height: 1.75em;
  text-align: center;
  padding: 0.75em 0;
  background: #617377;
}

.item_cont .tl h3{
  font-size: 14px;
}
.item_cont .txt{
  padding: 30px 20px 20px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .item_cont .txt{
    padding: 30px 1rem 1rem;
  }
}
.item_cont .txt .logo{
  max-width: 310px;
  margin: 0 auto 1em;
}
.item_cont .txt p{
  font-size: 18px;
  line-height: 1.5em;
}

.item_cont .caution{
  font-size: 14px;
  line-height: 1.25em;
  text-align: left;
  text-indent: -1em;
  margin-top: 1rem;
  padding-left: 1em;
}

.item_cont .btn_wrap{
  margin-top: 1rem;
}

.item-panel {
  width: 100%;
  display: flex;
  background: #617377;
}
.item-panel .item-panel-left {
  width: 50%;
  background: #fff;
  text-align: center;
  padding: 30px 0;
}
.item-panel .item-panel-left h3 {
  font-size: 30px;
  font-family:"HondaGlobalFontJP-Bold",sans-serif;
  line-height: 1.5;
  margin-top: 20px;
}
.item-panel .item-panel-left h3 span {
  display: block;
  font-size: 16px;
}
.item-panel .item-panel-right {
  width: 50%;
  background: #617377;
  color: #fff;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.item-panel .item-panel-right dl dt {
  font-size: 19px;
  font-family:"HondaGlobalFontJP-Bold",sans-serif;
  line-height: 1.5;
  margin-top: 30px;
}
.item-panel .item-panel-right dl dd {
  font-size: 16px;
  line-height: 1.5;
}
.item-panel .item-panel-right .btn_wrap {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .item-panel {
    flex-flow: column;
  }
  .item-panel .item-panel-left {
    width: 100%;
    padding: 2em 0;
  }
  .item-panel .item-panel-left h3 {
    font-size: 6.4vw;
    margin-top: 0.75em;
  }
  .item-panel .item-panel-left h3 span {
    display: block;
    font-size: 4.2vw;
  }
  .item-panel .item-panel-right {
    width: 100%;
  }
  .item-panel .item-panel-right dl dt {
    font-size: 4.2vw;
    margin-top: 2em;
  }
  .item-panel .item-panel-right dl dd {
    font-size: 3.8vw;
  }
  .item-panel .item-panel-right .btn_wrap {
    margin: 0.75em 0 2em;
  }
}