@charset "UTF-8";
body {
  font-family: YakuHanJPs, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, メイリオ, Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, sans-serif;
}

.u-only_pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .u-only_pc {
	display: none !important;
  }
}
.u-only_sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-only_sp {
	display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .u-only_sp_mt20 {
	margin-top: 20px;
  }
}

.l-inner-app {
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
.l-inner-app.swiper-bottom {
  position: relative;
  margin: unset;
}
@media screen and (max-width: 767px) {
  .l-inner-app.swiper-bottom {
	margin: 0 15px;
	padding: 10px;
  }
}

.c-center {
  text-align: center;
}

.c-ttl-app {
  font-size: 3.6rem;
  line-height: 1.6;
  font-weight: 700;
  padding-bottom: 16px;
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .c-ttl-app {
	font-size: 3rem;
	padding-bottom: 10px;
	margin: 0 auto 30px;
	line-height: 1.5;
  }
}
.c-ttl-app::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  background: -webkit-gradient(linear, left top, right top, from(#E30B1C), to(#FC5D01));
  background: linear-gradient(to right, #E30B1C, #FC5D01);
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
		  transform: translateX(-50%);
}
.c-ttl-app .red {
  color: #E7380D;
}
.c-ttl-app .large {
  font-size: 6rem;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-ttl-app .large {
	font-size: 5rem;
	line-height: 1;
  }
}

.c-txt_attention {
  text-indent: unset !important;
  max-width: 1190px;
  margin: 0 auto;
  font-weight: 500;
}
.c-txt_attention.swiper-attention {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .c-txt_attention.swiper-attention {
	margin: 36px 15px 0;
  }
}
.c-txt_dots {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-bottom: 14px;
  font-weight: 700;
}
.c-txt_dots.tbl {
  margin-top: 20px;
}

.c-btn-app {
  width: 100%;
}
.c-btn-app a {
  display: block;
  background-color: #E30A1B;
  border-radius: 40px;
  border: 1px solid #E30A1B;
  color: #FFFFFF;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.65;
  font-weight: 700;
  padding: 16px 0 16px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  z-index: 1;
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}
@media screen and (max-width: 767px) {
  .c-btn-app a {
	text-align: left;
	padding: 11px 0 11px 54px;
  }
}
.c-btn-app a::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
		  transform: translateY(-50%);
  left: 20px;
  display: inline-block;
  background-image: url("../img/app-arrow-wht.svg");
  background-size: 100%;
  vertical-align: middle;
  -webkit-transition: width 500ms ease-out;
  transition: width 500ms ease-out;
}
.c-btn-app a:hover {
  color: #E30A1B;
  background-color: #fff;
}
.c-btn-app a:hover::before {
  background-image: url("../img/app-arrow-red.svg");
  background-size: 100%;
}
.c-btn-app.smart {
  margin-top: 35px;
  width: auto;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-btn-app.smart {
	margin-top: 10px;
	max-width: unset;
	width: 100%;
  }
}
.c-btn-app.smart a {
  padding: 16px 48px;
}
@media screen and (max-width: 767px) {
  .c-btn-app.smart a {
	padding: 15px 0 15px 54px;
  }
}
.c-btn-app.customer {
  max-width: 560px;
  width: 47%;
}
@media screen and (max-width: 767px) {
  .c-btn-app.customer {
	width: 100%;
	max-width: unset;
	padding: 15px;
  }
}
.c-btn-app.customer a {
  font-size: 2.4rem;
  line-height: 1.6;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .c-btn-app.customer a {
	font-size: 1.8rem;
	padding: 15px 0 15px 54px;
  }
}
.c-btn-app.faq {
  max-width: 870px;
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-btn-app.faq {
	width: 92%;
  }
}
.c-btn-app.faq a {
  font-size: 2.4rem;
  line-height: 1.6;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .c-btn-app.faq a {
	text-align: left;
	padding: 11px 0 11px 54px;
	font-size: 1.6rem;
  }
}
.c-btn-app.faq a::before {
  width: 20px;
  height: 20px;
  left: 30px;
}
@media screen and (max-width: 767px) {
  .c-btn-app.faq a::before {
	width: 16px;
	height: 16px;
  }
}

.c-link-app {
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .c-link-app {
	margin-top: 15px;
  }
}
.c-link-app_footer {
  margin-top: 33px;
  width: 172px;
}
@media screen and (max-width: 767px) {
  .c-link-app_footer {
	margin-top: 24px;
  }
}
.c-link-app_footer a {
  position: relative;
  display: block;
  color: #FFF;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 2px solid #FFF;
  border-radius: 20px;
  padding: 3px 17px 3px 39px;
}
@media screen and (max-width: 767px) {
  .c-link-app_footer a {
	border: 1px solid;
	padding: 5px 17px 5px 39px;
  }
}
.c-link-app_footer a::before {
  background-image: url("../img/app-arrow-wht.svg");
  background-size: cover;
  width: 16px;
  height: 16px;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
		  transform: translateY(-50%);
  left: 17px;
}
.c-link-app_footer a:hover {
  background-color: #FFF;
  color: #E30B1C;
}
.c-link-app_footer a:hover::before {
  background-image: url(../img/app-arrow-red.svg);
}
.c-link-app.customer {
  width: 23%;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .c-link-app.customer {
	width: 100%;
  }
}
.c-link-app.customer a {
  line-height: 2;
}
.c-link-app.attention {
  margin-top: 0;
  margin-left: 1em;
}
.c-link-app.attention a {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .c-link-app.attention a {
	padding-left: 35px;
  }
}
.c-link-app.guide {
  margin-top: 0;
}

.c-list_customer li {
  max-width: 880px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.75;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .c-list_customer li {
	font-size: 1.4rem;
	margin-bottom: 15px;
  }
}
.c-list_customer li ul li {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 5px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-list_customer li ul li {
	font-size: 1.4rem;
	margin-bottom: 2px;
  }
}

.c-download {
  margin-top: 100px;
  background: -webkit-gradient(linear, left top, right top, from(#E30B1C), to(#F95405));
  background: linear-gradient(to right, #E30B1C, #F95405);
  padding-top: 70px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-download {
	margin-top: 60px;
	padding-top: 40px;
  }
}
.c-download_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
	  -ms-flex-direction: row-reverse;
		  flex-direction: row-reverse;
  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-download_flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
  }
}
.c-download_img {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .c-download_img {
	width: 50%;
	margin: 22px auto 0;
  }
}
.c-download_unit {
  width: 68%;
}
@media screen and (max-width: 767px) {
  .c-download_unit {
	width: 100%;
  }
}
.c-download_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-download_ttl_img {
  display: block;
  width: 150px;
  height: 150px;
  margin-right: 35px;
}
@media screen and (max-width: 767px) {
  .c-download_ttl_img {
	width: 100px;
	height: 100px;
	margin-right: 10px;
  }
}
.c-download_ttl_main {
  display: block;
  font-size: 7.5rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-download_ttl_main {
	font-size: 4.6rem;
  }
}
.c-download_ttl_sub {
  display: block;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  line-height: 1.6;
  text-align: center;
  padding: 5px 0;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .c-download_ttl_sub {
	font-size: 1.8rem;
	letter-spacing: normal;
  }
}
.c-download_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
  margin-top: 26px;
}
@media screen and (max-width: 767px) {
  .c-download_box {
	margin-top: 15px;
  }
}
.c-download_item {
  width: 50%;
  max-width: 380px;
}
@media screen and (max-width: 767px) {
  .c-download_item {
	width: 48%;
  }
}
.c-download_item_bg {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
		  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
  padding: 26px 18px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	  -ms-flex-pack: center;
		  justify-content: center;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
  height: 156px;
  margin-bottom: 9px;
}
@media screen and (max-width: 767px) {
  .c-download_item_bg {
	height: 70px;
	padding: auto;
	position: relative;
  }
}
.c-download_item_link {
  margin-right: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .c-download_item_link {
	margin-right: unset;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
  }
  .c-download_item_link.ios {
	width: 80%;
  }
  .c-download_item_link.google {
	width: 90%;
  }
}
.c-download_item_link:hover {
  opacity: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-download_item_ttl {
  font-size: 1.8rem;
  line-height: 1.75;
  margin-bottom: 6px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-download_item_ttl {
	font-size: 1.4rem;
	margin-bottom: 0px;
	line-height: 2.3;
  }
}
.c-download_attention {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.02em;
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-download_attention {
	font-size: 1.1rem;
	line-height: 1.45;
	margin-top: 8px;
	display: block;
	letter-spacing: normal;
  }
}

.c-slider_phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 85px;
  -webkit-box-pack: start;
	  -ms-flex-pack: start;
		  justify-content: flex-start;
  -webkit-box-align: stretch;
	  -ms-flex-align: stretch;
		  align-items: stretch;
}
.c-slider_phone.guide {
  margin-left: 0;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .c-slider_phone.guide {
	padding-bottom: 20px;
	margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-slider_phone {
	width: 100%;
	margin: 0 auto 30px;
  }
}
.c-slider_phone .swiper-slide {
  height: auto;
}
.c-slider_phone li {
  padding-top: 40px;
  position: relative;
  display: inline-block;
  width: 330px;
  margin-right: 80px;
}
@media screen and (max-width: 767px) {
  .c-slider_phone li {
	width: 100% !important;
	margin: 0 auto;
  }
}
.c-slider_phone li::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 53px;
  background-image: url(../img/flow-red.svg);
  background-size: cover;
  top: 315px;
  right: -58px;
}
@media screen and (max-width: 767px) {
  .c-slider_phone li::after {
	display: none;
  }
}
.c-slider_phone li:last-child::after {
  display: none;
}
.c-slider_phone_box {
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
		  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
  padding: 60px 35px 20px;
  width: 330px;
  margin-right: 84px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-slider_phone_box {
	padding: 60px 15px 30px;
	width: 100%;
	margin-right: unset;
	-webkit-box-shadow: 0px 10px 21px rgba(0, 0, 0, 0.16);
			box-shadow: 0px 10px 21px rgba(0, 0, 0, 0.16);
  }
}
.c-slider_phone_img {
  width: 100%;
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .c-slider_phone_img {
	padding: 0 35px;
  }
}
.c-slider_phone_number {
  position: absolute;
  top: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
		  transform: translateX(-50%);
  font-family: "Poppins", sans-serif;
  font-size: 7.2rem;
  font-weight: 600;
  line-height: 1;
  color: rgba(231, 56, 13, 0.5);
}
.c-slider_phone_number span {
  font-size: 48px;
  padding-left: 14px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-slider_phone_number span {
	font-size: 40px;
	padding-left: 9px;
  }
}
@media screen and (max-width: 767px) {
  .c-slider_phone_number {
	font-size: 6.8rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
  }
}

.swiper {
  margin: 0 auto 60px;
  padding: 0 15px;
  margin-left: calc((100% - 1190px) / 2);
  width: calc(100% - ((100% - 1190px) / 2));
}
@media screen and (max-width: 767px) {
  .swiper {
	margin: auto;
	width: 100%;
  }
}

.swiper-pagination-progressbar {
  width: 85% !important;
  max-width: 1000px;
  height: 4px;
  left: 0;
  top: unset !important;
  bottom: 23px !important;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-progressbar {
	width: 60% !important;
	bottom: 9px !important;
  }
}

.swiper-pagination-progressbar-fill {
  background-color: #E30B1C !important;
}

.swiper-button-next {
  right: 15px;
  left: auto;
  bottom: 0;
  top: unset;
  -webkit-transform: rotate(180deg);
		  transform: rotate(180deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
	right: 30px;
  }
}
.swiper-button-next:hover {
  opacity: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.swiper-button-prev {
  right: 85px;
  left: auto;
  bottom: 0;
  top: unset;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
	right: 70px;
  }
}
.swiper-button-prev:hover {
  opacity: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.swiper-button-next,
.swiper-button-prev {
  background-image: url(../img/slider-arrow.svg);
  width: 50px;
  height: 50px;
  background-size: cover;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .swiper-button-next,
.swiper-button-prev {
	width: 30px;
	height: 30px;
  }
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.app {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .app {
	font-size: 1.4rem;
  }
}
.app a {
  line-height: 1.6;
}

.app-content {
  margin-bottom: 0;
  padding-bottom: 0 !important;
  overflow-x: hidden;
}

.app-top {
  position: relative;
}
.app-top::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 450px;
  background-color: #ACF4FC;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .app-top::before {
	height: 80%;
  }
}
.app-top_inner {
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  height: 550px;
}
@media screen and (max-width: 767px) {
  .app-top_inner {
	height: 160vw;
  }
}
@media screen and (max-width: 375px) {
  .app-top_inner {
	height: 170vw;
  }
}
@media screen and (max-width: 767px) {
  .app-top_inner.smart {
	height: 90vh;
	min-height: 600px;
  }
}
.app-top_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .app-top_flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
  }
}
.app-top_main {
  width: 48%;
  margin-top: 62px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .app-top_main {
	width: 100%;
	margin-top: 22px;
  }
}
.app-top_main::before {
  position: absolute;
  content: "";
  width: 150px;
  height: 150px;
  background-position: center;
  background-image: url(../img/main-ttl-org.png);
  top: 0;
  right: 0;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .app-top_main::before {
	width: 90px;
	height: 90px;
  }
}
.app-top_main_ttl {
  width: 64%;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .app-top_main_ttl {
	width: 68%;
	max-width: 268px;
  }
}
.app-top_main_txt {
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .app-top_main_txt {
	font-size: 1.6rem;
  }
}
.app-top_right {
  width: 64%;
  position: absolute;
  right: -120px;
  bottom: 0;
}
@media screen and (max-width: 1400px) {
  .app-top_right {
	right: -15px;
  }
}
@media screen and (max-width: 767px) {
  .app-top_right {
	width: 100%;
	right: 0;
	z-index: -1;
  }
}
.app-top_download {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
  background-color: #fff;
  border-radius: 30px;
  width: 580px;
  padding: 36px 37px;
  -webkit-box-shadow: 30px 15px 15px rgba(0, 0, 0, 0.16);
		  box-shadow: 30px 15px 15px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .app-top_download {
	width: 100%;
	-webkit-box-shadow: none;
			box-shadow: none;
	border-radius: unset;
	padding: 7px;
	bottom: -70px;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
  }
}
.app-top_download_ios {
  width: 217px;
  transition: 0.4s;
}
.app-top_download_ios:hover {
  transition: 0.4s;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .app-top_download_ios {
	width: 38%;
	margin-right: 10px;
  }
}
.app-top_download_google {
  width: 268px;
  transition: 0.4s;
}
.app-top_download_google:hover {
  transition: 0.4s;
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .app-top_download_google {
	width: 46%;
  }
}

