@charset 'utf-8';

/* fufu PC/SP 共通 */
.fufu-cont-wrap* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}
.fufu-cont-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  font-size: 16px;
  font-family: "メイリオ",Meiryo,Osaka,sans-serif;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
-webkit-text-size-adjust: 100%;
}
.divid {
  border-bottom: 1px dashed #ccc;
}
.fs14 {
  font-size: 14px;
}

/* PC */
@media screen and (min-width: 668px) {
  .fufu-cont-wrap {
    padding: 20px 10px 40px;
  }
  .divid {
    padding-bottom: 40px;
  }

  /* page nav .is-active*/
  #sider li.is-active {
   background: #e6f5ff;
  }
  /* img */
  .fufu-name img,
  .fufu-main img,
  .fufu-cont-item img {
    display: block;
    margin: 0 auto;
  }
  .fufu-main img {
    margin: 20px auto;
  }

  /* p */
  .fufu-read {
    padding: 0 20px;
    font-size: 16px;
    margin-bottom: 50px;
    font-family: "メイリオ",Meiryo,Osaka,sans-serif;
  }
  .p-ast {
    clear: both;
    font-size: 14px;
    text-indent: -1em;
    padding-left: 1em;
    color: #666;
  }
  .ta-c {
    text-align: center;
  }
  .col3 .ta-c {
    margin-bottom: 10px;
  }

  .ff-ul {
    margin: 0 0 20px;
    padding-left: 1em !important;
    list-style-type: disc !important;
  }
  .ff-ul > li {
    font-size: 14px;
    display: list-item;
    list-style-type: disc !important;
    margin: 0 0 .3em !important;
  }
  .ff-ul-c {
    width: 600px;
    margin: 0 auto 10px;
    margin-bottom: 10px;
  }
  .ff-ul-c > li {
    font-size: 14px;
    line-height: 1;
  }
  .ff-ul-c .rect01 {font-size: 20px; color: #F15A24;}
  .ff-ul-c .rect02 {font-size: 20px; color: #8CC63F;}
  .ff-ul-c .rect03 {font-size: 20px; color: #00B0F0;}

  /* fufu 見出しスタイル */
  .fufu-head {
   width: 100%;
   margin: 0 auto 40px;
   padding-bottom: 4px;
   display: table;
   background: url(/maison/products/fufu/images/m_fufu_bg_h.png) 0 top no-repeat;
  }
  .fufu-head h3 {
    display: table-cell !important;
    vertical-align: middle;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
    padding: 25px 0 0 80px;
    letter-spacing: 2px;
   font-family: "メイリオ",Meiryo,Osaka,sans-serif;
  }
  .fufu-head .smaller {
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
  }
  .fufu-sub-hd {
    width: 100%;
    margin: 0 auto 20px;
    font-weight: bold;
    font-size: 18px;
  }
  .fufu-sub-hd.fss {
    font-size: 16px;
  }
  .ff-h4,
  .ff-h5,
  .p-exp {
    clear:both;
   font-family: "メイリオ",Meiryo,Osaka,sans-serif;
  }
  .ff-h4 {
    border-left: 5px solid #2D52AA;
    padding-left: 10px;
    font-size: 20px;
    padding-top: 4px;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .ff-h5 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  /* fufu-cont-item */
  .fufu-cont-item {
    position: relative;
    display: block;
    width: auto;
    height: auto;
  }

  /* fufu float */
  .fffl {float: left;}
  .fffr {float: right;}

  /* .ps-ab */
  .ps-ab {
    position: relative;
  }
  .ps-ab > p {
    position: absolute;
    font-weight: bold;
  }
  .ps-ab .psp-01 {top: 90px; right: 30px;}
  .ps-ab .psp-02 {top: 110px; right: 30px;}
  .ps-ab .psp-03 {top: 80px; left: 10px;}
  .ps-ab .psp-04 {top: 8px; right: 137px;}
  .ps-ab .psp-05 {top: 90px; right: 30px;}
  .ps-ab .psp-06 {top: 80px; right: 30px;}
  .ps-ab .psp-07 {top: 120px; left: 10px;}
  .ps-ab .psp-08 {top: 14px; left: 40px;}

  .ps-ab-sp {
   position: absolute;
   top: 60px;
   right: 30px;
  }

  .p-exp {
    margin: 10px 0;
    font-size: 12px;
    color: #666;
    font-weight: normal !important;
    text-align: left;
    width: 120%;
  }

  /* fufu cont width */
  .ffw200,
  .ffw250,
  .ffw300,
  .ffw350 {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .ffw200 {width: 200px;}
  .ffw300 {width: 300px;}
  .ffw250 {width: 250px;}
  .ffw350 {width: 350px;}

  /* clearfix */
  .cf:after {
      content:"";
      display:block;
      clear:both;
  }

  /* fufu-table */
  .fufu-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
  }
  .fufu-table caption {
    display: block;
    position: absolute;
    top: -20px;
    right: 2px;
    font-size: 12px;
  }
  .fufu-table td,
  .fufu-table th {
    border: 1px solid #ccc;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
    line-height: 1.4;
    font-weight: normal;
  }
  /* background-color: */
  .bgc-lg {background-color: #e9e9e9;}
  .bgc-y {background-color: #ffe200;}
  .bgc-gr {background-color: #8cc63e;}

  /* margin */
  .smr10 {margin-right: 10px;}
  .mt5 {margin-top: 5px;}
  .mb30 {margin-bottom: 30px;}
  .mb50 {margin-bottom: 50px;}
  .nmt-40 {margin-top: -40px;}
  .mt50 {margin-top: 50px;}
  .mb80 {margin-bottom: 80px;}
  /* padding */
  .pt {padding-top: 40px;}

  /* fufu-inner-cont */
  .fufu-inner-cont {
    clear: both;
    width: 100%;
    height: auto;
    margin-top: 60px;
    border: 3px solid #ccc;
    border-radius: 10px;
  }
  .fufu-inner-cont h4 {
    width: 462px;
    height: 56px;
    margin: -32px auto -10px;
    text-indent: -200%;
    background: url(/maison/products/fufu/images/m_fufu_top_ill_tit.png) 0 0 no-repeat;
  }
  .fufu-inner-cont h5 {
    width: 90%;
    margin: 30px auto;
    background-color: #8cc63e;
    border-radius: 50px;
    padding: 10px;
    text-align: center;
  }
  .i-face-m,
  .i-face-f {
    padding-left: 42px;
    line-height: 36px;
  }
  .i-face-m {
    background: url(/maison/products/fufu/images/m_fufu_icon_m.png) 0 0 no-repeat;
  }
  .i-face-f {
    background: url(/maison/products/fufu/images/m_fufu_icon_f.png) 0 0 no-repeat;
  }
  .ans-box.ffw350 {padding-left: 30px;}

  .fufu-matome {
    font-weight: bold;
    line-height: 1.8;
    font-size: 16px;
    padding: 20px 25px;
    background: #fff1b2;
    border-radius: 10px;
    border: 1px dashed #ffd510;
  }
  .pagenation {
    display: table;
    width: auto;
    margin: 0 auto;
    padding-left: 40px;
    background: url(/maison/products/fufu/images/m_fufu_i_arrow.png) 0 0 no-repeat;
  }
  .fufu-plan-desc {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto 20px;
  }
  .i-plan {
    width: 160px;
    float: left;
  }
  .i-plan.x2 {
    margin-left: 5px;
  }
  .desc-plan {
    width: 435px;
    padding: 5px 0 0 25px;
    float: left;
  }
  .desc-plan.smr {
    width: 255px;
  }

  /* movie */
  .fufu-movie {
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ ProW3","Hiragino Kaku Gothic Pro",Osaka,sans-serif;
   position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 10px;
      width: 640px !important;
      height: auto;
      overflow: hidden;
      /*border: 1px solid #327BB9;*/
      border-radius: 10px;
      margin: 0 auto 40px!important;
      /*padding: 15px 10px !important;*/
  }
  .fufu-movie h3 {
      font-size: 20px;
      text-align: center;
      margin: 0 auto 10px;
  }
  .fufu-movie .prc01{color: #327BB9;}
  .fufu-movie .prc02{color: #C2121A;}
  .fufu-movie .movie-row {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; height: auto; overflow: hidden; padding: 0 20px; margin: 10px auto;}
  .fufu-movie .movie-col {position: relative; width: 185px; height: auto; overflow: hidden; margin-right: 10px; float: left;}
  .fufu-movie .movie-col img{width: 185px;}
  .fufu-movie .movie-col:last-child {margin-right: 0;  float: right;}
  .fufu-movie .movie-col.one:last-child {
    margin: 0 auto;
    float: none;
    width: 385px;
  }
  .fufu-movie .movie-col.one:last-child img{ width: 100%;}
  .fufu-movie .movie-col.one:last-child .tit-text{ top:30%;}
  .fufu-movie .movie-col.one:last-child .btn-play{ top:45%; left:52%;}
  .fufu-movie .movie-col .fancybox {display: block; position: relative;}
  .fufu-movie .movie-col .fancybox img {position: relative;}
  .fufu-movie .movie-col .tit-text,
  .fufu-movie .movie-col .btn-play {color: #FFF; position: absolute; top: 0; left: 50%; text-align: center; font-weight: bold;}
  .fufu-movie .movie-col .tit-text{color: #333;}
  .fufu-movie .movie-col .tit-text {
      font-size: 16px;
      width: 100%;
      top: 18px;
      left: 0;
      text-shadow: 0 2px 0 #fff,
        2px 0 0 #fff,
        0 -2px 0 #fff,
        -2px 0 0 #fff,
        -2px -2px 0 #fff,
        2px -2px 0 #fff,
        -2px 2px 0 #fff,
        2px 2px 0 #fff;
  }
  .fufu-movie .movie-col .txt-smaller {
   font-size: 14px;
  }
  .fufu-movie .movie-col .btn-play {
    border-radius: 16px;
      border: 2px solid #fff;
      padding: 2px 26px;
      font-size: 14px;
      top: 68px;
      left: 55%;
      margin-left: -55px;
      background: rgba(0,0,0,0.5);
  }

}


/* SP */
@media screen and (max-width: 667px) {
  #sider h2.blue {
    padding: 7px 10px 7px 14px !important;

  }
.fufu-cont-wrap {
  /*font-size: 15px;*/
  font-size: .95rem;
-webkit-text-size-adjust: 100%;
}
  /* page nav .is-active*/
  #sider li.is-active {
   background: #e6f5ff;
  }
  /* img */
  .fufu-name img,
  .fufu-main img,
  .fufu-cont-item img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .fufu-name {
    width: 100%;
    height: 110px;
    background: url(/image.jsp?id=405338) center no-repeat;
    background-size: contain;
  }
  .fufu-name img {
    display: none;
  }
  .fufu-main img {
    margin: 10px auto;
  }

  /* p */
  .fufu-read {
    padding: 0 10px;
    /*font-size: 15px;*/
    font-size: .95rem;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .p-ast {
    clear: both;
    /*font-size: 12px;*/
    font-size: .8rem;
    text-indent: -1em;
    padding-left: 1em;
    color: #666;
  }
  .ta-c {
    text-align: center;
  }
  .col3 .ta-c {
    /*font-size: 14px;*/
    font-size: .9rem;
    margin-bottom: 10px;
    /*width: 200px;*/
    width: 60%;
    padding-right: 10px;
    text-align: left;
    font-weight: bold;
    display: table-cell;
    vertical-align: middle;
  }
  .ta-c + img {
      /*width: 100px;*/
      /*margin-left: 10px;*/
      margin: 0 auto;
      display: table-cell;
  }
  .ff-ul {
    margin: 0 0 20px;
    padding-left: 1em !important;
    list-style-type: disc !important;
  }
  .ff-ul > li {
    /*font-size: 14px;*/
    font-size: .9rem;
    display: list-item;
    list-style-type: disc !important;
    margin: 0 0 .3em !important;
  }
  .fufu-cont-wrap {
    padding: 20px 10px 30px;
  }

  /* fufu 見出しスタイル */
  .fufu-head {
   width: 100%;
  min-height: 40px;
   margin: 0 auto 20px;
   padding-bottom: 4px;
   display: table;
   background: url(/maison/products/fufu/images/m_fufu_bg_h.png) -2px top no-repeat;
   background-size: 50px;
  }
  .fufu-head h3 {
    display: table-cell !important;
    vertical-align: middle;
    /*font-size: 18px;*/
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.3;
    padding: 12px 0 0 60px;
    letter-spacing: 2px;
    font-family: "メイリオ",Meiryo,Osaka,sans-serif;
  }
  .fufu-head .smaller {
    /*font-size: 14px;*/
    font-size: .9rem;
    line-height: 1.5;
    font-weight: normal;
  }
  .fufu-sub-hd {
    width: 100%;
    margin: 0 auto 15px;
    font-weight: bold;
    text-align: center;
    /*font-size: 16px;*/
    font-size: 1rem;
  }
  .fufu-sub-hd.fss {
    /*font-size: 14px;*/
    font-size: .9rem;
  }
  .fufu-sub-hd.ques {
    width: 96%;
    text-align: left;
    padding-left: 10px;
    text-indent: -18px;
  }
  .ff-h4,
  .ff-h5,
  .p-exp {
    clear:both;
   font-family: "メイリオ",Meiryo,Osaka,sans-serif;
  }
  .ff-h4 {
    border-left: 5px solid #2D52AA;
    padding-left: 10px;
    /*font-size: 16px;*/
    font-size: 1rem;
    padding-top: 4px;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .ff-h5 {
    margin-bottom: 10px;
    /*font-size: 16px;*/
    font-size: 1rem;
    text-align: center;
  }
  /* fufu-cont-item */
  .fufu-cont-item {
    position: relative;
    display: block;
    width: auto;
    height: auto;
  }

  /* .ps-ab */
  .ps-ab {
    position: relative;
  }
  .ps-ab > p {
    position: absolute;
    font-weight: bold;
    /*font-size: 14px;*/
    font-size: .9rem;
  }
  .ps-ab .psp-01 {top: 33%; right: -30px;}
  .ps-ab .psp-02 {top: 99px; right: -60px;}
  .ps-ab .psp-03 {top: 62px; left: -60px;}
  .ps-ab .psp-04 {top: 3px; left: -43px;}
  .ps-ab .psp-05 {top: 40%; right: -40px;}
  .ps-ab .psp-06 {top: 62px; right: -60px;}
  .ps-ab .psp-07 {top: 96px; left: -75px;}
  .ps-ab .psp-08 {top: 14px; left: 0;}

   .ps-ab-sp {
    position: absolute;
    top: 16px;
    right: -10px;
   }
  .p-exp {
    margin: 10px 0 0 -150px;
    /*font-size: 12px !important;*/
    font-size: .8rem !important;
    color: #666;
    position: relative !important;
    width: 300px !important;
    text-align: center;
    font-weight: normal !important;
    left: 50%;
  }

  /* fufu-cont-item */
  .fufu-cont-item {
    position: relative;
    display: block;
    width: auto;
    height: auto;
  }

  /* fufu float */
  .fffl {float: left;}
  .fffr {float: right;}
  .fffl.fffn,
  .fffr.fffn {float: none; margin: 0 auto;}
  /* fufu cont width */
  .ffw200,
  .ffw250,
  .ffw300,
  .ffw350 {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .ffw200 {width: 49.5%;}
  .ffw300 {width: 49.5%;}
  .ffw250 {width: 49.5%;}
  .ffw350 {width: 49.5%;}
  /*.ffw200.col3 {width: 32%;}*/
  .ffw200.col3 {
    width: 100%;
    display: table;
    margin-bottom: 10px;
  }

  .sw40 {width: 39% !important;}
  .sw60 {width: 60% !important;}
  .sw100 {width: 100% !important;}


  /* clearfix */
  .cf:after {
      content:"";
      display:block;
      clear:both;
  }

  /* fufu-table */
  .fufu-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
  }
  .fufu-table caption {
    display: block;
    position: absolute;
    top: -20px;
    right: 2px;
    /*font-size: 12px;*/
    font-size: .8rem;
  }
  .fufu-table td,
  .fufu-table th {
    border: 1px solid #ccc;
    text-align: center;
    padding: 10px 0;
    /*font-size: 14px !important;*/
    font-size: .9rem;
    line-height: 1.4;
    font-weight: normal;
  }
  /* background-color: */
  .bgc-lg {background-color: #e9e9e9;}
  .bgc-y {background-color: #ffe200;}
  .bgc-gr {background-color: #8cc63e;}

  /* margin */
  .smr10 {margin-right: 2%;}
  /*.mb50 {margin-bottom: 50px;}*/
  /*.nmt-40 {margin-top: -40px;}*/
  .mt5 {margin-top: 5px;}
  .mt50 {margin-top: 50px;}
  .smb20 {margin-bottom: 20px !important;}
  .smt30 {margin-top: 30px !important;}
  .spl10 {padding-left: 10px;}
  .spr10 {padding-right: 10px;}
  /* fufu-inner-cont */
  .fufu-inner-cont {
    clear: both;
    width: 100%;
    height: auto;
    margin-top: 60px;
    border: 3px solid #ccc;
    border-radius: 10px;
  }
  .fufu-inner-cont h4 {
    width: 96%;
    height: auto;
    min-height: 48px;
    margin: -32px auto -30px;
    text-indent: -200%;
    background: url(/maison/products/fufu/images/m_fufu_top_ill_tit.png) 0 0 no-repeat;
    background-size: contain;
  }
  .fufu-inner-cont h5 {
    width: 90%;
    margin: 30px auto;
    background-color: #8cc63e;
    border-radius: 15px;
    padding: 10px 10px 10px 30px;
    text-align: left;
    /*font-size: 14px !important;*/
    font-size: .9rem;
    text-indent: -16px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .i-face-m,
  .i-face-f {
    padding-left: 42px;
    line-height: 36px;
  }
  .i-face-m {
    background: url(/maison/products/fufu/images/m_fufu_icon_m.png) 0 0 no-repeat;
  }
  .i-face-f {
    background: url(/maison/products/fufu/images/m_fufu_icon_f.png) 0 0 no-repeat;
  }
  .ans-box.ffw350, .ans-box.ffw250 {
    padding-left: 24px;
    padding-right: 5px;
  }

  .fufu-matome {
    line-height: 1.4;
    /*font-size: 15px;*/
    font-size: .95rem;
    font-weight: bold;
    padding: 20px 25px;
    background: #fff1b2;
    border-radius: 10px;
    border: 1px dashed #ffd510;
  }

  /* ニーズページ SP */
  .fufu-graph-sp {
    width: 100%;
    height: 200px;
    background: url(/maison/products/fufu/images/m_fufu_g600_sp.png) center no-repeat;
    background-size: contain;
  }
  .fufu-graph-sp img{
    display: none;
  }
  .ff-ul-c > li {
    /*font-size: 14px;*/
    font-size: .9rem;
    line-height: 1;
  }
  .ff-ul-c .rect01 {font-size: 1.2rem; color: #F15A24;}
  .ff-ul-c .rect02 {font-size: 1.2rem; color: #8CC63F;}
  .ff-ul-c .rect03 {font-size: 1.2rem; color: #00B0F0;}

  /* プランページ SP */
  .fufu-plan-desc {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto 20px;
  }
  .i-plan {
    width: 48%;
    float: left;
    margin-right: 10px;
  }
  .i-plan.x2 {
    margin-right: 0;
  }
  .desc-plan {
    clear: both;
  }
  /*.desc-plan.smr {
    width: 255px;
  }*/
  .ta-c.mt5 {
    /*font-size: 12px;*/
    font-size: .8rem;
  }
   .ta-c.fsl {
     /*font-size: 14px;*/
     font-size: .9rem;
   }
   .mauto {
     margin: 0 auto !important;
     display: block;
   }

   /* movie */
   .fufu-movie-wrap {
     -webkit-text-size-adjust: 100%;
     margin:10px auto 20px;
   }

   .fufu-movie {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
       width: 100%;
       height: auto;
       overflow: hidden;
       /*border: 1px solid #327BB9;*/
       border-radius: 10px;
       /*padding: 20px 20px;*/
   }
   .fufu-movie h3 {
       font-size: 1.2rem;
       text-align: center;
       margin: 0 auto 10px;
   }
   .fufu-movie .prc01{color: #327BB9;}
   .fufu-movie .prc02{color: #C2121A;}
   .fufu-movie .movie-row{}
   .fufu-movie .movie-col {width: 100%; margin: 0 auto 20px; text-align:center;}
   .fufu-movie .movie-col.one:last-child .tit-text{ top:20%;}
   .fufu-movie .movie-col.one:last-child .btn-play{ top:33%;}
   .fufu-movie .movie-col .fancybox {display: block; position: relative;}
   .fufu-movie .movie-col .fancybox img {position: relative;width: auto; max-width:95%;}
   .fufu-movie .movie-col .tit-text,
   .fufu-movie .movie-col .btn-play {color: #fff; position: absolute; top: 0; left: 50%; text-align: center; font-weight: bold;}
   .fufu-movie .movie-col .tit-text {
       font-size: 1.2rem;
       width: 100%;
       top: 20%;
       left: 0;
       text-shadow: 0 0 15px rgba(0,0,0,0.8);
   }
   .fufu-movie .movie-col .txt-smaller {
    font-size: .95rem;
   }
   .fufu-movie .movie-col .btn-play {
       border-radius: 20px;
       border: 4px solid #fff;
       padding: 2px 26px;
       font-size: 1.2rem;
       top: 60%;
       left: 50%;
       margin-left: -50px;
       background: rgba(0,0,0,0.5);
   }
}

@media screen and (min-width: 544px) and (max-width: 767px){
  .xs-hide-up {
    display: none;
  }
  .esp-graph {
    width: 180px;
  }
}
