@charset "utf-8";

/* RESET
--------------------------------------------------*/
html, body, h1, h2, h3, h4, h5, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, figure {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	line-height: 1;
}

article, header, footer, aside, figure, figcaption, nav, section {
	display: block;
}

body {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

ol, ul {
	list-style: none;
	list-style-type: none;
}

li {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img, video {
	vertical-align: bottom;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	width: 100%;
	height: auto;
}


/* カスタマイズ
--------------------------------------------------*/

html, body, h1, h2, h3, h4, h5, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
	
}

html {
	line-break: strict;
	font-feature-settings: "palt" 1;
}

body {
	font-family: sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #000;
	font-feature-settings: "palt";
	background-color: #ffdb00;
	font-size: 16px;
	letter-spacing: 0;
}

body.manual {
	background-color: #efefe7;
}

a {
	text-decoration: none;
}

svg.path {
	display: none;
}

#menubtn {
	display: block;
	width: 52px;
	height: 52px;
	background-color: #fff;
	border-radius: 100px;
	position: fixed;
	right: 30px;
	top: 30px;
	z-index: 3;
	cursor: pointer;
	filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.1));
}

#menubtn .bar {
	display: block;
	width: 20px;
	height: 2px;
	background-color: #333;
	position: absolute;
	left: 16px;
	top: 25px;
}

#menubtn .bar:nth-child(1) {
	transform: translate3d(0,-6px,0);
}

#menubtn .bar:nth-child(3) {
	transform: translate3d(0,6px,0);
}

#menubtn.active .bar:nth-child(1) {
	transform: translate3d(0,0,0) rotate(45deg);
}

#menubtn.active .bar:nth-child(2) {
	display: none;
}

#menubtn.active .bar:nth-child(3) {
	transform: translate3d(0,0,0) rotate(-45deg);
}


#menu {
	width: 300px;
	border-radius: 10px;
	background-color: #fff;
	position: fixed;
	right: 20px;
	top: 100px;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.3));
	padding: 10px;
	z-index: 3;
	display: none;
}

#menubtn.active + #menu {
	display: block;
}

#menu:before {
	content: "";
	display: block;
	position: absolute;
	right: 32px;
	top: 0;
	transform: translate3d(0,-100%,0);
	width: 10px;
	height: 10px;
	background: #fff;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

#menu li {
	border-top: 1px solid #efefef;	
}

#menu li:first-child {
	border: none;
}

#menu a {
	color: #000;
	display: block;
	font-size: 15px;
	padding: 18px 12px 17px;
	font-weight: bold;
}

.layout {
	width: 920px;
	margin: 0 auto;
	padding: 100px 0 60px;
}

.in_layout {
	width: 820px;
	margin: 0 auto;
}

.wrap {
	padding: 130px 0 0;
}

#logo:before{
	content: "";
	display: block;
	width: 170px;
	height: 111px;
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 170px auto;
	margin: -20px auto 65px;
}

h1,h2 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
}

h2 + p {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	margin: 20px 0 0;
}

#service_guide {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 55px 0 0;
}

#service_guide section {
	width: 49%;
	background-color: #fff;
	border-radius: 10px;
	padding: 50px 50px 45px;
	text-align: center;
}

#service_guide section h2 img{
	width: auto;
	height: 30px;
}

#service_guide section .img {
	padding: 20px 0 8px;
}

#service_guide section .img img {
	width: 70%;
}

#service_guide section p {
	font-size: 19px;
	font-weight: bold;
	line-height: 1.6;
	padding: 0 0 22px;
}

#otoku_guide {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 37px 0 0;
}

#otoku_guide section {
	width: 49%;
	background-color: #fff;
	border-radius: 10px;
	padding: 50px 40px 45px;
	text-align: center;
	margin: 2% 0 0;
}

#otoku_guide section:nth-child(3),
#otoku_guide section:nth-child(4) {
	padding-bottom: 80px;
}

#otoku_guide section .img img {
	width: 70%;
}

#otoku_guide section h3 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.6;
}

#otoku_guide section h3 strong {
	color: #ff7000;
}

#otoku_guide section h3 span {
	display: block;
	font-size: 12px;
	line-height: 1.6;
	margin: 14px 0 0;
}

#otoku_guide section p {
	font-size: 12px;
	line-height: 1.6;
	margin: 14px 0 0;
}

#otoku_guide section p.left {
	text-align: left;
}

#attention {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 30px 0;
	width: 820px;
	margin: 80px auto 0;
}

