.remakeSearchBox {
  background: #F3F3F3;
  overflow: hidden;
  width: 100%;
  padding: 2.5%;
  box-sizing: border-box;
}
.remakeSearchBox .box01,.remakeSearchBox .box02 {
  background: white;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  margin-bottom: 5%;
  flex-wrap: wrap;
  justify-content: space-evenly;
  }
  .remakeSearchBox .box01 {
    padding: 2.5%;
  }

  .remakeSearchBox .box02 {
    padding: 5%;
  }

  .box01-plus {
    width: 87%;
    margin-top: 2%;
  }

  .remakeSearchBox .box01 label {
    cursor: pointer;
    padding:2%;
    border-radius: 5px;
    color: white;
    display: block;
    text-align: center;
    box-sizing: border-box;
    }


    .remakeSearchBox .box01 input,.remakeSearchBox .box02 input,.remakeSearchBox .box03 input,.remakeSearchBox .box04 input {
      display: none;
    }
    .remakeSearchBox .box01-btn01 {
      background: #CC2155;
      border-bottom: 5px solid #91173C;
      margin-bottom: 15px;
      width: 40%;

    }
    .remakeSearchBox .box01-btn02 {
      background: #A33DA0;
      border-bottom: 5px solid #8F187A;
      margin-bottom: 15px;
      width: 40%;

    }
    .remakeSearchBox .box01-btn03 {
      background: #EACF03;
      border-bottom: 5px solid #B8B52C;
      margin-bottom: 5px;
      width: 40%;
    }
    .remakeSearchBox .box01-btn04 {
      background: #A33DA0;
      border-bottom: 5px solid #8F187A;
      margin-bottom: 5px;
      width: 40%;


    }



    .box01-plus {
      height: 0;
      overflow: hidden;
      opacity: 0;
      border-radius: 5px;
      background: #EBDEEB;
      margin-bottom: 0%;
    　　}
    .box01-plus .box01 {
      background: none;
      margin-bottom: 0;
    }
    .box01-plus .box01 p {
      margin-top: 2%;
    }


    /*クリックで中身表示*/
    input#uchi:checked ~ .box01-plus {
        height: auto;
        opacity: 1;
        margin-bottom: 5%;
        }


    .remakeSearchBox .box01-btn01:active , .remakeSearchBox  input:checked + label.box01-btn01 {
      border-bottom: none;
      border-top: #560E23 5px solid;
      margin-bottom: 10px;
      margin-top: 5px;
      background: #91173C;
    }

    .remakeSearchBox .box01-btn02:active , .remakeSearchBox  input:checked + label.box01-btn02{
      border-bottom: none;
      border-top: #5F1051 5px solid;
      margin-bottom: 10px;
      margin-top: 5px;
      background: #8F187A;
    }

    .remakeSearchBox .box01-btn03:active , .remakeSearchBox  input:checked + label.box01-btn03{
      border-bottom: none;
      border-top: #928E23 5px solid;
      margin-bottom: 0px;
      margin-top: 5px;
      background: #A5A227;
    }

    .remakeSearchBox .box01-btn04:active , .remakeSearchBox  input:checked + label.box01-btn04{
      border-bottom: none;
      border-top: #5F1051 5px solid;
      margin-bottom: 0px;
      margin-top: 5px;
      background: #8F187A;
    }




    .remakeSearchBox .box02 label {
      cursor: pointer;
      display: block;
      height: 0;
      margin: 0 3%;
      width: 14%;
      padding-bottom: 14%;
    }
    .remakeSearchBox .box02-btn01 {
      background: url(../img/blog/searchBtn01off.png) no-repeat;
      background-size: cover;
    }
    .remakeSearchBox .box02-btn01:active , .remakeSearchBox input:checked + label.box02-btn01 {
      background: url(../img/blog/searchBtn01on.png) no-repeat;
      background-size: cover;
    }

    .remakeSearchBox .box02-btn02 {
      background: url(../img/blog/searchBtn02off.png) no-repeat;
      background-size: cover;
      }
    .remakeSearchBox .box02-btn02:active , .remakeSearchBox input:checked + label.box02-btn02 {
      background: url(../img/blog/searchBtn02on.png) no-repeat;
      background-size: cover;
      }

    .remakeSearchBox .box02-btn03 {
      background: url(../img/blog/searchBtn03off.png) no-repeat;
      background-size: cover;
      }
    .remakeSearchBox .box02-btn03:active , .remakeSearchBox input:checked + label.box02-btn03 {
      background: url(../img/blog/searchBtn03on.png) no-repeat;
      background-size: cover;
      }

    .remakeSearchBox .box02-btn04 {
      background: url(../img/blog/searchBtn04off.png) no-repeat;
      background-size: cover;
      }
    .remakeSearchBox .box02-btn04:active , .remakeSearchBox input:checked + label.box02-btn04 {
      background: url(../img/blog/searchBtn04on.png) no-repeat;
      background-size: cover;
      }

    .remakeSearchBox .box02-btn05 {
      background: url(../img/blog/searchBtn05off.png) no-repeat;
      background-size: cover;
      }
    .remakeSearchBox .box02-btn05:active , .remakeSearchBox input:checked + label.box02-btn05 {
      background: url(../img/blog/searchBtn05on.png) no-repeat;
      background-size: cover;
      }

   .remakeSearchBox .box02-btn06 {
      background: url(../img/blog/searchBtn06off.png) no-repeat;
      background-size: cover;
      }
   .remakeSearchBox .box02-btn06:active , .remakeSearchBox input:checked + label.box02-btn06 {
      background: url(../img/blog/searchBtn06on.png) no-repeat;
      background-size: cover;
      }

    .remakeSearchBox .box02-btn07 {
      background: url(../img/blog/searchBtn07off.png) no-repeat;
      background-size: cover;
      }
    .remakeSearchBox .box02-btn07:active , .remakeSearchBox input:checked + label.box02-btn07 {
      background: url(../img/blog/searchBtn07on.png) no-repeat;
      background-size: cover;
      }

    .remakeSearchBox .box02-btn08 {
      background: url(../img/blog/searchBtn08off.png) no-repeat;
      background-size: cover;
      }
    .remakeSearchBox .box02-btn08:active , .remakeSearchBox input:checked + label.box02-btn08 {
      background: url(../img/blog/searchBtn08on.png) no-repeat;
      background-size: cover;
      }

    .remakeSearchBox .box02-btn09 {
       background: url(../img/blog/searchBtn09off.png) no-repeat;
       background-size: cover;
       }
    .remakeSearchBox .box02-btn09:active , .remakeSearchBox input:checked + label.box02-btn09 {
       background: url(../img/blog/searchBtn09on.png) no-repeat;
       background-size: cover;
       }

    .remakeSearchBox .box02-btn10 {
       background: url(../img/blog/searchBtn10off.png) no-repeat;
       background-size: cover;
       }
    .remakeSearchBox .box02-btn10:active , .remakeSearchBox input:checked + label.box02-btn10 {
       background: url(../img/blog/searchBtn10on.png) no-repeat;
       background-size: cover;
       }

  input[type="submit"].serchBoxSend {
    width: 60%;
    background: #D54A74;
    margin: 0 auto;
    display: block;
    font-weight: normal;
    border-top: none;
    border-bottom: 5px solid #932244;
    padding:2%;

    color: white;
    }

  input[type="submit"].serchBoxSend:hover {
    background: #932244;
    border-top: 5px solid #511325;
    border-bottom: 0;
    }
  .searchBoxTtl {
    text-align: center;
  }

