/* ------ headSection ------ */
#contents .headSection .ttl {
  float: none;
  width: auto;
}
#contents .headSection .ttl h1 {
  padding-left: 0;
  background: none;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  #contents .headSection .innerBlock {
    width: auto;
    padding: 0 15px;
  }
}

/* ----- font family ----- */
@media only screen and (max-width: 767px) {
  #contents {
    overflow: hidden;
  }
}

#contents b, #contents strong, #contents .bold {
  font-weight: bold;
}

/* visualSection */
.visualSection {
  height: 750px;
  background: #e83015 url(/katsuyou/nenga/images/2024/visual_bg.png);
}
.visualSection__inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
.visualSection ul {
  position: absolute;
  left: 0;
  top: 520px;
  overflow: hidden;
}
.visualSection ul li {
  float: left;
  width: 231px;
}
.visualSection ul li + li {
  margin-left: 12px;
}
@media only screen and (max-width: 767px) {
  .visualSection {
    height: auto;
    padding-bottom: 20px;
    background-size: 76px 365px;
  }
  .visualSection__inner {
    position: static;
    width: auto;
  }
  .visualSection ul {
    position: static;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
    padding: 0 15px;
  }
  .visualSection ul li {
    box-sizing: border-box;
    float: none;
    flex: 0 0 50%;
    margin-bottom: 8px;
    padding: 0 8px;
  }
  .visualSection ul li + li {
    margin-left: 0;
  }
}

/* section */
.section {
  position: relative;
  padding: 70px 0 120px;
}
.section + .section {
  border-top: solid 2px #f3b927;
}
.section__inner {
  width: 960px;
  margin: 0 auto;
}
.section__inner--wide {
  width: 1088px;
}
.section__lead {
  margin-bottom: 30px;
  font-size: 20px;
  text-align: center;
}
.section__title {
  position: absolute;
  top: -70px;
  left: 50%;
  width: 960px;
  height: 137px;
  margin: 0 auto;
  margin-left: -480px;
  background: url(/katsuyou/nenga/images/2024/section_bg_h2-pc.png) no-repeat;
  text-align: center;
}
.section__title span {
  display: inline-block;
  padding-top: 1.8em;
  font-size: 29px;
  color: #fff;
  line-height: 1.1;
}
.section__text {
  font-size: 16px;
  line-height: 1.5;
}
.section__notes {
  font-size: 12px;
}
.section__notes li {
	padding-left:3em;
	text-indent:-3em;
}
.section__btn {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 430px;
  line-height: 1.5;
  padding: 15px 5px;
  background: #fbd01d;
  border-radius: 5px;
  color: #333 !important;
  text-align: center;
  font-size: 16px;
  text-decoration: none !important;
}
.section__btn::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #333;
  transform: rotate(-45deg);
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
}
.section__btn img {
  position: absolute;
  left: 9px;
  top: 8px;
}
.section__h3 {
  display: inline-block;
  width: 450px;
  height: 58px;
  background: url("/katsuyou/nenga/images/2024/h3_bg.svg") no-repeat;
  line-height: 58px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .section {
    position: static;
    padding: 0 0 45px;
  }
  .section + .section {
    border-top: none;
  }
  .section__inner, .section__inner--wide {
    width: auto;
    padding: 0 15px;
  }
  .section__inner--wide {
    padding: 0 10px;
  }
  .section__lead {
    padding: 0 15px;
    font-size: 18px;
  }
  .section__title {
    display: flex;
    align-items: center;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    margin-left: 0;
    background: url(/katsuyou/nenga/images/2024/section_bg_h2-sp.png) no-repeat;
    background-size: cover;
    text-align: left;
  }
  .section__title::before {
    content: "";
    display: block;
    padding-top: calc(150 / 750 * 100%);
  }
  .section__title span {
    padding: 0 15px;
    font-size: 5vw;
    line-height: 1.3;
  }
  .section__text {
    font-size: 14px;
  }
  .section__btn {
    max-width: 90%;
    font-size: 14px;
  }
  .section__btn--wide {
    max-width: 100%;
  }
  .section__h3 {
    width: 84vw;
    height: 11.73333vw;
    background: url("/katsuyou/nenga/images/2024/h3_bg.svg") no-repeat;
    background-size: 100% 100%;
    line-height: 11.73333vw;
    font-size: 4.53333vw;
  }
}