#attention h3 {
	width: 20%;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

#attention ul {
	width: 80%;
	border-left: 1px solid #000;
	padding: 0 0 0 40px;
}

#attention ul li {
	font-size: 14px;
	line-height: 1.5;
	margin: 6px 0 0;
	position: relative;
	padding: 0 0 0 1em;
	font-weight: bold;
}

#attention ul li:before {
	content: "・";
	position: absolute;
	left: 0;
	top: 0;
}

#app_title {
	width: 375px;
	margin: 0 auto;
}

#app_info {
	background-color: #fff;
	border-radius: 10px;
	position: relative;
	padding: 90px 82px 55px;
	margin: 85px 0 0;
}

#app_info:after {
	content: "";
	display: block;
	width: 200px;
	height: 210px;
	background-image: url(img/piyo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	position: absolute;
	left: 0;
	top: 0;
	transform: translate3d(-25px,-55%,0);
}

#app_info h3 {
	display: inline-block;
	padding: 18px 50px;
	border-radius: 100px;
	background-color: #000;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate3d(-50%,-50%,0);
	letter-spacing: 0.05em;
	animation: bound 0.6s infinite ease-out;
}

@keyframes bound {
   0% {
	  transform: translate3d(-50%,-50%,0);
	  
   }
   
   50% {
	transform: translate3d(-50%,-57%,0);
		 
	}
	
	100% {
		transform: translate3d(-50%,-50%,0);
		  
	}
}

#app_info h3:before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	background-color: #000;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate3d(-50%,50%,0) rotate(45deg);
}

#app_info p {
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
}

#download {
	display: flex;
	justify-content: space-between;
	margin: 30px 0 0;
}

#download li {
	width: 182px;
	text-align: center;
}

#download li .code {
	font-weight: bold;
	font-size: 14px;
}

#dl_img {
	width: 230px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate3d(-50%,20px,0);
}

#set_guide {
	
}

#manual_list {
	padding: 30px 0 0;
}

#manual_list li {
	margin: 18px 0 0;
}

#manual_list li a {
	display: block;
	position: relative;
	background-color: #fff;
	border-radius: 100px;
	padding: 32px 95px;
	font-weight: bold;
	font-size: 21px;
	color: #000;
}

#manual_list li a small {
	font-size: 18px;
	font-weight: normal;
	display: inline-block;
	margin: 0 0 0 5px;
}

#manual_list li a .num {
	font-size: 20px;
	font-weight: bold;
	border-radius: 100px;
	color: #ffcb00;
	width: 60px;
	padding: 13px 0;
	border: 7px solid #ffcb00;
	text-align: center;
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translate3d(0,-50%,0);
}

#manual_list li a:after {
	content: "";
	display: block;
	position: absolute;
	right: 34px;
	top: 50%;
	transform: translate3d(0,-50%,0) rotate(90deg);
	width: 14px;
	height: 14px;
	background: #ffcb00;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.card_guide {
	background-color: #fff;
	border-radius: 10px;
	padding: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 50px 0 0;
	position: relative;
}

#set_guide + .card_guide {
	margin-top: 120px;
}

.card_guide:after {
	content: "";
	display: block;
	width: 160px;
	height: 123px;
	position: absolute;
	right: -40px;
	top: -25px;
	background-image: url(img/check.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
	animation: jump 0.6s infinite ease-out;
}

@keyframes jump {
   0% {
	  transform: translate3d(0,0,0);
	  
   }
   
   50% {
	transform: translate3d(7px,-7px,0);
		 
	}
	
	100% {
		transform: translate3d(0,0,0);
		  
	}
}

.card_guide h2 {
	width: 100%;
	text-align: center;
	font-size: 27px;
	padding: 0 0 50px;
}

.card_guide p {
	width: 360px;
	font-size: 16px;
	line-height: 1.6;
	text-align: left;
	margin: 0;
}

.card_guide p strong {
	font-weight: bold;
	color: #ff0000;
}

.card_guide .card {
	width: 292px;
}

#qa_list {
	padding: 30px 0 0;	
}

#qa_list li {
	border-radius: 50px;
	background-color: #fff;
	margin: 16px 0 0;
}

#qa_list li h3 {
	padding: 32px 70px 28px 95px;
	font-weight: bold;
	font-size: 21px;
	line-height: 1.42;
	position: relative;
	cursor: pointer;
}

