<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ==========================================================================
   general style
   ========================================================================== */
html{
  color: #fff;
  font-family: ;
  font-size: 62.5%;
  line-height: 1.8;
}

body{
  margin:0;
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  word-break: break-all;
  font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
}

a{
  color: #006699;
  text-decoration: none;
}
/*a:hover{
}*/
.displayPC{
  display: block;
}
.displaySP{
  display: none;
}
img.displayPC{
  display: inline-block;
}
@media screen and (max-width: 1023px) and (orientation: portrait) {
  a:hover{
    opacity: 1;
  }
  img{
    width: 100%;
  }
  .displayPC{
    display: none!important;
  }
  .displaySP{
    display: block!important;
  }
}
/* --------------------------
   common
   -------------------------- */

.container{
  width: 960px;
  margin: 0px auto;
}
.container2{
  width: 640px;
  margin: 0px auto;
}
.sns-btn{
  position: absolute;
  margin-bottom: 40px;
  z-index: 1;
}
.sns-btn li{
  display: inline-block;
  line-height: 20px;
  vertical-align: top;
}

@media (max-width: 960px) {
  .contents{
    width: 960px;
  }
}
@media screen and (max-width: 1023px) and (orientation: portrait) {
  .contents{
    width: 100%;
  }
  .container{
    width: 100%;
    margin: 0px auto;
  }
  .container2{
    width: 100%;
    box-sizing: border-box;
    padding: 0px 20px;
  }
  .sns-btn{
    position: relative;
  }
}
/* --------------------------
   header
   -------------------------- */
.header-fujitsu {
  height: 55px;
  position: relative;
  width: 100%;
  background: #fff;
  text-align: left;
}
.header-fujitsu .brand-logo {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
  margin: 0;
}
.faq-head{
   width: 100%;
   position: relative;
 }
 .faq-head img{
   width: 100%;
 }
.faq-head h1{
   position: absolute;
   width: 23.2%;
   top:8%;
   left: 0;
   right: 0;
   margin:0px auto;
 }
 .faq-head-inner{
   width: 100%;
   position: relative;
   background-size: 100%;
   padding-top: 16.8%;
   padding-bottom: 20px;
 }
 @media (min-width: 1215px) {
   .faq-head{
     width: 100%;
   }
   .faq-head-inner{
     width: 1215px;
     margin: 0px auto;
     padding-top: 200px;
   }
 }
 @media (max-width: 960px) {
   header{
     width: 960px;
     position: relative;
   }
   .faq-head{
     width: 960px;
   }
}

@media screen and (max-width: 1023px) and (orientation: portrait) {
  header{
    width: 100%;
  }
  .faq-head{
    width: 100%;
  }
  .faq-head h1{
    position: absolute;
    width: 41%;
    top:7%;
    left: 0;
    right: 0;
    margin:0px auto;
  }
  .faq-head-inner{
    width: 100%;
    background-size: 100%;
    padding-top: 10%;
    padding-bottom: 0px;
  }
  .header-fujitsu  {
    box-sizing: border-box;
    height: 45px;
    position: relative;
    width: 100%;
  }
  .header-fujitsu .brand-logo a{
    display: block;
    height: auto;
    width: 73px;
  }
}
h1{
  margin: 0;
}

/* --------------------------
   faq-link
   -------------------------- */
.faq-link{
  background: #f4e100;
  padding-top: 100px;
  padding-bottom: 70px;
}
.faq-link .heading02{
  margin-top: 0;
  text-align: center;
}
.faq-link .container{
  overflow: hidden;
  text-align: left;
}
.faq-link .container2{
  overflow: hidden;
  text-align: center;
}

.qabox .heading03{
  margin-top: 0;
}
.qabox .heading03 img{
  height: 20px;
}
.faq-link .linkbox{
  width: 100%;
  float: left;
}
.faq-link .linkbox{
  margin-bottom: 30px;
}
.faq-link .linkbox.half{
  width: 310px;
  margin-left: 20px;
  float: left;
}
.faq-link .linkbox p{
  line-height: 1;
  margin-bottom: 10px;
}
.faq-link .half:nth-child(even){
  margin-left: 0;
}

@media screen and (max-width: 1023px) and (orientation: portrait) {
  .faq-link{
    padding-top: 40px;
    padding-bottom: 0;
  }
  .faq-link .heading02 img{
    line-height: 1;
    width: 100%;
  }
  .faq-link .heading02 img{
    display: none;
  }
  .faq-link .container{
    box-sizing: border-box;
    padding: 0px 20px;
    margin-bottom: 0px;
  }
  .faq-link .linkbox{
    margin-bottom: 20px;
  }
  .faq-link .linkbox.half{
    width: 48%;
    margin-right: 4%;
    margin-left: 0;
  }
  .faq-link .linkbox.half:last-child{
    margin-right: 0px;
  }
  .faq-link .linkbox p{
    margin-top: 0;
  }
}
/* --------------------------
   footer
   -------------------------- */