#design.section {
  padding-top: 40px;
}

#design.section .section__title {
  position: static;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #design.section .section__title {
    position: relative;
  }
}

/* design */
.design__title {
  margin: 0 0 20px;
  font-size: 30px;
  line-height: 1.25;
  color: #e83015;
  text-align: center;
}
.design__lead {
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
}
.design__image {
  margin-bottom: 70px;
  text-align: center;
}
.design__image > div {
  margin-bottom: 40px;
}
.design__grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.design__grid > div:nth-child(1) {
  flex: 0 0 546px;
}
.design__grid > div:nth-child(2) {
  flex: 0 0 370px;
}
.design__text {
  margin: 0 0 1em 0;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .design__title {
    margin: 20px 0 15px;
    font-size: 18px;
  }
  .design__lead {
    margin-bottom: 15px;
    font-size: 14px;
    text-align: left;
  }
  .design__image {
    display: block;
    margin: 0 0 50px;
  }
  .design__image > div {
    margin: 0 -15px 25px;
  }
  .design__grid {
    display: block;
  }
  .design__grid > div:nth-child(1) {
    margin-bottom: 25px;
  }
  .design__text {
    font-size: 15px;
  }
  .design__text + p {
    text-align: center;
  }
}

/* device */

.device__title {
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px) {
	#device .section__inner {
		display:flex;
	}
	.device__section {
		width:50%;
		padding:15px;
		display:flex;
		flex-direction: column;
	}
	.device__title {
  		margin-bottom: 50px;
	}
}
.device__title > i {
  position: relative;
  bottom: -25px;
}
.device__title > span {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 65%);
}
.device__image {
	margin:0 auto;
	text-align: center;
}
.device__link {
	margin: auto 0 0 0;
	text-align: center;
}

.device__text h3 {
	width: 370px;
	height: 50px;
	line-height: 50px;
	background: url(/katsuyou/nenga/images/2024/device_bg_h3.png) no-repeat right;
	background-size:100% 100%;
	font-size: 22px;
	color: #fff;
	margin:15px auto;
	text-align: center;
}
.device__text h3.small {
  font-size: 18px;
}
.device__text h3 span {
  display: inline-block;
  padding: 0 15px 0 20px;
}
.device__text h4 {
  margin-bottom: 14px;
  font-size: 22px;
  line-height: 1.45;
}
.device__text h4 img {
  margin-right: 10px;
  vertical-align: middle;
}
.device__text h4 + p {
  margin-bottom: 1.5em;
}
.device__text .section__notes {
  margin-top: -1em;
  margin-bottom: 1.5em;
}


