/*-----------------------------------------------------
  common setting
-----------------------------------------------------*/
html {
  scroll-behavior: smooth;
}
body {
  display: flex;
  flex-direction: column;
  align-items: center;
	margin: 0;
	background: #FFF;
	font-size: 18px;
	font-family: YuGothic, "Yu Gothic UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	text-align: center;
	color: #1A1A1A;
}

/*-----------------------------------------------------
  header
-----------------------------------------------------*/
header .header-menu-pc {
	display: block;
}
header .header-menu-sp {
	display: none;
}
header .header-menu-pc {
	display: block;
	width: 100%;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: rgba(255, 255, 255, 0.9);
	box-shadow: 0px 3px 6px 0px #00000026;
}
header .header-menu-pc img {
	width: 100%;
	vertical-align: middle;
}
header .header-menu-pc .header-menu-pc_inner {
	position: absolute;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
	padding: 0 5.6vw;
	height: 100%;
	margin: 0;
}
header .nav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	min-width: 500px;
	margin: 0;
	padding: 0;
}
header .nav li {
	font-weight: bold;
	list-style: none;
}
header .nav-link {
	box-sizing: border-box;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	padding: 0 18px;
	text-decoration: none;
	color: #1A1A1A;
	transition: opacity 0.3s;
	letter-spacing: 1px;
}
header li:last-child .nav-link {
  padding-right: 0;
}
header .nav-link span {
	position: relative;
	padding: 7px 0 5px;
}
header .nav-link span:before, .nav-link span:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 0;
	height: 1px;
	background: #D90012;
	transition: width 0.5s;
}
header .nav-link span:after {
	left: 0%;
}
header .nav-link:hover {
	cursor: pointer;
	opacity: 0.8;
}
header .nav-link:hover span:after {
	width: 100%;
}

/*-----------------------------------------------------
  main
-----------------------------------------------------*/
main {
	position: relative;
}
.pc-br{
	display: block;
}
.sp-br{
	display: none;
}

/*-----------------------------------------------------
  main - トップ
-----------------------------------------------------*/
.first-view {
  width: 100vw;
  height: auto;
}
.first-view .first-view-content {
	width: 100%;
  height: 830px;
  background-image: url('../assets/first-view-background.png');
  background-size: cover;
  background-position: center;
}
.first-view .sp-back-img {
	display: none;
}
.first-view .img-top-background-p {
	position: absolute;
	width: 1292px;
	height: 1492px;
	top: -639px;
	left: -421px;
	object-fit: cover;
	z-index: 1;
}
.first-view .first-view-content .contents {
	position: relative;
	width: 1314px;
  height: 100%;
	margin: 0 auto;
}
.first-view .img-headword {
	position: absolute;
	width: 307px;
	height: 152px;
	top: 237px;
	left: 175px;
	object-fit: cover;
	z-index: 3;
}
.first-view .img-logo {
	position: absolute;
	width: 531px;
	height: 82px;
	top: 437px;
	left: 31px;
	object-fit: cover;
	z-index: 3;
} 
.first-view .img-people-using {
	position: absolute;
	width: 663px;
	height: 762px;
	top: 80px;
	right: 59px;
	object-fit: cover;
	z-index: 1;
}
.first-view .img-sp-image {
	position: absolute;
	width: 659px;
	height: 535px;
	top: 427px;
	right: 24px;
	object-fit: cover;
	z-index: 2;
}
.first-view .img-illustration1 {
	position: absolute;
	width: 486px;
	height: 258px;
	top: 648px;
	left: 95px;
	object-fit: cover;
	z-index: 1;
}
.first-view .app-download {
	position: absolute;
	top: 565px;
	left: 175px;
	margin: 0;
	padding: 0;
	z-index: 1;
	list-style: none;
}
.first-view .app-download ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
}
.first-view .app-download li,
.downloads .app-download li {
	list-style: none;
}
.first-view .app-download .apple img,
.downloads .app-download .apple img {
	width: 128px;
	height: 47px;
	margin-right: 21px;
}
.first-view .app-download .google img,
.downloads .app-download .google img {
	width: 159px;
	height: auto;
}
.first-view .news {
	display: flex;
	width: 898px;
	height: auto;
	margin: 110px auto 65px auto;
}
.first-view .news-content {
	position: relative;
  z-index: 10;
}
.first-view .news-title {
  position: relative;
  width: 13px;
}
.first-view .border-line {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
	width: 1px;
  height: 34px;
	margin-top: 9px;
  background-color: #D90012;
}
.first-view .news-text {
  position: absolute;
  bottom: -52px;
  left: -25%;
  transform: rotate(90deg);
  transform-origin: bottom left;
  white-space: nowrap;
	color: #D90012;
  font-size: 13px;
	letter-spacing: 1px;
}
.first-view .news-list {
	width: 840px;
	margin: 0 0 0 58px;
	padding: 0;
}
.first-view .news-list li {
	display: flex;
  align-items: flex-start;
  text-align: left;
  font-size: 20px;
  list-style: none;
  border-bottom: 1px solid #E0E0E0;
  padding: 14px 0 18px 0;
}
.first-view .news-list li:first-child {
  padding-top: 0;
}
.first-view .news-list li:last-child {
  border-bottom: none;
	padding-bottom: 0;
}
.first-view .news-list a {
	display: flex;
	text-decoration: none;
	color: #1A1A1A;
	opacity: 1;
  transition: opacity 0.3s ease;
}
.first-view .news-list a:hover {
  opacity: 0.65;
}
.first-view .news-list .date {
	font-size: 13px;
	font-family: Lato, YuGothic, "Yu Gothic UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	margin-right: 20px;
	flex-shrink: 0;
}
.first-view .news-list .contents {
	display: flex;
  align-items: flex-start;
}
.first-view .news-list .contents .truncated-text {
	margin-right: 20px;
}
.first-view .news-list .truncated-text {
  flex-grow: 1;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 2行で省略 */
  -webkit-box-orient: vertical;
}
.first-view .news-list img {
  width: 30px;
  height: 30px;
	margin: auto 0;
}