#qa_list li h3:before {
	content: "Q.";
	font-weight: bold;
	font-size: 30px;
	color: #ffcb00;
	position: absolute;
	left: 32px;
	top: 50%;
	transform: translate3d(0,-50%,0);
}

#qa_list li h3:after {
	content: "";
	display: block;
	position: absolute;
	right: 34px;
	top: 50%;
	transform: translate3d(0,-50%,0) rotate(180deg);
	width: 14px;
	height: 14px;
	background: #ffcb00;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

#qa_list li p {
	padding: 32px 70px 32px 95px;
	font-size: 21px;
	line-height: 1.6;
	position: relative;
	display: none;
}

#qa_list li p:after {
	content: "";
	display: block;
	width: 92%;
	height: 1px;
	border-top: 1px dotted #ccc;
	position: absolute;
	left: 4%;
	top: 0;
}

#qa_list li h3.active + p {
	display: block;
}

#qa_list li h3.active:after {
	transform: translate3d(0,-50%,0) rotate(0);
	background-color: #ff6100;
}

#qa_list li p:before {
	content: "A.";
	font-weight: bold;
	font-size: 30px;
	color: #ff6100;
	position: absolute;
	left: 32px;
	top: 26px;
}

.copyright {
	text-align: center;
	font-size: 11px;
	display: block;
	text-align: center;
	margin: 110px 0 0;
	color: #a56700;
	letter-spacing: 0.01em;
}

/* マニュアルページ */

.manual_header h1 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.09em;
}

.manual_header h1 span {
	font-size: 20px;
	font-weight: bold;
	border-radius: 100px;
	color: #ffcb00;
	width: 60px;
	padding: 13px 0;
	border: 7px solid #ffcb00;
	background-color: #fff;
	text-align: center;
	display: block;
	margin: 0 auto 25px;
}

.manual_header p {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	list-style: 1.6;
	margin: 20px 0 0;
	letter-spacing: 0.05em;
}

#case_select {
	display: flex;
	justify-content: space-between;
	margin: 65px auto 0;
	width: 90%;
	padding: 0 0 80px;
}

#case_select.row {
	padding-bottom: 0;
}

#case_select li {
	width: 49%;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	background-color: #fff;
	border-radius: 8px;
	position: relative;
	padding: 25px 0 27px;
	cursor: pointer;
}

#case_select li span {
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin: 6px 0 0;
}

#case_select li.active {
	background-color: #fdd000;
}

#case_select li.active:after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background-color: #fdd000;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate3d(-50%,50%,0) rotate(45deg);
}

.case {
	padding: 30px 0 0;
	display: none;
}

.case.active {
	display: block;
}

.step {
	margin: 140px 0 0;
	position: relative;
	background-color: #fff;
	border-radius: 8px;
	display: flex;
	align-items: center;
	min-height: 350px;
	padding: 40px 0;
}

.step:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: -65px;
	transform: translate3d(0,-50%,0) rotate(180deg);
	width: 26px;
	height: 26px;
	background: #ffcb00;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.step h2 {
	width: 46px;
	font-size: 22px;
	font-weight: bold;
	padding: 12px 0;
	text-align: center;
	color: #fff;
	background-color: #000;
	border-radius: 100px;
	position: absolute;
	right: 25px;
	top: 25px;	
}

.step h2 span {
	display: none;
}

.step .img {
	width: 250px;
	position: absolute;
	left: 60px;
	bottom: 25px;
}

.step .img img {
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.3));
}

.step .des {
	padding: 0 50px 0 380px;
}

.step .des p {
	line-height: 1.6;
	margin: 0.75em 0 0;
	font-size: 17px;
	letter-spacing: 0.05em;
}

.step .des p:first-child {
	margin-top: -5px;
}

.step .des .red {
	color: #ff0000;
}

#morebtn {
	background-color: #fdd000;
	width: 50%;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 25px 0 25px;
	border-radius: 100px;
	margin: 60px auto 0;
	cursor: pointer;
}

#more {
	display: none;
	padding: 85px 0 0;
	margin: 100px 0 0;
	border-top: 1px dotted #333;
}

#morebtn.active {
	display: none;
}

#morebtn.active + #more {
	display: block;
}

footer {
	background-color: #ffdb00;
	padding: 0 0 70px;
}

