﻿                                                                                                                   
@charset "UTF-8";                                                                                                                     
/*---------------reset---------------*/                                                                                                                   
html, body, div, span, applet, object, iframe,                                                                                                                   
h1, h2, h3, h4, h5, h6, p, blockquote, pre,                                                                                                                   
a, abbr, acronym, address, big, cite, code,                                                                                                                   
del, dfn, em, img, ins, kbd, q, s, samp,                                                                                                                   
small, strike, strong, sub, sup, tt, var,                                                                                                                   
b, u, i, center,                                                                                                                   
dl, dt, dd, ol, ul, li,                                                                                                                   
fieldset, form, label, legend,                                                                                                                   
table, caption, tbody, tfoot, thead, tr, th, td,                                                                                                                   
article, aside, canvas, details, embed,                                                                                                                   
figure, figcaption, footer, header, hgroup,                                                                                                                   
menu, nav, output, ruby, div, summary,                                                                                                                   
time, mark, audio, video {                                                                                                                   
margin: 0;                                                                                                                   
padding: 0;                                                                                                                   
border: 0;                                                                                                                   
font: inherit;                                                                                                                   
font-size: 100%;                                                                                                                   
vertical-align: baseline;                                                                                                                   
}                                                                                                                   
ol, ul {                                                                                                                   
list-style: none;                                                                                                                   
}                                                                                                                   
table {                                                                                                                   
border-collapse: collapse;                                                                                                                   
border-spacing: 0;                                                                                                                   
}                                                                                                                   
caption, th, td {                                                                                                                   
text-align: left;                                                                                                                   
font-weight: normal;                                                                                                                   
vertical-align: middle;                                                                                                                   
}                                                                                                                   
                                                                                                                   
