﻿@charset "utf-8";

/* ==========================================================================
   general style
   ========================================================================== */
html{
  color: #000;
  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;
}
.container3{
  width: 100%;
  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;
  }
  .container3{
    width: 100%;
    margin: 0px auto;
  }
  .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;
}
.brand-logo img {
  margin-left: 20px;
}
header .sns-btn{
  position: absolute;
  right: 10px;
  top: 0px;
}
.kv{
   width: 100%;
   position: relative;
 }
 .kv img{
   width: 100%;
 }
 .kv h1{
   position: absolute;
   width: 23.2%;
   top:8%;
   left: 0;
   right: 0;
   margin:0px auto;
 }
 .kv-anime{
   width: 62.4%;
   display: block;
   margin: 0px auto;
   background: url(/itsumo/fukumaro/img/bg_pc.png) no-repeat top center;
   background-size: 100%;
 }
 .kv-anime img{
   width: 100%;
   height: auto;
 }
 .kv-inner{
   width: 100%;
   position: relative;
   background: url(/itsumo/fukumaro/img/img_kv2.png) no-repeat;
   background-size: 100%;
   padding-top: 16.8%;
   padding-bottom: 20px;
 }
 @media (min-width: 1215px) {
   .kv{
     width: 100%;
     background: url(/itsumo/fukumaro/img/bg_kv.png) repeat-x;
   }
   .kv-inner{
     width: 1215px;
     margin: 0px auto;
     padding-top: 200px;
   }
 }
 @media (max-width: 960px) {
   header{
     width: 960px;
     position: relative;
   }
   .kv{
     width: 960px;
   }
}

@media screen and (max-width: 1023px) and (orientation: portrait) {
  header{
    width: 100%;
  }
  .kv{
    width: 100%;
  }
  .kv h1{
    position: absolute;
    width: 41%;
    top:7%;
    left: 0;
    right: 0;
    margin:0px auto;
  }
  .kv-anime{
    width: 89.6%;
    display: block;
    margin: 0px auto;
    background: url(/itsumo/fukumaro/img/bg_pc.png) no-repeat top center;
    background-size: 100%;
  }
  .kv-anime img{
    width: 100%;
    height: auto;
  }
  .kv-inner{
    width: 100%;
    background: url(/itsumo/fukumaro/img/img_kv2_sp.png) no-repeat;
    background-size: 100%;
    padding-top: 27%;
    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;
  }
  header .sns-btn{
    padding-left: 0px;
    margin-bottom: 25px;
    position: relative;
    right: auto;
    top: auto;
  }
}



h1{
  margin: 0;
}




.heading02{
  margin-top:80px;
  margin-bottom:80px;
}

.heading03{
  background: #ff3513;
  border-radius: 5px;
  width: 100%;
  line-height: 1;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 10px;
}

.heading04{
  color:#ff3513;
  font-size: 20px;
  font-size: 2rem;
  margin: 0px 0px 10px 0px;
}
.heading05{
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  margin: 0px 0px 7px;
}
.heading06{
  background: url(/itsumo/fukumaro/img/bg_func_top.png) no-repeat top left;
  padding: 30px 0px 20px 0px;
  margin: 0px 0px 0px;
}

