@charset "UTF-8";

:root{
  --font-bold:'HondaGlobalFontJP-Bold', sans-serif;
  --font-light:'HondaGlobalFontJP-Light', sans-serif;
}

#contents_area a {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  #contents_area a {
    transition: opacity .1s ease;
  }
  #contents_area a:hover {
    opacity: .7;
  }
   #contents_area br.sp {
    display: none !important;
  }
}

.displayaudio img {
  width: 100%;
  vertical-align: bottom;
}
.displayaudio {
  font-family: 'HondaGlobalFontJP-Regular', sans-serif;
}
.displayaudio .h2-title {
  font-size: 34px;
  font-family: var(--font-bold);
  font-weight: normal;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  line-height: 1.7;
}
.displayaudio .h2-title::before {
  background-color: #009FE8;
  bottom: 0;
  content: "";
  height: 2px; 
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 70px;
}
#main_visual {
  max-width: 1366px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1367px) {
  .main_visual-bg {
    background: url(../img/mv_bg.png) top center no-repeat;
    background-size: cover;
  }
  #main_visual {
    height: 546px;
  }
  .main_visual-fig {
    display: none;
  }
}
#main_visual .main_visual-main {
  position: absolute;
  left: 8.053%;
  width: 33.646%;
}
@media screen and (min-width: 769px) {
  #main_visual .main_visual-main {
    position: absolute;
    top:0;
    left: 8.053%;
    width: 33.646%;
    padding-top: 7.583%;
  }
}
#main_visual .main_visual-sub {
  position: absolute;
  /* top: 290px; */
  top: 53.114%;
  left: 8.053%;
  width: 27.276%;
}
#main_visual .main_visual-button {
  position: absolute;
  /* top: 390px; */
  top: 71.429%;
  left: 8.053%;
  width: 20.425%;
}
#movie_modal .movie_overlay {
  background-color: #fff;
  /* backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.4); */
}
.displayaudio .bg-blue {
  background-color: #E0F4FC;
  padding: 90px 0 85px;
}
.displayaudio .feature {
  max-width: 980px;
  margin: 0 auto;
  width: 100%;
}
.displayaudio .feature-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 83px;
}
.displayaudio .feature-list-panel {
  width: 470px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 5px 5px #C5EAFA;
  position: relative;
  padding: 95px 0 50px;
}
.displayaudio .feature-list-panel:nth-of-type(n + 3) {
  margin-top: 90px;
}
.displayaudio .feature-list-panel-no {
  width: 122px;
  margin: 0 auto;
  position: absolute;
  top: -47px;
  left: 0;
  right: 0;
}
.displayaudio .feature-list-panel-fig {
  width: 290px;
  margin: 0 auto;
}
.displayaudio .feature-list-panel-text {
  width: 390px;
  margin: 40px auto 0;
}
.displayaudio .feature-list-panel-text dt {
  font-size: 24px;
  font-family: var(--font-bold);
  font-weight: normal;
  text-align: center;
  line-height: 1.41;
}
.displayaudio .feature-list-panel-text dd {
  font-size: 16px;
  line-height: 1.875;
  margin-top: 20px;
}
.displayaudio .others {
  max-width: 980px;
  margin: 90px auto 0;
  width: 100%;
}
.displayaudio .others-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.displayaudio .others-box-panel {
  width: 470px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 5px 5px #C5EAFA;
  padding: 50px 0;
}
.displayaudio .others-box-panel-fig {
  width: 290px;
  margin: 0 auto;
}
.displayaudio .others-box-panel-text {
  width: 390px;
  margin: 35px auto 0;
}
.displayaudio .others-box-panel dt {
  font-size: 24px;
  font-family: var(--font-bold);
  font-weight: normal;
  text-align: center;
  line-height: 1.41;
}
.displayaudio .others-box-panel dd {
  font-size: 16px;
  line-height: 1.875;
  margin-top: 20px;
}
.displayaudio .others-box-list {
  width: 466px;
}
.displayaudio .others-box-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.displayaudio .others-box-list ul li {
  width: 217px;
  height: 217px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 5px 5px #C5EAFA;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  font-size: 24px;
  font-family: var(--font-bold);
  font-weight: normal;
  letter-spacing: 0.05em;
}
.displayaudio .others-box-list ul li span {
  font-size: 16px;
  font-weight: normal;
  margin-top: 5px;
}
.displayaudio .others-box-list ul li:nth-child(n + 3) {
  margin-top: 47px;
}
.displayaudio .others-box-list ul li:nth-child(5) {
  width: 466px;
}
.displayaudio .info {
  max-width: 980px;
  margin: 90px auto 0;
  width: 100%;
}
.displayaudio .info-box {
  margin-top: 40px;
}
.displayaudio .info-box-title {
  background: #009FE8;
  border-radius: 5px 5px 0 0;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-family: var(--font-bold);
  font-weight: normal;
  color: #fff;
}
.displayaudio .info-box-content {
  background: #EFEFEF;
  border-radius: 0 0 5px 5px;
  padding: 43px 0 40px;
}
.displayaudio .info-box-content-top {
  display: flex;
  justify-content: center;
  align-items: center;
}
.displayaudio .info-box-content-top-pic {
  margin: 0 24px;
  max-width: 323px;
  width: 100%;
}
.displayaudio .info-box-content-top-logo {
  margin: 0 24px;
  max-width: 238px;
  width: 100%;
}
.info-box-content-btm {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 50px;
}
.displayaudio .info-box-content-btm dl {
  margin: 0 10px;
  max-width: 400px;
  width: 100%;
}
.displayaudio .info-box-content-btm dl dd {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: -0.03em;
}
.displayaudio .info-box-content-btm dl dd span {
  color: #747474;
  letter-spacing: 0;
  font-size: 14px;
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.displayaudio .info-box-content-btm dl.is-long {
  margin: 0;
  max-width: 820px;
  width: 100%;
}
.displayaudio .caution {
  max-width: 980px;
  margin: 0 auto;
  width: 100%;
  padding: 80px 0 35px;
  font-size: 11px;
  color: #444444;
  line-height: 2;
}
.displayaudio .caution dl:not(:first-of-type) {
  margin-top: 40px;
}
.displayaudio .caution > ul {
  margin-top: 40px;
}
.displayaudio .caution ul li span a {
  color: #0064A1;
  border: #0064A1 solid 1px;
  border-radius: 4px;
  padding: 0 14px;
}
@media screen and (max-width: 768px) {
  .displayaudio .h2-title {
    font-size: 7.467vw;
    padding-bottom: 6.667vw;
  }
  .displayaudio .h2-title::before {
    height: 0.534vw; 
    width: 18.667vw;
  }
  #main_visual  {
    max-width: 100%;
  }
  #main_visual .main_visual-main {
    position: static;
    width: 89.099vw;
    margin: 0 0 0 4vw;
    padding-top: 8vw;
  }
  #main_visual .main_visual-sub {
    position: static;
    width: 89.189vw;
    margin: 6.667vw 0 0 4vw;
  }
  #main_visual .main_visual-button {
    position: static;
    width: 57.6vw;
    margin: 5.87vw auto 0 ;
  }
  .sp_movie > a > * {
    opacity: 1;
  }
  .bg-blue {
    padding: 18.667vw 0 17.334vw;
    margin-top: 10.667vw;
  }
  .displayaudio .feature {
    max-width: 100%;
  }
  .displayaudio .feature-list {
    display: block;
    margin-top: 22.4vw;
  }
  .displayaudio .feature-list-panel {
    width: 90.934vw;
    margin: 0 auto;
    border-radius: 1.334vw;
    box-shadow: 1.334vw 1.334vw #C5EAFA;
    padding: 17.334vw 0 10.667vw;
  }
  .displayaudio .feature-list-panel:nth-of-type(n + 2) {
    margin-top: 24vw;
  }
  .displayaudio .feature-list-panel:nth-of-type(n + 3) {
    margin-top: 24vw;
  }
  .displayaudio .feature-list-panel-no {
    width: 24vw;
    top: -12vw;
  }
  .displayaudio .feature-list-panel-fig {
    width: 77.334vw;
  }
  .displayaudio .feature-list-panel-text {
    width: 84vw;
    margin-top: 5.334vw;
  }
  .displayaudio .feature-list-panel-text dt {
    font-size: 5.867vw;
    line-height: 0.75em;
  }
  .displayaudio .feature-list-panel-text dd {
    font-size: 4.267vw;
    margin-top: 4.667vw;
  }
  .displayaudio .others {
    max-width: 100%;
    margin-top: 18.667vw;
  }
  .displayaudio .others-title {
    max-width: 58.63vw;
  }
  .displayaudio .others-box {
    display: block;
    margin-top: 10.667vw;
  }
  .displayaudio .others-box-panel {
    width: 90.934vw;
    margin: 0 auto;
    border-radius: 1.334vw;
    box-shadow: 1.334vw 1.334vw #C5EAFA;
    padding: 10.667vw 0;
  }
  .displayaudio .others-box-panel-fig {
    width: 77.334vw;
  }
  .displayaudio .others-box-panel-text {
    width: 84vw;
    margin-top: 6.667vw;
  }
  .displayaudio .others-box-panel-text dt {
    font-size: 5.867vw;
    line-height: 1.54;
  }
  .displayaudio .others-box-panel-text dd {
    font-size: 4.267vw;
    margin-top: 2.667vw;
  }
  .displayaudio .others-box-list {
    width: 90.934vw;
    margin: 5.334vw auto 0;
  }
  .displayaudio .others-box-list ul li {
    width: 42.4vw;
    height: 27.734vw;
    border-radius: 1.334vw;
    box-shadow: 1.334vw 1.334vw #C5EAFA;
    font-size: 4.267vw;
  }
  .displayaudio .others-box-list ul li span {
    font-size: 3.2vw;
    margin-top: 1.334vw;
  }
  .displayaudio .others-box-list ul li:nth-child(n + 3) {
    margin-top: 6.667vw;
  }
  .displayaudio .others-box-list ul li:nth-child(5) {
    width: 90.934vw;
  }
  .displayaudio .info {
    max-width: 100%;
    margin-top: 18.667vw;
  }
  .displayaudio .info-box {
    width: 90.934vw;
    margin: 10.667vw auto 0;
  }
  .displayaudio .info-box-title {
    border-radius: 1.334vw 1.334vw 0 0;
    height: 16.534vw;
    font-size: 5.867vw;
  }
  .displayaudio .info-box-content {
    border-radius: 0 0 1.334vw 1.334vw;
    padding: 11.2vw 0 9.334vw;
  }
  .displayaudio .info-box-content-top {
    display: block;
  }
  .displayaudio .info-box-content-top-pic {
    margin: 0 auto;
    max-width: 84vw;
  }
  .displayaudio .info-box-content-top-logo {
    margin: 5.334vw auto 0;
    max-width: 63.467vw;
  }
  .displayaudio .info-box-content-btm {
    display: block;
    margin-top: 8vw;
  }
  .displayaudio .info-box-content-btm dl {
    margin: 0 auto;
    max-width: 84vw;
  }
  .displayaudio .info-box-content-btm dl:nth-of-type(2) {
    margin-top: 6.667vw;
  }
  .displayaudio .info-box-content-btm dl dd {
    margin-top: 5.334vw;
    font-size: 4.267vw;
  }
  .displayaudio .info-box-content-btm dl dd span {
    font-size: 3.734vw;
  }
  .displayaudio .info-box-content-btm dl.is-long {
    margin: 0 auto;
    max-width: 84vw;
  }
  .displayaudio .bg-gray {
    padding: 17.334vw 0 16vw;
    margin-top: 16vw;
  }
  .displayaudio .car {
    max-width: 88vw;
  }
  .displayaudio .car-box {
    display: block;
  }
  .displayaudio .car-box:first-of-type {
    margin-top: 10.667vw;
  }
  .displayaudio .car-box:not(:first-of-type) {
    margin-top: 10.134vw;
    padding-top: 10.134vw;
  }
  .displayaudio .car-box-pic {
    max-width: 52.267vw;
    width: 100%;
    margin: 0 auto;
  }
  .displayaudio .car-box-pic.is-sml img {
    max-width: 43.2vw;
  }
  .displayaudio .car-box-text dt {
    font-size: 5.334vw;
    margin: 10.667vw auto 0;
    line-height: 1.5;
  }
  .displayaudio .car-box-text dd ul {
    width: 84vw;
    margin: 2.8vw auto 0;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .displayaudio .car-box-text dd ul li {
    justify-content: center;
    min-width: 20vw;
    width: 25vw;
    height: 10vw;
    padding: 0;
    font-size: 4vw;
  }
  .displayaudio .car-box-text dd ul li.is-sml {
    width: 22.667vw;
  }
  .displayaudio .car-box-text dd ul li:not(:first-child) {
    margin-left: 0;
  }
  .displayaudio .car-box-text dd ul li {
    margin-top: 2.134vw !important;
  }
  .displayaudio .caution {
    max-width: 92vw;
    padding: 16vw 0 6.667vw;
    font-size: 2.934vw;
  }
  .displayaudio .caution dl:not(:first-of-type) {
    margin-top: 8vw;
  }
  .displayaudio .caution > ul {
    margin-top: 8vw;
  }
  .displayaudio .caution ul li {
    padding-left: 1em;
    text-indent: -1em;
  }

  .displayaudio .caution ul li span a {
    border-radius: 1.067vw;
    padding: 0 3.2vw;
  }
}