q, blockquote {                                                                                                                   
quotes: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
a img {                                                                                                                   
border: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, div, summary {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
html, body {                                                                                                                   
  font-size: 16px;                                                                                                                   
  line-height: 160%;                                                                                                                   
  font-family: 'Hiragino Kaku Gothic ProN',  Meiryo,  Osaka, 'MS PGothic', arial, helvetica, sans-serif;                                                                                                                   
  background: #ffffff;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
html {                                                                                                                   
overflow-y: scroll;                                                                                                                   
}                                                                                                                   
                                                                                                                   
img, svg {                                                                                                                   
vertical-align: top;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h1, h2, h3, h4, h5, h6 {                                                                                                                   
color: #333;                                                                                                                         
}                                                                                                                   
dl dt {                                                                                                                   
font-weight: bold;                                                                                                                   
}                                                                                                                   
strong, em {                                                                                                                   
font-weight: bold;                                                                                                                   
}                                                                                                                   
                                                                                                                   
article, header, footer {position: relative;}                                                                                                                   
                                                                                                                   
input, textarea, select, button {                                                                                                                   
-moz-box-sizing: border-box;                                                                                                                   
-webkit-box-sizing: border-box;                                                                                                                   
box-sizing: border-box;                                                                                                                   
font-size: 15px;                                                                                                                   
margin: 0 auto 0;                                                                                                                   
outline: none;                                                                                                                   
padding: 0;                                                                                                                   
}                                                                                                                   
/*---------------all---------------*/                                                                                                                   
                                                                                                                   
.AllContents{                                                                                                                   
  margin: 0px auto 0;                                                                                                                   
  max-width: 600px;                                                                                                                   
  overflow: hidden;                                                                                                                   
  position: relative;                                                                                                                   
  padding: 20px 20px 0px 20px;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  background: #fff;                                                                                                                   
  border: 1px solid #379dbf;}                                                                                                                   
                                                                                                                   
p {                                                                                                                   
margin: auto;                                                                                                                   
}                                                                                                                   
a {color: #c96427;text-decoration: none;}                                                                                                                   
a:hover {text-decoration: none;opacity: 0.5;}                                                                                                                   
h1 {                                                                                                                   
  margin: 0px auto 0px;                                                                                                                   
  font-size: 20px;                                                                                                                   
  text-align: left;                                                                                                                   
  font-weight: bold;                                                                                                                   
  line-height: 160%;                                                                                                                   
  padding: 0px 0px 20px 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h1 a:hover {                                                                                                                   
    text-decoration: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h1 a {                                                                                                                   
    text-decoration: none;                                                                                                                   
    color: #c96427;                                                                                                                   
}                                                                                                                   
h2 {                                                                                                                   
  margin: 0 auto 10px;                                                                                                                   
  font-size: 17px;                                                                                                                   
  color: #333;                                                                                                                   
  position: relative;                                                                                                                   
  clear: both;                                                                                                                   
  background: #c0efff;                                                                                                                   
  padding: 8px 10px 8px 23px;                                                                                                                   
  line-height: 150%;                                                                                                                   
  font-weight: bold;                                                                                                                   
  overflow: hidden;}                                                                                                                   
h2:before{                                                                                                                                                                                                                                      
  content:"";                                                                                                                                                                                                                                      
  position:absolute;                                                                                                                                                                                                                                      
  top: 0;                                                                                                                                                                                                                                      
  left: 0;                                                                                                                                                                                                                                      
  border-width: 8px 0px 35px 10px;                                                                                                                                                                                                                                      
  border-style: solid;                                                                                                                                                                                                                                      
  border-color: transparent;                                                                                                                                                                                                                                      
  border-left-color: #379dbf;                                                                                                                                                                                                                                      
}                                                                                                                                                                                                                                      
h2:after{                                                                                                                                                                                                                                      
  content:"";                                                                                                                                                                                                                                      
  position:absolute;                                                                                                                                                                                                                                      
  bottom: 0;                                                                                                                                                                                                                                      
  left: 0;                                                                                                                                                                                                                                      
  border-width: 8px 0px 22px 11px;                                                                                                                                                                                                                                      
  border-style: solid;                                                                                                                                                                                                                                      
  border-color: transparent;                                                                                                                                                                                                                                      
  border-left-color: #fa965a;                                                                                                                                                                                                                                      
}                                                                                                                          
h3 {                                                                                                                   
  font-size: 16px;                                                                                                                   
  color: #333;                                                                                                                   
  padding-bottom: 8px;                                                                                                                   
  font-weight: bold;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
/*-------Navigation------------*/                                                                                                                   
.NavBox_mu {                                                                                                                   
  padding: 0;                                                                                                                   
  position: relative;                                                                                                                   
  border: 0;                                                                                                                   
  width: auto;                                                                                                                   
  min-height: inherit;                                                                                                                   
  margin: 0px auto 20px;                                                                                                                   
  overflow: hidden;                                                                                                                   
}                                                                                                                    
.sub .NavBox_mu{                                                                                                                   
    position: relative;                                                                                                                   
}                                                                                                                   
.NavBox_mu ul {                                                                                                                   
    display: flex;                                                                                                                   
    position:  static;                                                                                                                   
    width:  auto;                                                                                                                   
    justify-content: center;                                                                                                                   
    padding: 0;                                                                                                                   
    margin: 0 auto 0px;                                                                                                                   
    box-sizing: border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.NavBox_mu ul:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                    
.NavBox_mu ul li{                                                                                                                   
  margin: 0 3px 0px 0;                                                                                                                   
  padding: 0px 0 0px 0;                                                                                                                   
  display: block;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  border: none;                                                                                                                   
  width: 50%;                                                                                                                   
  background: #379dbf;                                                                                                                   
}                                                                                                                   
.NavBox_mu ul li:nth-of-type(1) a{                                                                                                                   
    background: url(../images/icon_top.png) no-repeat center top;                                                                                                                   
}                                                                                                                   
.NavBox_mu ul li:nth-of-type(2) a{                                                                                                                   
    background: url(../images/t.png) no-repeat center top;                                                                                                                   
}                                                                                                                   
.NavBox_mu ul li:nth-of-type(3) a{                                                                                                                   
    background: url(../images/c.png) no-repeat center top;                                                                                                                   
    margin-right: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                                                                                                                                     
.NavBox_mu ul li a{                                                                                                                   
  display: block;                                                                                                                   
  margin: 0;                                                                                                                   
  padding: 5px 5px 5px 35px;                                                                                                                   
  color: #fff;                                                                                                                   
  text-align: left;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  width: 100%;                                                                                                                   
  font-size: 13px;                                                                                                                   
  background-position: 7px 7px !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.NavBox_mu ul li:last-child {border: none;margin: 0;}                                                                                                                   
                                                                                                                   
.NavBox_mu ul li a:hover {                                                                                                                   
    opacity: 0.5;                                                                                                                   
}                                                                                                                                              
                                                                                                                   
/*------------end Navigation-----------*/                                                                                                                   
                                                                                                                   
#HeadLine .InnerBox,                                                                                                                   
#ContentsBox .InnerBox,                                                                                                                   
#FooterLine .InnerBox{display: block;width: auto;}                                                                                                                   
.container_head_site{                                                                                                                   
    padding: 0;                                                                                                                   
}                                                                                                                   
#ContentsBox {                                                                                                                   
  padding: 57.5% 0 0 0;                                                                                                                   
  position: static;                                                                                                                   
  border: 0;                                                                                                                   
  width: auto;                                                                                                                   
  min-height: inherit;                                                                                                                   
  float: none;                                                                                                                   
  margin: 0 auto 0px;                                                                                                                   
  background: url(../images/mainimage.jpg) no-repeat left top;                                                                                                                   
  background-size: 100%;                                                                                                                   
  background-position: 50% 0px;                                                                                                                   
}                                                                                                                   
.sub #ContentsBox {                                                                                                                   
    padding: 52.5% 0 0 0;                                                                                                                   
}                                                                                                                   
#ContentsBox:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
                                                                                                                   
#HeadLine,                                                                                                                   
#ContentsBox{                                                                                                                   
  display:block;                                                                                                                   
  overflow: hidden;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#MainBox_blog {                                                                                                                   
  margin : 0;                                                                                                                   
  padding : 0;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#MainBox_blog img.bn:nth-of-type(2){                                                                                                                   
    margin: 30px auto 20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#SideBox {                                                                                                                   
  margin: 0 auto;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#SideBox .RecBox {                                                                                                                   
  padding : 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#SideBox .RecBox:after {                                                                                                                   
display: block;                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
}                                                                                                                   
#SideBox .RecBox .Item_blog {                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  width: auto;                                                                                                                   
  margin: 0 auto 25px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#SideBox .RecBox .Item_blog:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
#SideBox .RecBox .Item_blog:after {                                                                                                                   
  display: block;                                                                                                                   
  clear: both;                                                                                                                   
 content: "";                                                                                                                    
}                                                                                                                   
                                                                                                                   
#SideBox .RecBox .Item_blog img {                                                                                                                   
  width: 100%;                                                                                                                   
  height: auto;                                                                                                                   
  float: none;                                                                                                                   
  margin: 0 0 15px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#SideBox .RecBox .Item_blog h3 {                                                                                                                   
  overflow: hidden;                                                                                                                   
  border-bottom: 1px solid #ccc;                                                                                                                     
  margin-bottom: 10px;                                                                                                                   
  clear: both;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
#SideBox .RecBox .Item_blog a {                                                                                                                   
  padding: 10px;                                                                                                                   
  color: #fff;                                                                                                                   
  text-decoration : none;                                                                                                                   
  float: right;                                                                                                                   
  background: #f00;                                                                                                                   
  margin-top: 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#SideBox .RecBox .Item_blog a:hover {                                                                                                                   
background: #333;                                                                                                                   
}                                                                                                                   
#SideBox .NavBox {                                                                                                                   
  display: block;                                                                                                                   
  margin: 0 0 30px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
#SideBox  .NavBox ul {                                                                                                                   
  overflow-y:scroll;                                                                                                                   
  height : 125px;                                                                                                                   
  list-style-type: none;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#SideBox  .NavBox ul li{                                                                                                                   
  margin: 0 0 20px 0;                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                   
#SideBox  .NavBox ul li a{                                                                                                                   
  color:#f00;                                                                                                                   
  text-decoration: underline;                                                                                                                   
}                                                                                                                   
#SideBox  .NavBox ul li a:hover{                                                                                                                   
  text-decoration: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------headerArea---------------*/                                                                                                                   
#HeadLine {                                                                                                                   
  padding: 0;                                                                                                                   
  position: relative;                                                                                                                   
  margin: 0 auto;                                                                                                                   
  background: #fff;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  overflow: hidden;                                                                                                                   
  max-width: 600px;                                                                                                                   
}                                                                                                                       
                                                                                                                   
.TitleBox {                                                                                                                   
  margin: 0px auto 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.areahead_design{                                                                                                                   
  margin:0 auto 0;                                                                                                                   
  position:  relative;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.TitleBox:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
/*-------------Banner--------------*/                                                                                                                   
                                                                                                                   
.base_prbn {                                                                                                                   
    display: block;                                                                                                                   
    text-align: center;                                                                                                                   
    width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.base_prbn.banner4 {                                                                                                                   
    width: auto;                                                                                                                   
    display: block;                                                                                                                   
    margin: 0 auto 40px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.base_prbn.square {                                                                                                                   
    margin-bottom: 40px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
.base_prbn img.bn {                                                                                                                   
    margin: 0 auto 20px;                                                                                                                   
    height: auto;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#SideBox .base_prbn img {                                                                                                                   
    margin: 0 auto 20px;                                                                                                                   
    width: auto;                                                                                                                   
    height: auto;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.temp_prtxt {                                                                                                                   
    padding: 15px 0px;                                                                                                                   
    border: 1px solid #bbb;                                                                                                                   
    width: 1200px;                                                                                                                   
    margin: 0 auto 20px;                                                                                                                   
}                                                                                                                   
.temp_prtxt p{                                                                                                                   
  text-align: center;                                                                                                                   
}                                                                                                                   
/*-------------End Banner--------------*/                                                                                                                   
                                                                                                                   
.HotBox {                                                                                                                   
  margin: 0px auto 40px;                                                                                                                   
  padding: 0px 0 0 0;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.HotBox h2 {                                                                                                                   
  background: none;                                                                                                                   
  border: 0;                                                                                                                   
  margin: 0 auto 13px;                                                                                                                   
  border-bottom: 1px solid #8a8a8a;                                                                                                                   
  padding: 0px 0px 10px 0px;                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.HotBox .InnerBox {                                                                                                                   
margin : 0;                                                                                                                   
width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.HotBox p {                                                                                                                   
  margin : 0px;                                                                                                                   
  padding: 0;                                                                                                                   
  background: #fff;                                                                                                                   
}                                                                                                                   
#HeadLine .NavBox {                                                                                                                   
  margin: 0px auto 30px;                                                                                                                   
  padding: 0px 0 0 0;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
#HeadLine .NavBox .InnerBox {                                                                                                                   
  padding: 0px;                                                                                                                   
  width: auto;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#HeadLine .NavBox h2{                                                                                                                   
  border: 0;                                                                                                                   
  margin: 0 auto 13px;                                                                                                                   
  background: #eee;                                                                                                                   
  padding: 10px 15px;                                                                                                                   
  text-align: left;                                                                                                                   
  border-radius: 5px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#HeadLine .NavBox ul {                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#HeadLine .NavBox ul li{                                                                                                                   
  text-align: left;                                                                                                                   
  border-bottom: 1px solid #eee;                                                                                                                   
  padding: 0 0 5px 0;                                                                                                                   
  margin: 0 0 10px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#HeadLine .NavBox ul li a {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#HeadLine .NavBox ul li a:hover {                                                                                                                   
    opacity: 0.6;                                                                                                                   
    text-decoration: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------pankuzu---------------*/                                                                                                                   
.pankuzu_displayData {                                                                                                                   
  margin: 0px auto 15px;                                                                                                                   
  font-size: 14px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.pankuzu_displayData span.template_breakBlock {                                                                                                                   
  padding : 0 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------mainArea---------------*/                                                                                                                   
.HotBox .InnerBox,                                                                                                                    
#HeadLine .NavBox .InnerBox,                                                                                                                    
#MainBox_blog .NavBox .InnerBox,                                                                                                                    
.RankBox .InnerBox,                                                                                                                    
.AnswerBox .InnerBox,                                                                                                                    
.MainBox .InnerBox,                                                                                                                    
.FlowBox .InnerBox,                                                                                                                    
.RecBox .InnerBox,                                                                                                                    
.campareBlock_style .InnerBox,                                                                                                                    
.Liststyle_Block_Box .InnerBox,                                                                                                                    
.PointBlock_Data .InnerBox,                                                                                                                    
.Blog_Sumup .InnerBox,                                                                                                                    
.listData_categorypostBlock .InnerBox,                                                                                                                    
.wrp_kuchikomiBlock .InnerBox,                                                                                                                     
#FooterLine .InnerBox{                                                                                                                   
  clear: both;                                                                                                                   
  padding: 0px;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#MainBox_blog .NavBox,                                                                                                                    
.RankBox,                                                                                                                    
.AnswerBox,                                                                                                                    
.MainBox,                                                                                                                    
.FlowBox,                                                                                                                    
.RecBox,                                                                                                                    
.campareBlock_style,                                                                                                                    
.Liststyle_Block_Box,                                                                                                                    
.PointBlock_Data,                                                                                                                    
.Blog_Sumup,                                                                                                                    
.wrp_kuchikomiBlock,                                                                                                                    
.listData_categorypostBlock,                                                                                                                    
#SideBox .RecBox,                                                                                                                   
.installeLink,                                                                                                                    
.make_normalLink,                                                                                                                    
.typicallyButtonLink,                                                                                                                    
.___boximgcat___,                                                                                                                   
.reviewImageLink {                                                                                                                   
  margin: 0 auto 40px;                                                                                                                   
  clear: both;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.FRone_Blog_main {display: block;border: 1px solid #ddd;}                                                                                                                   
                                                                                                                   
.FRone_Blog_main h2 {                                                                                                                   
    padding: 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.FRone_Blog_main p {                                                                                                                   
    padding: 0px 10px 10px 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.FRone_Blog_main img {                                                                                                                   
    margin-bottom: 15px;                                                                                                                   
    display: block;                                                                                                                   
    box-sizing: border-box;                                                                                                                   
    width: 100%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Main_FR2blog {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.FRmain_3Block {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.BlockFR_FourMain {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
.FRone_Blog_main,                                                                                                                   
.Main_FR2blog,                                                                                                                   
.FRmain_3Block,                                                                                                                   
.BlockFR_FourMain{                                                                                                                   
    margin: 0 auto 30px;                                                                                                                   
    width: auto;                                                                                                                   
}                                                                                                                   
.FRone_Blog_main h2,                                                                                                                   
.Main_FR2blog h2,                                                                                                                   
.FRmain_3Block h2,                                                                                                                   
.BlockFR_FourMain h2{                                                                                                                   
    text-align: left;                                                                                                                   
    background: none;                                                                                                                   
    border-bottom: 1px solid #dddddd;                                                                                                                   
    margin-bottom: 10px;                                                                                                                   
}                                                                                                                   
.BlockFR_FourMain p {                                                                                                                   
margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#MainBox_blog .NavBox {                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#MainBox_blog .NavBox h2 {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----newsBlock-----*/                                                                                                                   
#MainBox_blog  .NavBox ul {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#MainBox_blog  .NavBox ul li{                                                                                                                   
  margin: 0 0 10px 0;                                                                                                                   
  text-align: left;                                                                                                                   
  border-bottom: 1px solid #eee;                                                                                                                   
  padding: 0 0 5px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#MainBox_blog .NavBox ul li a {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#MainBox_blog .NavBox ul li a:hover {                                                                                                                   
    text-decoration: none;                                                                                                                   
    opacity: 0.6;                                                                                                                   
}                                                                                                                   
                                                                                                                     
/*----rankBlock-----*/                                                                                                                   
.RankBox{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.RankBox img{                                                                                                                   
  width: 30px;                                                                                                                   
  float: left;                                                                                                                   
  display: block;                                                                                                                   
  margin: 0 10px 0 0;                                                                                                                   
  border: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
.RankBox img.allow_IcatchImage {                                                                                                                   
  width : 100%;                                                                                                                   
  height : auto;                                                                                                                   
  margin: 0 auto 20px;                                                                                                                   
  float: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.RankBox .Item_blog{                                                                                                                   
  width: auto;                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  padding: 10px;                                                                                                                   
  float: none;                                                                                                                   
  display: block;                                                                                                                   
  border: 1px solid #dbd5d1;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.RankBox .Item_blog h3 {                                                                                                                   
  display: block;                                                                                                                   
  padding: 0px 30px 0 0;                                                                                                                   
  margin: 2px auto 10px;                                                                                                                   
  text-align: left;                                                                                                                   
  position: relative;                                                                                                                   
  border-bottom: 0;                                                                                                                   
  overflow: hidden;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
/*-#sentenceBlock#-*/                                                                                                                   
.MainBox {                                                                                                                   
  display: block;                                                                                                                   
  position: relative;                                                                                                                   
}                                                                                                                   
                                                                                                                   
div.MainBox.boxsentence .Item_blog {                                                                                                                   
    margin-bottom: 8px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
div.MainBox.boxsentence .Item_blog p {                                                                                                                   
    margin-bottom: 20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
div.MainBox.boxsentence .Item_blog:last-child p {                                                                                                                   
    margin-bottom: 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.MainBox .InnerBox {                                                                                                                   
padding: 0;                                                                                                                   
}                                                                                                                      
                                                                                                                   
.MainBox img.allow_IcatchImage {                                                                                                                   
  display:block;                                                                                                                   
  position: relative;                                                                                                                   
  height: auto;                                                                                                                   
  margin: 0 auto 12px;                                                                                                                   
  border: 1px solid #eee;width: 100%;                                                                                                                   
box-sizing: border-box;}                                                                                                                   
                                                                                                                   
.MainBox .Item_blog {                                                                                                                   
  margin-bottom: 15px;                                                                                                                   
  clear: both;                                                                                                                   
  width: auto;                                                                                                                   
  float: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.MainBox .Item_blog p {                                                                                                                   
    margin-bottom: 15px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.MainBox .Item_blog:last-child p {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
.MainBox .Item_blog:last-child {                                                                                                                   
  margin: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.MainBox .Item_blog h3 {                                                                                                                   
  background : url(../images/h3_bg.png) no-repeat left top;                                                                                                                   
  position:relative;                                                                                                                   
  margin-bottom: 8px;                                                                                                                   
  overflow: hidden;                                                                                                                   
  padding: 0 0 0px 45px;                                                                                                                   
  line-height: 150%;                                                                                                                   
  }                                                                                                                   
.installeLink{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.installeLink .Item_blog {                                                                                                                   
    border: 1px solid #379dbf;                                                                                                                   
    border-bottom-width: 2px;padding: 10px;                                                                                                                   
    margin-bottom: 20px;                                                                                                                   
    float: none;                                                                                                                   
    width: auto;                                                                                                                   
}                                                                                                                   
.installeLink .Item_blog:last-child{                                                                                                                   
  margin:0 auto;                                                                                                                   
}                                                                                                                   
.installeLink .Item_blog h3 {                                                                                                                   
    background: url(../images/h3_bg.png) no-repeat left top;                                                                                                                   
    position: relative;                                                                                                                   
    margin-bottom: 8px;                                                                                                                   
    overflow: hidden;                                                                                                                   
    padding: 0 0 0px 25px;                                                                                                                   
    line-height: 150%;                                                                                                                   
    background-position: 0 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-ReviewBox-*/                                                                                                                   
.ReviewBox{                                                                                                                   
  margin: 0 auto 30px;                                                                                                                   
  clear: both;                                                                                                                   
}                                                                                                                   
.ReviewBox{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ReviewBox .InnerBox:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ReviewBox img.allow_IcatchImage {                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  clear : both;                                                                                                                   
  float : none;                                                                                                                   
  display : block;                                                                                                                   
  width: 100%;                                                                                                                   
}                                                                                                                   
.ReviewBox .Item_blog{                                                                                                                   
  display:block;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  border: 1px solid #ccc;                                                                                                                   
  padding: 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ReviewBox .Item_blog:nth-of-type(even) {                                                                                                                   
    margin-right: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ReviewBox .Item_blog:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ReviewBox .Item_blog h3 {                                                                                                                   
  float : none;                                                                                                                   
  width : auto;                                                                                                                   
  color: #333;                                                                                                                   
  text-align: left;                                                                                                                   
  margin-bottom: 5px;                                                                                                                   
  background: url(../images/men.png) no-repeat left top;                                                                                                                   
  padding: 2px 0 8px 40px;                                                                                                                   
  background-size: 30px;                                                                                                                   
  }                                                                                                                   
                                                                                                                     
/*-----recommendBlock-----*/                                                                                                                   
.RecBox{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
.RecBox:after{                                                                                                                   
  display: block;                                                                                                                   
  clear: both;                                                                                                                   
  content: "";                                                                                                                   
}                                                                                                                   
.RecBox .Item_blog {                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  margin: 0 0px 20px 0;                                                                                                                   
  width: auto;                                                                                                                   
  display: block;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.RecBox .Item_blog:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.RecBox .Item_blog:after {                                                                                                                   
  display: block;                                                                                                                   
  clear: both;                                                                                                                   
 content: "";                                                                                                                    
}                                                                                                                   
                                                                                                                   
.RecBox .Item_blog img {                                                                                                                   
    height: auto;                                                                                                                   
    margin: 0 auto 10px;                                                                                                                   
    display: block;                                                                                                                   
    width: 100%;                                                                                                                   
    height: auto;                                                                                                                   
}                                                                                                                   
.RecBox .Item_blog h3 {                                                                                                                   
  overflow: hidden;                                                                                                                   
  border-bottom: 1px solid #ccc;                                                                                                                   
  padding: 0 0 5px 0;                                                                                                                   
  margin-bottom: 10px;                                                                                                                   
  text-align: left;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.RecBox .Item_blog a {                                                                                                                   
  padding: 10px;                                                                                                                   
  color: #fff;                                                                                                                   
  text-decoration : none;                                                                                                                   
  float: right;                                                                                                                   
  background: #f00;                                                                                                                   
  margin-top: 10px;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.RecBox .Item_blog a:hover {                                                                                                                   
background: #333;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----compareBlock-----*/                                                                                                                   
.campareBlock_style {                                                                                                                   
  display:block;                                                                                                                   
  clear: both;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.campareBlock_style h3 {                                                                                                                   
  margin-bottom: 1px;                                                                                                                   
  line-height: 150%;                                                                                                                   
  padding-bottom: 5px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.campareBlock_style .InnerBox:after {                                                                                                                   
display: block;                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
}                                                                                                                       
.campareBlock_style .Item_blog {                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  box-sizing:  border-box;                                                                                                                   
  width: auto;                                                                                                                   
  float: none;                                                                                                                   
  border: 1px solid #ddd;                                                                                                                   
  padding: 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.campareBlock_style .Item_blog:last-child {                                                                                                                   
    margin-bottom: 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.campareBlock_style .Item_blog:nth-of-type(2) {                                                                                                                   
margin-right: 0;                                                                                                                   
}                                                                                                                    
                                                                                                                   
/*------liststyleBlock------*/                                                                                                                   
.Liststyle_Block_Box {                                                                                                                   
  display:block;                                                                                                                   
  clear: both;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Liststyle_Block_Box ul.Item_blog {                                                                                                                   
list-style-type : none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Liststyle_Block_Box ul.Item_blog li {                                                                                                                   
  margin: 0 0 5px 0;                                                                                                                   
  background: url(../images/list.png) no-repeat left top;                                                                                                                   
  padding: 3px 0 8px 28px;                                                                                                                   
  font-weight : bold;                                                                                                                   
  background-position: 0 7px;                                                                                                                   
  color: #333;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Liststyle_Block_Box ul.Item_blog li:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
    border-bottom: 1px solid #e6e4e4;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----pointBlock-----*/                                                                                                                   
.PointBlock_Data {                                                                                                                   
  display:block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.PointBlock_Data h2 {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                       
                                                                                                                   
.PointBlock_Data .InnerBox {                                                                                                                   
  padding: 15px;                                                                                                                   
  border: 1px solid #bdbaba;                                                                                                                   
  box-sizing:  border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----sumupBlock-----*/                                                                                                                   
.Blog_Sumup {                                                                                                                   
  display:block;                                                                                                                   
  padding: 15px 0px 25px 0px;                                                                                                                   
  box-sizing:  border-box;                                                                                                                   
  margin: 0 auto 40px;                                                                                                                   
  background: #eee;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Blog_Sumup h2 {                                                                                                                   
  background: none;                                                                                                                   
  border: 0;                                                                                                                   
  margin: 0 auto 13px;                                                                                                                   
  border-bottom: 1px solid #8a8a8a;                                                                                                                   
  padding: 10px;                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                     
                                                                                                                   
.Blog_Sumup .InnerBox {                                                                                                                   
  padding: 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Blog_Sumup .InnerBox p {                                                                                                                   
  padding: 0 10px;                                                                                                                   
}                                                                                                                   
/*-----flowBlock-----*/                                                                                                                   
.FlowBox{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
.FlowBox .InnerBox:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
.FlowBox img.allow_IcatchImage {                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  clear : both;                                                                                                                   
  float : none;                                                                                                                   
  display : block;                                                                                                                   
  width: 100%;                                                                                                                   
}                                                                                                                   
.FlowBox .Item_blog {                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  float: none;                                                                                                                   
  width: auto;                                                                                                                   
  padding: 10px;                                                                                                                   
  border: 1px solid #ddd;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.FlowBox .Item_blog:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
.FlowBox .Item_blog:nth-of-type(even){                                                                                                                   
  margin-right:0px;                                                                                                                   
}                                                                                                                   
.FlowBox .Item_blog p {                                                                                                                   
position: relative;                                                                                                                   
padding-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.FlowBox .Item_blog h3 {                                                                                                                   
  float : none;                                                                                                                   
  width : auto;                                                                                                                   
  padding: 2px 0px 10px 40px;                                                                                                                   
  position:relative;                                                                                                                   
  background-size: 30px !important;                                                                                                                   
  margin: 0px 0px 3px 0px;                                                                                                                   
  line-height: 150%;                                                                                                                   
  background-position: 0px 0px !important;                                                                                                                   
  text-align: left;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.FlowBox .Item_blog:nth-of-type(1) h3 {background: url(../images/bg-flow-01.png) no-repeat center top;}                                                                                                                   
.FlowBox .Item_blog:nth-of-type(2) h3 {background: url(../images/bg-flow-02.png) no-repeat center top;}                                                                                                                   
.FlowBox .Item_blog:nth-of-type(3) h3 {background: url(../images/bg-flow-03.png) no-repeat center top;}                                                                                                                   
.FlowBox .Item_blog:nth-of-type(4) h3 {background: url(../images/bg-flow-04.png) no-repeat center top;}                                                                                                                   
.FlowBox .Item_blog:nth-of-type(5) h3 {background: url(../images/bg-flow-05.png) no-repeat center top;}                                                                                                                   
/*-----qaBlock-----*/                                                                                                                   
.AnswerBox {                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
.AnswerBox .InnerBox:after {                                                                                                                   
display: block;                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
}                                                                                                                   
                                                                                                                   
.AnswerBox img.allow_IcatchImage {                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  clear : both;                                                                                                                   
  float : none;                                                                                                                   
  display : block;                                                                                                                   
  width: 100%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.AnswerBox .Item_blog:nth-of-type(even){                                                                                                                   
  margin-right:0px;                                                                                                                   
}                                                                                                                   
.AnswerBox .Item_blog {                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  background: #fff;                                                                                                                   
  margin: 0 auto 20px;                                                                                                                   
  width: auto;                                                                                                                   
  float: none;                                                                                                                   
  border: 1px solid #d4d4d4;                                                                                                                   
  padding: 10px;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.AnswerBox .Item_blog:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                       
.AnswerBox .Item_blog h3 {                                                                                                                   
  float : none;                                                                                                                   
  width : auto;                                                                                                                   
  color: #333;                                                                                                                   
  padding: 2px 0px 5px 40px;                                                                                                                   
  position: relative;                                                                                                                   
  background: url(../images/bg-q.png) no-repeat left top;                                                                                                                   
  margin-bottom: 10px;                                                                                                                   
  background-size: 30px;                                                                                                                   
  text-align: left;                                                                                                                   
  }                                                                                                                   
.AnswerBox .Item_blog p{                                                                                                                   
  position:relative;                                                                                                                   
  padding: 8px 0 0px 40px;                                                                                                                   
  background: url(../images/bg-a.png) no-repeat left top;                                                                                                                   
  background-size: 30px;                                                                                                                   
  background-position: 0 4px;                                                                                                                   
  min-height: 30px;                                                                                                                   
  }                                                                                                                   
.make_normalLink {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
.make_normalLink .Item_blog {                                                                                                                   
    /* border: solid 1px #EBE3E2; */                                                                                                                   
    padding: 10px;                                                                                                                   
    margin-bottom: 20px;                                                                                                                   
    background: #eef6f8;                                                                                                                   
    float: none;                                                                                                                   
    width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.make_normalLink .Item_blog:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
.typicallyButtonLink {                                                                                                                   
    display: block;                                                                                                                   
    width: auto;                                                                                                                   
    float: none;                                                                                                                   
}                                                                                                                   
.typicallyButtonLink .Item_blog {                                                                                                                   
    margin-bottom: 20px;                                                                                                                   
    /* border: 1px solid #c7674b; */                                                                                                                   
    padding: 10px;                                                                                                                   
background: #eef6f8;}                                                                                                                   
.typicallyButtonLink .Item_blog:last-child{                                                                                                                   
  margin:0 auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.typicallyButtonLink h3 {                                                                                                                   
    margin-bottom: 8px;                                                                                                                   
    padding-bottom: 0;                                                                                                                   
}                                                                                                                   
.typicallyButtonLink .Item_blog p {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
.typicallyButtonLink a {                                                                                                                   
    margin: 10px auto 0;                                                                                                                   
    padding: 10px;                                                                                                                   
    text-align: center;                                                                                                                   
    text-decoration: none;                                                                                                                   
    background: #dd8753;                                                                                                                   
    color: #fff;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
.typicallyButtonLink a:hover {                                                                                                                   
    background: #379dbf;                                                                                                                   
                                                                                                                       
opacity: 1;}                                                                                                                   
                                                                                                                   
.reviewImageLink {                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.reviewImageLink:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
                                                                                                                   
.reviewImageLink .Item_blog {                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  position: relative;                                                                                                                   
}                                                                                                                   
.reviewImageLink .Item_blog:nth-of-type(even){                                                                                                                   
   margin-right:0px;                                                                                                                   
}                                                                                                                   
.reviewImageLink .Item_blog:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
                                                                                                                   
}                                                                                                                   
.reviewImageLink .Item_blog h3 {                                                                                                                   
    margin: 0 auto 5px;                                                                                                                   
    padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.reviewImageLink .Item_blog:before {                                                                                                                   
    content: "PR";                                                                                                                   
    background: #f00;                                                                                                                   
    padding: 5px;                                                                                                                   
    position: absolute;                                                                                                                   
    color: #fff;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.reviewImageLink .Item_blog img {                                                                                                                   
  width : 100%;                                                                                                                   
  height : auto;                                                                                                                   
  margin-bottom : 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----categorypostBlock-----*/                                                                                                                   
.listData_categorypostBlock {                                                                                                                   
  display: block;                                                                                                                   
  padding: 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.listData_categorypostBlock h1,                                                                                                                   
.MainBox h1 {                                                                                                                   
  font-size: 20px;                                                                                                                   
  margin: 10px 0;                                                                                                                   
  position: static;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.listData_categorypostBlock h1 {                                                                                                                   
    display: block;                                                                                                                   
    text-align: left;                                                                                                                   
    margin: 0;                                                                                                                   
    padding: 0px 0px 12px 0px;                                                                                                                   
}                                                                                                                   
.listData_categorypostBlock .Item_blog{                                                                                                                   
  display:block;                                                                                                                   
  margin: 0 0 20px 0;                                                                                                                   
}                                                                                                                   
.listData_categorypostBlock .Item_blog:last-child{                                                                                                                   
  margin-bottom:0px;                                                                                                                   
}                                                                                                                   
.listData_categorypostBlock .Item_blog:after {                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.listData_categorypostBlock .Item_blog img {                                                                                                                   
  width: 100%;                                                                                                                   
  float: none;                                                                                                                   
  border: 1px solid #eee;margin: 0 auto 10px;                                                                                                                   
box-sizing: border-box;}                                                                                                                   
                                                                                                                   
.listData_categorypostBlock .Item_blog h2 {                                                                                                                   
  color: #333;                                                                                                                   
  clear : none;                                                                                                                   
  line-height: 150%;                                                                                                                   
  margin: 0 0 5px 0;                                                                                                                   
  padding: 0 0;                                                                                                                   
  background: none;                                                                                                                   
  border: 0px;                                                                                                                   
  overflow: hidden;                                                                                                                   
  text-align: left;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.listData_categorypostBlock .Item_blog h2:before,                                                                                                                   
.listData_categorypostBlock .Item_blog h2:after {                                                                                                                   
    content: "";                                                                                                                   
    display: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.listData_categorypostBlock .Item_blog p {                                                                                                                   
  clear : none;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
/*-----kuchikomiBlock-----*/                                                                                                                   
.wrp_kuchikomiBlock {                                                                                                                   
  display: block;                                                                                                                   
  padding-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.wrp_kuchikomiBlock h2 {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.wrp_kuchikomiBlock .InnerBox:after {                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                      
                                                                                                                   
.wrp_kuchikomiBlock .Item_blog{                                                                                                                   
  display:block;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  margin: 0 0 20px 0;                                                                                                                   
  border : solid 1px #ccc;                                                                                                                   
  padding: 15px;                                                                                                                   
}                                                                                                                   
.wrp_kuchikomiBlock .Item_blog:last-child{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
.wrp_kuchikomiBlock .Item_blog h3 {                                                                                                                   
  float : none;                                                                                                                   
  width : auto;                                                                                                                   
  color: #333;                                                                                                                   
  padding-bottom: 10px;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.wrp_kuchikomiBlock .Item_blog p {                                                                                                                   
  float : none;                                                                                                                   
  width : auto;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*------------------footerArea-------------------*/                                                                                                                   
#FooterLine {                                                                                                                   
  background: #ffffff;                                                                                                                   
  margin-top: 0px;                                                                                                                   
  position: relative;                                                                                                                   
  clear: both;                                                                                                                   
  width: 100%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#FooterLine .InnerBox{                                                                                                                   
  display: block;                                                                                                                   
  width: auto;                                                                                                                   
  }                                                                                                                   
#FooterLine .InnerBox p{                                                                                                                   
  text-align:center;                                                                                                                   
}                                                                                                                   
.copy {                                                                                                                   
    margin: auto;                                                                                                                   
    padding: 20px 20px;                                                                                                                   
    font-size: 15px;                                                                                                                   
    border-top: 1px solid #379dbf;                                                                                                                   
    margin-left: -20px;                                                                                                                   
    margin-right: -20px;                                                                                                                   
    margin-bottom: 60px;                                                                                                                   
    z-index: -1;                                                                                                                   
    width: auto;                                                                                                                   
 }                                                                                                                   
                                                                                                                   
                                                                                                                   
/*---------------PR---------------*/                                                                                                                   
.pr {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.pr.banner5 {                                                                                                                   
    margin: 0 auto 40px;                                                                                                                   
    width: auto;                                                                                                                   
}                                                                                                                   
.pr img {                                                                                                                   
  display : block;                                                                                                                   
  margin: 0px auto 0px;                                                                                                                   
  height: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------footer menu in mobile view-----------------*/                                                                                                                   
.ft_menu{                                                                                                                   
  margin:auto;                                                                                                                   
  position: fixed;                                                                                                                   
  bottom: 0;                                                                                                                   
  left: 0;                                                                                                                   
  right: 0;                                                                                                                   
  display:  block;                                                                                                                   
  line-height: 120%;                                                                                                                   
  max-width: 600px;                                                                                                                   
  border-top: 1px solid #ffffff;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu label {                                                                                                                   
    position: static;                                                                                                                   
    padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu ul {                                                                                                                   
    display: flex;                                                                                                                   
    padding: 10px 5px 10px 5px;                                                                                                                   
    background: #379dbf;                                                                                                                   
    justify-content: center;                                                                                                                   
    margin-left: 0px;                                                                                                                   
    border: none;                                                                                                                   
}                                                                                                                   
.ft_menu ul li {                                                                                                                   
    display: block;                                                                                                                   
    width: 50%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu ul li:nth-of-type(2) {                                                                                                                   
    background: url(../images/ft_t.png) no-repeat center top;                                                                                                                   
}                                                                                                                   
.ft_menu ul li:nth-of-type(3) {                                                                                                                   
    background: url(../images/cl_icon.png) no-repeat top center;                                                                                                                   
}                                                                                                                   
.ft_menu ul li:nth-of-type(4) {                                                                                                                   
    background: url(../images/cl_icon.png) no-repeat top center;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu ul li a {                                                                                                                   
    padding: 23px 0px 0px 0px;                                                                                                                   
    color: #fff;                                                                                                                   
    display: block;                                                                                                                   
    text-decoration: none;                                                                                                                   
    font-size: 13px;                                                                                                                   
    text-align: center;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu ul li:nth-of-type(1) a {                                                                                                                   
    padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
ul.drop-nav li ul li a {                                                                                                                   
    padding: 0 0 0px 0 !important;                                                                                                                   
    font-weight: normal;                                                                                                                   
    margin-bottom: 0;                                                                                                                   
    display: -webkit-inline-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu ul li:nth-of-type(1) a label {                                                                                                                   
    padding: 23px 0px 0px 0px;                                                                                                                   
    display: block;                                                                                                                   
    position: relative;                                                                                                                   
    background: url(../images/ft_menu.png) no-repeat center top;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu ul input:checked ~ li:nth-of-type(1) a label {display:block;background: url(../images/ft_cross.png) no-repeat center top;}                                                                                                                   
                                                                                                                   
.ft_menu ul li:nth-of-type(1) a label:hover {                                                                                                                   
    cursor: pointer;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu ul li a:hover {                                                                                                                   
    opacity: 0.7;                                                                                                                   
}                                                                                                                   
/* Footer Sub Menu*/                                                                                                                   
                                                                                                                   
.ft_menu input:checked ~ label{cursor: default;}                                                                                                                   
                                                                                                                   
.ft_menu input:checked ~ label:after{                                                                                                                   
  border-top:0 solid rgba(255,255,255,.5);                                                                                                                   
  border-bottom:4px solid rgba(255,255,255,.5);                                                                                                                   
  transition:border-top .1s, border-bottom .1s .1s;                                                                                                                   
}                                                                                                                   
.ft_menu input{display:none;}                                                                                                                   
                                                                                                                   
.ft_menu input:checked ~ ul.drop-nav{                                                                                                                   
  position: absolute;                                                                                                                   
  left: 0;                                                                                                                   
  right: 0;                                                                                                                   
  background: #dd8753;                                                                                                                   
  max-height: 178px;                                                                                                                   
  bottom: 50px;                                                                                                                   
  display: block;                                                                                                                   
  z-index: -1;                                                                                                                   
  padding-top: 18px;                                                                                                                   
  transition: all 0.3s linear;                                                                                                                   
  border-top: 1px solid #fff;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu input:checked ~ ul.drop-nav li ul {                                                                                                                   
    display: block;                                                                                                                   
    background: none;                                                                                                                   
    /* padding-left: 50px; */                                                                                                                   
    padding: 10px 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
ul.drop-nav{                                                                                                                   
  max-height: 0;                                                                                                                   
  padding:0;                                                                                                                   
  overflow:hidden;                                                                                                                   
  list-style-type:none;                                                                                                                   
  position:absolute;                                                                                                                   
  border: none;                                                                                                                   
}                                                                                                                   
ul.drop-nav li {                                                                                                                   
    margin: 0 auto 12px;                                                                                                                   
    background: none;                                                                                                                   
    padding: 0 0 0 50px;                                                                                                                   
    width: auto !important;                                                                                                                   
    border-bottom: 1px solid #fff;                                                                                                                   
    background-position: 21px 1px !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
ul.drop-nav li ul li {                                                                                                                   
    background: none !important;                                                                                                                   
    margin-bottom: 10px;                                                                                                                   
    border: 0;                                                                                                                   
    padding: 0 !important;                                                                                                                   
}                                                                                                                   
ul.drop-nav li:nth-of-type(1) {                                                                                                                   
    background: url(../images/ft_t.png) no-repeat;                                                                                                                   
}                                                                                                                    
ul.drop-nav li:nth-of-type(2) {                                                                                                                   
    background: url(../images/ft_c.png) no-repeat;                                                                                                                   
    width: auto;                                                                                                                   
}                                                                                                                                                                                                                                      
                                                                                                                       
ul.drop-nav li a{                                                                                                                   
  display: -webkit-inline-box;                                                                                                                   
  text-decoration:none;                                                                                                                   
  color: #fff;                                                                                                                   
  border: 0 !important;                                                                                                                   
  font-size: 13px;                                                                                                                   
  padding: 2px 0 0 0px !important;                                                                                                                   
  font-weight: 700;                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*----------Accodion-------*/                                                                                                                   
.accordion {                                                                                                                   
    cursor: pointer;                                                                                                                   
    width: auto;                                                                                                                   
    text-align: left;                                                                                                                   
    outline: none;                                                                                                                   
    transition: 0.4s;                                                                                                                   
    overflow: hidden;                                                                                                                   
    display: block;                                                                                                                   
    position: relative;                                                                                                                   
    padding: 6px 8px;                                                                                                                   
    background: #379dbf;/* border: 1px solid #eee; */                                                                                                                   
}                                                                                                                   
                                                                                                                   
.MainBox .Item_blog p {                                                                                                                   
    margin-bottom: 20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.MainBox .Item_blog:last-child p {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.active, .accordion:hover {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
span.accordion.active {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.panel {                                                                                                                   
    padding: 8px 0 0 0;                                                                                                                   
    display: none;                                                                                                                   
    background-color: white;                                                                                                                   
    overflow: hidden;                                                                                                                   
}                                                                                                                   
.accordion  h2{                                                                                                                   
  position:relative;                                                                                                                   
  padding: 0 20px 0 0px !important;                                                                                                                   
  background: none !important;                                                                                                                   
  margin: 0 !important;                                                                                                                   
  border: none;                                                                                                                   
  color: #fff;                                                                                                                   
}                                                                                                                   
.accordion h2:after {                                                                                                                   
    background: url(../images/a_plus.png);                                                                                                                   
    content: "";                                                                                                                   
    position: absolute;                                                                                                                   
    width: 15px;                                                                                                                   
    height: 15px;                                                                                                                   
    display: block;                                                                                                                   
    top: 5px;                                                                                                                   
    right: 0px;                                                                                                                   
    left: inherit;                                                                                                                   
transform: inherit;border: inherit;}                                                                                                                   
                                                                                                                    
.accordion h2:before {                                                                                                                   
    content: "";                                                                                                                   
    display: none;                                                                                                                   
}                                                                                                                   
span.accordion.active h2:after {                                                                                                                   
    background: url(../images/a_minus.png);                                                                                                                   
}                                                                                                                   
                                                                                                                   
.accordion  h3{                                                                                                                   
  position:relative;                                                                                                                   
  padding: 0 20px 0 0px !important;                                                                                                                   
  background: none !important;                                                                                                                   
  margin: 0 !important;                                                                                                                   
}                                                                                                                   
.accordion h3:after {                                                                                                                   
    background: url(../images/a_plus.png);                                                                                                                   
    content: "";                                                                                                                   
    position: absolute;                                                                                                                   
    width: 15px;                                                                                                                   
    height: 15px;                                                                                                                   
    display: block;                                                                                                                   
    top: 5px;                                                                                                                   
    right: 0px;                                                                                                                   
}                                                                                                                   
span.accordion.active h3:after {                                                                                                                   
    background: url(../images/a_minus.png);                                                                                                                   
}                                                                                                                   
/*----------End Accodion-------*/                                                                                                                   
                                                                                                                   
.___boximgcat___ {                                                                                                                   
    width: auto;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.___boximgcat___ img {                                                                                                                   
    display: block;                                                                                                                   
    box-sizing: border-box;                                                                                                                   
    width: 100%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.postimg {                                                                                                                   
    margin: 0 auto 40px;                                                                                                                   
    width: auto;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
.postimg img {                                                                                                                   
    margin: 0 auto 0;                                                                                                                   
    width: 100%;                                                                                                                   
    display: block;                                                                                                                   
    box-sizing: border-box;                                                                                                                   
    float: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----titleh2block-----*/                                                                                                                   
#ContentsBox .titleh2block{                                                                                                                   
  width: auto;                                                                                                                   
  display: block;                                                                                                                   
  padding: 0px;                                                                                                                   
  margin-bottom: 40px;                                                                                                                   
  border: 1px solid #379dbf;/* background: #fff7f5; */                                                                                                                   
}                                                                                                                   
#ContentsBox .titleh2block ul {                                                                                                                   
    display: block;                                                                                                                   
    padding: 0px 10px 10px 10px;                                                                                                                   
}                                                                                                                   
#ContentsBox .titleh2block ul li{                                                                                                                   
  margin: 0 0 10px 0;                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                   
#ContentsBox .titleh2block ul li:last-child {                                                                                                                   
    margin-bottom: 0 !important;                                                                                                                   
}                                                                                                                   
#ContentsBox .titleh2block ul li{                                                                                                                   
  text-align: left;                                                                                                                   
  position: relative;                                                                                                                   
  padding-left: 18px;                                                                                                                   
}                                                                                                                   
#ContentsBox .titleh2block ul li a:before {                                                                                                                   
    position: absolute;                                                                                                                   
    content: "";                                                                                                                   
    left: 0px;                                                                                                                   
    top: 6px;                                                                                                                   
    border-width: 6px 9px 6px 9px;                                                                                                                   
    border-style: solid;                                                                                                                   
    border-color: transparent transparent transparent #fa965a;                                                                                                                   
}                                                                                                                   
#ContentsBox .titleh2block ul li a:hover:after {                                                                                                                   
    background: #333;                                                                                                                   
}                                                                                                                   
#ContentsBox .titleh2block ul li a {                                                                                                                   
    color: #444;                                                                                                                   
}                                                                                                                   
#ContentsBox .titleh2block ul li a:hover {                                                                                                                   
    text-decoration: none;                                                                                                                   
    color: #333;                                                                                                                   
}                                                                                                                   
#ContentsBox .titleh2block h2{                                                                                                                   
  margin-bottom: 10px !important;                                                                                                                   
  padding: 8px 10px;                                                                                                                   
  border: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#ContentsBox .titleh2block h2:before,                                                                                                                    
#ContentsBox .titleh2block h2:after {                                                                                                                   
  content: "";                                                                                                                   
  clear: both;                                                                                                                   
  display: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
#FooterLine .NavBox {                                                                                                                   
  margin: 0 auto 40px;                                                                                                                   
  padding: 0;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  }                                                                                                                   
#FooterLine .NavBox .InnerBox {                                                                                                                   
  padding: 0px;                                                                                                                   
  width: auto;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
}                                                                                                                   
#FooterLine .NavBox h2{                                                                                                                   
  border: 0;                                                                                                                   
  /* background: #eee; */                                                                                                                   
  padding: 8px 10px 8px 10px;                                                                                                                   
  margin-bottom: 8px;                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#FooterLine .NavBox h2:before,                                                                                                                   
#FooterLine .NavBox h2:after{                                                                                                                   
display:none;}                                                                                                                   
                                                                                                                   
#FooterLine .NavBox ul {                                                                                                                   
  text-align: left;                                                                                                                   
  padding: 10px 0px 0px 0px;                                                                                                                   
}                                                                                                                   
#FooterLine .NavBox ul li{                                                                                                                   
  text-align: left;                                                                                                                   
  border-bottom: 1px solid #eee;                                                                                                                   
  padding: 0 0 7px 0;                                                                                                                   
  margin: 0 0 10px 0;                                                                                                                   
}                                                                                                                   
#FooterLine .NavBox ul li a {                                                                                                                   
    display: block;                                                                                                                   
    color: #403d3d;                                                                                                                   
}                                                                                                                   
#FooterLine .NavBox ul li a:hover {                                                                                                                   
    opacity: 0.6;                                                                                                                   
    text-decoration: none;                                                                                                                   
}                                                                                                                   
@media (max-width: 480px) { /*--mobile--*/                                                                                                                   
.base_prbn.horizontal img,                                                                                                                   
.banner1 img,                                                                                                                   
.banner2 img,                                                                                                                   
.banner3 img,                                                                                                                   
.banner5 img{                                                                                                                   
  width: 100%;                                                                                                                   
  display: block;                                                                                                                   
  float: none;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
}                                                                                                                   
#ContentsBox{                                                                                                                   
  padding: 60% 0 0 0;                                                                                                                   
}                                                                                                                   
  .sub #ContentsBox {                                                                                                                   
    padding: 53.5% 0 0 0;                                                                                                                   
}                                                                                                                   
/* h2{                                                                                                                   
  display: block;                                                                                                                   
  padding:8px 10px;                                                                                                                   
  border: none;                                                                                                                   
}                                                                                                                   
h2:before,                                                                                                                   
h2:after{                                                                                                                   
  content: "";                                                                                                                   
  display: none;                                                                                                                   
  clear: both;                                                                                                                   
} */                                                                                                                   
.NavBox_mu ul li{                                                                                                                   
  margin: 0 1px 0 0;                                                                                                                   
}                                                                                                                   
.NavBox_mu ul li a{                                                                                                                   
  background-position: 58% 8px !important;                                                                                                                   
  padding: 35px 0px 3px 0px;                                                                                                                   
  text-align: center;                                                                                                                   
}                                                                                                                   
}                                                                                                                   
                                                                                                                   
@media (max-width: 414px) { /*--mobile--*/                                                                                                                   
#ContentsBox{                                                                                                                   
  padding: 62% 0 0 0;                                                                                                                   
}                                                                                                                   
    .sub #ContentsBox {                                                                                                                   
    padding: 54.5% 0 0 0;                                                                                                                   
}                                                                                                                   
/*   h2{                                                                                                                   
  display: block;                                                                                                                   
  padding:8px 10px;                                                                                                                   
  border: none;                                                                                                                   
}                                                                                                                   
h2:before,                                                                                                                   
h2:after{                                                                                                                   
  content: "";                                                                                                                   
  display: none;                                                                                                                   
  clear: both;                                                                                                                   
} */                                                                                                                   
.pr.banner5 img,                                                                                                                   
.base_prbn.banner3 img,                                                                                                                   
.base_prbn.banner2 img,                                                                                                                   
.base_prbn.banner1 img{                                                                                                                   
  width:100%;                                                                                                                   
  display:block;                                                                                                                   
  box-sizing:border-box;                                                                                                                   
}                                                                                                                   
#SideBox .base_prbn img,                                                                                                                   
.base_prbn img.bn{                                                                                                                   
    width: 100%;                                                                                                                   
    box-sizing: border-box;                                                                                                                   
    display: block;                                                                                                                    
}                                                                                                                   
.MainBox .Item_blog h3{                                                                                                                   
  padding: 0px;                                                                                                                   
  background: none;                                                                                                                   
}                                                                                                                   
.installeLink .Item_blog h3{                                                                                                                   
  padding: 0px;                                                                                                                   
  background: none;                                                                                                                    
}                                                                                                                   
.ReviewBox .Item_blog h3{                                                                                                                   
  background-position: 50% 0px !important;                                                                                                                   
  padding: 40px 0 8px 0;                                                                                                                   
  text-align: center;                                                                                                                   
}                                                                                                                   
.FlowBox .Item_blog h3{                                                                                                                   
  background-position: 50% 0px !important;                                                                                                                   
  padding: 40px 0 8px 0;                                                                                                                   
  text-align: center;                                                                                                                     
}                                                                                                                   
.RankBox img{                                                                                                                   
  display: block;                                                                                                                   
  margin: 0 auto 10px;                                                                                                                   
  width: 30px;                                                                                                                   
  padding: 0;                                                                                                                   
  float: none;                                                                                                                   
}                                                                                                                   
.RankBox .Item_blog h3{                                                                                                                   
  padding: 0px;                                                                                                                   
  text-align: center;                                                                                                                   
  margin: 0 auto 5px;                                                                                                                   
}                                                                                                                   
.AnswerBox .Item_blog h3{                                                                                                                   
  background-position: 50% 0px !important;                                                                                                                   
  padding: 40px 0 8px 0;                                                                                                                   
  text-align: center;                                                                                                                       
}                                                                                                                   
.AnswerBox .Item_blog p{                                                                                                                   
  background-position: 50% 0px !important;                                                                                                                   
  padding: 40px 0 8px 0;                                                                                                                   
  text-align: left;                                                                                                                   
  min-height: inherit;                                                                                                                   
}                                                                                                                   
}                                                                                                                   