@media only screen and (max-width: 767px) {
  .device__section {
    margin-top: 20px;
	  position: relative;
  }
  .device__section + .device__section {
    margin-top: 10px;
  }
  .device__inner {
    padding: 12vw 3vw 18vw 3vw;
	  border: solid 10px #fef5e7;
  }
  .device__gird {
    display: block;
  }
  .device__image {
    margin-bottom: 20px;
  }
  .device__text h3 {
    margin-bottom: 15px;
    width: auto;
    height: 40px;
    line-height: 40px;
    background-size: cover !important;
    font-size: 14px !important;
  }
  .device__text h3 span {
    padding: 0 10px;
  }
  .device__text h4 {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .device__text h4 img {
    width: 40px;
    height: auto;
  }
  .device__text h4 + p {
    margin-bottom: 1.0em;
  }
  .device__text > div:last-child {
    margin-top: 15px !important;
  }
  .device__text > div:last-child img {
    width: 100px;
    height: auto;
  }
  .device__text .section__notes {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .device__title > i {
    bottom: -4.66667vw;
  }
  .device__title > i img {
    width: 24vw;
    height: auto;
  }
	.device__link {
		position:absolute;
		bottom:8vw;
		left:10%;
		width:80%;
	}
}

/* support */
.support__basic {
  margin-top: 20px;
  margin-bottom: 80px;
}
.support__basic__title {
  margin-bottom: 30px;
  text-align: center;
}
.support__basic__lead {
  margin-bottom: 30px;
  font-size: 18px;
  text-align: center;
}
.support__basic__bnrs {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.support__basic__bnrs > li + li {
  margin-top: 30px;
}
.support__basic__bnrs a {
  display: block;
}
.support__panel {
  position: relative;
  margin-top: 50px;
  padding: 10px;
  background: url(/katsuyou/nenga/images/2024/support_bg_panel.png);
}
.support__panel__title {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.support__panel__inner {
  padding: 73px 40px 60px 50px;
  background: #fff;
}
.support__animal {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  background: url(/katsuyou/nenga/images/2024/device_bg_app.png) no-repeat center bottom;
}
.support__animal__image {
  flex: 0 0 378px;
  text-align: right;
}
.support__animal__text {
  flex: 0 0 430px;
}
.support__animal__text h4 {
  margin-bottom: .65em;
  font-size: 22px;
  line-height: 1.45;
}
.support__qa h4 {
  display: flex;
  align-items: flex-start;
  flex: 0 0 400px;
  font-size: 20px;
  font-weight: bold;
}
.support__qa h4 i {
  box-sizing: border-box;
  flex: 0 0 34px;
  margin-right: 14px;
  height: 34px;
  line-height: 30px;
  border: solid 2px #333;
  border-radius: 17px;
  text-align: center;
  font-style: normal;
}
.support__qa p + p {
  margin-top: 1em;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .support__basic {
    margin-bottom: 50px;
  }
  .support__basic__title {
    margin-bottom: 15px;
  }
  .support__basic__lead {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .support__basic__bnrs > li + li {
    margin-top: 20px;
  }
  .support__basic__bnrs img {
    display: block;
  }
  .support__panel {
    margin-top: 40px;
    padding: 5px;
    background-size: 5px 5px;
  }
  .support__panel__inner {
    padding: 40px 20px 25px;
  }
  .support__qa {
    display: block;
  }
  .support__qa h4 {
    margin-bottom: 15px;
    font-size: 15px;
  }
  .support__qa p + p {
    font-size: 12px;
  }
}

/* printer */
#printer.section {
  padding-top: 90px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  #printer.section {
    padding-top: 0;
    padding-bottom: 40px;
  }
}

.printer__item {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 40px 40px 40px 50px;
  background: #fef5e7;
}
.printer__item--rev {
  flex-direction: row;
  padding: 40px;
}
.printer__item + .printer__item {
  margin-top: 30px;
}
.printer__text {
  padding-top: 20px;
  flex: 0 0 345px;
}
.printer__text h3 {
  margin-bottom: 30px;
  width: 345px;
  height: 50px;
  line-height: 50px;
  background: url("/katsuyou/nenga/images/2024/device_bg_h3.png") no-repeat right center;
	background-size:100% 100%;
  font-size: 22px;
  color: #fff;
}
.printer__text h3 span {
  display: inline-block;
  padding: 0 15px 0 20px;
}
.printer__text h3 + p {
  margin-bottom: 30px;
}
.printer__image {
  flex: 0 0 480px;
}
@media only screen and (max-width: 767px) {
  .printer .section__title {
    margin-bottom: 15px;
  }
  .printer__item {
    display: block;
    padding: 25px 25px 35px 25px !important;
  }
  .printer__item + .printer__item {
    margin-top: 20px;
  }
  .printer__text h3 {
    margin-bottom: 15px;
    width: auto;
    height: 40px;
    line-height: 40px;
    /*background: url(/katsuyou/nenga/images/2024/device_bg_h3-sp.png) no-repeat;*/
    background-size: cover !important;
    font-size: 14px;
  }
  .printer__text h3 span {
    padding: 0 10px;
  }
  .printer__text h3 + p {
    margin-bottom: 15px;
  }
}

/* pickup */
.pickup {
  padding-bottom: 0;
  overflow: hidden;
}
.pickup__title {
  margin-bottom: 30px;
  font-size: 34px;
}
.pickup__title em {
  font-size: 14px;
  font-style: normal;
}
.pickup__banner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px -30px;
}
.pickup__banner > li {
  flex: 0 0 50%;
  margin: 0 0 30px 0;
}
.pickup__banner a {
  display: block;
  color: #000 !important;
  text-decoration: none !important;
}
@media only screen and (max-width: 767px) {
  .pickup {
    padding-top: 30px;
    padding-bottom: 0;
    border-top: solid 2px #f3b927 !important;
  }
  .pickup__title {
    margin-bottom: 15px;
  }
  .pickup__banner {
    margin: 0;
  }
  .pickup__banner li {
    flex: 0 0 100%;
    margin-bottom: 0;
  }
  .pickup__banner li + li {
    margin-top: 20px;
  }
  .pickup__banner p {
    font-size: 14px;
  }
}


/* ------------ PREMIUM ------------ */
.premium__section * {
	box-sizing: border-box;
}
.premium__section {
	background: url("/katsuyou/nenga/images/2024/premium_postcard_bg.png") repeat;
	border-top: 0!important;
	padding-top:150px;
	padding-bottom:70px;
	box-sizing: border-box;
}
.premium__section .premium__box {
	background-color:#b49664;
	padding:10px;
	position: relative;
}
.premium__section .premium__box:before,
.premium__section .premium__box:after {
	content:"";
	background: url("/katsuyou/nenga/images/2024/premium_flag.png") no-repeat center top;
	background-size:290px 72px;
	width:290px;
	height:72px;
	display:block;
	position: absolute;
	top:30px;
	z-index: 1;
}
.premium__section .premium__box:before {
	left:-60px;
	transform:rotate(-35deg);
}
.premium__section .premium__box:after {
	right:-60px;
	transform:rotate(35deg) scaleX(-1);
}
.premium__box__inner {
	background-color:#fffefa;
	border-radius:20px;
	padding:140px 20px 40px 20px;
	text-align: center;
	position: relative;
}
.premium__box__inner:before,
.premium__box__inner:after {
	content:"";
	background: url("/katsuyou/nenga/images/2024/premium_corner.png") no-repeat center top;
	background-size:60px 60px;
	width:60px;
	height:60px;
	display:block;
	position: absolute;
	top:2px;
	
}
.premium__box__inner:before {
	left:2px;
}
.premium__box__inner:after {
	right:2px;
	transform:scaleX(-1);
}
.premium__box__inner h2 {
	position: absolute;
	top:-135px;
	left:0;
	width:100%;
	text-align: center;
}
.premium__box__inner h3 {
	font-size:18px;
	font-weight:bold;
}
.premium__box__inner h3 .premium__subtitle {
	display:inline-block;
	padding:0 40px;
	position:relative;
}
.premium__box__inner h3 .premium__subtitle:before,
.premium__box__inner h3 .premium__subtitle:after {
	content:"";
	display:block;
	background: url("/katsuyou/nenga/images/2024/premium_title_bb.png") no-repeat center top;
	background-size:34px 53px;
	width:34px;
	height:53px;
	position: absolute;
	top:50%;
	transform:translateY(-50%);
}
.premium__box__inner h3 .premium__subtitle:before {
	left:0;
}
.premium__box__inner h3 .premium__subtitle:after {
	right:0;
	transform:translateY(-50%) scaleX(-1);
}
.premium__box__inner h3 .emRed {
	color:#e83015;
	font-size:20px;
}
.premium__box__inner h3 .appName {
	font-size:22px;
}
.premium__box__inner .premium__postcard ul {
	display:flex;
	flex-wrap: wrap;
	gap:0 20px;
	justify-content: center;
}
.premium__box__inner .premium__postcard ul li {
	width:calc(calc(100% - 20px) / 2);
}
.premium__box__inner .premium__stamp ul {
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:0 20px;
}
.premium__box__inner .premium__stamp ul li {
	width:100px;
}
.premium__box__inner .section__btn {
	background-color:#e83015;
	color:#FFF!important;
	border-radius:9999px;
	box-shadow:0 5px 0 0 rgba(0,0,0,.25);
	font-size:20px;
	max-width:375px;
}
.premium__box__inner .section__btn:after {
	border-color:#FFF;
}
@media only screen and (max-width: 767px) {
	.premium__section {
		padding-top:20vw;
		padding-bottom:10vw;
		background-size:10vw auto;
	}
	.premium__section .premium__box {
		padding:3vw;
	}
	.premium__section .premium__box:before,
	.premium__section .premium__box:after {
		background-size:30vw 8vw;
		width:30vw;
		height:8vw;
		top:8vw;
	}
	.premium__section .premium__box:before {
		left:-3vw;
	}
	.premium__section .premium__box:after {
		right:-3vw;
	}
	.premium__box__inner {
		background-color:#fffefa;
		border-radius:20px;
		padding:20vw 3vw 5vw 3vw;
		text-align: center;
		position: relative;
	}
	.premium__box__inner:before,
	.premium__box__inner:after {
		background-size:10vw 10vw;
		width:10vw;
		height:10vw;
		top:1vw;
	}
	.premium__box__inner:before {
		left:1vw;
	}
	.premium__box__inner:after {
		right:1vw;
	}
	.premium__box__inner h2 {
		top:-20vw;
		padding:0 18vw;
	}
	.premium__box__inner h2 img {
		width:100%;
		height:auto;
	}
	.premium__box__inner h3 {
		font-size:3.6vw;
		line-height:1.4;
	}
	.premium__box__inner h3 .premium__subtitle {
		padding:0 5vw;
	}
	.premium__box__inner h3 .premium__subtitle:before,
	.premium__box__inner h3 .premium__subtitle:after {
		background-size:5vw 9vw;
		width:5vw;
		height:9vw;
	}
	.premium__box__inner h3 .emRed {
		font-size:4vw;
	}
	.premium__box__inner h3 .appName {
		font-size:3.6vw;
	}
	.premium__box__inner .premium__postcard ul {
		margin-top:3vw;
		flex-direction: column;
		gap:3vw 0;
	}
	.premium__box__inner .premium__postcard ul li {
		width:100%;
	}
	.premium__box__inner .premium__postcard ul li img {
		max-width:100%;
		height:auto;
	}
	.premium__box__inner .premium__stamp ul {
		gap:3vw;
	}
	.premium__box__inner .premium__stamp ul li {
		width:25vw;
	}
	.premium__box__inner .premium__stamp ul li img {
		width:100%;
		height:auto;
	}
	.premium__box__inner .section__btn {
		font-size:3.6vw;
		padding:3vw 10vw;
		max-width:80%;
	}
}


/* ------------ LINE APP ------------ */
#lineappLink.section {
	border-top:0!important;
}
.lineappLink__text {
	font-size:24px;
	color:#00b900;
}
.lineappLink__text img {
	vertical-align: middle;
	margin-right:10px;
}
@media only screen and (max-width: 767px) {
	#lineappLink.section {
		padding:10vw 0;
	}
	.lineappLink__text {
		font-size:5vw;
	}
	.lineappLink__text img {
		vertical-align: middle;
		margin-right:0;
		display:block;
		width:20%;
		height:auto;
		margin:0 auto 3vw auto;
	}
}
#lineappLink.section .section__btn::after {
	    border-width: 0 0 2px 2px;
	margin-top:-9px;
}