@media screen and (max-width: 1023px) and (orientation: portrait) {
  .heading02{
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .heading04{
    font-size: 4.0625vw;
  }
}

/* --------------------------
   about
   -------------------------- */

.about{
  padding-bottom: 50px;
}
.about .about-head{
  position: relative;
}
.about .heading02{
  margin-top: 45px;
  margin-bottom: 45px;
}
.about .subtitle{
  position: absolute;
  margin: auto;
  left:0;
  right:0px;
  top:70px;

}
@media screen and (max-width: 1023px) and (orientation: portrait) {
  .about{
    padding: 0px 10px;
    box-sizing: border-box;
    margin-bottom: 25px;
  }
  .about .heading02{
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .about .subtitle{
    position: relative;
    margin-bottom: 25px;
    left:auto;
    right:auto;
    top:auto;
  }
}
/* --------------------------
   day
   -------------------------- */

.day{
  padding-top: 34px;
  background: #faeebb url(/itsumo/fukumaro/img/bg_day.png) repeat-x top;
  padding-bottom: 55px;
  overflow: hidden;
}
.timeline{
  background: url(/itsumo/fukumaro/img/bg_day_time.png) no-repeat center top;
  overflow: hidden;
}
.timebox{
  width: 300px;
  float: left;
}
.timebox .time{
  margin-bottom: 15px;
}
.timebox .img img{
  width: 100%;
}
.timebox .img{
  margin-bottom: 10px;
}
.timebox.time-8{
  margin-left: 0px;
}
.timebox.time-15{
  width: 300px;
  margin-left: 10px;
}
.timebox.time-15 .time{
  padding-right: 21px;
}
.timebox.time-20{
  margin-left: 10px;
}
.timebox .txt p{
  margin-top: 0px;
  line-height: 1.7;
}
.timebox .txt p span{
  font-size: 12px;
  font-size: 1.2rem;
}
.fmv_lineup .txt span{
  font-size: 10px;
}

@media screen and (max-width: 1023px) and (orientation: portrait) {
  .day{
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .day .heading02{
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .timeline{
    background: none;
  }
  .timebox{
    float: none;
    width: 75%;
    margin: 0px auto;
    position: relative;
  }
  .timebox.time-8{
    margin-left: auto;
  }
  .timebox.time-15{
    width: 75%;
    margin-left: auto;
  }
  .timebox.time-20{
    margin-left: auto;
  }
  .timebox .time{
    position: absolute;
    top:0px;
    width: 25%;
  }
  .timebox.time-8 .time{
    right: -9%;
  }
  .timebox.time-15 .time{
    left: -9%;
  }
  .timebox.time-20 .time{
    right: -9%;
  }
  .timebox .img{
    padding-top: 9%;
  }
  .timebox .txt p{
    font-size: 4.0625vw;
  }
}
/* --------------------------
   function
   -------------------------- */

.function{
  padding-top: 34px;
  background: url(/itsumo/fukumaro/img/bg_function.png) repeat-x top;
}
.function .heading02{
  margin-bottom: 65px;
}
.function-photo{
  width: 100%;
  background: #f5ebe1;
}
.function-photo .inner{
  width: 100%;
  max-width: 1300px;
  margin: 0px auto;
  background: #f5ebe1;
  font-size: 0;
}
.function-photo img{
  width: 100%;
  margin: 0px auto;
}
.function .container{
}
.function .inner{
  position: relative;
  overflow: hidden;
}
.funcbox{
  width: 470px;
  background: #faeebb;
  float: left;
  margin-bottom: 20px;
  background: #faeebb url(/itsumo/fukumaro/img/bg_func_bottom.png) no-repeat bottom left;
  padding-bottom: 30px;
  }
.funcbox:nth-child(even){
  margin-left: 20px;
}
.funcbox .heading06 img{
  height: 34px;
}
.funcbox .img{
  width: 400px;
  margin: 0px auto;
}
.funcbox .img img{
  width: 100%;
  margin-bottom: 15px;
}
.funcbox .movie{
  width: 400px;
  margin: 0px auto;
  margin-bottom: 5px;
}
.funcbox .movie img{
  width: 100%;
}
.funcbox .txt{
  width: 400px;
  margin: 0px auto;
  color: #000;
  line-height: 1.6;
  overflow: hidden;
  text-align: left;
}
.funcbox .txt span{
  font-size: 12px;
  font-size: 1.2rem;
}
.funcbox.maro-message{
  background: none;
}
.funcbox.maro-message .img{
  width: 400px;
  margin-left: 300px;
}
.funclink{
  padding-top: 70px;
  clear: both;
  margin-bottom: 60px;
}
.funclink p{
  line-height: 1;
}

@media screen and (max-width: 1023px) and (orientation: portrait) {
  .function{
    box-sizing: border-box;
    padding-left:20px;
    padding-right: 20px;
  }
  .funcbox{
    width: 100%;
    padding-left: 6%;
    padding-right: 6%;
    box-sizing: border-box;
  }
  .funcbox:nth-child(even){
    margin-left: 0;
  }
  .container3 .function-photo{
    margin-top: 40px;
    margin-left: -20px;
    margin-right: -20px;
  }
  .function-photo img{
    min-width: auto;
  }
  .function .heading02{
    margin: 40px 0px;
  }
  .funcbox .heading06{
    margin-left: -6%;
    margin-right: -6%;
  }
  .funcbox .heading06 img{
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .funcbox.maro-message{
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  .funcbox.maro-message .img{
    position: relative;
    max-width:120px;
    margin: 0px auto;
    right: auto;
  }
  .funcbox .img{
    width: 100%;
  }
  .funcbox .img img{
    margin-bottom: 0;
  }
  .funcbox .movie{
    width: 100%;
  }
  .funcbox .txt{
    font-size: 4.0625vw;
    width: 100%;
  }
  .funcbox .txt span{
    font-size: 3vw;
  }
  .funclink{
    padding-top: 0;
    margin-bottom: 0;
  }
  .function-photo{
    margin-left: 0px;
    margin-right: 0px;
    max-width: none;
    width: auto;
  }
  .function-photo img{
    width: 100%;
  }
}
/* --------------------------
   fmv
   -------------------------- */
.fmv .heading02{
  margin-top: 100px;
  margin-bottom:15px;
}
.fmv .subtitle{
  margin-bottom: 100px;
}
.fmv_lineup ul{
  display: flex;
  justify-content:center;
  width: 960px;
  margin: 0px auto 100px auto;
  padding: 0;
}
.fmv_lineup li{
  list-style: none;
  width: 25%;
}

.fmv_lineup p{
  margin-top: 0;
}
.fmv-img{
  margin-bottom: 10px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.fmv-img img{
  width: 100%;
}
.fmv-txt .name{
  color: #005b93;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 10px;
}
.fmv-txt .txt{
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.fmv-btn a{
  position: relative;
  display: block;
  line-height: 1;
  font-size: 12px;
  font-size: 1.2rem;
  width: 129px;
  margin: 0px auto;
}
.fmv-btn a img{
  width: 100%;
}
.webmart{
  text-align: center;
  margin-bottom: 100px;
}
.webmart p{
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1;
}
@media screen and (max-width: 1023px) and (orientation: portrait) {
  .subtitle{
    margin-bottom: 25px;
  }
  .fmv .subtitle{
    margin-bottom: 25px;
  }
  .fmv_lineup ul{
    display: grid;
    width: 50%;
  }
  .fmv_lineup li{
    list-style: none;
    width: fit-content;
  }
  .fmv-img{
    width: 100%;
  }
  .fmv-txt .name{
    font-size: 3.8vw;
  }
  .fmv-txt .name br{
    display:  inline-block;
  }
  .fmv-txt .txt{
    font-size: 3.75vw;
  }
  .fmv-txt .txt br{
    display: none;
  }
  .fmv .heading02{
    margin-top: 40px;
    margin-bottom: 25px;
  }
  .information{
    box-sizing: border-box;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 40px;
    font-size: 4.0625vw;
  }
  .webmart{
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 40px;
  }
  .fmv-btn a{
    font-size: 3.75vw;
    width: auto;
    display: block;
  }
}
/* --------------------------
   qanda
   -------------------------- */
.qanda{
  background: #f4e100;
  padding-top: 100px;
  padding-bottom: 70px;
}
.qanda .heading02{
  margin-top: 0;
  text-align: center;
}
.qanda .container{
  overflow: hidden;
  text-align: left;
}
.qanda .container2{
  overflow: hidden;
  text-align: center;
}

.qabox {
  overflow: hidden;
  margin-bottom: 80px;
}
.qabox .heading03{
  margin-top: 0;
}
.qabox .heading03 img{
  height: 20px;
}
.qabox .maro-txt{
  width: 500px;
  margin-top: 25px;
  float: left;
  text-align: left;
}

.qabox .maro-txt ul{
  padding-left: 1em;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0px 0px 0px 10px;
}
.qabox .maro-txt ul li{
  line-height: 1.5;
  margin-bottom: 10px;

}
.qabox .maro-img{
  float: right;
  width: 372px;
  padding-top: 25px;
  margin-right: 30px;
}
.qabox .maro-img img{
  width: 100%;
}
.qanda .qabox,
.qanda .linkbox{
  width: 100%;
  float: left;
}
.qanda .qabox.half{
  width: 450px;
  margin-left: 60px;
  float: left;
}
.qanda .linkbox{
  margin-bottom: 30px;
}
.qanda .linkbox.half{
  width: 310px;
  margin-left: 20px;
  float: left;
}
.qanda .linkbox p{
  line-height: 1;
  margin-bottom: 10px;
}
.qanda .qabox.half:nth-child(even){
  margin-left: 0;
}
.qanda .linkbox.half:nth-child(odd){
  margin-left: 0;
}
.qabox p{
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  margin: 0;
}
.qabox span{
  font-size: 12px;
  font-size: 1.2rem;
}

/* Fix 2022.10 */
.links-box{
  width: 300px;
  float: left;
  margin: 0 10px;
  text-align: center;
}

.links-box img{
  margin-top: 16px;
}


@media screen and (max-width: 1023px) and (orientation: portrait) {
  .qanda{
    padding-top: 40px;
    padding-bottom: 0;
  }
  .qanda .heading02 img{
    line-height: 1;
    width: 100%;
  }
  .qanda .heading02 img{
    display: none;
  }
  .qanda .container{
    box-sizing: border-box;
    padding: 0px 20px;
    margin-bottom: 40px;
  }
  .qabox{
    margin-bottom: 20px;
  }
  .qanda .qabox.half{
    width: 100%;
    float: none;
    margin-left: 0px;
  }
  .qanda .qabox .heading03{
    padding: 7px 0px;
    margin-top: 0px;
  }
  .qanda .qabox .heading03 img{
    height: 17px;
    width: auto;
  }
  .qabox .maro-img{
    float: none;
    width: 100%;
    max-width:566px;
    margin: 0px auto;
  }
  .qabox .maro-txt{
    width: 100%;
  }
  .qabox .maro-txt ul{
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 25px;
    margin-left: 0;
  }
  .qabox .maro-txt li{
    width: 100%;
    font-size: 3.75vw;
  }
  .qabox p{
    font-size: 3.75vw;
  }
  .qanda .linkbox{
    margin-bottom: 20px;
  }
  .qanda .linkbox.half{
    width: 48%;
    margin-right: 4%;
    margin-left: 0;
  }
  .qanda .linkbox.half:last-child{
    margin-right: 0px;
  }
  .qanda .linkbox p{
    margin-top: 0;
  }

  /* Fix 2022.10 */
  .links-box img{
    margin-top: 16px;
  }  
}
/* --------------------------
   footer
   -------------------------- */
.family{
  padding: 80px 0px 20px 0px;
  background: #fff;
}
.annotation{
  text-align: left;
  font-size: 12px;
  font-size: 1.2rem;
  list-style: none;
  margin-bottom: 0px;
  margin-top: 100px;
  border-top: 1px solid #999999;
  padding-left: 0;
  padding-top: 10px;
  color: #666666;
  line-height: 1.2;
}
.annotation a{
  text-decoration: underline;
}
.annotation li{
  margin-bottom: 8px;
  padding-left:2em;
  text-indent:-2em;
}

@media screen and (max-width: 1023px) and (orientation: portrait) {
  .family{
    padding: 40px 10px;
    box-sizing: border-box;
  }
  .annotation{
    margin-top: 40px;
  }
  .annotation li{
    font-size: 3.4375vw;
    margin-bottom: 10px;
  }
}
/* --------------------------
   footer
   -------------------------- */
footer{
  position: relative;
  height: 110px;
  background: #dcdcd2;
}
footer .sns-btn{
  position: absolute;
  left: 0;
  top: 28px;
  list-style: none;
  margin-bottom: 0;
}
footer .copyright{
  position: relative;
  text-align: center;
  padding-top: 43px;
  color: #5a5a5a;
  font-size: 13px;
  font-size: 1.3rem;
}
footer a{
  position: absolute;
  top:-15px;
  right: 10px;
  transition: 0.3s;
  opacity: 1;
}
footer a:hover{
  -webkit-transform: translate(0px,-10px);
		-moz-transform: translate(0px,-10px);
		-ms-transform: translate(0px,-10px);
		-o-transform: translate(0px,-10px);
		transform: translate(0px,-10px);
    opacity: 1;
}
@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 .sns-btn{
    position: relative;
    margin-bottom: 30px;
    margin-top: 0;
    padding: 0;
    top: 0;
  }
  footer .copyright{
    margin: 0px auto;
    position: absolute;
    bottom:40px;
    left:0;
    right: 0px;
    font-size:1rem;
  }
  footer a{
    position: relative;
    left:0;
    right: 0px;
    width: 140px;
    display: block;
    margin: 0px auto;
    transition:none;
  }
  footer a:hover{
    transform: none;
  }
}




/* ==========================================================================
    FAQ
   ========================================================================== */
.kv-faq{
  background: #f4e100;
  padding: 80px 0px 60px 0px;
  position: relative;
}
@media screen and (max-width: 1023px) and (orientation: portrait){
  .kv-faq{
    padding-top: 15px;
    padding-bottom: 9.375%;
  }
}
.kv-faq h1{
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  width: auto;
  font-size: 0;
  margin-bottom: 20px;
}
.kv-faq img{
  width: auto;
}
@media screen and (max-width: 1023px) and (orientation: portrait){
  .kv-faq h1{
    width: 81.25%;
    margin: 0px auto 5.6% auto;
  }
  .kv-faq img{
    width: 100%;
  }
  .kv-faq .subtitle{
    width: 44%;
    margin: 0px auto;
  }
}
.kv-faq .kv-inner{
  padding-top: 0;
  background: none;
}
@media screen and (max-width: 1023px) and (orientation: portrait){
  .kv-faq .kv-inner{
    background: url(/itsumo/fukumaro/img/faq/bg_tit_faq.png) no-repeat bottom center;
    -webkit-background-size: 78.125% auto;
    background-size: 78.125% auto;
    padding-bottom: 12.5%;
  }
}
.kv-faq .breadcrumb{
  position: absolute;
  left: 20px;
  top:15px;
  margin: 0px;
  text-align: left;
  overflow: hidden;
  padding-left: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.kv-faq .breadcrumb li{
  float: left;
  list-style: none;
  position: relative;
  margin-right: 10px;
}
.kv-faq .breadcrumb li a{
  text-decoration: underline;
}
.kv-faq .breadcrumb li + li{
  padding-left: 25px;
}
.kv-faq .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){
  .kv-faq .breadcrumb{
    font-size: 2.5vw;
    position: relative;
    top: auto;
    left: auto;
    margin-left: 20px;
    margin-bottom: 30px;
  }
  .kv-faq .breadcrumb li{
    margin-right: 2px;
  }
  .kv-faq .breadcrumb li + li{
    padding-left: 14px;
  }
}
.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(/itsumo/fukumaro/img/faq/bg_beige.png) repeat-x top;
 padding-bottom: 55px;
 overflow: hidden;
 }
.faq-block.faq-bg-beige{
  background: #faeebb url(/itsumo/fukumaro/img/faq/bg_white.png) repeat-x top;
}
.faq-block.faq-bg-yellow{
  background: #fff url(/itsumo/fukumaro/img/faq/bg_yellow.png) repeat-x top;
}
.faq-block.faq-basic .container{
  background: url(/itsumo/fukumaro/img/faq/img_fukumaro_basic.png) no-repeat bottom center;
  -webkit-background-size: auto 100px;
  background-size: auto 100px;
  padding-bottom: 130px;
}
.faq-block.faq-player .container{
  background: url(/itsumo/fukumaro/img/faq/img_fukumaro_player.png) no-repeat bottom center;
  -webkit-background-size: auto 100px;
  background-size: auto 100px;
  padding-bottom: 130px;
}
.faq-block.faq-camera .container{
  background: url(/itsumo/fukumaro/img/faq/img_fukumaro_camera.png) no-repeat bottom center;
  -webkit-background-size: auto 100px;
  background-size: auto 100px;
  padding-bottom: 130px;
}
.faq-block.faq-remote .container{
  background: url(/itsumo/fukumaro/img/faq/img_fukumaro_remote.png) no-repeat bottom center;
  -webkit-background-size: 198px auto;
  background-size: 198px auto;
  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(/itsumo/fukumaro/img/faq/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(/itsumo/fukumaro/img/faq/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(/itsumo/fukumaro/img/faq/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(/itsumo/fukumaro/img/faq/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(/itsumo/fukumaro/img/faq/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(/itsumo/fukumaro/img/faq/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: #f4e100;
  border: 1px solid #eecc00;
  border-radius: 4px;
  padding: 20px;
  font-size: 0;
  margin-bottom: 5px;
}
.heading-faq01 img{
  height: 30px;
}

@media screen and (max-width: 1023px) and (orientation: portrait){
  .heading-faq01{
    padding: 10px;
  }
  .heading-faq01 img{
    height: auto;
    width: 78%;
  }
}
.heading-faq02{
  text-align: left;
  margin-top: 30px;
  color: #cc9900;
  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: 20px;
    font-size: 3.75vw;
  }
}
.faq-anchor{
  overflow: hidden;
  text-align: left;
  border-bottom: 1px solid #eecc00;
  padding-bottom: 15px;
}
.faq-anchor ol{
  width: 50%;
  float: left;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 1.5em;
  margin: 25px 0px 0px;
  padding-bottom: 0px;
  line-height: 1;
}
.faq-anchor ol li{
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) and (orientation: portrait){
  .faq-anchor{
    padding-bottom: 20px;
  }
  .faq-anchor ol{
    margin: 20px 0px 0px;
    padding-bottom: 0px;
    font-size: 3.437vw;
    line-height: 1.5;
  }
  .faq-anchor ol li{
    margin-bottom: 18px;
  }
}
.faq-anchor a{
  color: #dd2200;
  text-decoration: underline;
  font-weight: bold;
}

.accordionlist{
  border: 2px solid #faeebc;
  border-radius: 6px;
  background: #faeebc;
  margin-bottom: 5px;
  margin-top: 0;
}
.faq-bg-beige .accordionlist{
  background: #fff;
  border: 2px solid #fff;
}
.accordionlist dt{
   display:block;
   background: #faeebc;
   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: #dd2106;
  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 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: #dd2106;
  }
  .accordionlist dt.active:hover .title p{
    color: #333333;
  }
}
.accordionlist dd{
  color: #333333;
  display:none;
	background: #fefaee;
	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: #f6d202;
  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: #ee9900;
  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;
}
.faq .qanda{
  background: #fff;
  background: #fff url(/itsumo/fukumaro/img/faq/bg_beige.png) repeat-x top;
  padding: 120px 0px 100px;
}
.faq .qanda .linkbox h2{
  line-height: 1;
  margin-bottom: 10px;
}
.faq .qanda .half:nth-child(odd){
  margin-left: 0;
}
.faq .qanda .half:nth-child(even){
  margin-left: 20px;
}
@media screen and (max-width: 1023px) and (orientation: portrait){
  .faq .qanda{
    padding-top: 18.75%;
    padding-bottom: 14%;
  }
  .faq .qanda .linkbox.half{
    margin-bottom: 0;
  }
  .faq .qanda .linkbox.half:last-child{
    margin-right: 0;
    margin-left: 0;
  }
}
.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;
  }
}


/* ==========================================================================
    top news-box
   ========================================================================== */
#news-box{
  box-sizing: border-box;
  padding: 50px 0 30px;
  width:960px;
  min-height: 230px;
  margin:100px auto 60px;
  background: #fdf7e0 url(/itsumo/fukumaro/img/news_bg_top.png) no-repeat center top;
  position: relative;
}
#news-box:after{
  position: absolute;
  bottom:0;
  content: "";
  display: block;
  width:960px;
  height: 15px;
  margin-left:auto;
  margin-right:auto;
  background: #fdf7e0 url(/itsumo/fukumaro/img/news_bg_bottom.png) no-repeat center bottom;
}
#news-box img{
  vertical-align: bottom;
}
#news-box h2{
  margin:0 0 30px;
}
#news-box h2 img{
  height: 30px;
  width: auto;
}

#news-box dl{
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#news-box dl dt{
  float:left;
  width: 6em;
  color:#227494;
  white-space: nowrap;
}
#news-box dl dd{
  margin-left:7em;
  margin-bottom:0.8em;
  line-height: 1.4em;
  text-align: left;
}
#news-box dl dd a{
  color: #000;
}
#news-box dl + p a{
  color: #bb0000;
  padding-left:30px;
  padding-top:5px;
  background: url(/itsumo/fukumaro/img/news_arr_btn25.png) no-repeat left center;
}
#news-box a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1023px) and (orientation: portrait){
  #news-box{
    padding: 24px 0;
    width:100%;
    margin:3em 0;
    background: #fdf7e0 url(/itsumo/fukumaro/img/news_bg_top_sp.png) no-repeat center top;
    background-size: 100%;
  }
  #news-box:after{
    width:100%;
    height: 15px;
    background: #fdf7e0 url(/itsumo/fukumaro/img/news_bg_bottom_sp.png) no-repeat center bottom;
    background-size: 100%;
  }
  #news-box h2 img{
    width: 50%;
    max-width: 200px;
    height: auto;
  }

  #news-box dl{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #news-box dl dt,
  #news-box dl dd{
    font-size:4.0625vw;
  }
  #news-box dl + p a{
    padding-left:20px;
    padding-top:0;
    background: url(/itsumo/fukumaro/img/news_arr_btn25.png) no-repeat left center;
    background-size: 15px;
    font-size:4.0625vw;
  }
}
/* ==========================================================================
    news page
   ========================================================================== */