/*-----------------------------------------------------
  main - Pocket Portalとは？
-----------------------------------------------------*/
.what-pocket-portal {
  width: 100vw;
  height: auto;
	margin-top: -65px;
	padding-top: 65px;
}
.what-pocket-portal .pocket-portal-content {
	width: 100%;
	overflow: hidden;
}
.what-pocket-portal .img-top-background-p1 {
	position: absolute;
	width: 1448px;
	height: 1674px;
	top: 912px;
	left: -1249px;
	object-fit: cover;
	z-index: 1;
}
.what-pocket-portal .section-header .img-title {
	width: 275px;
	height: 33px;
	object-fit: cover;
}
.what-pocket-portal .section-header .sub-title,
.useful-features .section-header .sub-title,
.how-use .section-header .sub-title {
	margin: 18px 0;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: 1px;
}
.what-pocket-portal .three-points {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden; 
}
.what-pocket-portal .three-points-content {
	position: relative;
	width: 900px;
	height: 1045px;
	margin: 38px auto 352px auto;
	background-color: #F7F7F7;
	z-index: 2;
}
.what-pocket-portal .img-great-value {
	position: absolute;
	width: 209px;
	height: 204px;
	top: 39px;
	left: 96px;
	object-fit: cover;
	z-index: 3;
}
.sp-back-great-value,
.sp-back-useful,
.sp-back-comfortable {
	display: none;
}
.what-pocket-portal .great-value {
	display: flex;
	height: 194px;
	padding-top: 39px;
	padding-left: 423.5px;
}
.what-pocket-portal .great-value-content,
.what-pocket-portal .useful-content,
.what-pocket-portal .comfortable-content {
	position: relative;
  z-index: 5;
}
.what-pocket-portal .point {
  width: 13px;
}
.what-pocket-portal .border-line {
  transform: translateX(-50%);
	width: 1px;
  height: 34px;
	margin-top: 20px;
  background-color: #D90012;
}
.what-pocket-portal .point-text {
  position: absolute;
  top: 43px;
  left: -75%;
  transform: rotate(90deg);
  transform-origin: bottom left;
  white-space: nowrap;
	color: #D90012;
  font-size: 13px;
	letter-spacing: 1px;
}
.what-pocket-portal .great-value .explanation {
	position: absolute;
	width: 380px;
	top: 0px;
  left: 37.5px;
	text-align: left;
}
.what-pocket-portal .explanation .content-title {
	font-size: 52px;
	font-weight: bold;
	line-height: 93.6px;
	letter-spacing: 1px;
	margin: 0;
}
.what-pocket-portal .explanation .content-sentence {
	font-weight: bold;
	line-height: 32.4px;
	letter-spacing: 1px;
	margin: 0;
}
.what-pocket-portal .img-example1 {
	position: absolute;
	width: 540px;
	height: 345px;
	top: 300px;
	left: 630px;
	border-radius: 16px;
	object-fit: cover;
	z-index: 3;
}
.what-pocket-portal .img-illustration2 {
	position: absolute;
	width: 76px;
	height: 154px;
	top: 283px;
	left: 391px;
	object-fit: cover;
	z-index: 4;
}
.what-pocket-portal .useful {
	display: flex;
	height: 194px;
	padding-top: 130px;
	padding-left: 78.5px;
}
.what-pocket-portal .useful .explanation {
	position: absolute;
	width: 380px;
	top: 0px;
  left: 41.5px;
	text-align: left;
}
.what-pocket-portal .img-illustration3 {
	position: absolute;
	width: 80px;
	height: 170px;
	top: 599px;
	left: 656px;
	object-fit: cover;
	z-index: 4;
}
.what-pocket-portal .img-example2 {
	position: absolute;
	width: 540px;
	height: 345px;
	top: 606px;
	left: -270px;
	border-radius: 16px;
	object-fit: cover;
	z-index: 3;
}
.what-pocket-portal .comfortable {
	display: flex;
	height: 194px;
	padding-top: 120px;
	padding-left: 423.5px;
}
.what-pocket-portal .comfortable .explanation {
	position: absolute;
	width: 380px;
	top: 0px;
  left: 37.5px;
	text-align: left;
}
.what-pocket-portal .img-illustration1 {
	position: absolute;
	width: 485px;
	height: 258px;
	top: 940px;
	left: 413px;
	object-fit: cover;
	z-index: 4;
}
.what-pocket-portal .img-top-background-p2 {
	position: absolute;
	width: 1448px;
	height: 1674px;
	top: -234px;
	right: -1222px;
	object-fit: cover;
	z-index: 1;
}