.remakeLst, .voiceLst {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
}

.remakeLst li,.voiceLst li {
  overflow: hidden;
  display: block;
  width: 30%;
  list-style: none;
  margin-right: 5%;
  margin-bottom: 5%;

  position: relative;
  }
  .remakeLst li:nth-child(3n),
  .voiceLst li:nth-child(3n){
    margin-right: 0;
  }

  .remakeLst li a,.voiceLst li a {
    display: block;
  }

  .remakeLst li img,.voiceLst li img {
    width: 100%;
    position: relative;
  }

  .remakeLst li a:hover img,
  .voiceLst li a:hover img {
    opacity: 0.7;
  }

.remakeLst li img.blogMoreIcn01 {
  width: 10%;
  position: absolute;
  right: 2.5%;
  bottom: 2.5%;
}


/*ページネーション*/

.screen-reader-text{
  display:none;
}

.pagination{
  border-radius: 10px;
  overflow: hidden;

  width: 100%;

}
.pagination .nav-links{
  display: flex;
  justify-content: center;
  list-style-type: none;

  margin: 0 auto;
}
.pagination .current {
   background-color: #DD797B;
   font-size: 12px;
   padding: 10px 15px;
   color: white;
   border-right: 1px solid white;
  }
 .pagination .dots {
  font-size: 12px;
  padding: 10px 15px;
}
.pagination a{
  font-size: 12px;
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: white;
  background-color: #E7C0C6;
  border-right: 1px solid white;
}
.pagination a:hover {
  color: white;
  background: #DD797B;
}