.back_top_link{
  position:absolute;
  top:0;
  right: 185px;
    margin-top: 0.7em;
}
.back_top_link a{
  border:solid 1px #ccc;
  color:#000;
  padding: 3px 20px;
}
#article{
  background: #f4e100;
  padding:60px 0 50px;
}
#article h1.news_ttl{
  display: block;
  width:772px;
  height: 78px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:70px;
  background:url(/itsumo/fukumaro/img/news_ttl_l.png) no-repeat center bottom;
}
#article h1 img{
  display: none;
}
#article .article-box{
  box-sizing: border-box;
  padding:40px 0;
  background: #fff;
  border-radius: 20px;
  margin-bottom:50px;
  text-align: left;
}
#article h2{
  font-size: 200%;
  font-weight: bold;
  line-height: 1.4;
  margin:0 38px 30px 0;
  padding-left:130px;
  min-height: 75px;
  background: url(/itsumo/fukumaro/img/news_h2_bg.png) no-repeat 37px 20%;
}
#article h2 span{
  vertical-align: middle;
}

#article h2 span.news-date{
  display: block;
  margin-top:0.5em;
  font-size:62.5%;
  color:#057DC2; 
}
#article .news-inner{
  margin-left:126px;
  margin-right:126px;
}
#article .news-inner a:hover{
  text-decoration: underline;
}
#article .news_more_link a{
  font-size: 131.25%;
  text-decoration: none;
  color: #dd2200;
  padding-left:30px;
  display: inline-block;
  height: 24px;
  line-height: 1.2;
  background: url(/itsumo/fukumaro/img/news_arr.png) no-repeat left top;
}
#article .news_more_link a:hover{
  color:#bb0000;
  text-decoration: underline;
  background: url(/itsumo/fukumaro/img/news_arr.png) no-repeat left bottom;
}
#article .page-next a,
#article .back-to-list a{
  box-sizing: border-box;
  margin-left:auto;
  margin-right:auto;
  width: 400px;
  height: 63px;
  padding: 14.5px 95.5px;
  display: block;
  background: #fff;
  border:solid 2px #DD2200;
  border-radius: 10px;
}
#article .archive-prev a,
#article .archive-next a{}
#article .page-next a:hover,
#article .back-to-list a:hover{
  background: #FFFADC;
  border:solid 2px #bb0000;
  border-radius: 10px;
}
#article .page-next a span,
#article .archive-prev a span,
#article .archive-next a span,
#article .back-to-list a span{
  display: block;
  text-indent: -9999px;
}
#article .page-next a span{
  width: 209px;
  height: 31px;
  background: url(/itsumo/fukumaro/img/news_page_next.png) no-repeat center top;
}
#article .page-next a:hover span{
  background: url(/itsumo/fukumaro/img/news_page_next.png) no-repeat center bottom;
}
#article .back-to-list a span{
  width: 209px;
  height: 25px;
  background: url(/itsumo/fukumaro/img/news_back-to-list.png) no-repeat center top;
}
#article .back-to-list a:hover span{
  background: url(/itsumo/fukumaro/img/news_back-to-list.png) no-repeat center bottom;
}
#article .archive-prev a,
#article .archive-next a{
  display: block;
  width: 101px;
  height: 40px;
}
#article .archive-prev a span{
  width:100%;
  height: 100%;
  background: url(/itsumo/fukumaro/img/news_link_prev.png) no-repeat center top;
}
#article .archive-prev a:hover span{
  background: url(/itsumo/fukumaro/img/news_link_prev.png) no-repeat center bottom;
}
#article .archive-next a span{
  width:100%;
  height: 100%;
  background: url(/itsumo/fukumaro/img/news_link_next.png) no-repeat center top;
}
#article .archive-next a:hover span{
  background: url(/itsumo/fukumaro/img/news_link_next.png) no-repeat center bottom;
}
#article .archive-page-nav{
  position: relative;
  margin:80px 0 30px;
}
#article .back-to-list{
  position: absolute;
  top:-10px;
  left:50%;
  margin:0 0 80px;
  margin-left: -200px;
}
#article ul{
  overflow: hidden;
  margin:0;
  padding:0;
}
#article ul li.archive-prev,
#article ul li.archive-next{
  list-style-type: none;
}
#article ul li.archive-prev{
  float: right;
}
#article ul li.archive-next{
  float: left;
}
#article ul li.archive-noprev {
  float: right;
  visibility: hidden;
}
#article ul li.archive-nonext {
  float: left;
  visibility: hidden;
}