footer{
  position: relative;
  height: 110px;
  background: #dcdcd2;
}
footer .copyright{
  position: relative;
  text-align: center;
  padding-top: 43px;
  color: #5a5a5a;
  font-size: 13px;
  font-size: 1.3rem;
}
@media (max-width: 960px) {
  footer{
    width: 960px;
    position: relative;
  }
}
@media screen and (max-width: 1023px) and (orientation: portrait) {
  footer{
    width: 100%;
    padding-bottom: 100px;
    padding-top: 40px;
    height: auto;
  }
  footer .copyright{
    margin: 0px auto;
    position: absolute;
    bottom:40px;
    left:0;
    right: 0px;
  }
}

/* ==========================================================================
    FAQ
   ========================================================================== */
.faq-head{
  background: #ffffff;
  padding: 50px 0px 0px 0px;
  position: relative;
}
@media screen and (max-width: 1023px) and (orientation: portrait){
  .faq-head{
    padding-top: 15px;
    padding-bottom: 5%;
  }
}
.faq-head h1{
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  width: auto;
  font-size: 0;
  margin-bottom: 20px;
}
.faq-head img{
  width: auto;
}
@media screen and (max-width: 1023px) and (orientation: portrait){
  .faq-head h1{
    width: 81.25%;
    margin: 0px auto 5.6% auto;
  }
  .faq-head img{
    width: 100%;
  }
  .faq-head .subtitle{
    width: 44%;
    margin: 0px auto;
  }
}
.faq-head .faq-head-inner{
  padding-top: 0;
  background: none;
}
@media screen and (max-width: 1023px) and (orientation: portrait){
  .faq-head .faq-head-inner{
    background: url(../img/bg_tit_faq.png) no-repeat bottom center;
    -webkit-background-size: 78.125% auto;
    background-size: 78.125% auto;
    padding-bottom: 12.5%;
  }
}
.faq-head .breadcrumb{
  position: absolute;
  left: 20px;
  top:15px;
  margin: 0px;
  text-align: left;
  overflow: hidden;
  padding-left: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.faq-head .breadcrumb li{
  float: left;
  list-style: none;
  position: relative;
  margin-right: 10px;
}
.faq-head .breadcrumb li a{
  text-decoration: underline;
}
.faq-head .breadcrumb li + li{
  padding-left: 25px;
}
.faq-head .breadcrumb li + li::before{
  position: absolute;
  content: "";
  left: 3px;
  width: 4px;
  height: 4px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-top: 1px solid #cc9900;
  border-right: 1px solid #cc9900;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 1023px) and (orientation: portrait){
  .faq-head .breadcrumb{
    font-size: 2.5vw;
    position: relative;
    top: auto;
    left: auto;
    margin-left: 20px;
    margin-bottom: 30px;
  }
  .faq-head .breadcrumb li{
    margin-right: 2px;
    float: none;
    display: inline;
  }
  .faq-head .breadcrumb li + li{
    padding-left: 14px;
  }
  .faq-head .breadcrumb li + li::before{
    top:3px;
    bottom: auto;
  }
}
.faq-top-anchor ul{
  width: 960px;
  margin: 0px auto;
  padding: 0;
  font-size: 0;
  overflow: hidden;
}
.faq-top-anchor li{
  display: inline-block;
  padding: 0px;
  width: 240px;
}
.faq-top-anchor li img{
  width: 100%;
}
@media screen and (max-width: 1023px) and (orientation: portrait){
  .faq-top-anchor ul{
    width: 100%;
    padding: 0px 20px;
    box-sizing: border-box;
  }
  .faq-top-anchor li{
    float: left;
    width: 50%;
    display: block;
  }
}
/*.faq-block{
 padding-top: 120px;
 background: #fff url(../img/bg_beige.png) repeat-x top;
 padding-bottom: 55px;
 overflow: hidden;
 }
/*.faq-block.faq-bg-beige{
  background: #faeebb url(../img/bg_white.png) repeat-x top;
}
.faq-block.faq-bg-yellow{
  background: #fff url(../img/bg_yellow.png) repeat-x top;
}*/
.faq-block.faq-basic .container{
/*  background: url(../img/img_fukumaro_basic.png) no-repeat bottom center;
  -webkit-background-size: auto 100px;
  background-size: auto 100px;*/
  padding-bottom: 130px;
}
@media screen and (max-width: 1023px) and (orientation: portrait){
/*  .faq-block{
    padding-top: 15.62%;
    padding-bottom: 30px;
  }
  .faq-block .container{
    padding: 0px 20px;
    box-sizing: border-box;
  }
  .faq-block.faq-basic .container{
    background: url(../img/img_fukumaro_basic.png) no-repeat bottom center;
    -webkit-background-size: 21.8% auto;
    background-size: 21.8% auto;
    padding-bottom: 21.8%;
  }
  .faq-block.faq-player .container{
    background: url(../img/img_fukumaro_player.png) no-repeat bottom center;
    -webkit-background-size: 21.8% auto;
    background-size: 21.8% auto;
    padding-bottom: 21.8%;
  }
  .faq-block.faq-camera .container{
    background: url(../img/img_fukumaro_camera.png) no-repeat bottom center;
    -webkit-background-size: 21.8% auto;
    background-size: 21.8% auto;
    padding-bottom: 21.8%;
  }
  .faq-block.faq-remote .container{
    background: url(../img/img_fukumaro_remote.png) no-repeat bottom center;
    -webkit-background-size: 38.8% auto;
    background-size: 38.8% auto;
    padding-bottom: 23.8%;
  }*/
}
.faq .topback{
  text-align: right;
  padding-top: 15px;
}
.faq .topback a{
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 18px;
  color: #dd2200;
  position: relative;
  padding-left: 22px;
}
.faq .topback a::before{
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../img/arrow_topback.png) no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
.faq .topback a:hover{
  color: #880000;
}
.faq .topback a:hover::before{
  background: url(../img/arrow_topback_on.png) no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}
@media screen and (max-width: 1023px) and (orientation: portrait){
  .faq .topback{
    padding-top: 1.0625%;
    line-height: 1;
  }
  .faq .topback a{
    font-size: 3.281vw;
    padding-left: 5.625vw;
  }
  .faq .topback a::before{
    width: 4.218vw;
    height: 4.218vw;
  }
}
.accordionbox{
	width: 100%;
 text-align: left;
}
.heading-faq01{
  text-align: center;
  background: #e93600;
  border: 1px solid #e93600;
  border-radius: 4px;
  padding: 10px;
  font-size: 30;
  margin-bottom: 20px;
}
.heading-faq01 img{
  height: 30px;
}

@media screen and (max-width: 1023px) and (orientation: portrait){
  .heading-faq01{
    padding: 10px;
    margin-bottom: 3%;
  }
  .heading-faq01 img{
    height: auto;
    width: 78%;
  }
}
.heading-faq02{
  text-align: left;
  margin-top: 10px;
  color: #e93600;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
}
.heading-faq02 span{
  font-weight: bold;
  padding-left: 10px;
}
@media screen and (max-width: 1023px) and (orientation: portrait){
  .heading-faq02{
    margin-top: 10px;
    font-size: 3.75vw;
  }
}
.heading-faq03{
  text-align: left;
  margin-top: 10px;
  color: #00A8E9;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
}
.heading-faq03 span{
  font-weight: bold;
  padding-left: 10px;
}
@media screen and (max-width: 1023px) and (orientation: portrait){
  .heading-faq03{
    margin-top: 10px;
    font-size: 3.75vw;
  }
}
.faq-anchor{
  overflow: hidden;
  text-align: left;
  border-bottom: 1px solid #e9a075;
  padding-bottom: 15px;
}
.faq-anchor ol{
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 0;
  margin: 25px 0px 0px;
  padding-bottom: 0px;
  line-height: 1;
  overflow: hidden;
}
.faq-anchor ol li{
  margin-bottom: 20px;
  float: left;
  width: 455px;
  margin-left: 1.5em;
}
@media screen and (max-width: 1023px) and (orientation: portrait){
  .faq-anchor{
    padding-bottom: 20px;
  }
  .faq-anchor ol{
    margin: 10px 0px 0px;
    padding-bottom: 0px;
    font-size: 3.437vw;
    line-height: 1.5;
  }
  .faq-anchor ol li{
    margin-bottom: 18px;
  }
}
.faq-anchor a{
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
}

.accordionlist{
  border: 2px solid 00A8E9;
  border-radius: 6px;
  background: 00A8E9;
  margin-bottom: 10px;
  margin-top: 0;
}
.faq-bg-beige .accordionlist{
  background: #fff;
  border: 2px solid #fff;
}
.accordionlist dt{
   display:block;
   background: #e9a075;
   padding: 12px;
   border-top: 1px solid #DFDFDF;
   overflow: hidden;
   border-radius: 6px;
}

.faq-bg-beige .accordionlist dt{
  background: #fff;
}

.accordionlist dt:first-child{
   border-top: none !important;
}
.accordionlist dt .title{
   padding-right: 10px;
   margin-left: 40px;
  text-align: left;
}
.accordionlist dt .title p{
  margin: 0px;
  color: #000000;
  font-weight: bold;
}
.accordionlist dt:hover{
  cursor: pointer;
}
.accordionlist dt:hover .title p{
  color: #995500
}

.accordionlist dt.active .title p{
  color: #333333
}
.accordionlist dt.active:hover .title p{
  color: #995500
}
@media screen and (max-width: 1023px) and (orientation: portrait){
  .accordionlist{
    margin-bottom: 3%;
  }
  .accordionlist dt{
    padding: 3.125%;
  }
  .accordionlist dt .title{
    margin-left: 20px;
    padding-right: 0;
  }
  .accordionlist dt .title p{
    font-size: 3.75vw;
    line-height: 1.5;
    margin-left: 3.125%;
  }
  .accordionlist dt:hover .title p{
    color: #333333;
  }
  .accordionlist dt.active:hover .title p{
    color: #333333;
  }
}
.accordionlist dd{
  color: #333333;
  display:none;
	background: #fff0e8;
	padding:25px 50px;
  text-align: left;
  margin-left: 0;
  border-radius: 0px 0px 10px 10px;
}
.accordionlist dd p{
  margin: 0px;
}
@media screen and (max-width: 1023px) and (orientation: portrait){
  .accordionlist dd{
    padding: 12px 10px 12px 32px;
    font-size: 3.4375vw;
  }
}
.accordion_icon,
.accordion_icon span {
	display: inline-block;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 25px;
	height: 25px;
	float: left;
	margin:0px;
  background: #e94200;
  border-radius: 2px;
}
.accordion_icon span {
	position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom:0;
   margin: auto;
   width: 50%;
	height: 3px;
   background-color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
@media screen and (max-width: 1023px) and (orientation: portrait){
  .accordion_icon{
    width: 3.75vw;
    height: 3.75vw;
    margin-top: 3px;
  }
  .accordion_icon span {
    height: 2px;
  }
}
.accordionlist dt:hover .accordion_icon{
  background: #e94200;
  transition: none;
}

.accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
   -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
   -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
   -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
   -o-transform: rotate(90deg);
}

.active .accordion_icon span:nth-of-type(2) {
	display:none;
}

.lm_sample{
  margin: 30px auto;
  display: block;
  max-width: 800px;
  max-height: 1000px;
  border: solid 2px #e9a075;
}

.lm_sample2{
  margin: 30px auto;
  display: block;
  max-width: 800px;
  max-height: 1000px;
}

.faq .faq-link{
  background: #fff;
  background: #fff url(../img/bg_beige.png) repeat-x top;
  padding: 120px 0px 30px;
}
.faq .faq-link .linkbox h2{
  line-height: 1;
  margin-bottom: 10px;
}
.faq .faq-link .half:nth-child(odd){
  margin-left: 0;
}
.faq .faq-link .half:nth-child(even){
  margin-left: 20px;
}
.faq .faq-link .topback{
  padding-top: 45px;
}
@media screen and (max-width: 1023px) and (orientation: portrait){
  .faq .faq-link{
    padding-top: 18.75%;
    padding-bottom: 4%;
  }
  .faq .faq-link .linkbox.half{
    margin-bottom: 0;
  }
  .faq .faq-link .linkbox.half:last-child{
    margin-right: 0;
    margin-left: 0;
  }
  .faq .faq-link .topback{
    padding-top: 6%;
  }
}
.faq footer{
  padding: 30px 0px;
  height: auto;
}
.faq .copyright{
  padding: 0;
}
@media screen and (max-width: 1023px) and (orientation: portrait){
  .faq footer{
    padding: 4%;
    box-sizing: border-box;
  }
  .faq footer .copyright{
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
  }
}

ul.description {
	padding: 0;
}

ul.description &gt; li:before {
  display:inline-block; 
  vertical-align: middle;
  content:'';
  width:1em;
  height: 1em;
  background: #f6d202;
  border-radius: 50%;
  margin-right: 1px;
  margin-bottom: 4px;
}

ul.description &gt; li {
  position: relative;
  list-style-type: none!important;/*ポチ消す*/
  padding: 0.5em 0.5em 0.5em 0.5em;
  margin-bottom: 5px;
  line-height: 1.8;
  background: #faeebc;
  vertical-align: middle;
  color: #505050;
  border-radius: 25px 25px 25px 25px;
}

ul.description ol {
  line-height: 1.5;
  font-size: 15px;
}

p.comment  { font-size: 13px; color: #505050; padding-left: 20px; }

</pre></body></html>