.blogBoxCateTxt {
  overflow: hidden;
  margin-bottom: 10%;
  }

.blogBoxCateTxt a {
  color: white;
  padding: 2px 5px;
  float: right;
  font-size: 0.8em;
  background: #D54A74;
  }
  .blogBoxCateTxt a:hover {
    color: white;
  }
  .blogBoxFuri .blogBoxCateTxt a { background: #D54A74; }
  .blogBoxUchi .blogBoxCateTxt a { background: #9C529C; }



.blogBox h2 {
  background: url(../img/cmn/cmnTtl02furi.gif) no-repeat center bottom;
  text-align: center;
  padding-top: 10%;
  margin-bottom: 5%;
  padding-bottom: 3%;
}
.blogBoxFuri .blogBox h2 { background: url(../img/cmn/cmnTtl02furi.gif) no-repeat center bottom; }
.blogBoxUchi .blogBox h2 { background: url(../img/cmn/cmnTtl02uchi.gif) no-repeat center bottom; }


.blogBox .wp-block-image {
  width: 100%;
  text-align: center;
  margin-bottom: 5%;
}

.blogPN {
  overflow: hidden;
  width: 100%;
  margin-top: 10%;
  margin-bottom: 10%;

  }
  .blogPN li { width: 15%;}
  .blogPN li.blogPre { float: left; margin-left: 2%;}
  .blogPN li.blogNex { float: right; margin-right: 2%;}
  .blogPN li img { width: 100%; }
  .blogPN li a:hover img { opacity: 0.7; }

#cotentForm button {
  border: none;
  background: none;
}

.blogBoxCalor {
  background: #F3F3F3;
  border-radius: 5px;
  margin-top: 5%;
  padding: 2.5%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;

  display: flex;
  align-items: center;
  }
  .blogBoxCalor p {
    width: 10%;
    float: left;
    text-align: center;
  }
  .blogBoxCalor form {
    width: 15%;
    float: left;
  }
  .blogBoxCalor img {
    width: 90%;
  }



@media screen and (max-width:767px){
  .blogBoxCalor form {
    width: 20%;
  }
  .blogBoxCalor img {
    width: 100%;
  }

}

  .blogBoxCalor button:hover img {
    opacity: 0.7;
  }
  .blogBoxVoice a {
    border: 2px solid #C5B78B;
    border-radius: 10px;
    padding: 2.5%;
    width: 100%;
    width : calc(100% - 10px) ;
    box-shadow: 10px 10px rgba(231,219,184);
    overflow: hidden;

    display: flex;
    align-items: center;
    margin-bottom: 10px;

    justify-content: space-between;

    background: url(../img/blog/blogVoiceIcn.gif) no-repeat 99% 95%;
  }

.blogBoxPlus {
  position: relative;
  padding-top: 2%;
  margin-top: 8%;
  overflow: hidden;
  }

.blogBoxPlus p {
  background: #A55CBC;
  color: white;
  border-radius: 5px;
  padding: 0.5% 2.5%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 2.5%;
  z-index: 2;
  display: inline-block;
  margin: 0 0 0 0;
}

.blogBoxPlus p:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-top: 5px solid #A55CBC;
}