.lineapp * {
	box-sizing: border-box;
}
.lineapp {
	border-top:solid 2px #00b900!important;
	background-color:#fefbf5;
	padding-bottom:90px;
}
.lineapp .lineapp__title {
	text-align: center;
	display:flex;
	justify-content: center;
	align-items: center;
	color:#00b900;
	font-size:33px;
	margin-bottom:30px;
}
.lineapp .lineapp__title .icn {
	margin-right:25px;
}
.lineapp .lineapp__intro {
	text-align: center;
	font-size:24px;
}
.lineapp .stepBlock {
}
.lineapp .stepBlock ul {
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
}
.lineapp .stepBlock ul li {
	border:3px solid #00b900;
	border-radius:20px;
	background-color:#FFF;
	padding:20px;
	margin:0 20px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
	position: relative;
	text-align: center;
	color:#00b900;
	width:340px;
}

.lineapp .stepBlock ul li .step__badge {
	position:absolute;
	top:-35px;
	left:-35px;
}
.lineapp .stepBlock ul li h4 {
	font-size:22px;
}

.lineapp__btn .section__btn {
	background-color:#00b900;
	color:#FFF!important;
	font-size:22px;
	border-radius:10px;
	max-width: 600px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}
.lineapp__btn .section__btn:after {
	border-color:#FFF;
}

