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

/*-------------------------------------
  right contents　共通
-------------------------------------*/
.inst {
	background-image: url(../img/tool.png);
	background-repeat: no-repeat;
}
.inst h2::after {
	content: "INSTALLATION";
	color: #ffc800;
	font-size: 16px;
	margin-left: 20px;
}
#pro_guide h3,
#pro_guide span,
#pro_guide dl {
	background-color: rgba(231, 237, 249, 0.2);
	border: 5px solid #b8cbee;
}
#pro_guide h3 {
	font-size: 18px;
	margin: 30px 0;
	padding: 10px;
	text-align: center;
}
#pro_guide .area h4 {
	background-color: #1453c7;
	color: #fff;
	margin: 0 0 20px;
	padding: 10px;
}
#pro_guide .area h4::before {
	content: "■";
	margin-right: 5px;
}
#pro_guide li {
	letter-spacing: -0.4em;
	margin: 0 0 15px;
}
#pro_guide img {
	display: block;
}
#pro_guide span {
	display: inline-block;
	letter-spacing: normal;
	padding: 10px 20px 20px;
	vertical-align: top;
}
#pro_guide dl {
	padding: 20px;
}
#pro_guide dt {
	font-size: 16px;
	margin: 0 0 10px;
}
#pro_guide dd div:last-child {
	margin: 10px 0 0;
}
#pro_guide a,
.repo a {
	color: #1453c7;
	text-decoration: none;
}
#pro_guide a:hover,
.repo a:hover {
	color: #ffc800;
}
.repo {
	margin: 20px 0 0;
}
/*--------------------------------------------------------------------/
	取付事例
/--------------------------------------------------------------------*/
.userepo {
	background-image: linear-gradient(
	-45deg,
	#fff 25%,
	#e6e6e6 25%, #e6e6e6 50%,
	#fff 50%, #fff 75%,
	#e6e6e6 75%, #e6e6e6
	);
	background-size: 8px 8px;
}
.report h3 {
	background-color: #fff;
	border: 5px solid #ddd;
	text-align: center;
}
.report h4 {
	margin: 0 0 -10px;
	padding: 20px 10px 0;
}
.report h3 span {
	background-image: url(../img/report/memo.png);
	background-position: left center;
	background-repeat: no-repeat;
	display: inline-block;
}
.report p {
	background-color: #fff;
	margin: 20px 0;
	padding: 20px;
}
.report p:last-child {
	margin: 20px 0 0;
}
.report .sub {
	font-size: 12px;
	margin: 0 10px;
	padding: 0;
}
.shop_comment p {
	padding: 0;
}
.report span {
	display: block;
}
.report dl {
	background-repeat: no-repeat;
	font-weight: bold;
	overflow: hidden;
}
#case_01 dl {background-image:url(../img/report/case_01/usrrep1.png);}
#case_02 dl {background-image:url(../img/report/case_02/usrrep2.png);}
#case_03 dl {background-image:url(../img/report/case_03/usrrep3.png);}
.report dt {
	float: left;
	overflow: hidden;
	width: 75px;
}
.report dt::after {
	content: "：";
	float: right;
}
.report dd {
	margin-left: 75px;
}
.report a {
	color: #00b7bf;
	text-decoration: none;
}
.report a:hover {
	color: #ffc800;
}
.slider {
	background-color: #222;
}
.slider ul {
	padding: 10px 0 10px 10px;
}
.slider span {
	color: #fff;
	font-weight: bold;
}
.img_02 img {
	width: 315px;
}
.img_03 img {
	width: 205px;
}
.img_04 img {
	width: 152px;
}
.shop_comment {
	border: 5px solid #ddd;
	padding: 20px;
}
.shop_comment::before {
	border-bottom: 1px solid;
	content: "SHOP COMMENT";
	color: #00b7bf;
	display: block;
	font-weight: bold;
	margin: 0 0 10px;
}
/*--------------------------------------------------------------------/
	スマートフォン
/--------------------------------------------------------------------*/
body.xs .inst {
	background-position: right 10px top 75px;
}
body.xs .inst p {
	margin: 0 10px;
}
body.xs .inst .come {
	margin: 10px 10px 20px;
}
body.xs #pro_guide h3 {
	margin: 0 5px 10px;
}
body.xs #pro_guide .area h4 {
	margin: 0 5px;
}
body.xs #pro_guide li {
	margin: 0 5px 20px;
}
body.xs #pro_guide li div {
	background-image: linear-gradient(
	-45deg,
	#fff 25%,
	#e6e6e6 25%, #e6e6e6 50%,
	#fff 50%, #fff 75%,
	#e6e6e6 75%, #e6e6e6
	);
	background-size: 8px 8px;
	margin: 0 0 10px;
}
body.xs #pro_guide img {
	max-width: 420px;
	padding: 10px;
	width: 100%;
}
body.xs #pro_guide span {
	width: 100%;
}
body.xs #pro_guide dl {
	font-weight: bold;
	margin: 0 5px 50px;
}
body.xs #pro_guide dd p {
	font-size: 12px;
	margin-left: 3em;
}
body.xs .repo {
	text-align: center;
}
body.xs .repo a {
	border: 5px solid;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 10px 20px;
}
body.xs .repotxt {
	font-size: 12px;
}
/*--------------------------------------------------------------------/
	スマートフォン　取付レポート
/--------------------------------------------------------------------*/
body.xs .report h3 span {
	background-size: 20px auto;
	font-size: 20px;
	padding: 10px 10px 10px 30px;
}
body.xs .userepo {
	margin: 20px 5px 0;
	padding: 20px 5px;
}
body.xs .slider {
	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%;
	position: absolute;
	top: 0;
	z-index: 50;
}
body.xs .img_02::before,
body.xs .img_02::after {
	padding: 120px 2px;
}
body.xs .img_03::before,
body.xs .img_03::after {
	padding: 75px 2px;
}
body.xs .img_04::before,
body.xs .img_04::after {
	padding: 100px 2px;
}
body.xs .slider::before {
	content: "◀";
	left: 0;
}
body.xs .slider::after {
	content: "▶";
	right: 0;
}
body.xs .report .img_02 {
	height: 285px;
}
body.xs .report .img_03 {
	height: 175px;
}
body.xs #case_02.report .img_03 {
	height: 200px;
}
body.xs .report .img_04 {
	height: 225px;
}
body.xs .mask {
	overflow-x: auto;
	width: 100%;
	-webkit-overflow-scrolling: touch;
}
body.xs .report .img_02 .mask {
	height: 303px;
}
body.xs .report .img_03 .mask {
	height: 198px;
}
body.xs #case_02.report .img_03 .mask {
	height: 221px;
}
body.xs .report .img_04 .mask {
	height: 247px;
}
body.xs .mask > * {
	-webkit-transform: translateZ(0px);
}
body.xs .slider ul {
	display: inline-table;
	max-width: 100%;
}
body.xs .slider li {
	display: table-cell;
}
body.xs .slider img {
	margin-right: 10px;
}
body.xs .slider li:last-child img {
	margin-right: 0;
}
body.xs .shop_comment {
	margin: 20px 5px 50px;
}
body.xs #case_03 .shop_comment {
	margin: 20px 5px 0;
}
body.xs .report dl {
	background-position: right top;
	margin: 0 10px;
	padding: 100px 0 0;
}
/*--------------------------------------------------------------------/
	PC
/--------------------------------------------------------------------*/
body.xl .inst {
	background-position: right 30px top 52px;
	font-weight: bold;
}
body.xl .come {
	margin: 10px 0 0;
}
body.xl #pro_guide li div {
	display: inline-block;
}
body.xl #pro_guide img {
	width: 320px;
}
body.xl #pro_guide span {
	height: 240px;
	margin-left: 10px;
	width: 370px;
}
body.xl #pro_guide dl {
	margin: 0 0 70px;
}
body.xl #pro_guide dd p {
	display: inline-block;
}
/*--------------------------------------------------------------------/
	PC　取付レポート
/--------------------------------------------------------------------*/
body.xl .report h3 span {
	font-size: 24px;
	padding: 10px 10px 10px 40px;
}
body.xl .userepo {
	margin: 20px 0;
	padding: 20px;
}
body.xl .slider ul {
	overflow: hidden;
}
body.xl .slider li {
	float: left;
	margin-right: 10px;
}
body.xl .shop_comment {
	margin: 20px 0 50px;
}
body.xl .report dl {
	background-position: right center;
	margin-left: 10px;
	padding: 20px 0;
}