/*ナビ詳細*/

#audio_cont {
  max-width: 980px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  #audio_cont {
    width: 90.934vw;
    margin: 10.667vw auto 0;
  }
}
.audio_box{
  border: solid 1px #BBC8DB;
  position: relative;
  margin: 5px 0 0;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .audio_box{
    padding: 20px 0;
    border-width: 1px 0 1px 0 ;
  }
}

h3.audio_box_name {
  font-weight: normal;
  font-size: 18px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}
@media screen and (max-width: 768px) {
  h3.audio_box_name {
    font-size: 14px;
  }
}

.audio_box_name .icon{
  width: auto;
  height: 30px;
  margin-right: 10px;
}

.audio_box_flex{
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .audio_box_flex_item:nth-child(2) {
    width: calc(100% - 134px);
  }
}

@media screen and (max-width: 768px) {
  .audio_box_flex_item:nth-child(1) {
    width: 40.5vw;
    margin-top: 5vw;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .audio_box_flex_item:nth-child(2) {
    width: 48.125vw;
    margin-top: 5vw;
  }
}

.audio_box .audio_box_flex_item .audio_box_img {
  width: 124px;
}
@media screen and (max-width: 768px) {
  .audio_box .audio_box_flex_item .audio_box_img {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .audio_box_price {
    display: flex;
    align-items: baseline;
    position: absolute;
    top: 28px;
    right: 20px;
  }

  .audio_box_price p:nth-child(1){
    font-size: 0.875em;
    margin-right: 1em;
  }
}
@media screen and (max-width: 768px) {
  .audio_box_price{
    width: 100%;
    margin-top: auto;
  }
  .audio_box_price p{
    line-height: 1;
  }
  .audio_box_price p:nth-child(1){
    font-family: var(--font-bold);
    font-weight: normal;
    font-size: 12px;
    margin: 0 0 10px;
  }
  .audio_box_price p:nth-child(2){
    font-size: 14px;
    margin: 0 ;
  }
}

@media print, screen and (min-width: 769px) {
  .audio_box .audio_box_flex_item ul {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .audio_box .audio_box_flex_item ul li {
    width: calc(100% / 9 - 3px);
    box-sizing: border-box;
  }
  .audio_box .audio_box_flex_item ul li:nth-child(-n+4) {
    width: calc(100% / 9 - 5px);
  }
  .audio_box .audio_box_flex_item ul li:nth-child(2) {
    position: absolute;
    left: -0.5px;
    bottom: 0;
  }
  .audio_box .audio_box_flex_item ul li:nth-child(4) {
    position: absolute;
    left: calc(100% / 9 - 1px);
    bottom: 0;
  }
  .audio_box .audio_box_flex_item ul li.disable {
    opacity: 0.3;
  }
  .audio_box .audio_box_flex_item ul li img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .audio_box .audio_box_flex_item ul {
    width: 100%;
  }
  .audio_box .audio_box_flex_item ul {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .audio_box .audio_box_flex_item ul li:nth-child(1),
  .audio_box .audio_box_flex_item ul li:nth-child(3) {
    margin-top: 0;
  }
  .audio_box .audio_box_flex_item ul li:nth-child(2) {
    position: absolute;
    top: 5.6vw;
    left: 0;
  }
  .audio_box .audio_box_flex_item ul li:nth-child(4) {
    position: absolute;
    top: 5.6vw;
    left: 16.2vw;
  }
  .audio_box .audio_box_flex_item ul li:nth-child(5) {
    margin-top: 0;
  }
  .audio_box .audio_box_flex_item ul li {
    width: 15.625vw;
    box-sizing: border-box;
    margin-top: 0.8vw;
  }
  .audio_box .audio_box_flex_item ul li.disable {
    opacity: 0.3;
  }
}

.car_modelbox{
  margin-top: 40px;
}

.car_modelbox_tl {
  text-align: center;
  padding: 0.75em 0 0.5em;
  background: #DBDCDC;
}

.car_modelbox_tl h4{
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .car_modelbox_tl h4{
    font-size: 18px;
  }
}

.car_modelbox_tl small{
  font-weight: normal;
  font-size: 0.75em;
}

.car_modelbox_flex{
  margin-top: 2em;
}
@media screen and (min-width: 769px) {
  .car_modelbox_flex{
    display: flex;
    justify-content: center;
    gap: 2%;
  }

  .car_modelbox_flexitem{
    width: 28%;
  }
}

@media screen and (max-width: 768px) {
  .car_modelbox_flexitem{
    margin-bottom: 3em;
  }
  .car_modelbox_flexitem:last-child{
    margin-bottom: 0;
  }
}

.car_modelbox_btn{
  text-align: center;
  margin-top: 2.5em;
}

@media screen and (max-width: 768px) {
  .car_modelbox_btn{
    margin-top: 1.5em;
  }
}

.car_modelbox_btn a{
  font-family: var(--font-bold);
  font-weight: normal;
  font-size: 1.25em;
  color: inherit;
  min-width: 10em;
  padding: 0.25em 2em 0.25em;
  display: inline-block;
  border: 1px solid #9C9C9D;
  border-radius: 4em;
  position: relative;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .car_modelbox_btn a{
    font-size: 1em;
  }
}

.car_modelbox_btn a::before{
  content: "";
  display: block;
  background: #000000;
  height: calc(tan(60deg) * 25px / 2);
  width: 15px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .car_modelbox_btn a::before{
    height: calc(tan(60deg) * 18px / 2);
    width: 12px;
  }
}

/*modal*/

.modal__bg {
  position: fixed;
  z-index: 10009;
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0; /* 初期状態で非表示 */
  visibility: hidden; /* 初期状態で非表示 */
  transition: opacity .6s ease, visibility .6s ease;
}

.modal__bg.is-active {
  opacity: 1; /* 非表示を解除 */
  visibility: visible; /* 非表示を解除 */
}

.modal__inner {
  position: fixed;
  z-index: 10010;
  top: 50%;
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 0 10px;
  opacity: 0; /* 初期状態で非表示 */
  visibility: hidden; /* 初期状態で非表示 */
  transition: opacity .6s ease, visibility .6s ease;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .modal__inner {
    width: 90%;
  }
}

.modal__inner.is-active {
  opacity: 1; /* 非表示を解除 */
  visibility: visible; /* 非表示を解除 */
}

.modal-card {
  width: auto;
  min-width: 700px;
  min-height: 290px;
  background: #fff;
  filter: drop-shadow(0 0 10px rgba(0 ,0, 0, 0.4));
  border-radius: 16px;
  padding: 5% 2.5% 5% 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*gap: 24px;*/
  position: absolute;
  z-index: 1;
  transform: translate3d(0, 48px, 0);
  opacity: 0; /* 初期状態で非表示 */
  visibility: hidden; /* 初期状態で非表示 */
  transition: opacity .6s ease, visibility .6s ease, transform .3s ease-in-out;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .modal-card {
    min-width: unset;
  }
}

.modal-card.is-active {
  position: relative;
  z-index: 2;
  opacity: 1; /* 非表示を解除 */
  visibility: visible; /* 非表示を解除 */
  transform: translate3d(0, 0, 0);
}

.modal-card__heading {
  margin: 0;
  font-size: 1.5em;
  line-height: 1.6;
  font-family: var(--font-bold);
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .modal-card__heading {
    font-size: 1.25em;
  }
}

.modal-card__year{
  font-size: 1.25em;
  font-family: var(--font-bold);
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .modal-card__year {
    font-size: 1em;
  }
}

.modal-card__close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 16px;
  right: 13px;
}

.modal-card__close::before,
.modal-card__close::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 3px;
  background: #000;
  cursor: pointer;
}

.modal-card__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal-card__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-card__flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.modal-card__flexitem img{
  width: 100%;
  height: auto;
}

.modal-card__flexitem:nth-child(1){
  width: 55%;
}
@media screen and (max-width: 768px) {
  .modal-card__flexitem:nth-child(1){
    width: 100%;
  }
}

.modal-card__flexitem:nth-child(1) p{
  padding-top: 0.25em;
}

.modal-card__flexitem:nth-child(2){
  width: 45%;
}
@media screen and (max-width: 768px) {
  .modal-card__flexitem:nth-child(2){
    width: 100%;
  }
}

.modal-card__flexitem:nth-child(3){
  width: 100%;
  margin-top: 1em;
}

.modal-card__flexitem:nth-child(3) p{
  font-weight: normal;
}

.modal-card__flexitem:nth-child(3) span{
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .modal-card__flexitem:nth-child(3) span{
    display: inline;
  }
}