.app-news {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .app-news {
	margin-top: 100px;
  }
}
.app-news_box {
  margin: 0 auto;
  width: 100%;
  border: 2px solid #E30A1B;
  background-color: #FFF0F0;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .app-news_box {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
	padding: 16px 15px 6px;
  }
}
.app-news_ttl {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
  color: #E30B1C;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .app-news_ttl {
	font-size: 1.8rem;
	text-align: center;
	margin-right: unset;
  }
}

.app-about {
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .app-about {
	margin-top: 55px;
  }
}
.app-about_box {
  position: relative;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .app-about_box {
	padding: 51px 0 60px;
  }
}
.app-about_box::after {
  position: absolute;
  content: "01";
  font-size: 30rem;
  line-height: 1;
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  bottom: -45px;
  right: 0;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .app-about_box::after {
	font-size: 8rem;
	bottom: -12px;
  }
}
.app-about_box.inquiry {
  background-color: #FFF0F0;
}
.app-about_box.inquiry .app-about_box_flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
	  -ms-flex-direction: row-reverse;
		  flex-direction: row-reverse;
}
.app-about_box.smart {
  background-color: #fff;
}
.app-about_box.smart::after {
  content: "02";
  color: #FFF0F0;
  left: 0;
  right: unset;
  bottom: -48px;
}
@media screen and (max-width: 767px) {
  .app-about_box.smart::after {
	bottom: -13px;
  }
}
.app-about_box.transfer {
  background-color: #FFF0F0;
}
.app-about_box.transfer::after {
  content: "03";
}
.app-about_box.transfer .app-about_box_flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
	  -ms-flex-direction: row-reverse;
		  flex-direction: row-reverse;
}
.app-about_box.service {
  background-color: #fff;
}
.app-about_box.service::after {
  content: "04";
  color: #FFF0F0;
  left: 0;
  right: unset;
}