/*-----------------------------------------------------
  main - うれしい機能
-----------------------------------------------------*/
.useful-features {
  width: 100vw;
  height: auto;
	margin-top: -199px;
}
.useful-features .useful-features-content {
	position: relative;
	width: 100%;
	height: 1000px;
	background-color: #FBF7F4;
	padding: 108px 0;
}
.useful-features .section-header .img-title {
	width: 226px;
	height: 28px;
	object-fit: cover;
}
.useful-features .functions {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 900px;
	margin: 50px auto 20px auto;
}
.useful-features .functions .function-item {
  width: 260px;
  height: 247px;
	margin: 30px 0;
}
.useful-features .functions .item-icon {
	display: flex;
	justify-content: center;
  align-items: center;
	width: 80px;
	height: 80px;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-radius: 50%;
}
.useful-features .functions .item-title {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 20px 0 5px 0;
}
.useful-features .functions .item-explanation {
	line-height: 32px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
}
.useful-features .note {
	line-height: 32px;
}
.useful-features .img-sp-image2 {
	position: absolute;
	width: 369px;
	height: 393px;
	top: 831px;
	right: 88px;
	object-fit: cover;
	z-index: 1;
}

/*-----------------------------------------------------
  main - アプリの使い方
-----------------------------------------------------*/
.how-use {
  width: 100vw;
  height: auto;
	margin-top: -226px;
}
.how-use .how-use-content {
	position: relative;
	width: 100%;
	height: auto;
  background-image: url('../assets/combined-background.png');
  background-size: cover;
  background-position: center;
	padding-top: 132px;
}
.how-use .section-header .img-title {
	width: 91px;
	height: 28px;
	object-fit: cover;
}
.how-use .step {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 900px;
	margin: 62px auto;
}
.how-use .step .step-item {
	position: relative;
  width: 280px;
  height: 240px;
	background-color: #F7F7F7;
	overflow: hidden;
}
.how-use .step .step-item-numbering {
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 65px;
  background-color: #686868;
	clip-path: polygon(
    0 0,         /* 左上 */
    100% 0,      /* 右上 */
    100% calc(100% - 65px), /* 右から縦に50px切り取る */
    calc(100% - 65px) 100%, /* 下から横に50px切り取る */
    0 100%       /* 左下 */
  );
	z-index: 1;
}
.how-use .step .item-number {
  display: flex;
	transform: rotate(-45deg);
  transform-origin: bottom right;
	width: 20px;
	height: 20px;
	margin-left: 15px;
	font-size: 17px;
	color: #FFFFFF;
	z-index: 2;
}
.how-use .step .items {
	display: initial;
}
.how-use .step .item-icon {
	display: flex;
	justify-content: center;
  align-items: center;
	width: 80px;
	height: 80px;
	margin: 30px auto 10px auto;
	background-color: #FFFFFF;
	border-radius: 50%;
}
.how-use .step .step-download-app {
	margin-bottom: 27px;
}
.how-use .step .item-text {
	font-size: 22px;
	line-height: 34px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
}
.how-use .available-stores {
	margin: 160px auto;
}
.how-use .available-stores .available-stores-text {
	font-size: 36px;
	line-height: 65px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
}
.how-use .available-stores .store-slider {
	width: 100%;
	height: 52px;
	margin: 60px auto 24px auto;
}
.how-use .available-stores .store-slider .swiper-wrapper {
	-webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear; 
}
.how-use .available-stores .store-slider .swiper-wrapper img {
	width: auto;
	height: 52px;
}