.blogBoxPlusIn {
  border: 2px dotted #A2A2A2;
  padding: 3.5% 2.5% 2.5% 2.5%;
  position: relative;
  overflow: hidden;
  }
.blogBoxPlus form {
  float: left;
  margin-right: 5px;
  }
.blogBoxPlus form button {
  background: white;
  border: 2px solid #A55CBC;
  border-radius: 5px;
  color: #A55CBC;
  padding: 5px 10px;
  font-weight: bold;
}
.blogBoxPlus form button:hover {
  background: #A55CBC;
  color: #FFFFFF;
  }

@media screen and (max-width:992px){
    .blogBoxPlus {
    padding-top: 3%;
  }
  .blogBoxPlusIn {
    padding: 5% 2.5% 2.5% 2.5%;

  }
}

  .blogBoxVoice {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .blogBoxVoice a:hover {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 0;

    box-shadow: none;
  }


  .blogBoxVoice img {
    width: 20%;
    float: left;
  }
  .blogBoxVoice a:hover img {
    opacity: 0.7;
  }
  .blogBoxVoiceTxt {
    width: 70%;
    text-align: left;
    float: right;
  }
  a .blogBoxVoiceTxt {
    color: black;
    text-decoration: underline;
  }
  a:hover .blogBoxVoiceTxt {
    text-decoration: none;
  }

.blogBoxOther {
  background: #F3F3F3;
  padding: 2.5% 2.5% 0% 2.5%;
  width: 100%;
  box-sizing: border-box;
}



.blogKindTtl {
  text-align: center;
font-size: 160%;
padding-bottom: 40px;
margin-bottom: 10%;
}
.blogBoxFuri .blogKindTtl { background: url(./../../../../img/cmn/cmnTtl01furi.gif) no-repeat 50% 100%;}
.blogBoxUchi .blogKindTtl { background: url(./../../../../img/cmn/cmnTtl01uchi.gif) no-repeat 50% 100%;}


@media screen and (max-width:767px){
.blogVoiceWrap img,
.blogRemakeWrap img {
  width: 100%;
}
}


.blogTopTtl01 {
  background: #F3F3F3;
  font-size: 1.6em;
  margin-bottom: 2%;

  }
  .blogTopTtl01 a {
    display: block;
    color: #333333;
    text-decoration: none;
    padding: 2% 6%;
  }
  .blogTopFuri .blogTopTtl01 a  { background: url(./../../../../img/blog/top/blogIcn01.gif) no-repeat 2% 50%; }
  .blogTopUchi .blogTopTtl01 a  { background: url(./../../../../img/blog/top/blogIcn02.gif) no-repeat 2% 50%; }
  .blogTopOther .blogTopTtl01 a { background: url(./../../../../img/blog/top/blogIcn03.gif) no-repeat 2% 50%; }


  .blogTopTtl01 a:hover {
    color: #333;
  }

.blogTopLst01 {
  width: 100%;
  display:flex;
  justify-content:space-between;
  flex-flow: wrap;

}
.blogTopLst01 li {
  width: 49%;
  margin-bottom: 2%;
  padding-top: 1px;
}

.blogTopLst01 li a {
  display: block;
  width: 100%;

  border: 1px solid #E3E3E3;
  position: relative;
  }

.blogTopLst01 li a div {
  display: flex;
  align-items: center;
  color: #333333;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
  padding: 2%;
  background: url(./../../../../img/blog/moreIcn01.gif) no-repeat 99% 95%;
  background-size: 15px;
  }


  /* Effect1
   *************************************** */
  /* 擬似要素の共通スタイル */
  .blogTopLst01 li a:after,
  .blogTopLst01 li a:before,
  .blogTopLst01 li a div:after,
  .blogTopLst01 li a div:before {
    background-color: #D54A74;
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
  }
  /* 左上へ配置 */
  .blogTopLst01 li a:after {
      width: 0px;
      height: 1px;
      top: -1px;
      left: -1px;
  }
  /* 右下へ配置 */
  .blogTopLst01 li a:before {
      width: 0px;
      height: 1px;
      right: -1px;
      bottom: -1px;
  }
  /* 左下へ配置 */
  .blogTopLst01 li a div:after {
      width: 1px;
      height: 0px;
      left: -1px;
      bottom: -1px;
  }
  /* 右下へ配置 */
  .blogTopLst01 li a div:before {
      width: 1px;
      height: 0px;
      top: -1px;
      right: -1px;
  }

  /* hover */
  .blogTopLst01 li a:hover:after,
  .blogTopLst01 li a:hover:before {
    width: 100%;
    width: calc(100% + 1px);
  }
  .blogTopLst01 li a:hover div:after,
  .blogTopLst01 li a:hover div:before {
    height: 100%;
    height: calc(100% + 1px);
  }


.blogTopLst01 li a img {
  width: 24%;
  float: left;
  }
.blogTopLst01 li a p {
  width: 73%;
  float: right;
  padding: 0;
  margin: 0;
}

.blogTopLst02 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 5%;
  }
  .blogTopLst02 li {
    width: 24%;
    margin-bottom: 1%;
    }
  .blogTopLst02 li img {
    width: 100%;
    margin-bottom: 2%;
    }
  .blogTopLst02 li a:hover img {
    opacity: 0.7;
  }
  .blogTopLst02 li a p {
    text-align: center;
    color: #333333;
    padding-bottom: 3%;
  }