#featured{
  background: #fff url(/itsumo/fukumaro/img/news_deco_bg_y.png) repeat-x top;
  padding:50px 0;
}
#featured .container{
  width:960px;
}
#featured ul{
  background: url(/itsumo/fukumaro/img/news_dots.png) repeat-x left top;
  margin:0;
  padding:0;
}
#featured ul li{
  box-sizing: border-box;
  position: relative;
  display:table;
  width:100%;
  text-align: left;
  background: url(/itsumo/fukumaro/img/news_dots.png) repeat-x left bottom;
  height: 6em;
}
#featured ul li dl{
  margin-top:30px;
  margin-bottom:30px;
}
#featured ul li dl dd.comingsoon {
  margin-top: 30px;
  padding-bottom: 30px;
}
#featured ul li:first-child dl dd.comingsoon{
  margin-top: 45px;
  padding-bottom: 20px;
}
#featured ul li dl::before{
  position:absolute;
  display: block;
  left: 70px;
  bottom: 50%;
  margin-bottom: -37.5px;
  content: "";
  width: 75px;
  height: 75px;
}
#featured ul li.featured-no1 dl::before{ background:url(/itsumo/fukumaro/img/news_featured_no1.png) no-repeat left center;}
#featured ul li.featured-no2 dl::before{ background:url(/itsumo/fukumaro/img/news_featured_no2.png) no-repeat left center;}
#featured ul li.featured-no3 dl::before{ background:url(/itsumo/fukumaro/img/news_featured_no3.png) no-repeat left center;}
#featured ul li.featured-01 dl::before{ background:url(/itsumo/fukumaro/img/news_featured_01.png) no-repeat left center; background-size: 75px;}
#featured ul li.featured-02 dl::before{ background:url(/itsumo/fukumaro/img/news_featured_02.png) no-repeat left center; background-size: 75px;}
#featured ul li.featured-03 dl::before{ background:url(/itsumo/fukumaro/img/news_featured_03.png) no-repeat left center; background-size: 75px;}
#featured ul li.featured-comingsoon		dl::before{ background:url(/itsumo/fukumaro/img/news_featured_comingsoon.png)	no-repeat left center; background-size: 75px;}
#featured ul li.featured-new			dl::before{ background:url(/itsumo/fukumaro/img/news_featured_new.png)			no-repeat left center; background-size: 75px;}
#featured ul li.featured-notification	dl::before{ background:url(/itsumo/fukumaro/img/news_featured_notification.png)	no-repeat left center; background-size: 75px;}
#featured ul li.featured-promotion		dl::before{ background:url(/itsumo/fukumaro/img/news_featured_promotion.png)	no-repeat left center; background-size: 75px;}