/*-----------------------------------------------------
  main - Q&A
-----------------------------------------------------*/
.q-and-a {
  width: 100vw;
  height: auto;
}
.q-and-a .q-and-a-content {
	width: 100%;
	height: auto;
	background-color: #F7F7F7;
	padding-top: 108px;
	padding-bottom: 384px;
}
.q-and-a .section-header .img-title {
	width: 87px;
	height: 33px;
	object-fit: cover;
}

/* --- アコーディオンメニュー --- */
.q-and-a .q-and-a-list {
	width: 900px;
	height: auto;
	margin: 65px auto 72px auto;
	text-align: left;
}
.q-and-a .q-and-a-list .title {
	font-size: 24px;
	line-height: 43px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
	padding-bottom: 24px;
	border-bottom: 1px solid #686868;
}
.q-and-a .q-and-a-list .accordion-section {
  margin-bottom: 100px;
}
.q-and-a .q-and-a-list .ac-menu-group {
  margin: 0;
}
.q-and-a .q-and-a-list .ac-menu-group .label {
  cursor:pointer;
  font-size: 22px;
  font-weight: bold;
	line-height: 40px;
	letter-spacing: 1px;
  padding: 30px 50px;
  position: relative;
	border-top: 1px solid #E0E0E0;
}
.q-and-a .q-and-a-list .ac-menu-group .label:first-child {
	border-top: none;
}
.q-and-a .q-and-a-list .ac-menu-group .label span {
	position: absolute;
	top: 30px;
	left: 8px;
	display: flex;
	justify-content: center;
  align-items: center;
	width: 30px;
	height: 30px;
	font-size: 16px;
	font-family: Lato, YuGothic, "Yu Gothic UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	line-height: 17px;
	color: #FFFFFF;
	background-color: #D90012;
	border-radius: 50%;
}
.q-and-a .q-and-a-list .ac-menu-group .label::before,
.q-and-a .q-and-a-list .ac-menu-group .label::after {
  content: '';
	position: absolute;
  top: 50%;
  right: 8px;
  width: 14px;
  height: 2px;
  background: #1A1A1A;
  transform: translateY(-50%);
	transition: opacity .5s, transform .5s;
}
.q-and-a .q-and-a-list .ac-menu-group .label::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}
.q-and-a .q-and-a-list .ac-menu-group .label.open::before {
  opacity: 0;
}
.q-and-a .q-and-a-list .ac-menu-group .label.open::after {
  transform: rotate(180deg);
}
.q-and-a .q-and-a-list .ac-menu-group .detail {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out, padding 0.5s ease-out;
  padding-right: 50px;
  padding-left: 0px;
  margin: 0;
  box-sizing: border-box;
}
.q-and-a .q-and-a-list .ac-menu-group .label.open + .detail {
  max-height: 1200px !important;
  padding: 30px 50px !important;
  padding-left: 0px !important;
}
.q-and-a .q-and-a-list .ac-menu-group .detail span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
	margin-left: 8px;
  font-size: 16px;
  font-family: Lato, YuGothic, "Yu Gothic UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 17px;
  color: #FFFFFF;
  border-radius: 50%;
  background-color: #686868;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.2s ease-out, transform 0.2s ease-out, background-color 0.2s ease-out;
}
.q-and-a .q-and-a-list .ac-menu-group .detail p {
  flex-grow: 1;
  margin: 0;
	font-size: 22px;
	line-height: 40px;
	letter-spacing: 1px;
}
.q-and-a .q-and-a-list .ac-menu-group .label.open + .detail span {
  opacity: 1;
  transform: translateY(0);
  background-color: #686868;
}
.q-and-a .q-and-a-list .ac-menu-group .label:not(.open) + .detail span {
    opacity: 0;
    transform: translateY(-10px);
    transition-delay: 0.5s;
}
/* --- もっと見る --- */
.ac-menu-group .hidden-item {
  max-height: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
  transition: max-height 0.7s ease-in-out, opacity 0.7s ease-in-out,
              padding 0.7s ease-in-out, border-bottom 0.7s ease-in-out;
}
.ac-menu-group .hidden-item.is-visible.label {
  max-height: 999px !important;
  opacity: 1 !important;
  padding-top: 30px !important;
  padding-bottom: 24px !important;
  transition: max-height 0.7s ease-in-out, opacity 0.7s ease-in-out,
              padding 0.7s ease-in-out, border-bottom 0.7s ease-in-out;
}
.ac-menu-group .hidden-item.is-visible.detail {
  max-height: 0 !important;
  opacity: 1 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  transition: max-height 0.7s ease-in-out, opacity 0.7s ease-in-out,
              padding 0.7s ease-in-out, border-bottom 0.7s ease-in-out;
}
/* --- もっと見るボタンのスタイル --- */
.show-more-button {
  cursor: pointer;
  display: block;
  position: relative;
  width: 123px;
  height: 33px;
  margin: 10px auto;
  padding: 0;
  font-size: 18px;
  font-family: YuGothic, "Yu Gothic UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #1A1A1A;
  text-align: left;
  line-height: 32px;
  border: none;
  background-color: #F7F7F7;
  transition: opacity 0.3s ease;
}
.show-more-button[data-state="less"].arrow-bottom {
	width: 89px;
}
.show-more-button.arrow-bottom::before,
.show-more-button.arrow-bottom::after {
  content: "";
  width: 9px;
  height: 2px;
  display: inline-block;
  border-radius: 5px;
  background: #1A1A1A;
  position: absolute;
  top: 50%;
  transition: transform 0.3s ease;
}
.show-more-button.hide {
  opacity: 0;
  pointer-events: none;
}
/* --- ボタンが「もっと見る」状態の矢印の回転 (▼表示) --- */
.show-more-button.arrow-bottom::before {
  right: 0px;
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: center center;
}
.show-more-button.arrow-bottom::after {
  right: 5px;
  transform: translateY(-50%) rotate(45deg);
  transform-origin: center center;
}
/* --- ボタンが「閉じる」状態の矢印の回転 (▲表示) --- */
.show-more-button[data-state="less"].arrow-bottom::before {
  transform: translateY(-50%) rotate(45deg);
}
.show-more-button[data-state="less"].arrow-bottom::after {
  transform: translateY(-50%) rotate(-45deg);
}

