body {
	margin: 10px;
	line-height: 1.3em;
}

a {
	text-decoration: none;
}

p {
	margin: 0;
}

header {
	display: block;
	text-align: center;
	padding: 10px 3px;
	margin-bottom: 0px;
	background-color: #eb5505;
	color: #fff;
	font-size: 15px;
	border: none;
}

.wrepper {
	text-align: center;
	border: solid 1px #e4e3e3f2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #fff;
	padding-bottom: 20px;
}

.content {
	border: none;

}

.box {
	font-size: 14px;
}

.text_vw {
	text-align: left;
	margin-bottom: 30px;
	width: 100%;
	font-weight: bold;
	color: #eb5505;
}

.download-here {
	width: 85%;
	font-size: 13px;
	margin-left: auto;
	margin-right: auto;
	padding: 3px 10px 3px 10px;
	border: 1px solid #eb5505;
	border-radius: 10px;
	background-color: #eb5505;
	color: #ffffff;
}

.download-block {
	display: flex;
	margin-top: 15px;
	margin-bottom: 25px;
}

.googleplay {
	width: calc(100% /2);
}

.googleplay img {
	width: 100%;
	margin-top: -6%;
}

.appstore {
	display: inline-block;
	overflow: hidden;
	background: url(https://linkmaker.itunes.apple.com/ja-jp/badge-lrg.svg?releaseDate=2015-11-12&kind=iossoftware&bubble=ios_apps) no-repeat;
	height: auto;
	background-size: contain;
	width: calc(90% /2);
}

.backup {
	text-align: left;
	font-size: 13px;
}

.red {
	color: red;
}

.arrow {
	margin-bottom: 15px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #696969;
}

.arrow img {
	vertical-align: middle;
	width: 20px;
	margin-right: 5px;

}

.subtitle {
	font-weight: bold;
	margin-bottom: 10px;
}

.accordion p {
	font-size: 11px;
}

.sub-detail {
	padding-left: 10px;
}

.floatbox {
	margin-bottom: 10px;
}

.floatbox p:first-child {
	font-weight: bold;
}