@charset "utf-8";
/* CSS Document */

/*-------------------------------------
  right contents　共通
-------------------------------------*/
.manual h2::after {
	color: #ffc800;
	font-size: 16px;
	margin-left: 20px;
}
.manual h2::after {
	content: "MANUAL";
}
.manual .ttltxt {
	padding: 10px;
}
.notes {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	margin: 0 0 20px;
	padding: 10px 0;
}
.notes ul {
	list-style-type: disc;
	padding: 40px 40px 20px;
	position: relative;
}
.notes ul::before,
.notes ul::after {
	color: #ddd;
	display: block;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 6rem;
	line-height: 0;
	position: absolute;
	z-index: 1;
}
.notes ul::after {
	bottom: 0;
	content: "”";
	right: 10px;
}
.notes ul::before {
	content: "“";
	left: 10px;
}
.installation {
	margin: 0 0 20px;
}
.installation a {
	color: #1453c7;
	font-weight: bold;
	text-decoration: none;
}
.installation a:hover {
	color: #ffc800;
}
.installation h3 {
	text-align: center;
}
.installation h3 span {
	background-image: url(../img/manual/installation.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding: 10px 10px 10px 28px;
}
.installation h4 {
	background-color: #1453c7;
	color: #fff;
	padding: 10px;
}
.installation h4::before {
	content: "■";
	margin-right: 5px;
}
.installation p {
	padding: 10px;
}
.installation p span {
	display: inline-block;
	margin: 10px 0 0;
}
.installation .area {
	background-color: rgba(231, 237, 249, 0.2);
	border: 5px solid #b8cbee;
	margin: 0 0 10px;
	padding: 10px;
}
.installation .area dl {
	border-bottom: 1px solid #ddd;
	margin: 0 0 0 20px;
	padding: 10px 0 20px;
}
.installation .area p {
	margin-left: 10px;
}
.installation .area dt {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
}
.installation_link {
	margin-right: 10px;
	text-align: right;
}
.balloon {
	background-color: #1453c7;
	border-radius: 5px;
	color: #fff;
	font-weight: bold;
	padding: 15px;
	position: relative;
	text-align: center;
}
.balloon::after {
	border-color: #1453c7 transparent transparent;
	border-style: solid;
	border-width: 18px 10px 0;
	bottom: -15px;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	width: 0;
}
.manual_list a {
	background-color: rgba(231, 237, 249, 0.2);
	background-image: url(../img/manual/manual_list.png);
	background-position: right 10px bottom 10px;
	background-repeat: no-repeat;
	border: 5px solid #b8cbee;
	display: block;
	font-weight: bold;
	height: 100px;
	margin: 0 10px 10px 0;
	padding: 20px;
	text-decoration: none;
	width: 226px;
}
.manual_list a:hover {
	background-color: #ffc800;
	background-image: url(../img/manual/manual_hover.png);
	border: 5px solid #ffc800;
}
.repo a {
	border: 5px solid #1453c7;
	color: #1453c7;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 30px 0 10px;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
}
.repo a:hover {
	background-color: #ffc800;
	border: 5px solid #ffc800;
	color: #444;
}
.repotxt {
	font-size: 12px;
}
/*--------------------------------------------------------------------/
	スマートフォン
/--------------------------------------------------------------------*/
body.xs .manual .section {
	margin: 0 5px;
}
body.xs .manual h3 {
	font-size: 18px;
	padding: 5px;
}
body.xs .manual h4 {
	font-size: 16px;
	margin: 0 0 10px;
}
body.xs .installation h3 {
	margin: 20px 0 0;
}
body.xs .installation .area dl span {
	display: block;
	font-size: 12px;
}
body.xs .mtxt {
	padding: 5px;
}
body.xs .mtxt p {
	margin: 0 0 30px;
}
body.xs .slider {
	height: 100px;
	position: relative;
	overflow: hidden;
	width: 100%;
}
body.xs .slider::before,
body.xs .slider::after {
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	height: 100%;
	padding: 40px 2px;
	position: absolute;
	top: 0;
	z-index: 50;
}
body.xs .slider::before {
	content: "◀";
	left: 0;
}
body.xs .slider::after {
	content: "▶";
	right: 0;
}
body.xs .mask {
	height: 147px;
	overflow-x: auto;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}
body.xs .mask > * {
	-webkit-transform: translateZ(0px);
}
body.xs .slider ul {
	display: inline-table;
	max-width: 100%;
	margin: 0 0 20px;
}
body.xs .slider li {
	display: table-cell;
}
body.xs .repo {
	margin: 30px 5px 0;
}
/*--------------------------------------------------------------------/
	PC
/--------------------------------------------------------------------*/
body.xl .manual h3 {
	font-size: 18px;
	padding: 10px;
}
body.xl .manual h4 {
	font-size: 16px;
	margin: 0 0 10px;
}
body.xl .mtxt {
	padding: 10px;
}
body.xl .mtxt p {
	margin: 0 0 10px;
}
body.xl .manual_list {
	letter-spacing: -0.4em;
	margin: 10px 0 0;
}
body.xl .manual_list li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}
body.xl .manual_list li:nth-child(3) a,
body.xl .manual_list li:nth-child(6) a,
body.xl .manual_list li:nth-child(9) a,
body.xl .manual_list li:nth-child(12) a,
body.xl .manual_list li:nth-child(15) a {
	margin: 0 0 10px;
}