@media only screen and (max-width: 767px) {
	.lineapp {
		padding-bottom:90px;
		padding-top:10vw;
	}
	.lineapp .lineapp__title {
		display:block;
		font-size:6vw;
		margin-bottom:3vw;
	}
	.lineapp .lineapp__title .icn {
		margin-right:0;
		margin-bottom:3vw;
		display:block;
	}
	.lineapp .lineapp__intro {
		text-align: center;
		font-size:16px;
	}
	.lineapp .stepBlock ul li {
		padding:10vw 5vw 5vw 5vw;
		width:90%;
		margin:0;
	}
	.lineapp .stepBlock ul li:nth-of-type(1) {
		margin-bottom:10vw;
	}
	.lineapp .stepBlock ul li .step__badge {
		top:-8vw;
		left:-8vw;
		width:20vw;
		height:20vw;
	}
	.lineapp .stepBlock ul li .step__img {
		padding:0 10vw;
	}
	.lineapp .stepBlock ul li .step__badge img,
	.lineapp .stepBlock ul li .step__img img {
		width:100%;
		height:auto;
	}
	.lineapp .stepBlock ul li h4 {
		font-size:20px;
	}
	.lineapp__btn .section__btn {
		font-size:20px;
	}
}

.download_float{
	position: relative;
	background: #e83015;
	color:#FFF;
	width: 100%;
	margin-top: 80px;
	z-index: 2;
}
.download_float.jsfixed{
	bottom: 0;
	position: fixed;
}