@media screen and (min-width:768px) and (max-width:992px){
  .blogTopLst01 li { width: 100%; }
  .blogTopTtl01 { font-size: 100%;}
  .blogTopFuri .blogTopTtl01 a,
  .blogTopUchi .blogTopTtl01 a,
  .blogTopOther .blogTopTtl01 a {
    background-size: 10px;
    }
  .blogTopLst02 li a p { font-size: 80%; }
  .blogTopVoice .blogTopLst02 li { width: 32%; }
}




@media screen and (max-width:668px){
  .blogTopLst01 li { width: 100%; }
  .blogTopTtl01 { font-size: 100%;}
  .blogTopFuri .blogTopTtl01 a,
  .blogTopUchi .blogTopTtl01 a,
  .blogTopOther .blogTopTtl01 a {
    background-size: 10px;
    }
  .blogTopLst02 li a p { font-size: 80%; }
  .blogTopVoice .blogTopLst02 li { width: 32%; }
}



.blogCmnLst01 {
  display: flex;
  justify-content: start;
  margin-bottom: 5%;
  flex-wrap: wrap;
}

.blogCmnLst01 li {
  float: left;
  margin-bottom: 5%;
  width: 30%;
  margin-right: 5%;
  }
  .blogCmnLst01 li:nth-child(3n){
    margin-right: 0;
  }

  .blogCmnImgWrap {
    background: #E5E5E5;

  position: relative;
  width: 100%;

  margin-bottom: 5%;
}

  .blogCmnImgWrap:before {
    content:"";
    display: block;
    padding-top: 100%;

  }

  .blogCmnImgBox {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

  .blogCmnLst01 li img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  .blogCmnLst01 li a p {
    width: 90%;
    margin: 0 auto;
    color: #333333;
  }

@media screen and (min-width:768px) and (max-width:992px){
  .blogCmnLst01 li {
    width: 45%;
    margin-right: 10%;
  }
  .blogCmnLst01 li:nth-child(3n){ margin-right: 10%; }
  .blogCmnLst01 li:nth-child(2n){ margin-right: 0; }
}

@media screen and (max-width:668px){
  .blogCmnLst01 li {
    width: 45%;
    margin-right: 10%;
  }
  .blogCmnLst01 li:nth-child(3n){ margin-right: 10%; }
  .blogCmnLst01 li:nth-child(2n){ margin-right: 0; }

}


.blogCmnWrap {
  width: 100%;
}

.blogCmnWrap img {
  max-width: 558px;
  width: 100%;
  }

@media screen and (max-width:668px){
.blogCmnWrap img {
  max-width: 100%;
  width: 100%;
  }
}

.blogCmnWrap img.w100pct {
  width: 100%;
  max-width: 100%;
}



.blogCmnWrap p {
  margin-bottom: 5%;
}

.blogCmnWrap p.mB10pct {
  margin-bottom: 10%;
}

.blogBox01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto 5%;
  }
  .blogBox01 img {
    width: 48%;
  }