@media screen and (min-width: 768px) {
	
	#menu a:hover {
		background-color: #efefef;
	}
	
	#case_select li {
		transition: 0.15s ease;
	}
	
	#case_select li:hover {
		transform: translate3d(0,-8px,0);
	}
	
	#morebtn {
		transition: 0.15s ease;
	}
	
	#morebtn:hover {
		transform: translate3d(0,-8px,0);
	}
	
	#manual_list li a {
		transition: 0.15s ease;
	}
	
	#manual_list li a:hover {
		transform: translate3d(-8px,0,0);
	}
	
	#qa_list li {
		transition: 0.15s ease;
	}
	
	#qa_list li:hover {
		transform: translate3d(-8px,0,0);
	}
	
	.case .step:first-child:before {
		display: none;
	}
	
	.sp_only {
		display: none;	
	}
}


@media screen and (max-width: 768px) {
	
	.sp_only {
		display: block;	
	}
	
	.wrap {
		padding: 60px 0 0;
	}
	
	.layout {
		width: 100%;
		padding: 55px 0 0;
	}
	
	.in_layout {
		width: 100%;
		padding: 0 18px;
	}
	
	#menubtn {
		right: 13px;
		top: 13px;
	}
	
	#menu {
		right: 10px;
		top: 80px;
	}
	
	#menu:before {
		right: 24px;
		transform: translate3d(0, -90%, 0);
	}
	
	#logo:before{
		width: 130px;
		height: 85px;
		background-size: 100% auto;
		margin: -25px auto 25px;
	}
	
	h1, h2 {
		font-size: 19px;
	}
	
	h2 + p {
		font-size: 13px;
		font-weight: normal;
		margin-top: 12px;
	}
	
	.manual_header h1 {
		font-size: 19px;
		line-height: 1.5;
	}
	
	.manual_header p {
		font-size: 13px;
		margin-top: 4px;
		line-height: 1.5;
	}
	
	#case_select {
		width: calc(100% - 30px);
		margin-top: 30px;
		flex-wrap: wrap;
		padding: 0 0 50px;
	}
	
	#case_select li {
		width: 100%;
		border-radius: 0;
		font-size: 13px;
	}
	
	#case_select li + li {
		margin-top: 7px;
	}
	
	#case_select li span {
		font-size: 10px;
	}
	
	#case_select.row {
		width: calc(100% - 10px);
		margin-top: 30px;
		flex-wrap: wrap;
		padding: 0 0 30px;
		padding-bottom: 0; 
	}
	
	#case_select.row li {
		width: 49.5%;
		margin: 0;
	}
	
	.case {
		padding: 0;
	}
	
	.step {
		display: block;	
		padding: 0 0 50px;
		width: calc(100% - 16px);
		margin: 120px auto 0;
		border-radius: 0;
	}
	
	.step:before {
		background-color: #fff;
		top: auto;
		bottom: 0;
		transform: translate3d(-50%, 85%, 0) rotate(180deg);
		height: 20px;
	}
	
	.case .step:last-child:before {
		display: none;
	}
	
	.step h2 {
		z-index: 2;
		right: 8%;
		top: -60px;
		width: 40px;
		height: 40px;
		font-size: 16px;
		padding: 12px 0;
		transform: translate3d(0,-50%,0);
	}
	
	.step .img {
		position: relative;
		left: auto;
		bottom: auto;
		width: 75%;
		margin: 0 auto 0;
		transform: translate3d(0,-60px,0);
	}
	
	.step .des {
		padding: 0 30px 0;
		margin-top: -20px;
	}
	
	.step .des p {
		font-size: 15px;
	}
	
	.step .des p br {
		display: none;
	}
	
	#manual_list {
		padding: 15px 0 0;
	}
	
	#manual_list li {
		margin: 10px 0 0;
	}
	
	#manual_list li a small {
		font-size: 11px;
		display: block;
		margin: 3px 0 0;
	}
	
	#manual_list li a {
		font-size: 15px;
		padding: 15px 0 14px 57px;
		line-height: 1.4;
	}
	
	#manual_list li a .num {
		font-size: 14px;
		width: 34px;
		padding: 6px 0;
		border: 4px solid #ffcb00;
	}
	
	#manual_list li a:after {
		right: 22px;
		width: 10px;
		height: 10px;
	}
	
	#set_guide + .card_guide {
		margin-top: 65px;
	}
	
	.card_guide {
		padding: 38px 24px 30px;
		margin: 32px 0 0;
	}
	
	.card_guide p {
		width: 100%;
		font-size: 14px;
		margin: 12px 0 0;
	}
	
	.card_guide h2 {
		font-size: 19px;
		line-height: 1.5;
		padding: 0;
	}
	
	.card_guide .card {
		width: 100%;
		margin: 15px 0 0;
	}
	
	.card_guide:after {
		width: 80px;
		height: 62px;
		right: 0;
	}
	
	#qa_list {
		padding: 17px 0 0;
	}
	
	#qa_list li {
		border-radius: 10px;
		margin: 10px 0 0;
	}
	
	#qa_list li h3:before {
		font-size: 21px;
		left: 20px;
	}
	
	#qa_list li h3:after {
		right: 14px;
		width: 10px;
		height: 8px;
	}
	
	#qa_list li h3 {
		font-size: 15px;
		padding: 15px 35px 13px 55px;
	}
	
	#qa_list li p {
		font-size: 15px;
		padding: 15px 25px 13px 55px;
	}
	
	#qa_list li p:before {
		font-size: 21px;
		left: 20px;
		top: 10px;
	}
	
	#morebtn {
		width: 70%;
		font-size: 15px;
		margin: 40px auto 50px;
		padding: 18px 0 18px;
	}
	
	#more {
		padding-top: 50px;
		margin-top: 0;
		border: none;
		background-color: #fdd000;
	}
	
	
	#service_guide {
		padding: 0 10px;
		margin: 25px 0 0;
	}
	
	#service_guide section {
		width: calc(50% - 2px);
		padding: 20px 15px 18px;
	}
	
	#service_guide section:nth-child(1) {
		border-radius: 10px 0 0 10px;
	}
	
	#service_guide section:nth-child(2) {
		border-radius: 0 10px 10px 0;
	}
	
	#service_guide section h2 img {
		width: 90%;
		height: auto;
	}
	
	#service_guide section .img {
		padding: 10px 0 0;
	}
	
	#service_guide section .img img {
		width: 100%;
	}
	
	#service_guide section p {
		font-size: 12px;
	}
	
	#service_guide section:nth-child(1) p {
		padding: 11px 0 20px;
	} 
	
	#service_guide section:nth-child(2) p {
		padding: 0 0 12px;
	}
	
	#otoku_guide {
		display: block;
		padding: 0 10px;
		margin: 25px 0 0;
	}
	
	#otoku_guide section {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 15px 15px 15px 10px;
		align-items: center;
	}
	
	#otoku_guide section .img {
		width: 33%;
	}
	
	#otoku_guide section .img img {
		width: 100%;
	}
	
	#otoku_guide section h3 {
		width: 67%;
		text-align: left;
		font-size: 16px;
		padding-left: 5px;
	}
	
	#otoku_guide section h3 span {
		font-size: 10px;
		margin: 3px 0 0;
	}
	
	#otoku_guide section p {
		font-size: 10px;
		margin: 10px 0 0;	
	}
	
	#otoku_guide section p.left {
		width: 100%;
		padding-left: 5px;
	}
	
	#otoku_guide section:nth-child(3),
	#otoku_guide section:nth-child(4) {
		padding-bottom: 15px;
	}
	
	#attention {
		display: block;
		width: calc(100% - 40px);
		margin-top: 40px;
	}
	
	#attention h3 {
		width: 100%;
		text-align: left;
		font-size: 15px;
	}
	
	#attention ul {
		width: 100%;
		border: none;
		padding: 10px 0 0;
	}
	
	#attention ul li {
		font-size: 11px;
	}
	
	#app_title {
		width: 72%;
	}
	
	#app_info {
		padding: 45px 20px 30px;
		margin: 45px 0 0;
	}
	
	#app_info h3 {
		font-size: 15px;
		padding: 14px 0;
		width: 70%;
		text-align: center;
	}
	
	#download {
		display: block;
		width: 52%;
	}
	
	#app_info p {
		font-size: 14px;
		text-align: left;
		padding: 0 0 0 28%;
	}
	
	#app_info p br {
		display: none;
	}
	
	#download li {
		width: 100%;
	}
	
	#download li + li {
		margin: 15px 0 0;
	}
	
	#download .code {
		text-align: center;
		font-size: 13px;
		font-weight: bold;	
	}
	
	#download .code img {
		display: none;
	}
	
	#download a {
		display: block;
		margin: 5px 0 0;
	}
	
	#app_info:after {
		width: 105px;
		height: 110px;
		transform: translate3d(-10px, 40px, 0);
	}
	
	#dl_img {
		width: 40%;
		left: auto;
		right: 15px;
		transform: translate3d(0, 10px, 0);
	}
	
	.copyright {
		margin: 50px 0 0;
	}
	
	footer {
		padding: 0 0 50px;
	}
}