.download_inner {
	width: 960px;
    margin: 0 auto;
	box-sizing: border-box;
}
.download_inner * {
	box-sizing: border-box;
}
.download_box {
	display:flex;
	padding:15px 0;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap:0 10px;
}
.download_box.with_icn {
	padding-bottom:5px;
}
.download_box.with_icn .download_text {
	flex:1;
}
.download_icn {
	width:80px;
}
.download_text h3 {
	font-size:22px;
}
.download_float__btns {
	width:50%;
	display: flex;
	justify-content: center;
	gap:0 20px;
}
.download_float__btns:not(.app__btns) li {
	width:calc(50% - 10px);
}
.download_float__btns.app__btns {
	width:320px;
}
.download_float__btn {
	position: relative;
	display:flex;
	justify-content: center;
	align-items: center;
	width:100%;
	padding:10px 20px 10px 40px;
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	background-color:#FFF;
	text-align: center;
	text-decoration: none !important;
	color: #e83015!important;
}

.download_float__btn i {
	position: absolute;
	top:50%;
	left:10px;
	transform:translateY(-50%);
}
.download_float__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: solid 2px #e83015;
  border-right: solid 2px #e83015;
  transform: rotate(45deg) translateY(-50%);
}

@media screen and (max-width: 768px){
	.download_inner {
		width:100%;
	}
	.download_box {
		padding:3vw 3vw 4vw 3vw;
	}
	.download_icn {
		width:14vw;
	}
	.download_icn img {
		width:100%;
		height:auto;
	}
	.download_text {
		font-size:3vw;
	}
	.download_text h3 {
		font-size:4vw;
	}

	.download_float__btns {
		width:calc(100% - 70px);
		justify-content: flex-start;
		gap:0 3vw;
		margin-top:2vw;
	}
	.download_float__btns.app__btns {
		width:calc(100% - 70px);
	}
	.download_float__btns.app__btns li img {
		height:12vw;
		width:auto;
	}
	.download_float__btn {
		min-width:100%;
		min-height:inherit;
		padding:2vw 5vw 2vw 8vw;
		font-size: 3.6vw;
	}
	.download_float__btn i {
		left:2vw;
	}
	.download_float__btn i img {
		width:5vw;
		height:auto;
	}
	.download_float__btn::before {
	  right: 3vw;
	  width: 1.5vw;
	  height: 1.5vw;
	}
}
#footer {
	margin-top:0;
}