@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

body {
  background-image: url(../images/page-app2023/bg_w.jpg);
  background-position: 0 0;
  background-repeat: repeat;
  background-attachment: fixed;
}
main {
  font-family: 'Noto Serif JP', serif;
  font-optical-sizing: auto;
  padding-bottom: 75px;
}



main img {
  width: 100%;
}

/* body > section,
main > section {
  width: 100vw;
} */

/* .yellow_bg {
  background-image: url(../images/page-app2023/page-app_bg.jpg);
} */

.pink_bg {
  background-image: url(../images/page-app2024/pink_bg.png);
}

@media screen and (max-width: 768px) {
  body {
    background-size: 190px auto;
  }

  .yellow_bg {
    background-size: 90px auto;
    padding: 38px 0;
  }

  .app_mv_wrap .inner_wrap {
    width: 91.66%;
  }
  .app_mv_wrap .inner_wrap,
  main .inner_wrap {
    width: 86.66%;
  }
}

@media screen and (min-width: 769px) {
  body {
    background-size: auto;
  }

  .yellow_bg {
    background-size: 180px auto;
    padding: 100px 0 96px;
  }
}

/* -----------------------------------------------
app_mv_wrap
----------------------------------------------- */
.app_mv_wrap {
  width: 100%;
  /* background: url(../images/page-app2024/mv_bk.png) 0 0 / auto repeat; */
  background: url(../images/page-app2025/mv_bg.jpg) 0 0 / auto repeat;
}

.app_mv_wrap .inner_wrap {
  position: relative;
}

.app_mv_wrap .img img {
  width: 100%;
  /* max-width: 1300px; */
  margin: 0 auto;
  display: block;
}

.app_mv_wrap .links {
  position: absolute;
}

.app_mv_wrap .links a img {
  width: 100%;
}

.app_mv_wrap .inner_wrap > a {
  display: block;
}
.app_mv_wrap .inner_wrap > a img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .app_mv_wrap {
    padding: 94px 0 14px;
  }
  .app_mv_wrap .img {}
  .app_mv_wrap .links {
    /* top: 34.6%; */
    top: 29.6%;
    left: 0;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .app_mv_wrap .links a:first-child {
    width: 42.46%;
  }

  .app_mv_wrap .links a:nth-child(2) {
    width: 52.61%;
  }
  .app_mv_wrap .inner_wrap>a {
    margin-bottom: 30px;
  }

}

