@charset "utf-8";
article {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #1c1c1c;
  font-size: 16px;
  line-height: 1.618;
  padding: 0;
}
.tx_pink {
  color: #f3185f;
}
.tx_orange {
  color: #EB6C01;
}
a {
  transition: 0.24s ease;
}
#main_visual {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}
#main_visual h1 {
  width: 100%;
  margin: 0 auto 0;
  text-align: center;
}
#main_visual h1 img {
  width: 100%;
  height: auto;
}
/*-------メインコンテンツ-------*/
.contents {
  padding: 32px 0;
}
#Service, #Flow, #Howto {
  background: #F7F0F0;
  text-align: center;
}
.tit-h2 img {
  height: 34px;
  width: auto;
  margin-bottom: 12px;
}
.subti {
  font-size: 1.2em;
}
.box-service {
  border: solid 3px #000;
  background: #fff;
  border-radius: 16px;
  padding: 0 20px;
  font-weight: bold;
}
.box-service li {
  padding: 8px;
}
.box-service li span.square {
  display: block;
  background: #EFD7DD;
  padding: 6px;
  width: 150px;
  margin: 10px auto;
  border-radius: 6px;
}
.box-service li:first-child {
  border-bottom: dashed 1px #ccc;
}
small {
  line-height: 1.5em;
  display: inline-block;
}
.txt-sm-left {
  text-align: left;
	display: block;
}
.box-flow {
  width: 85%;
  margin: 0 auto;
  font-weight: bold;
}
.box-flow div {
  position: relative;
  margin-top: 60px;
}
.box-flow div::after {
  position: absolute;
  content: "";
  background: url(/static/img/feature/qrcode/arrow-flow-sm.png) no-repeat;
  width: 62px;
  height: 34px;
  background-size: contain;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  bottom: -50px;
  left: 50%;
}
.box-flow div:first-child {
  margin-top: 0;
}
.box-flow div:last-child::after {
  display: none;
}
#Howto h3 {
  font-size: 1em;
  font-weight: bold;
  border-top: 2px solid #1c1c1c;
  border-bottom: 2px solid #1c1c1c;
  line-height: 3.0em;
  margin: 20px auto;
}
.tab-howto {
  margin: 40px auto 20px;
  width: 100%;
}
.nav-tabs {
  border: none;
  justify-content: space-between;
}
.tab-howto .nav-item {
  width: 49%;
}
.tab-howto .nav-item a {
  border: 2px solid #000 !important;
	font-weight: bold;
  border-radius: 8px;
  color: #000;
  background: #FFF;
  padding: 10px 0;
  font-size: 0.9em;
}
.nav-tabs.tab-howto .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background: #000;
  color: #FFF;
}
#box-howto {
  margin-bottom: 60px;
}
.box-qrcode div {
  position: relative;
  margin-top: 30px;
}
.box-qrcode div::after {
  position: absolute;
  content: "";
  background: url(/static/img/feature/qrcode/arrow-howto-sm.png) no-repeat;
  width: 39px;
  height: 48px;
  background-size: contain;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  bottom: -60px;
  left: 50%;
}
.box-qrcode div:first-child {
  margin-top: 0;
}
.box-qrcode div:last-child::after {
  display: none;
}
.txt-show {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 0 20px;
  margin: 40px auto 0;
}
.txt-show:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 3px;
  height: 60%;
  background: #000;
  border-radius: 3px;
  transform: rotate(-35deg);
}
.txt-show:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 3px;
  height: 60%;
  background: #000;
  border-radius: 3px;
  transform: rotate(35deg);
}
.box-qrcode .box-iphone {
  width: 100%;
  text-align: center;
  background: #fff;
  margin-top: 20px;
  padding: 20px 0 0;
}
.box-qrcode .box-iphone img {
  margin: 0 auto;
}
#Faq {
  background: #EEAFBF;
  padding-bottom: 40px;
  text-align: center;
}
#faq-accordion .card {
  border: none;
}
#faq-accordion .card + .card {
  margin-top: 24px;
}
#faq-accordion .num-label {
  font-size: 20px;
  left: 15px;
  color: #000;
  background: #F7F0F0;
  padding: 16px 0;
  margin-right: 0;
  border-radius: 8px;
  width: 50px;
  text-align: center;
}
#faq-accordion .card-header {
  border: none;
}
#faq-accordion .card-header button {
  padding: 30px 10px;
  position: relative;
  width: 100%;
  text-align: left;
  cursor: pointer;
  background: #fff;
  box-shadow: 1px 1px 4px 1px rgb(0 0 0 / 5%);
  border: none;
  border-radius: 4px;
}
#faq-accordion .card-header .faq-ttl {
  display: block;
  margin-left: 65px;
  padding-right: 48px;
  font-size: 15px;
  font-weight: 400;
  color: #343333;
}
#faq-accordion .card-header button:before {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  font-weight: 900;
  width: 24px;
  height: 24px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background: #000;
  color: #FFF;
}
#faq-accordion .card-header button.collapsed:before {
  content: "\f078";
  background: #000;
  color: #fff;
}
#faq-accordion .card-body {
  padding: 24px 24px 24px 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