.app-about_box.opening {
  background-color: #FFF0F0;
}
.app-about_box.opening::after {
  content: "05";
}
.app-about_box.opening .app-about_box_flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
	  -ms-flex-direction: row-reverse;
		  flex-direction: row-reverse;
}

.app-about_box_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
}
@media screen and (max-width: 767px) {
  .app-about_box_flex {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
			flex-direction: column !important;
  }
}
.app-about_box_img {
  width: 59%;
}
@media screen and (max-width: 767px) {
  .app-about_box_img {
	width: 100%;
  }
}
.app-about_box_unit {
  width: 39%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .app-about_box_unit {
	width: 100%;
	margin-bottom: 22px;
  }
}
.app-about_box_ttl {
  font-size: 3.6rem;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  .app-about_box_ttl {
	font-size: 2.2rem;
	margin-bottom: 10px;
  }
}
.app-about_box_txt {
  line-height: 2;
}

.slider {
  background: -webkit-gradient(linear, left top, right top, from(#E30B1C), to(#FC5D01));
  background: linear-gradient(to right, #E30B1C, #FC5D01);
  padding: 75px 0 27px;
}
@media screen and (max-width: 767px) {
  .slider {
	padding: 40px 0 31px;
  }
}
.slider ul {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.slick-list {
  padding-bottom: 0 !important;
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute;
  /*絶対配置にする*/
  top: 50%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  background-image: url("../img/slider.svg");
  background-size: cover;
  height: 50px;
  width: 50px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateY(-50%);
		  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .slick-prev,
.slick-next {
	top: unset;
	bottom: 9px;
	-webkit-transform: unset;
			transform: unset;
	width: 30px;
	height: 30px;
  }
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: -9%;
}
@media screen and (max-width: 767px) {
  .slick-prev {
	left: 0;
  }
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: -9%;
  -webkit-transform: translateY(-50%) rotate(180deg);
		  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 767px) {
  .slick-next {
	right: 0;
	-webkit-transform: rotate(180deg);
			transform: rotate(180deg);
  }
}

/*ドットナビゲーションの設定*/
.slick-dots {
  text-align: center;
  padding: 30px 0 0 0 !important;
}

.slick-dots li {
  display: inline-block;
  margin: 0 9px;
}
@media screen and (max-width: 767px) {
  .slick-dots li {
	margin: 0px 6px;
  }
}
.slick-dots li::after {
  display: none;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 16px;
  /*ドットボタンのサイズ*/
  height: 16px;
  /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  /*ドットボタンの色*/
  border: unset;
  padding: 8px;
}
@media screen and (max-width: 767px) {
  .slick-dots button {
	width: 12px !important;
	height: 12px !important;
	padding: 6px;
  }
}

.slick-dots .slick-active button {
  background: #FFF;
  /*ドットボタンの現在地表示の色*/
}

.app-customer {
  margin-top: 120px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .app-customer {
	margin-top: 60px;
  }
}
.app-customer li {
  list-style: none;
}
.app-customer.guide {
  margin-top: 60px;
}
.app-customer_guide {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .app-customer_guide {
	margin-bottom: 40px;
  }
}
.app-customer_box {
  max-width: 1190px;
  margin: 0 auto 60px;
  padding: 0 15px;
  width: 100%;
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  .app-customer_box {
	margin-bottom: 40px;
	padding: unset;
  }
}
.app-customer_box.slider-bg {
  max-width: 1210px;
  width: 100%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .app-customer_box.slider-bg {
	margin-bottom: 40px;
	padding: unset;
  }
}
.app-customer_box_ttl {
  padding: 15px 30px;
  background: -webkit-gradient(linear, left top, right top, from(#E30B1C), to(#FC5D01));
  background: linear-gradient(to right, #E30B1C, #FC5D01);
  border-radius: 10px;
  font-size: 2.4rem;
  line-height: 1.6;
  color: #fff;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 767px) {
  .app-customer_box_ttl {
	font-size: 1.8rem;
	border-radius: unset;
	padding: 11px 15px;
  }
}
.app-customer_box_ttl::after {
  position: absolute;
  content: "";
  background-image: url("../img/acordion_close.svg");
  background-size: 100%;
  width: 30px;
  height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
		  transform: translateY(-50%);
  right: 20px;
  z-index: 100;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
}
@media screen and (max-width: 767px) {
  .app-customer_box_ttl::after {
	width: 20px;
	height: 20px;
  }
}
.app-customer_box_ttl.close::after {
  background-image: url("../img/acordion_open.svg");
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
}
.app-customer_box_unit {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .app-customer_box_unit {
	padding: 0 15px;
	margin-top: 10px;
  }
}
.app-customer_box_txt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .app-customer_box_txt {
	font-size: 1.6rem;
	margin-bottom: 10px;
  }
}
.app-customer_box_attention {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .app-customer_box_attention {
	font-size: 1.2rem;
  }
}
.app-customer_box_tbl {
  margin-bottom: 34px;
  margin-top: unset;
}
.app-customer_box_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .app-customer_box_flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
  }
}
.app-customer .app-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
	  -ms-flex-align: center;
		  align-items: center;
  margin-top: 36px;
  height: 650px;
  position: relative;
}
.app-customer .app-flow::after {
  position: absolute;
  content: "";
  top: 0;
  left: 49.7%;
  background-image: url("../img/iphone_pc.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  width: 26%;
  height: 100%;
  margin-top: 10px;
}
@media screen and (max-width: 1204px) {
  .app-customer .app-flow::after {
	left: 50.5%;
  }
}
@media screen and (max-width: 767px) {
  .app-customer .app-flow::after {
	top: 0%;
	left: 50%;
	width: 43%;
	height: 100%;
	display: block;
	margin-top: 0;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
  }
}
@media screen and (max-width: 670px) {
  .app-customer .app-flow::after {
	top: 52%;
	left: 50%;
	width: 47%;
	height: 102%;
	display: block;
	margin-top: 0;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) and (max-width: 320px) {
  .app-customer .app-flow::after {
	height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .app-customer .app-flow {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
			flex-direction: column-reverse;
	margin-top: 22px;
	height: unset;
  }
}
.app-customer .app-flow .swiper-container {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .app-customer .app-flow .swiper-container {
	width: 100%;
  }
}
.app-customer .slider-thumbnail {
  max-width: 560px;
  margin-right: 0;
  margin-left: unset;
}
@media screen and (max-width: 767px) {
  .app-customer .slider-thumbnail {
	margin-top: 30px;
  }
}
.app-customer .slider-thumbnail .swiper-slide {
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
  opacity: 0 !important;
}
.app-customer .slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1 !important;
}
.app-customer .slider-now {
  position: relative;
  margin-left: unset;
}
.app-customer .slider-now .swiper-pagination {
  width: 171px;
  left: 90px;
  bottom: 7px;
}
@media screen and (max-width: 767px) {
  .app-customer .slider-now .swiper-pagination {
	left: 50%;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
  }
}
.app-customer .slider-now .swiper-pagination-bullet {
  background: #F1EEE6;
  width: 16px;
  height: 16px;
  opacity: 1;
  display: inline-block;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .app-customer .slider-now .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
  }
}
.app-customer .slider-now .swiper-pagination-bullet:last-child {
  margin-left: 0;
}
.app-customer .slider-now .swiper-pagination-bullet-active {
  background: -webkit-gradient(linear, left top, right top, from(#E30B1C), to(#FC5D01));
  background: linear-gradient(to right, #E30B1C, #FC5D01);
}
.app-customer .slider-now .swiper-slide {
  opacity: 0.4;
  -webkit-transform: scale(0.8);
		  transform: scale(0.8);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .app-customer .slider-now .swiper-slide {
	opacity: 0;
  }
}
.app-customer .slider-now .swiper-slide img {
  max-width: 86%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 767px) {
  .app-customer .slider-now .swiper-slide img {
	margin: 0 auto;
	width: 100%;
	display: block;
  }
}
.app-customer .slider-now .swiper-slide.swiper-slide-active {
  opacity: 1;
  -webkit-transform: scale(1);
		  transform: scale(1);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  max-width: 310px;
}
@media screen and (max-width: 767px) {
  .app-customer .slider-now .swiper-slide.swiper-slide-active {
	max-width: unset;
  }
}
.app-customer .slider-now .swiper-slide.swiper-slide-active img {
  margin-left: 45px;
  border-radius: 40px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .app-customer .slider-now .swiper-slide.swiper-slide-active img {
	margin-left: 12px;
	width: 100%;
	display: block;
	border-radius: 17px;
	margin-top: 1px;
  }
}
.app-customer .slider-now .swiper-bottom {
  position: relative;
  width: 100%;
  height: 50px;
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .app-customer .slider-now .swiper-bottom {
	position: unset;
  }
}
.app-customer .slider-now .swiper-bottom .swiper-button-prev {
  left: 0px;
  right: unset;
}
@media screen and (max-width: 767px) {
  .app-customer .slider-now .swiper-bottom .swiper-button-prev {
	bottom: unset;
	top: 50%;
  }
}
.app-customer .slider-now .swiper-bottom .swiper-button-prev:hover {
  opacity: 0.7;
}
.app-customer .slider-now .swiper-bottom .swiper-button-next {
  left: 300px;
  right: unset;
}
@media screen and (max-width: 767px) {
  .app-customer .slider-now .swiper-bottom .swiper-button-next {
	bottom: unset;
	top: 50%;
	left: unset;
	right: 0;
  }
}
.app-customer .slider-now .swiper-bottom .swiper-button-next:hover {
  opacity: 0.7;
}
.app-customer .slider-now .swiper-wrapper {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .app-customer .slider-now .swiper-wrapper {
	padding-bottom: 18px;
  }
}
.app-customer_slider_img {
  width: 100%;
  max-width: 310px;
  margin: unset;
}
@media screen and (max-width: 767px) {
  .app-customer_slider_img {
	position: unset;
	right: unset;
	width: 48%;
	margin: 14px auto 0;
  }
}
.app-customer_slider_unit {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .app-customer_slider_unit {
	width: 100%;
  }
}
.app-customer_slider_number {
  font-family: "Poppins", sans-serif;
  font-size: 7.3rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(231, 56, 13, 0.5);
}
@media screen and (max-width: 767px) {
  .app-customer_slider_number {
	font-size: 4.8rem;
	text-align: center;
	display: block;
  }
}
.app-customer_slider_txt {
  font-size: 2.4rem;
  font-weight: 700;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .app-customer_slider_txt {
	font-size: 1.8rem;
	margin-top: 6px;
	line-height: 1.75;
	padding-top: 0;
  }
}
.app-customer_slider_attention {
  font-size: 1.4rem;
  margin-top: 15px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .app-customer_slider_attention {
	font-size: 1.2rem;
	margin-top: 5px;
  }
}

.app-box_red {
  border: 1px solid #E30A1B;
  border-radius: 10px;
  padding: 15px 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.app-box_red li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .app-box_red {
	padding: 8px 10px;
	margin: 15px;
  }
}

.app-flow-wrappar {
  position: relative;
}
.app-flow-wrappar .swiper-bottom {
  width: 50%;
  margin-left: auto;
  position: relative;
  height: 50px;
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  .app-flow-wrappar .swiper-bottom {
	position: unset;
  }
}
.app-flow-wrappar .swiper-bottom .swiper-pagination {
  width: 171px;
  left: 65px;
  bottom: 7px;
}
@media screen and (max-width: 767px) {
  .app-flow-wrappar .swiper-bottom .swiper-pagination {
	left: 50%;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
	bottom: unset;
	top: 58%;
  }
}
@media screen and (max-width: 390px) {
  .app-flow-wrappar .swiper-bottom .swiper-pagination {
	top: 56%;
  }
}
@media screen and (max-width: 375px) {
  .app-flow-wrappar .swiper-bottom .swiper-pagination {
	top: 54%;
  }
}
@media screen and (max-width: 350px) {
  .app-flow-wrappar .swiper-bottom .swiper-pagination {
	top: 49%;
  }
}
.app-flow-wrappar .swiper-bottom .swiper-pagination-bullet {
  background: #F1EEE6;
  width: 16px;
  height: 16px;
  opacity: 1;
  display: inline-block;
  margin-right: 8px;
}
.app-flow-wrappar .swiper-bottom .swiper-pagination-bullet-active {
  background: -webkit-gradient(linear, left top, right top, from(#E30B1C), to(#FC5D01));
  background: linear-gradient(to right, #E30B1C, #FC5D01);
}
.app-flow-wrappar .swiper-bottom .swiper-button-next {
  left: 244px;
}
@media screen and (max-width: 767px) {
  .app-flow-wrappar .swiper-bottom .swiper-button-next {
	top: 29%;
	left: unset;
	right: 0;
  }
}
.app-flow-wrappar .swiper-bottom .swiper-button-next:hover {
  opacity: 0.7;
}
.app-flow-wrappar .swiper-bottom .swiper-button-prev {
  left: 0;
}
@media screen and (max-width: 767px) {
  .app-flow-wrappar .swiper-bottom .swiper-button-prev {
	top: 29%;
  }
}
.app-flow-wrappar .swiper-bottom .swiper-button-prev:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .app-first {
	padding-top: 24px;
  }
}

.app-page-top {
  background-color: #abf4fc;
}
.app-page-top.guide {
  background-color: #E7380D;
}
.app-page-top_inner {
  position: relative;
  max-width: 1380px;
  padding: 0 15px;
  margin: 0 auto;
  height: 450px;
}
@media screen and (max-width: 767px) {
  .app-page-top_inner {
	height: 350px;
	padding: 0;
  }
}
.app-page-top_inner.guide {
  max-width: 1190px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .app-page-top_inner.guide {
	height: 95vw;
  }
}
.app-page-top_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .app-page-top_flex.guide {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
  }
}
.app-page-top_ttl {
  position: relative;
  z-index: 1;
  width: 55%;
  margin: 33px 0 0 35px;
}
@media screen and (max-width: 767px) {
  .app-page-top_ttl {
	width: 100%;
	margin: 29px auto 0;
  }
}
.app-page-top_ttl.guide {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .app-page-top_ttl.guide {
	margin-top: 28px;
	margin-bottom: 20px;
  }
}
.app-page-top_ttl.guide img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
		  transform: translate(-50%, -50%);
  width: 70%;
}
@media screen and (max-width: 767px) {
  .app-page-top_ttl.guide img {
	position: unset;
	top: unset;
	left: unset;
	-webkit-transform: none;
			transform: none;
	width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .app-page-top_ttl img {
	display: block;
	margin: 0 auto;
  }
}
.app-page-top_key {
  margin-top: 30px;
  margin-right: 0px;
  position: relative;
  z-index: 1;
  width: 36%;
}
.app-page-top_key.guide {
  width: 50%;
  margin-top: 3%;
}
@media screen and (max-width: 767px) {
  .app-page-top_key.guide {
	margin: 0 auto 28px;
	width: 45%;
  }
}
.app-page-top_key.guide img {
  margin: 0 auto;
  display: block;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .app-page-top_key.guide img {
	width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .app-page-top_key {
	margin-left: auto;
	margin-right: 15px;
	width: 45%;
	margin-top: 29px;
  }
}
.app-page-top_key img {
  max-width: 470px;
  width: 100%;
}
.app-page-top_town {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 64%;
}
@media screen and (max-width: 767px) {
  .app-page-top_town {
	width: 106%;
	left: -80px;
  }
}

.smart-announcement {
  margin-top: 72px;
  margin-bottom: 84px;
}
@media screen and (max-width: 767px) {
  .smart-announcement {
	margin: 33px 15px 51px;
  }
}
.smart-announcement_txt {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .smart-announcement_txt {
	font-size: 1.8rem;
  }
}

.smart-about_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .smart-about_flex {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .smart-about_flex.about {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
  }
}
.smart-about_box {
  margin-bottom: 88px;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .smart-about_box {
	margin-bottom: 63px;
  }
}
.smart-about_eco_img {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .smart-about_eco_img {
	width: 100%;
	margin-bottom: 15px;
  }
}
.smart-about_eco_unit {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .smart-about_eco_unit {
	width: 100%;
  }
}
.smart-about_item {
  padding-bottom: 15px;
  position: relative;
}
.smart-about_item::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 330px;
  background-color: #DCDCE0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
		  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .smart-about_item::after {
	display: none;
  }
}
.smart-about_item:last-child::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .smart-about_item {
	border-bottom: 1px solid #DCDCE0;
	margin-bottom: 20px;
  }
}
.smart-about_item_img {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .smart-about_item_img {
	margin-bottom: 6px;
  }
}
.smart-about_item_txt {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .smart-about_item_txt {
	font-size: 1.8rem;
  }
}

.guide-link {
  margin-top: 70px;
}
.guide-link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	  -ms-flex-pack: justify;
		  justify-content: space-between;
  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
}
.guide-link_list li {
  max-width: 275px;
  width: 24%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .guide-link_list li {
	width: 100%;
	margin-bottom: 15px;
	max-width: unset;
  }
}
.guide-link_list li a {
  display: block;
  background-color: #E30A1B;
  border: 1px solid #E30A1B;
  border-radius: 40px;
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  font-weight: 700;
  height: 100%;
  padding: 17px 0;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .guide-link_list li a {
	font-size: 1.4rem;
	padding: 13px 0;
	height: 50px;
  }
}
.guide-link_list li a::before {
  position: absolute;
  content: "";
  background-size: cover;
  width: 16px;
  height: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
		  transform: translateY(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  left: 20px;
  display: inline-block;
  background-image: url(../img/app-arrow-wht.svg);
  background-size: 100%;
  vertical-align: middle;
  -webkit-transition: width 500ms ease-out;
  transition: width 500ms ease-out;
}
.guide-link_list li a:hover {
  background-color: #FFF;
  color: #E30A1B;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.guide-link_list li a:hover::before {
  background-image: url(../img/app-arrow-red.svg);
  background-size: 100%;
}
.guide-link_list li a .center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
		  transform: translate(-50%, -50%);
  width: 100%;
}

.app .m-txt-link.app::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
		  transform: translateY(-50%);
}
.app .m-txt-link.footer {
  color: #FFF !important;
}
.app .m-txt-link.footer::before {
  background: url(../img/app-arrow-wht.svg);
}
@media screen and (max-width: 767px) {
  .app .m-txt-link {
	padding-left: 26px;
  }
}

.app-menu-list.menu-open .footer-inner {
  display: none;
}


.yoko .app-customer .slider-thumbnail{
	  margin-top: 60px;
  }
.yoko .app-flow-wrappar .swiper-bottom .swiper-pagination{
	  top: 72%;
  }
.yoko .c-download_item_link a{
	  display: block;
  }
.yoko .c-download_item_link a img{
	display: block;
	width: 60%;
	margin: 0 auto;
}
.yoko .app-page-top_inner {
	height: 420px;
}
.yoko .app-top_inner {
	height: 140vw;
}


/*20220304追加*/
@media print, screen and (max-width: 768px) {
	.mtsp20 {
		margin-top : 20px !important;
	}
}

@media print, screen and (min-width: 768px) {
  .c-download_item_link.ios {
	width: 45%;
  }
  .c-download_item_link.google {
	width: 55%;
  }
}



@media all and (-ms-high-contrast:none){
	/*@media print, screen and (min-width: 768px) {*/
	.app-customer_slider_img {
		/*margin:0 0 0 -22px;*/
		margin:0 0 0 -18px;

	} /* IE10以降 */


	.app-customer .slider-now .swiper-slide{
	-webkit-transition:all 0.3s;
	transition:all 0.3s;
	}


	/*.app-flow{
		position: relative
	}
	.app-flow:before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
		bottom: 0;
		background-color: #fff;
		z-index: 2


	}
	.app-customer .slider-thumbnail{
		z-index: 3
	}*/
	/*}*/

	.smart-about_box{
		overflow: visible;
	}
	.smart-about_item{
		flex: 1;
	}


	.l-inner-app .swiper-button-prev, .l-inner-app .swiper-button-disabled,.l-inner-app .swiper-button-next{
		top: auto;
	}
}