.q-and-a .other-questions .contact-btn,
.downloads .consideration-implementation .contact-btn {
  width: 320px;
	height: 56px;
	margin: 30px auto;
}
.q-and-a .other-questions .contact,
.downloads .consideration-implementation .contact {
	display: block;
  background-color: #D90012;
	border-radius: 28px;
  font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 16px 48px;
}
.q-and-a .other-questions .complement {
	width: max-content;
	margin: 0 auto;
	text-align: left;
}

/*-----------------------------------------------------
  main - ダウンロード
-----------------------------------------------------*/
.downloads {
  width: 100vw;
  height: auto;
	margin-top: -234px;
}
.downloads .downloads-content {
	width: 100%;
	height: auto;
  background-image: url('../assets/combined-background.png');
  background-size: cover;
  background-position: center;
	padding-top: 132px;
}
.downloads .download-pocket-portal {
	position: relative;
	width: 900px;
	height: 476px;
	border-bottom: 1px solid #E0E0E0;
	margin: 0 auto;
}
.downloads .download-pocket-portal .img-sp-image {
	position: absolute;
	width: 576px;
	height: 469px;
	bottom: 88px;
	right: -51px;
	object-fit: cover;
	z-index: 1;
}
.downloads .download-pocket-portal .assembling {
	position: absolute;
	width: 380px;
	height: auto;
	bottom: 127px;
	left: 0;
	object-fit: cover;
	z-index: 2;
}
.downloads .download-pocket-portal .speech-bubble {
	position: initial;
}
.downloads .download-pocket-portal .speech-bubble-text {
	font-size: 20px;
	line-height: 36px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0 54px 0 75px;
}
.downloads .download-pocket-portal .img-speech-bubble {
	position: absolute;
	width: 294px;
	height: 25px;
	top: 8px;
	left: 53px;
}
.downloads .download-pocket-portal .img-logo {
	width: 379px;
	height: 58px;
	margin-top: 8px;
}
.downloads .download-pocket-portal .qr-pocket-portal {
	width: 128px;
	height: 128px;
	margin: 15px 115px 26px 136px;
}
.downloads .app-download ul {
	display: flex;
	align-items: center;
	margin: 0 32px 0 40px;
	padding: 0;
}
.downloads .app-download .apple img {
	margin-right: 20px;
}
.downloads .other-app-content {
	border-bottom: initial;
	padding: 0;
}
.downloads .other-apps {
	display: flex;
	justify-content: space-between;
	width: 900px;
	height: 227px;
	border-bottom: 1px solid #E0E0E0;
	margin: 0 auto;
}
.downloads .other-apps .other-app {
	width: 308px;
	height: auto;
	margin: 40px;
}
.downloads .other-apps .app-info {
	display: flex;
}
.downloads .other-apps .app-img {
	width: 80px;
	height: 80px;
	border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px #00000040;
}
.downloads .other-apps .explanation {
	text-align: left;
	margin: 4px 0 0 20px;
}
.downloads .other-apps .app-name {
	font-size: 24px;
	line-height: 43px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
}
.downloads .other-apps .co-name {
	font-size: 16px;
	line-height: 43px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
	margin-top: -12px;
}
.downloads .other-apps .app-download ul {
	margin: 0;
	margin-top: 21px;
}
.downloads .consideration-implementation {
	width: 100%;
	height: auto;
	margin: 104px auto 38px auto;
}
.downloads .consideration-implementation .implementation-text {
	line-height: 32px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0;
}
.downloads .consideration-implementation .contact-btn {
	margin: 16px auto;
}
.downloads .consideration-implementation .contact {
	padding: 16px 104px;
}
.downloads .consideration-implementation .credit {
	font-size: 13px;
	line-height: 23px;
	margin-top: 33px;
}

/*-----------------------------------------------------
  footer
-----------------------------------------------------*/
footer {
	width: 100%;
	padding: 3rem 0;
}
footer .footerMenu {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
}
footer .footerMenu li{
	border-left: 1px solid #1A1A1A;
	padding: 0 1.5rem;
	list-style: none;
}
footer .footerMenu li:last-child {
	border-right: 1px solid #1A1A1A;
}
footer .footerMenu a {
	text-decoration: none;
	font-weight: bold;
	color: #1A1A1A;
}
footer .trademark {
	height: 60px;
	line-height:60px;
	background-color: #F7F7F7;
	margin: 34px 0;
}
footer .copyright {
  font-size: 13px;
}