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

/*-------------------------------------
  right contents　共通
-------------------------------------*/
.faq .contact {
	background-image: url(../img/question.png);
	background-repeat: no-repeat;
	background-position: left -10px top -20px;
	background-color: rgba(231,237,249,0.2);
	border: 5px solid #b8cbee;
	padding: 20px;
}
.faq .contact a {
	color: #1453c7;
}
.faq .contact a:hover {
	color: #ffc800;
}
.faq .contact p,
.faq .contact span {
	font-weight: bold;
}
.faq .contact span {
	font-size: 12px;
}
.faq .contact p {
	font-size: 10px;
	margin-left: 3em;
}
.faq a {
	font-weight: bold;
	text-decoration: none;
}
.faq_ct a {
	display: block;
}
.faq_ct a:hover {
	background-color: #ffc800;
	color: #444;
}
.faq_pic {
	margin: 0 0 20px;
}
#installation p {
	background-color: #f6f6f6;
	border: 1px solid #ddd;
	font-size: 12px;
	padding: 20px;
}
.menulist {
	margin: 0 0 20px;
}
.menulist a {
	display: block;
}
.faqlist a {
	color: #1453c7;
}
.faqlist a:hover {
	color: #ffc800;
}
.faq .faqlist h3 {
	padding: 10px;
}
.faq .faqlist h3::before {
	color: #1453c7;
	content: "■";
	margin-right: 5px;
}
.faq .faqlist .txt {
	display: inline-block;
	margin: 10px 0;
}
.faq .faqlist .type {
	display: block;
	font-weight: bold;
}
.faq .faqlist .type::before {
	content: "■";
	margin-right: 5px;
}
.faq .faqlist li {
	margin: 0 0 30px;
}
.faq .faqlist li ul li {
	margin: 0 0 5px;
}
.faq .faqlist li ul li::before {
	content: "■";
	margin-right: 5px;
}
.faq .faqlist dt {
	cursor: pointer;
	font-weight: bold;
	padding: 10px;
}
.faq dd {
	display: none;
}

/*--------------------------------------------------------------------/
	スマートフォン
/--------------------------------------------------------------------*/
body.xs .faq .contact {
	margin: 0 5px 20px;
}
body.xs .faq .contact ul {
	margin: 10px 0 0;
}
body.xs #right_contents.faq {
	padding: 0;
}
body.xs .menulist a {
	border: 5px solid #ddd;
	margin: 0 5px 10px;
	padding: 5px 10px;
}
body.xs .menulist a::after,
body.xs .faq_ct a::after {
	color: #1453c7;
	content: "▼";
	display: block;
	margin-right: 5px;
	text-align: right;
}
body.xs .menulist a:hover::after,
body.xs .faq_ct a:hover::after {
	color: #ffc800;
}
body.xs .faq_ct li {
	margin: 0 5px 1px;
}
body.xs .faq_ct a {
	background-color: #fff;
	border: 5px solid #ddd;
	display: block;
	margin: 0 0 10px;
	padding: 5px 10px;
}
body.xs .faq_ct a:hover {
	background-color: inherit;
}
body.xs .faq .faqlist h3 {
	font-size: 16px;
}
body.xs .link a {
	border: 3px solid;
	display: block;
	margin: 20px 0 0;
	padding: 10px;
	text-align: center;
}
body.xs .faq .faqlist .type::before {
	color: #1453c7;
}
body.xs .faq .faqlist dt::after {
	border-top: 1px solid #eee;
	color: #999;
	content: "▼";
	display: block;
	margin: 5px 0 0;
	padding: 5px 5px 0;
	text-align: right;
}
body.xs .faq .faqlist .action::after {
	color: #fff;
	content: "▲";
}
body.xs #installation img {
	display: block;
	max-width: 420px;
	width: 100%;
}
body.xs .faq .faqlist dl {
	margin: 0 5px 5px;
}
body.xs .faq .faqlist .answer dl {
	margin: 0 0 5px;
}
body.xs .faq .faqlist dl:last-child dt {
	border-bottom: 1px solid #ddd;
}
body.xs .faq .faqlist dl:last-child dd {
	border-top: none;
}
body.xs .faq .faqlist dt {
	background-color: #ddd;
	border-top: 1px solid #fff;
}
body.xs .faq .faqlist dt:hover::after {
	color: #fff;
}
body.xs .faq .faqlist dt:hover,
body.xs .faq .faqlist .action {
	background-color: #1453c7;
	color: #fff;
}
body.xs .faq dd {
	border-color: #fff #ddd #ddd;
	border-style: solid;
	border-width: 1px;
	padding: 10px 10px 20px;
}
body.xs .faq .faqlist li ul li::before {
	color: #1453c7;
}
/*--------------------------------------------------------------------/
	PC
/--------------------------------------------------------------------*/
body.xl .faq .contact {
	margin: 0 0 20px;
}
body.xl .faq .contact h2 {
	font-size: 16px;
	text-align: center;
}
body.xl .faq .contact ul {
	letter-spacing: -0.4em;
	margin: 10px 0 0 110px;
}
body.xl .faq .contact li {
	display: inline-block;
	letter-spacing: normal;
	margin-right: 10px;
	vertical-align: top;
}
body.xl .menulist a {
	padding: 10px;
}
body.xl .menulist a::before {
	color: #1453c7;
	content: "▼";
	margin-right: 5px;
}
body.xl .menulist a:hover::before {
	color: #ffc800;
}
body.xl .faq_ct {
	border-bottom: 1px solid #ddd;
	letter-spacing: -0.4em;
	padding: 0 0 20px;
}
body.xl .faq_ct li {
	display: inline-block;
	letter-spacing: normal;
	margin: 5px 5px 0 0;
}
body.xl .faq_ct a {
	background-color: #1453c7;
	border-radius: 2px;
	color: #fff;
	font-size: 14px;
	padding: 2px 8px;
}
body.xl .faq_ct a:hover {
	background-color: #ffc800;
	color: #444;
}
body.xl .faq .faqlist .type::before {
	color: #1453c7;
}
body.xl .faq .faqlist dt::before {
	border: 1px solid #777;
	color: #777;
	content: "＋";
	margin-right: 10px;
	padding: 0 3px;
}
body.xl .faq .faqlist dt:hover::before,
body.xl .faq .faqlist .action::before {
	border-color: #fff;
	color: #fff;
}
body.xl .faq .faqlist .action::before {
	content: "－";
}
body.xl .faq .faqlist .action,
body.xl .faq .faqlist dt:hover {
	background-color: #1453c7;
	color: #fff;
}
body.xl #installation img {
	display: block;
	width: 320px;
}
body.xl #installation p {
	margin: 10px 0 0;
}
body.xl .faq .faqlist dl {
	margin: 0 0 5px;
}
body.xl .faq .faqlist dt {
	border: 1px solid #ddd;
}
body.xl .faq dd {
	border-color: #fff #ddd #ddd;
	border-style: solid;
	border-width: 1px;
	padding: 20px 40px;
}
body.xl .faq .faqlist li ul li::before {
	color: #1453c7;
}