.uchiBlogLst01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10%;
}
.uchiBlogLst01 li {
  width: 18%;
}

.blogImg01 {
  width: 100%;
  text-align: center;
}

.blogCmnWrap .blogImg01 img {
  max-width: 300px;
  width: 100%;
}


.blogImg02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 5%;
  max-width: 700px;
  }
.blogImg02 img {
  width: 50%;
  }

.blogImg03 {
  text-align: center;
  margin-bottom: 5%;
  }
  .blogImg03 img {
    width: auto;
  }

  .blogNav01 {
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    padding: 5%;
  }
  .blogNav01 li {
     margin-bottom: 3%;
  }
  .blogNav01 li a {
    color: #BA3232;
    text-decoration: underline;
  }
  .blogNav01 li a:hover {
    text-decoration: none;
  }


.furiBlogImg01 {
  text-align: center;
  }
.blogCmnWrap .furiBlogImg01 img {
  max-width: 400px;
  width: 100%;
  margin-bottom: 5%;
}

.furiBlogBox01 {
  background: #EFEEDE;
  padding: 2%;
  margin: 0 auto 5% auto;
  width: 90%;
  box-sizing: border-box;
  display: block;
}
@media screen and (max-width:668px){
  .furiBlogBox01 {
    width: 100%;
  }
}


.furiBlogBox01 ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0 0 1% 0;
  width: 100%;
}

.furiBlogBox01 li {
  width: 24%;
}

.furiBlogBox01Txt {
  background: #DE6B6B;
  text-align: center;
  margin: 0;
  padding: 1% 0;
  line-height: 140%;
}
.furiBlogBox01Txt a {
  color: white;
  text-decoration: underline;
}
.furiBlogBox01Txt a:hover {
  color: white;
  text-decoration: none;
}

.furiBlogBox02 ,.furiBlogBox03 {
  background: #EFEEDE;
  padding: 2%;
}
.furiBlogBox02 h4 ,.furiBlogBox03 h4 {
  background: #D13838;
  color: white;
  display: inline-block;
  font-size: 1.2em;
  padding: 1%;
  line-height: 100%;
  margin: 0 0 2% 0;
}
.blogCmnWrap .furiBlogBox02 p,.blogCmnWrap .furiBlogBox03 p {
  margin: 0;
}

.furiBlogImg02 {
  text-align: center;
}


.furiBlogBox03 ,.furiBlogImg02 img {
  width: 100%;
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width:668px){
  .furiBlogBox03, .furiBlogImg02 img {
    width: 100%;
  }

}


.furiBlogBox03-01Wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
}


.furiBlogBox03-01 {
  width: 48%;
}


.furiBlogBox03Lst {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.furiBlogBox03Lst li {
  width: 48%;
  }
  .furiBlogBox03Lst li img {
    width: 100%;
  }


.furiBlogBox03Ttl {
  background: #DB7979;
  color: white;
  text-align: center;
  overflow: hidden;
  width: 100%;
  margin-bottom: 3%;
  padding: 2% 0;
  font-size: 1.2em;
  }

.furiBlogLst01 {
  width: 100%;
  display: block;
  overflow: hidden;
}
.furiBlogLst01 li {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 2%;
  box-sizing: border-box;
}
.furiBlogLst01 li:nth-child(even){
  background: #EFEEDE;
}

.furiBlogLst01 li img {
  float: left;
  width: 20%;
  max-width: 120px;
}
.furiBlogLst01 li div {
  float: left;
  width: 80%;
  padding-left: 5%;
  box-sizing: border-box;
}
.furiBlogLst01 li div h5 {
  font-size: 1.2em;
}
.furiBlogLst01 li div h5 span {
  background: #333;
  color: white;
  padding: 2px 10px;
  margin-right: 10px;
}

.blogCmnWrap .furiBlogLst01 li div p {
  margin-bottom: 0%;
}




.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.balloon5 .faceicon img{
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.balloon5 .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative;
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #FBFCE9;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px;
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #FBFCE9;
}

.says p {
  margin: 0;
  padding: 0;
}