#featured ul li.featured-no1 dl,
#featured ul li.featured-no2 dl,
#featured ul li.featured-no3 dl,
#featured ul li.featured-01 dl,
#featured ul li.featured-02 dl,
#featured ul li.featured-03 dl,
#featured ul li.featured-comingsoon		dl,
#featured ul li.featured-new			dl,
#featured ul li.featured-notification	dl,
#featured ul li.featured-promotion		dl {
  margin-left:170px;
  margin-right:70px;
}
#featured ul li dl dt{
  margin:0;
  padding:0;

}
#featured ul li dl dd{
  margin:0.5em 0 0;
  padding:0 0 10px;
  line-height: 1.4;
}
#featured ul li dl dd.news_no_text{
  padding-top: 30px;
	font-weight: normal;
}
#featured ul li dl dt{
  font-size:90%;
  color:#057DC2;
}
#featured ul li dl dd a{
  font-size:110%;
  color: #434343;
}
#featured ul li dl dd a:hover{
  color:#737373;
  text-decoration: underline;
}
#featured h2,
#archive h2{
  width:960px;
  margin:25px auto 0;
  text-align:left;
  font-size: 225%;
  color: #333;
}

#archive{
  background: #f4e100 url(/itsumo/fukumaro/img/news_deco_bg_w.png) repeat-x top;
  padding:50px 0;
}
#archive .container{
  width:860px;
}
#archive h3{
  text-align: left;
  width: 5em;
  background: url(/itsumo/fukumaro/img/news_archive_btn.png) no-repeat left top;
  height: 31px;
  padding-left: 40px;
  margin-bottom:0;
  cursor: pointer;
}
#archive h3.active,
#archive h3.hover{
  background: url(/itsumo/fukumaro/img/news_archive_btn.png) no-repeat left bottom;
  color: #bb0000;
  text-decoration: underline;
}
#archive ul.month{
  display: none;
}
#archive ul.month{
  margin:0;
}
#archive ul.month li{
  text-align: left;
  list-style: none;
}
#archive ul.month li a{
  color: #434343;
}
#archive ul.month li a:hover{
  color: #bb0000;
  text-decoration: underline;
}