span.answer {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  background: #F7F0F0;
  padding: 8px 18px;
  margin-right: 8px;
  border-radius: 8px;
}
ul.note {
  font-size: 13px;
  font-weight: normal;
  text-align: left;
}
#faq-accordion .card-body p {
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
}
#faq-accordion .card-body p span {
  font-size: 13px;
  display: block;
}
#faq-accordion .card-body p + p {
  margin-top: 20px;
}
.bottom_illust {
  margin-top: 24px;
  width: 100%;
  height: 125px;
  background: url(/static/img/feature/otasukedm/bg_bus_dm_city.svg) 50% 100% no-repeat;
  background-size: cover;
}
.inview {
  opacity: 0;
  transition: 0.24s ease 0.24s;
  position: relative;
  bottom: -1em;
  transform: rotate(-10deg) scale(0.5);
}
.bounce {
  opacity: 1;
  bottom: 0em;
  transform: rotate(0deg) scale(1);
}
/*--------タブレット以上のサイズに適応するスタイル---------*/
@media screen and (min-width:768px) {
  .contents {
    padding: 64px 0;
  }
  .tit-h2 img {
    height: 45px;
    width: auto;
    margin-bottom: 20px;
  }
  .txt-sm-left {
    text-align: center;
  }
  .box-service {
    width: 80%;
    margin: 0 auto;
    min-width: 680px;
  }
  .box-service li {
    text-align: left;
    font-size: 20px;
    display: flex;
    width: 100%;
    align-items: center;
  }
  .box-service li span.square {
    display: inline-block;
    text-align: center;
    margin-right: 4%;
    font-size: 16px;
    width: 22%;
  }
  .box-service li span.txt-service {
    width: 80%;
  }
  .box-service li small {
    font-size: 13px;
  }
  ul.note {
    width:100%;
    margin: 0 auto;
	  max-width: 800px;
  }
  .box-flow {
    width: 100%;
    margin: 0 auto;
  }
  .box-flow div {
    position: relative;
    margin-top: 0;
    padding-right: 40px;
  }
  .box-flow div::after {
    position: absolute;
    content: "";
    background: url(/static/img/feature/qrcode/arrow-flow-pc.png) no-repeat;
    width: 28px;
    height: 60px;
    background-size: contain;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    top: 35%;
    left: 96%;
  }
  .box-flow div:first-child {
    margin-top: 0;
  }
  .box-flow div:last-child::after {
    display: none;
  }
	
.tab-howto {
  margin: 60px auto 40px;
  width: 100%;
}	
  .box-qrcode {
    align-items: center;
  }
  .box-qrcode div {
    position: relative;
    margin-top: 0;
    padding-right: 40px;
  }
  .box-qrcode div::after {
    position: absolute;
    content: "";
    background: url(/static/img/feature/qrcode/arrow-howto-pc.png) no-repeat;
    width: 88px;
    height: 62px;
    background-size: contain;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    top: 50%;
    left: 112%;
  }
  .box-qrcode div:first-child {
    margin-top: 0;
  }
  .box-qrcode div:last-child {
    padding-right: 0;
    padding-top: 0;
  }
  .box-qrcode div:last-child::after {
    display: none;
  }
  .box-qrcode div img {
    max-width: 95%;
  }
  .txt-show {
    margin-top: 0;
  }
  .box-qrcode .box-iphone {
    background-color: transparent;
  }
  .box-qrcode .box-iphone img {
    width: 40%;
    height: auto;
  }
  #Faq {
    padding-bottom: 60px;
  }
  #faq-accordion .card + .card {
    margin-top: 36px;
  }
  #faq-accordion .card-header button {
    padding: 30px 60px;
  }
  #faq-accordion .num-label {
    left: 30px;
    color: #000;
    background: #F7F0F0;
    padding: 16px 0;
    margin-right: 26px;
    border-radius: 8px;
    width: 70px;
    text-align: center;
  }
  #faq-accordion .card-header .faq-ttl {
    font-size: 18px;
    padding-right: 20px;
  }
  #faq-accordion .card-header button:before {
    width: 50px;
    height: 50px;
  }
  #faq-accordion .card-body {
    padding: 24px 24px 24px 32px;
  }
  span.answer {
    margin-right: 18px;
    font-size: 26px;
    padding: 8px 16px;
    width: 70px;
    text-align: center;
  }
  #faq-accordion .card-body p {
    font-size: 16px;
  }
  #faq-accordion .card-body p span {
    font-size: 14px;
  }
  .bottom_illust {
    height: 250px;
    background-size: contain;
  }
}
@media screen and (min-width:992px) {
  .steps + .col-lg-1 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .d_chevron {
    transform: rotate(0deg);
  }
}
.note-trademark {
	padding: 20px 0;
	text-align: center;
	background: #F7F0F0;
	font-size: 12px;
}