@media screen and (min-width: 769px) {
  .app_mv_wrap {
    padding: 124px 0  50px;
  }
  .app_mv_wrap .links {
    bottom: 14%;
    left: 11%;
    width: 31.8%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  
  .app_mv_wrap .links a {
    display: block;
  }
  
  .app_mv_wrap .links a:not(:first-child) {
    /* margin-top: 5px; */
  }
  .app_mv_wrap .inner_wrap>a {
    /* margin-bottom: 100px; */
  }

}

@media screen and (min-width: 1000px) {
  .app_mv_wrap .img {
    width: 100%;
    /* margin: 0 calc(50% - 50vw); */
  }
}


/* -----------------------------------------------
birthday_wrap
----------------------------------------------- */
.birthday_wrap {
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  background: url(../images/page-app2025/birthday_bg.jpg) 0 0 / auto repeat;
}
.birthday_wrap h2 {
  color: #DF1F2D;
  text-align: center;
  font-weight: normal;
}
.birthday_wrap h2 rt {
  translate: 0 -.9em;
  font-size: .26em;
}
@-moz-document url-prefix() {
	.birthday_wrap h2 rt {
		position: relative;
		top: -.5em;
	}
}

@media screen and (max-width: 768px) {

  .birthday_wrap {
    padding: 30px 0 30px;
  }
  .birthday_wrap h2 {
    font-size: 32px;
    margin-bottom: 34px;
    line-height: 1.2;
  }

}

@media screen and (min-width: 769px) {

  .birthday_wrap {
    padding: 70px 0;
  }
  .birthday_wrap h2 {
    font-size: 52px;
    margin-bottom: 34px;
  }




}







section.section_point {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}
section.section_point.bg_white {
  background: #fff;
}

@media screen and (max-width: 768px) {


  section.section_point.bg_white {
    padding: 50px 0 50px;
  }


}

@media screen and (min-width: 769px) {

  section.section_point.bg_white {
    padding: 80px 0 80px;
  }







}



/* -----------------------------------------------
point_about_wrap
----------------------------------------------- */
.point_about_wrap {}
.point_about_wrap h2 {
  margin-inline: auto;
}

.point_about_wrap ul.point_list {
}
.point_list > li {
  border: 2px solid #1E6A39;
  background: #fff;
}
.point_list > li strong {
  color: #E01F06;
  display: block;
  text-align: center;
}
.point_list > li picture {
  display: block;
}
.point_list > li div * {
  font-weight: normal;
}
.point_list > li span {
  padding-top: 1.6em;
  display: inline-block;
}
.point_list li div ul li {
  background: #F0F7C4;
  color: #DF1F2D;
  text-align: center;
}
.point_about_note {
  font-weight: normal;
}



@media screen and (max-width: 768px) {

  .point_about_wrap h2 {
    max-width: 554px;
    margin-bottom: 30px;
    width: 85.02%;
  }
  .point_list > li {
    /* width: 31.6%; */
    border-radius: 20px;
    padding: 24px 0 34px;
    margin-bottom: 20px;
  }
  .point_list > li strong {
    font-size: 18px;
    line-height: 1.5;
    /* min-height: 4.5em; */
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 26px;
  }
  .point_list > li picture {
    margin: 0 auto 20px;
  }
  .point_list > li p {
    font-size: 14px;
    line-height: 1.5;
  }
  .point_list > li span {
    font-size: 12px;
    line-height: 1.428;
  }
  .point_list li div {
    padding: 0 5.4%;
  }
  .point_list li div ul li {
    border-radius: 10px;
    font-size: 16px;
    line-height: 1.5;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    height: 70px;
  }
  .point_list li div ul li:nth-child(n+2) {
    margin-top: 10px;
  }
  .point_about_note {
    font-size: 12px;
    line-height: 1.83;
  }


}

@media screen and (min-width: 769px) {

  .point_about_wrap h2 {
    max-width: 648px;
    margin-bottom: 30px;
  }


  .point_about_wrap ul.point_list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin-bottom: 24px;
  }
  .point_list > li {
    width: 48%;
    border-radius: 20px;
    padding: 0 0 2.6%;
    display: flex;
    flex-direction: column;
  }
  .point_list > li strong {
    font-size: 24px;
    line-height: 1.42;
    min-height: 4.5em;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .point_list > li picture {
    margin: 0 auto 22px;
  }
  .point_list > li p {
    font-size: 16px;
    line-height: 1.5;
  }
  .point_list > li span {
    font-size: 14px;
    line-height: 1.428;
  }
  .point_list li div {
    padding: 0 5.4%;
    margin-top: auto;
  }
  .point_list li div ul li {
    border-radius: 10px;
    font-size: 20px;
    line-height: 1.5;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    height: 50px;
  }
  .point_list li div ul li:nth-child(n+2) {
    margin-top: 10px;
  }
  .point_about_note {
    font-size: 14px;
    line-height: 1.5;
  }


}




















/*

<section class="section_point">
  <div class="pink_bg">
    <div class="point_about_wrap">
      <div class="inner_wrap">
        <h2>
          <picture>
            <source srcset="https://www.bashamichi.co.jp/core/wp-content/themes/bashamichi_2022/images/page-app2024/point_list_head_pc.svg" media="(min-width: 768px)" width="468" height="45">
            <img src="https://www.bashamichi.co.jp/core/wp-content/themes/bashamichi_2022/images/page-app2024/point_list_head_sp.svg" alt="他にもお得なポイントが盛りだくさん！">
          </picture>
        </h2>

        <ul class="point_list">
          <li>
            <strong>ご利用ごとにポイントがたまる！<br>オリジナルグッズや<br>クーポンをゲット！</strong>
            <picture>
              <img src="https://www.bashamichi.co.jp/core/wp-content/themes/bashamichi_2022/images/page-app2024/point_img_01.png" alt="">
            </picture>
            <div>
              <p>アプリでレシート印字のQRコードを読み込んでポイントをゲット！馬車道グループオリジナルグッズやクーポンと併用できる割引券と交換できます。詳しくはアプリをご確認ください。</p>
              <span>※ポイントの取得には会員登録が必要です。<br>※ご利用金額（税込）100円ごとに、1ptを加算します。（例：1円〜99円は0pt、100円〜199円は1pt）<br>QRコードの有効期限は、レシートをご確認ください。</span>
            </div>
          </li>

          <li>
            <strong>お得なクーポンを<br>各ブランドごとに続々配信！</strong>
            <picture>
              <img src="https://www.bashamichi.co.jp/core/wp-content/themes/bashamichi_2022/images/page-app2024/point_img_02.png" alt="">
            </picture>
            <div>
              <p>ドリンクバーをはじめ前菜からメイン料理、デザートやお酒まで馬車道グループ全ブランドのお得なクーポンをご用意いたしました。</p>
              <span>※お得なクーポンのご利用には会員登録が必要です。また、プッシュ通知をONにしていただくことで、お得な情報をいち早くお届けいたします。</span>
            </div>
          </li>

          <li>
            <strong>キャンペーンやお得な情報を<br>プッシュ通知でお届け！</strong>
            <picture>
              <img src="https://www.bashamichi.co.jp/core/wp-content/themes/bashamichi_2022/images/page-app2024/point_img_03.png" alt="">
            </picture>
            <div>
              <ul>
                <li>馬車道グループの最新情報を配信！</li>
                <li>最新フェア商品・メニューが<br>見られる！</li>
                <li>便利な店舗検索！</li>
              </ul>
            </div>
          </li>
        </ul>

      </div>
    </div>
  </div>
</section>



*/








/* -----------------------------------------------
point_info_wrap
----------------------------------------------- */
.point_info_wrap {
  background: #FFE44A;
}
.point_info_wrap h2 {
  margin-inline: auto;
}
.info_paragraph p {
  text-align: center;
}
.info_paragraph p span {
  font-weight: bold;
  color: #E01F06;
}
.point_info_howto_note {
  margin-inline: auto;
}
.point_info_howto_after {
  margin-inline: auto;
}
.point_info_howto_note li {
  padding-left: 1em;
  text-indent: -1em;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .point_info_wrap {
    border-radius: 20px;
    padding: 15px 5.53% 18px;
  }
  .point_info_wrap h2 {
    margin-bottom: 12px;
  }
  .info_paragraph {
    margin-bottom: 14px;
  }
  .info_paragraph p {
    font-size: 14px;
    line-height: 1.71;
  }
  .info_paragraph p span {
    font-size: 15px;
  }
  .point_info_howto_fx {
    margin-bottom: 20px;
  }
  .point_info_howto_fx picture {
    display: block;
  }
  .point_info_howto_fx picture + picture {
    margin-top: 20px;
  }
  .point_info_howto_note {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 769px) {
  .point_info_wrap {
    border-radius: 40px;
    padding: 38px 0 48px;
  }
  .point_info_wrap h2 {
    width: 85.2%;
    margin-bottom: 16px;
  }
  .info_paragraph {
    margin-bottom: 22px;
  }
  .info_paragraph p {
    font-size: 20px;
    line-height: 1.5;
  }
  .info_paragraph p span {
    font-size: 22px;
  }
  .point_info_howto_fx {
    display: grid;
    grid-template-columns: repeat(2, 40%);
    justify-content: center;
    gap: 0 3%;
    margin-bottom: 22px;
  }
  .point_info_howto_note {
    width: 83%;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.57;
  }
  .point_info_howto_after {
    width: 85%;
  }
}






/* -----------------------------------------------
point_wrap
----------------------------------------------- */
.point_wrap {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  border: 2px solid #E8383D;
}
.point_wrap h2 {
  background: #E8383D;
  color: #fff;
  text-align: center;
}



/* .point_wrap h2 {
  width: 100%;
  position: relative;
}
.point_wrap h2 span {
  color: #fff;
  font-weight: normal;
  background-color: #E8383D;
  display: block;
  text-align: right;
  margin-top: -2px;
} */

.point_con {
  background-color: #fff;
}

.point_fx .con_item .img {
  margin: 0 auto;
}

.point_fx .con_item p {
  text-align: center;
  font-weight: bold;
}

.point_fx .con_item p span {
  color: #E8383D;
}

@media screen and (max-width: 768px) {
  .point_wrap {
    margin-top: 61px;
  }
  .point_wrap h2 {
    font-size: 20px;
    line-height: 1.4;
    padding: 0.5em 0;
  }

  /* .point_wrap h2 span {
    font-size: 0.8em;
    padding: 0 1.5em 0.5em;
  } */

  .point_con {
    /* padding: 22px 14.46% 61px; */
    padding: 22px 0 34px;
    border-radius: 0 0 10px 10px;
  }

  .point_fx .con_item {
    position: relative;
  }
  
  .point_fx .con_item:not(:first-child) {
    padding-top: 76px;
  }

  .point_fx .con_item:first-child::after,
  .point_fx .con_item:nth-child(2)::after {
    content: '';
    width: 30px;
    background-image: url(../images/page-app2024/point_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    aspect-ratio: 1 / 2;
    -webkit-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
}

  .point_fx .con_item .img {
    width: 56.58%;
    max-width: 200px;
  }
  .point_fx .con_item:last-child .img {
    width: 76.58%;
  }
  .point_fx .con_item p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.8;
  }
  .point_fx .con_item:last-child p {
    margin-top: 0;
  }
}

@media screen and (min-width: 769px) {
  .point_wrap {
    margin-top: 50px;
  }
  .point_wrap h2 {
    font-size: 30px;
    line-height: 70px;
  }
  .point_con {
    padding: 47px 0 31px;
    border-radius: 0 0 20px 20px;
  }

  .point_fx {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .point_fx .con_item {
    width: 33.3%;
    position: relative;
  }

  .point_fx .con_item:nth-child(-n+2) .img {
    width: 43.42%;
  }
  .point_fx .con_item:last-child .img {
    width: 46.77%;
  }
  .point_fx .con_item .img {
    /* width: 75.37%; */
    position: relative;
  }

  /* .point_fx .con_item:first-child::after, */
  .point_fx .con_item:nth-child(-n+2)::after {
    content: '';
    width: 34px;
    background-image: url(../images/page-app2024/point_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 130px;
    left: 100%;
    transform: translateX(-50%);
    aspect-ratio: 1 / 2;
  }

  .point_fx .con_item p {
    margin-top: 23px;
    font-size: 16px;
    line-height: 1.75;
  }
}


.point_att_wrap {}
@media screen and (max-width: 768px) {

  .point_att_wrap {
    padding: 36px 0 0;
  }
  .point_att_wrap ul li {
    font-size: 12px;
    line-height: 1.8;
  }
}

@media screen and (min-width: 769px) {

  .point_att_wrap {
    padding: 46px 0 0;
  }
  .point_att_wrap ul li {
    font-size: 14px;
    line-height: 1.5;
  }

}











/* -----------------------------------------------
install_wrap
----------------------------------------------- */
.install_heading {
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 768px) {
  .install_wrap {
    margin-top: 31px;
  }

  .install_heading {
    padding: 17px 0 17px 5px;
  }

  .install_heading .install_logo {
    width: 23.69%;
    max-width: 154px;
  }

  .install_heading h2 {
    margin-left: 33px;
    font-size: 20px;
    line-height: 1.5;
  }

  .install_links {
    margin-top: 19px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .install_links a:first-child {
    width: 42.46%;
  }
  
  .install_links a:nth-child(2) {
    width: 52.61%;
  }
}

@media screen and (min-width: 769px) {
  .install_wrap {
    margin-top: 64px;
  }

  .install_wrap .inner_wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .install_heading {
    padding: 24px 0 24px 8px;
    width: 45.2%;
  }

  .install_heading .install_logo {
    width: 23.89%;
  }

  .install_heading h2 {
    margin-left: 32px;
    font-size: 30px;
    line-height: 1.5;
  }

  .install_links {
    width: 23.6%;
    margin-left: 4.8%;
  }
  
  .install_links a {
    display: block;
  }
  
  .install_links a:nth-child(2) {
    margin-top: 5px;
  }

  .install_qr {
    width: 22.2%;
    margin-left: 2.9%;
    text-align: center;
  }
  
  .install_qr p {
    font-size: 1.07vw;
    line-height: 1.42;
    font-weight: bold;
    display: inline-block;
    position: relative;
  }
  
  .install_qr p::before {
    content: '';
    width: 1px;
    height: 105%;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: -8px;
    transform: rotate(-25deg);
  }
  
  .install_qr p::after {
    content: '';
    width: 1px;
    height: 105%;
    background-color: #000;
    position: absolute;
    bottom: 0;
    right: -8px;
    transform: rotate(25deg);
  }
  
  .install_qr img {
    width: 59.45%;
    margin: 9px auto 0;
    display: block;
  }
}

@media screen and (min-width: 1300px) {
  .install_qr p {
    font-size: 14px;
    padding: 0 .5em
  }
}

/* -----------------------------------------------
faq_wrap
----------------------------------------------- */
.faq_wrap h2 {
  width: 100%;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #DB4713;
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.faq_wrap dl {
  border-bottom: 1px solid #ADADAD;
  margin-top: 6px;
}

.faq_wrap dt {
  font-weight: 500;
  position: relative;
  /* border-bottom: 1px solid #ADADAD; */
}

.faq_wrap dt:not(:first-of-type) {
  border-top: 1px solid #ADADAD;
}

.faq_wrap dt::before {
  content: '';
  background-color: #DB4713;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.5s;
}

.faq_wrap dt::after {
  content: '';
  background-color: #DB4713;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.5s;
}

.faq_wrap dt.faq_active::before {
  background-color: #707070;
  transform: translateY(-50%) rotate(45deg);
}

.faq_wrap dt.faq_active::after {
  background-color: #707070;
  transform: translateY(-50%) rotate(45deg);
}

.faq_wrap dt i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  color: #DB4713;
  background-color: transparent;
  border-radius: 50%;
  font-style: normal;
  text-align: center;
}

.faq_wrap dd {
  font-weight: 500;
  position: relative;
  display: none;
}

.faq_wrap dd i {
  position: absolute;
  font-weight: bold;
  color: #fff;
  background-color: #DB4713;
  border-radius: 50%;
  font-style: normal;
  text-align: center;
}

.faq_wrap dd p {
  margin-top: 1em;
  text-indent: -1em;
  padding-left: 1em;
}

.faq_wrap dd ul li {
  text-indent: -2.5em;
  padding-left: 2.5em;
}
.faq_wrap dd ul li.indent_1em {
  text-indent: -1em;
  padding-left: 1em;
}

.faq_wrap dd ul li + li {
  margin-top: 1em;
}

.faq_wrap dd ul li p {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .faq_wrap {
    margin-top: 28px;
  }

  .faq_wrap h2 {
    min-height: 40px;
    border-radius: 20px;
    font-size: 20px;
  }

  /* .faq_wrap dl {
    margin-top: 11px;
  } */

  .faq_wrap dt {
    padding: 10px 38px 11px 36px;
    font-size: 12px;
    line-height: 1.58;
    min-height: 60px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .faq_wrap dt::before {
    width: 24px;
    height: 2px;
    right: 4px;
  }

  .faq_wrap dt::after {
    width: 2px;
    height: 24px;
    right: 16px;
  }

  .faq_wrap dt i {
    left: 0;
    font-size: 20px;
    width: 27px;
    height: 27px;
    line-height: 22px;
  }

  .faq_wrap dd {
    padding: 8px 38px 15px 36px;
    font-size: 12px;
    line-height: 1.58;
  }

  .faq_wrap dd i {
    top: 9px;
    left: 0;
    font-size: 20px;
    width: 27px;
    height: 27px;
    line-height: 22px;
  }
}

@media screen and (min-width: 769px) {
  .faq_wrap {
    margin-top: 77px;
  }

  .faq_wrap h2 {
    min-height: 60px;
    border-radius: 30px;
    font-size: 28px;
  }

  .faq_wrap dl {
    margin-top: 23px;
  }

  .faq_wrap dt {
    padding: 19px 52px 18px 67px;
    font-size: 16px;
    line-height: 1.5;
  }

  .faq_wrap dt::before {
    width: 28px;
    height: 2px;
    right: 10px;
  }

  .faq_wrap dt::after {
    width: 2px;
    height: 28px;
    right: 23px;
  }

  .faq_wrap dt i {
    left: 8px;
    font-size: 28px;
    width: 42px;
    height: 42px;
    line-height: 38px;
  }

  .faq_wrap dd {
    padding: 19px 52px 18px 67px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
  }

  .faq_wrap dd i {
    top: 9px;
    left: 8px;
    font-size: 28px;
    width: 42px;
    height: 42px;
    line-height: 38px;
  }
}

/* -----------------------------------------------
app_contact_wrap
----------------------------------------------- */
.app_contact_wrap h2 {
  width: 100%;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #DB4713;
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.app_contact_con .con_item {
  text-align: center;
}

.app_contact_con .con_item h3 {
  font-weight: 600;
}

.app_contact_con .con_item:first-child .item .to_form a {
  font-weight: 600;
  margin: 0 auto;
  background-color: #DB4713;
  color: #fff;
  display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
  position: relative;
}

.app_contact_con .con_item:first-child .item .to_form a::after {
  content: '';
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}

.app_contact_con .con_item:first-child .item > span {
  display: block;
}

.app_contact_con .con_item:nth-child(2) .item strong {
  font-weight: 600;
  display: block;
}

.app_contact_con .con_item:nth-child(2) .item a {
  font-weight: 600;
  display: block;
}

.app_contact_con .con_item:nth-child(2) .item > span {
  display: block;
}

@media screen and (max-width: 768px) {
  .app_contact_wrap {
    margin-top: 51px;
  }

  .app_contact_wrap h2 {
    min-height: 80px;
    border-radius: 40px;
    font-size: 20px;
    line-height: 1.5;
  }

  .app_contact_con {
    margin-top: 30px;
  }

  .app_contact_con .con_item {
    width: 100%;
  }

  .app_contact_con .con_item:first-child {
    position: relative;
    padding-bottom: 40px;
  }

  .app_contact_con .con_item:first-child::after {
    content: '';
    width: 100%;
    height: 4px;
    background-image: url(../images/page-app2023/app_contact_border_sp.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .app_contact_con .con_item h3 {
    font-size: 18px;
  }

  .app_contact_con .con_item:first-child .item {
    margin-top: 13px;
  }

  .app_contact_con .con_item:first-child .item p {
    font-size: 14px;
    line-height: 1.42;
  }

  .app_contact_con .con_item:first-child .item .to_form {
    margin-top: 19px;
  }

  .app_contact_con .con_item:first-child .item .to_form a {
    width: 210px;
    height: 52px;
    border-radius: 26px;
    font-size: 14px;
  }

  .app_contact_con .con_item:first-child .item .to_form a::after {
    width: 6px;
    height: 6px;
    right: 21px;
  }

  .app_contact_con .con_item:first-child .item > span {
    margin-top: 10px;
    font-size: 12px;
  }

  .app_contact_con .con_item:nth-child(2) {
    padding-top: 24px;
  }

  .app_contact_con .con_item:nth-child(2) .item {
    margin-top: 18px;
  }

  .app_contact_con .con_item:nth-child(2) .item strong {
    font-size: 16px;
  }

  .app_contact_con .con_item:nth-child(2) .item a {
    margin-top: 11px;
    font-size: 25px;
  }

  .app_contact_con .con_item:nth-child(2) .item a span {
    font-size: 16px;
  }

  .app_contact_con .con_item:nth-child(2) .item > span {
    margin-top: 8px;
    font-size: 12px;
  }
}

@media screen and (min-width: 769px) {
  .app_contact_wrap {
    margin-top: 108px;
  }

  .app_contact_wrap h2 {
    min-height: 60px;
    border-radius: 30px;
    font-size: 28px;
  }

  .app_contact_con {
    margin-top: 35px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
  }

  .app_contact_con::after {
    content: '';
    width: 4px;
    height: 100%;
    background-image: url(../images/page-app2023/app_contact_border.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .app_contact_con .con_item {
    width: 47%;
  }

  .app_contact_con .con_item h3 {
    font-size: 24px;
  }

  .app_contact_con .con_item:first-child .item {
    margin-top: 39px;
  }

  .app_contact_con .con_item:first-child .item p {
    font-size: 16px;
    line-height: 1.5;
  }

  .app_contact_con .con_item:first-child .item .to_form {
    margin-top: 27px;
  }

  .app_contact_con .con_item:first-child .item .to_form a {
    width: 280px;
    height: 70px;
    border-radius: 35px;
    font-size: 18px;
  }

  .app_contact_con .con_item:first-child .item .to_form a::after {
    width: 8px;
    height: 8px;
    right: 24px;
  }

  .app_contact_con .con_item:first-child .item > span {
    margin-top: 20px;
    font-size: 16px;
  }

  .app_contact_con .con_item:nth-child(2) .item {
    margin-top: 43px;
  }

  .app_contact_con .con_item:nth-child(2) .item strong {
    font-size: 20px;
  }

  .app_contact_con .con_item:nth-child(2) .item a {
    margin-top: 13px;
    font-size: 40px;
  }

  .app_contact_con .con_item:nth-child(2) .item a span {
    font-size: 30px;
  }

  .app_contact_con .con_item:nth-child(2) .item > span {
    margin-top: 13px;
    font-size: 16px;
  }
}