/* 記事ページ */
#article .article-box p{
  margin-bottom:1.5em;
}
#article .article-box p:last-child{
  margin-bottom: 0.8em;
}
#article .article-box .movie img{
  width:100%;
  height: auto;
}
#article .article-box .movie{
  margin:3em 0;
}
#article .article-box .img-box{
	text-align:center;
	width:100%;
}



@media screen and (max-width: 1023px) and (orientation: portrait){
  #featured .container{
    min-width:320px;
  }
  .back_top_link{
    top:3px;
    right:10px;
    font-size:1.3rem;
    z-index: 20;
  }
  .sns-btn.pc-display{
    display: none;
  }
  #article{
    margin:0;
    padding: 2em 0 0;
  }
  #article h1.news_ttl{
    display: block;
    width:100%;
    height: auto;
    margin:0 0 1em;
    background:none;
  }
  #article h1.news_ttl img{
    display: block;
    width:80%;
    max-width: 500px;
    height: auto;
    margin:0 auto;
  }
  #article .article-box {
    padding: 24px;
    border-radius: 0;
    margin-bottom: 0;
    border-bottom:solid 1px #ccc;
    position: relative;
  }
  #article .container div.article-box.end-col {
    border-bottom: none;
  }
  #article .article-box p.news_more_link{
    background: none;
    height: 0;
    margin:0;
  }
  #article .article-box p.news_more_link a{
    background: none;
    padding:0;
    position: absolute;
    top:0;
    left:0;
    display: block;
    width: 100%;
    height: 100%;
  }
  #article .article-box p.news_more_link a span{
	  display: none;
	}
  #article h2{
    /*position: relative;*/
    font-size: 1.6rem;
    margin: 24px 0 20px;
    padding-left:60px;
    min-height: 50px;
    height: auto;
    background: url(/itsumo/fukumaro/img/news_h2_bg.png) no-repeat left top;
    background-size: auto 50px;
  }
  #article h2 span{
    display: block;
    /*position: absolute;*/
    top:23px;
  }
  #article h2 span.news-date{
    position: absolute;
    top:24px;
    font-size:75.5%
  }

  #article .news-inner{
    margin-left:0;
    margin-right:0;
  }
  #article .news-inner p{
    
  }
  #article .news_more_link a{
    font-size: 1.6rem;
    height: 19px;
    background: url(/itsumo/fukumaro/img/news_arr.png) no-repeat left top;
    background-size: 20px;
  }
  #article .news_more_link a:hover{
    background: url(/itsumo/fukumaro/img/news_arr.png) no-repeat left bottom;
    background-size: 20px;
  }
  #article .page-next{
    margin:0;
  }
  #article .page-next a{
    width: 100%;
    height: 60px;
    padding:21px 0;
    border:none;
    background: #df5125;
    border-radius: 0;
  }
  #article .page-next a span{
    width: 120px;
    height: 18px;
    margin:0 auto;
    background: url(/itsumo/fukumaro/img/news_page_next_sp.png) no-repeat center top;
    background-size: 100%;
  }
  #article .page-next a:hover{
    background: #df5125;
    border:none;
    border-radius: 0;
  }
  #article .page-next a:hover span{
    background: url(/itsumo/fukumaro/img/news_page_next_sp.png) no-repeat center top;
    background-size: 100%;
  }
  #article .back-to-list a{
    width: 100%;
    height: 50px;
      border-radius: 5px;
  }
  #article .back-to-list a:hover{
    border-radius: 5px;
  }
  #article .page-next a span,
  #article .archive-prev a span,
  #article .archive-next a span,
  #article .back-to-list a span{
    display: block;
    text-indent: -9999px;
  }
  #article .back-to-list a span{
    width: 80px;
    height: 15px;
    margin-left:auto;
    margin-right:auto;
    background: url(/itsumo/fukumaro/img/news_back-to-list.png) no-repeat center top;
    background-size: 100%;
  }
  #article .back-to-list a:hover span{
    background: url(/itsumo/fukumaro/img/news_back-to-list.png) no-repeat center bottom;
    background-size: 100%;
  }
  #article .archive-prev a,
  #article .archive-next a{
    display: block;
    width: 61px;
    height: 24px;
  }
  #article .archive-prev a span{
    width:100%;
    height: 100%;
    background: url(/itsumo/fukumaro/img/news_link_prev.png) no-repeat center top;
    background-size: 100%;
  }
  #article .archive-prev a:hover span{
    background: url(/itsumo/fukumaro/img/news_link_prev.png) no-repeat center bottom;
    background-size: 100%;
  }
  #article .archive-next a span{
    width:100%;
    height: 100%;
    background: url(/itsumo/fukumaro/img/news_link_next.png) no-repeat center top;
    background-size: 100%;
  }
  #article .archive-next a:hover span{
    background: url(/itsumo/fukumaro/img/news_link_next.png) no-repeat center bottom;
    background-size: 100%;
  }
  #article .archive-page-nav{
    position: relative;
    margin:20px 0 0;
    padding-bottom:10px;
  }
  #article .back-to-list{
    position: static;
    margin:20px 24px;
  }
  #article ul{
    margin:0 24px;
  }
  #article ul li.archive-prev,
  #article ul li.archive-next{
    list-style-type: none;
  }
  #article ul li.archive-prev{
    float: right;
  }
  #article ul li.archive-next{
    float: left;
  }

  #featured{
      box-sizing: border-box;
    background: none;
    background-color: #fff;
    padding:24px;
  }
  #featured{
    background: #fff url(/itsumo/fukumaro/img/news_deco_bg_y.png) repeat-x top;
    background-size: auto 20px;
    padding:50px 0;
  }
  #featured.bgNo{
    background:none;
    padding-top: 30px;
  }
  #featured .container{
    width:auto;
    margin:0 12px;
  }
  #featured ul{
    background: url(/itsumo/fukumaro/img/news_dots.png) repeat-x left top;
    background-size: 15px auto;
  }
  #featured ul li{
    display: block;
    width:auto;
    min-height: 80px;
    background: url(/itsumo/fukumaro/img/news_dots.png) repeat-x left bottom;
    background-size: 15px auto;
  }
  #featured ul li{
    padding-top:10px;
    margin-top:0;
  }
  #featured ul li:first-child{
    padding-top:15px;
  }
  #featured ul li dl::before{
    left: 10px;
    bottom:50%;
    margin-bottom:-27.5px;
    width: 55px;
    height: 55px;
  }
  #featured ul li.featured-no1 dl::before{ background:url(/itsumo/fukumaro/img/news_featured_no1.png) no-repeat left center; background-size: 55px;}
  #featured ul li.featured-no2 dl::before{ background:url(/itsumo/fukumaro/img/news_featured_no2.png) no-repeat left center; background-size: 55px;}
  #featured ul li.featured-no3 dl::before{ background:url(/itsumo/fukumaro/img/news_featured_no3.png) no-repeat left center; background-size: 55px;}
  #featured ul li.featured-01 dl::before{ background:url(/itsumo/fukumaro/img/news_featured_01.png) no-repeat left center; background-size: 55px;}
  #featured ul li.featured-02 dl::before{ background:url(/itsumo/fukumaro/img/news_featured_02.png) no-repeat left center; background-size: 55px;}
  #featured ul li.featured-03 dl::before{ background:url(/itsumo/fukumaro/img/news_featured_03.png) no-repeat left center; background-size: 55px;}
  #featured ul li.featured-comingsoon	dl::before{ background:url(/itsumo/fukumaro/img/news_featured_comingsoon.png)	no-repeat left center; background-size: 55px;}
  #featured ul li.featured-new			dl::before{ background:url(/itsumo/fukumaro/img/news_featured_new.png)			no-repeat left center; background-size: 55px;}
  #featured ul li.featured-notification	dl::before{ background:url(/itsumo/fukumaro/img/news_featured_notification.png)	no-repeat left center; background-size: 55px;}
  #featured ul li.featured-promotion	dl::before{ background:url(/itsumo/fukumaro/img/news_featured_promotion.png)	no-repeat left center; background-size: 55px;}

  #featured ul li.featured-no1 dl,
  #featured ul li.featured-no2 dl,
  #featured ul li.featured-no3 dl,
  #featured ul li.featured-01 dl,
  #featured ul li.featured-02 dl,
  #featured ul li.featured-03 dl,
  #featured ul li.featured-comingsoon	dl,
  #featured ul li.featured-new			dl,
  #featured ul li.featured-notification	dl,
  #featured ul li.featured-promotion	dl {
    margin:0 10px 0 80px;
  }
  #featured ul li dl dt{
    font-size:1.2rem;
    font-weight: bold;
  }
  #featured ul li dl dd{
    margin:0;
    font-weight: bold;
  }
  #featured ul li dl dd.news_no_text{
    padding-top: 20px;
  }
  #featured ul li dl dd.comingsoon,
  #featured ul li:first-child dl dd.comingsoon{
    margin: 30px 0 0;
    padding-bottom: 30px;
  }
  #featured ul li dl dd a{
    font-size:1.6rem;
  }
  #featured ul li dl dd a:hover{
    color:#737373;
    text-decoration: none;
  }
  #featured h2,
  #archive h2{
    width:auto;
    margin:0 24px;
    font-size: 2rem;
  }

  #archive{
    background: #f4e100 url(/itsumo/fukumaro/img/news_deco_bg_sp_w.png) repeat-x top;
    background-size: auto 20px;
    padding:30px 0;
  }
  #archive .container{
    width:auto;
    padding:0 24px;
  }
  #archive h3{
    background: url(/itsumo/fukumaro/img/news_archive_btn.png) no-repeat left top;
    background-size: 20px;
    height: 20px;
    padding:0 0 0 25px;
	  margin-bottom: 10px;
    font-size: 1.6rem;
  }
  #archive h3.active,
  #archive h3.hover{
    background: url(/itsumo/fukumaro/img/news_archive_btn.png) no-repeat left bottom;
    background-size: 20px;
    color: #bb0000;
    text-decoration: underline;
  }
  #article .article-box p.text_overflow {
    background-color: #fff;
    position: relative;
    padding-right: 20px;
    overflow: hidden;
    margin:0;
  }
  #article .text_overflow:before {
    content: "…";
    position: absolute;
    bottom: -5px;
    right: 0;
    display: inline-block;
    white-space: nowrap;
    width: 19px;
  }
  #article .text_overflow:after {
    content: "";
    position: relative;
    right: -1em;
    float: right;
    width: 1em;
    height: 100%;
    background-color: inherit;
  }
  #article .text_overflow {
    height: 80px;
  }
  #article .article-box .movie{
    margin:1.5em 0;
  }
}


/* ==========================================================================
    top nav 追加
   ========================================================================== */
.nav_menu{
  position: absolute;
  top:14px;
  right:14px;
}
.nav_menu ul{
  margin:0;
  padding:0;
}
.nav_menu ul li{
  list-style:none;
  display: inline-block;
  padding: 0 12px;
  border-left:solid 1px #c4c4c4;
}
.nav_menu ul li:first-child{
  border-left: none;
}
.nav_menu ul li.sp-menu{
  display: none;
}
.nav_menu nav ul li a:hover{
  text-decoration:underline;
}

@media screen and (max-width: 1023px) and (orientation: portrait) {
  .header-fujitsu{
    z-index: 10;
  }


  .hide {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
  }

  .no-scroll {
    overflow: hidden;
	position: fixed;
  }
}


nav img {
    position: relative;
    top: 4px;
    margin-right: 8px;
}

div.guide {
    margin: 80px auto;
}

