﻿@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: 150%;                                                                                                                   
  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, 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---------------*/                                                                                                                   
                                                                                                                   
.blg_wp{                                                                                                                   
  margin: 0px auto 0;                                                                                                                   
  max-width: 600px;                                                                                                                   
  overflow: hidden;                                                                                                                   
  position: relative;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  padding: 0;                                                                                                                   
  background: #fff;                                                                                                                   
  border: 1px solid #b2dbdd;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
p {                                                                                                                   
margin: auto;                                                                                                                   
}                                                                                                                   
a {color: #e37937;text-decoration: none;}                                                                                                                   
                                                                                                                   
a:hover img {                                                                                                                   
    opacity: 0.5;                                                                                                                   
}                                                                                                                   
a:hover {text-decoration: none;opacity: 0.5;}                                                                                                                   
h1 {                                                                                                                   
  margin: 0px auto 0px;                                                                                                                   
  padding: 15px 20px 0px 20px;                                                                                                                   
  font-size: 20px;                                                                                                                   
  clear: both;                                                                                                                   
  z-index: 9999;                                                                                                                   
  text-align: left;                                                                                                                   
  line-height: 150%;                                                                                                                   
  font-weight: bold;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h1 a:hover {                                                                                                                   
    text-decoration: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h1 a {                                                                                                                   
    text-decoration: none;                                                                                                                   
}                                                                                                                   
h2 {                                                                                                                   
  margin: 0 auto 12px;                                                                                                                   
  font-size: 18px;                                                                                                                   
  color: #333;                                                                                                                   
  position: relative;                                                                                                                   
  clear: both;                                                                                                                   
  font-weight: bold;                                                                                                                   
  background: #dafbfc url(../images/h2.png) no-repeat center top;                                                                                                                   
  padding: 7px 10px 7px 40px;                                                                                                                   
  line-height: 160%;                                                                                                                   
  background-position: 8px 5px;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
h3 {                                                                                                                   
  font-size: 16px;                                                                                                                   
  color: #333;                                                                                                                   
  padding-bottom: 8px;                                                                                                                   
  font-weight: bold;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
/*-------Navigation------------*/                                                                                                                   
.menuarea {                                                                                                                   
  display: block;                                                                                                                   
  margin: 0 auto 0px;                                                                                                                   
}                                                                                                                    
                                                                                                                   
.menuarea  ul li{                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  text-align: center;                                                                                                                   
  width: auto;                                                                                                                   
  border-bottom: 1px solid #e5bea6;                                                                                                                   
  padding: 0px 0px 0px 0px;                                                                                                                   
  background-position: 50% 8px !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.menuarea ul li:nth-of-type(1) {                                                                                                                   
    background: url(../images/icon_home.png) no-repeat top left;                                                                                                                   
}                                                                                                                   
.menuarea ul li:nth-of-type(2) {                                                                                                                   
    background: url(../images/t.png) no-repeat top left;                                                                                                                   
}                                                                                                                   
.menuarea ul li:nth-of-type(3) {                                                                                                                   
    background: url(../images/c.png) no-repeat top left;                                                                                                                   
}                                                                                                                   
.menuarea ul li:last-child {                                                                                                                   
    border: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.menuarea ul li:last-child ul li {                                                                                                                   
    background: #f00;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.menuarea ul li ul li:first-child {                                                                                                                   
    background: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
b {                                                                                                                   
    display: flex;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.menuarea ul li:last-child ul li {                                                                                                                   
    display: block;                                                                                                                   
    margin: 0;                                                                                                                   
    border: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.menuarea  ul li a {                                                                                                                   
  display : block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.menuarea  ul li ul li{                                                                                                                   
  background: none;                                                                                                                   
  float: none;                                                                                                                   
  min-height: inherit;                                                                                                                   
  width: auto;                                                                                                                   
  display: block;                                                                                                                   
  height: auto;                                                                                                                   
  border-bottom: 1px solid #ccc;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.menuarea  ul li ul {                                                                                                                   
    display: block;                                                                                                                   
    text-align: left;                                                                                                                   
    left: 0;                                                                                                                   
    border: 0;                                                                                                                   
}                                                                                                                   
.menuarea  ul li ul li a {                                                                                                                   
  display: inline-block;                                                                                                                   
  border: 0;                                                                                                                   
  padding: 0px 20px 5px 35px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------Drop Down----------------*/ \                                                                                                                   
                                                                                                                   
                                                                                                                   
.menuarea  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;                                                                                                                   
}                                                                                                                   
                                                                                                                   
 input{display:none;}                                                                                                                   
                                                                                                                   
.menuarea input:checked ~ ul.submenu{                                                                                                                   
  max-height: 480px;                                                                                                                   
  transition: all 0.5s linear;                                                                                                                   
  background: #ffefe5;                                                                                                                   
}                                                                                                                   
.menuarea label{                                                                                                                   
  display: block;                                                                                                                   
  transition: background 0.5s;                                                                                                                   
  text-align: center;                                                                                                                   
  padding-top: 0px;                                                                                                                   
  z-index: 9999;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.menuarea label:hover {                                                                                                                   
    cursor: pointer;                                                                                                                   
}                                                                                                                   
.menuarea label:after{                                                                                                                   
   content: '';                                                                                                                   
   position: absolute;                                                                                                                   
   top: 15px;                                                                                                                   
   right: 20px;                                                                                                                   
   background: url(../images/icon_nav.png) no-repeat right top;                                                                                                                   
   padding: 15px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.menuarea input:checked ~ label:after{                                                                                                                   
    cursor: default;                                                                                                                   
    content: ' ';                                                                                                                   
    background: url(../images/icon_nav_inverse.png) no-repeat right top;                                                                                                                   
    padding: 20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.menuarea input:checked ~ label:after {                                                                                                                   
    cursor: pointer;                                                                                                                   
}                                                                                                                   
                                                                                                                   
ul.submenu{                                                                                                                   
  max-height: 0;                                                                                                                   
  padding: 0;                                                                                                                   
  overflow:hidden;                                                                                                                   
  list-style-type:none;                                                                                                                   
  background: #727272;                                                                                                                   
  position: absolute;                                                                                                                   
  z-index: 9999;                                                                                                                   
  right: 0;                                                                                                                   
  width: 50%;                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
ul.submenu li a{                                                                                                                   
  display: block;                                                                                                                   
  padding: 39px 0px 5px 0px;                                                                                                                   
  text-decoration:none;                                                                                                                   
  transition:background .3s;                                                                                                                   
  font-size: 13px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
ul.submenu li a:hover{                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
/*------------end Navigation-----------*/                                                                                                                   
                                                                                                                   
#head_blg .static_innerBlock,                                                                                                                   
#m_cont .static_innerBlock,                                                                                                                   
#postlist_footerBlock .static_innerBlock{display: block;}                                                                                                                   
.site_header_dynamic{                                                                                                                   
    padding: 0;                                                                                                                   
}                                                                                                                   
#m_cont {                                                                                                                   
  background: url(../images/mainimage.jpg) no-repeat center top;                                                                                                                   
  margin: 0px 20px;                                                                                                                   
  position: relative;                                                                                                                   
  background-size: 100%;                                                                                                                   
  padding: 54% 0 0 0;                                                                                                                   
  background-position: 50% 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#m_cont:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
                                                                                                                   
#head_blg,                                                                                                                   
#m_cont{                                                                                                                   
  display:block;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#head_blg, #m_cont:after {                                                                                                                   
    content: "";                                                                                                                   
    clear: both;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#top_con_area {                                                                                                                   
  margin : 0;                                                                                                                   
  padding : 0;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#top_con_area img.bn:nth-of-type(2){                                                                                                                   
    margin: 30px auto 20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#local_sidebar {                                                                                                                   
  margin: 0 auto 0;                                                                                                                   
  width: auto;                                                                                                                   
  float: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#local_sidebar .RecBox {                                                                                                                   
  padding : 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#local_sidebar .RecBox:after {                                                                                                                   
display: block;                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
}                                                                                                                   
#local_sidebar .RecBox .box_article_04 {                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  width: auto;                                                                                                                   
  margin: 0 auto 25px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#local_sidebar .RecBox .box_article_04:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
#local_sidebar .RecBox .box_article_04:after {                                                                                                                   
  display: block;                                                                                                                   
  clear: both;                                                                                                                   
 content: "";                                                                                                                    
}                                                                                                                   
                                                                                                                   
#local_sidebar .RecBox .box_article_04 img {                                                                                                                   
  width: 100%;                                                                                                                   
  height: auto;                                                                                                                   
  float: none;                                                                                                                   
  margin: 0 0 15px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#local_sidebar .RecBox .box_article_04 h3 {                                                                                                                   
  overflow: hidden;                                                                                                                   
  border-bottom: 1px solid #ccc;                                                                                                                     
  margin-bottom: 10px;                                                                                                                   
  clear: both;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
#local_sidebar .RecBox .box_article_04 a {                                                                                                                   
  padding: 10px;                                                                                                                   
  color: #fff;                                                                                                                   
  text-decoration : none;                                                                                                                   
  float: right;                                                                                                                   
  background: #f00;                                                                                                                   
  margin-top: 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#local_sidebar .RecBox .box_article_04 a:hover {                                                                                                                   
background: #333;                                                                                                                   
}                                                                                                                   
#local_sidebar .newcolumn {                                                                                                                   
  display: block;                                                                                                                   
  margin: 0 0 30px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
#local_sidebar  .newcolumn ul {                                                                                                                   
  overflow-y:scroll;                                                                                                                   
  height : 125px;                                                                                                                   
  list-style-type: none;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#local_sidebar  .newcolumn ul li{                                                                                                                   
  margin: 0 0 20px 0;                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                   
#local_sidebar  .newcolumn ul li a{                                                                                                                   
  color:#f00;                                                                                                                   
  text-decoration: underline;                                                                                                                   
}                                                                                                                   
#local_sidebar  .newcolumn ul li a:hover{                                                                                                                   
  text-decoration: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------headerArea---------------*/                                                                                                                   
#head_blg {                                                                                                                   
  padding: 0 0;                                                                                                                   
  position: static;                                                                                                                   
}                                                                                                                       
                                                                                                                   
.titleBlock_dynamic {                                                                                                                   
  margin: 0;                                                                                                                   
}                                                                                                                   
.localwrp_head_tmp{                                                                                                                   
  display:block;                                                                                                                   
  min-height: 40px;                                                                                                                   
  width: auto;                                                                                                                   
  position: relative;                                                                                                                   
  margin: 0 auto 8px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.mainlogo {                                                                                                                   
    width: auto;                                                                                                                   
    display: block;                                                                                                                   
    position: relative;                                                                                                                   
    box-sizing: border-box;                                                                                                                   
    padding: 13px 20px;                                                                                                                   
    z-index: 0;                                                                                                                   
    background: #def7f8;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.mainlogo:after {                                                                                                                   
    content: "";                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.localwrp_head_tmp img {                                                                                                                   
    display: block;                                                                                                                   
    width: auto;                                                                                                                   
    margin: 0;                                                                                                                   
    position: relative;                                                                                                                   
    box-sizing: border-box;                                                                                                                   
    z-index: 1;                                                                                                                   
    float: left;                                                                                                                   
}                                                                                                                   
.Block_head_design{                                                                                                                   
  margin:0 auto 0;                                                                                                                   
  position:  relative;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.titleBlock_dynamic:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
/*-------------Banner--------------*/                                                                                                                   
                                                                                                                   
.prbn_temp {                                                                                                                   
    display: block;                                                                                                                   
    text-align: center;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.prbn_temp.banner4 {                                                                                                                   
    margin: 0 auto 30px;                                                                                                                   
    width: auto;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.prbn_temp.square {                                                                                                                   
    margin-bottom: 30px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
.prbn_temp img.bn {                                                                                                                   
    margin: 0 auto 15px;                                                                                                                   
    height: auto;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#local_sidebar .prbn_temp img {                                                                                                                   
    margin: 0 auto 15px;                                                                                                                   
    width: auto;                                                                                                                   
    height: auto;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.prtxt_base {                                                                                                                   
    padding: 15px 0px;                                                                                                                   
    border: 1px solid #bbb;                                                                                                                   
    width: 1200px;                                                                                                                   
    margin: 0 auto 20px;                                                                                                                   
}                                                                                                                   
.prtxt_base 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 .static_innerBlock {                                                                                                                   
margin : 0;                                                                                                                   
width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.HotBox p {                                                                                                                   
  margin : 0px;                                                                                                                   
  padding: 0;                                                                                                                   
  background: #fff;                                                                                                                   
}                                                                                                                   
#head_blg .newcolumn {                                                                                                                   
  margin: 0px auto 30px;                                                                                                                   
  padding: 0px 0 0 0;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
#head_blg .newcolumn .static_innerBlock {                                                                                                                   
  padding: 0px;                                                                                                                   
  width: auto;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#head_blg .newcolumn h2{                                                                                                                   
  border: 0;                                                                                                                   
  margin: 0 auto 13px;                                                                                                                   
  background: #eee;                                                                                                                   
  padding: 10px 15px;                                                                                                                   
  text-align: left;                                                                                                                   
  border-radius: 5px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#head_blg .newcolumn ul {                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#head_blg .newcolumn ul li{                                                                                                                   
  text-align: left;                                                                                                                   
  border-bottom: 1px solid #eee;                                                                                                                   
  padding: 0 0 5px 0;                                                                                                                   
  margin: 0 0 10px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#head_blg .newcolumn ul li a {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#head_blg .newcolumn ul li a:hover {                                                                                                                   
    opacity: 0.6;                                                                                                                   
    text-decoration: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------pankuzu---------------*/                                                                                                                   
.control_pankuzu {                                                                                                                   
  margin: 0px auto 10px;                                                                                                                   
  width: auto;                                                                                                                   
  font-size: 13px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.control_pankuzu span.base_break {                                                                                                                   
  padding: 0 8px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------mainArea---------------*/                                                                                                                   
.HotBox .static_innerBlock,                                                                                                                    
#head_blg .newcolumn .static_innerBlock,                                                                                                                    
#top_con_area .newcolumn .static_innerBlock,                                                                                                                    
.rankcolumn .static_innerBlock,                                                                                                                    
.qacolumn .static_innerBlock,                                                                                                                    
.entrycolumn .static_innerBlock,                                                                                                                    
.flowcolumn .static_innerBlock,                                                                                                                    
.RecBox .static_innerBlock,                                                                                                                    
.compareBlock .static_innerBlock,                                                                                                                    
.liststyleBlock_Top .static_innerBlock,                                                                                                                    
.pointBlock_Head .static_innerBlock,                                                                                                                    
.sumupBlock_Top .static_innerBlock,                                                                                                                    
.side_categorypostBlock .static_innerBlock,                                                                                                                    
.best_kuchikomiBlock .static_innerBlock,                                                                                                                     
#postlist_footerBlock .static_innerBlock{                                                                                                                   
  clear: both;                                                                                                                   
  padding: 0px;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#top_con_area .newcolumn,                                                                                                                    
.rankcolumn,                                                                                                                    
.qacolumn,                                                                                                                    
.entrycolumn,                                                                                                                    
.flowcolumn,                                                                                                                    
.RecBox,                                                                                                                    
.compareBlock,                                                                                                                    
.liststyleBlock_Top,                                                                                                                    
.pointBlock_Head,                                                                                                                    
.sumupBlock_Top,                                                                                                                    
.best_kuchikomiBlock,                                                                                                                    
.side_categorypostBlock,                                                                                                                    
#local_sidebar .RecBox,                                                                                                                   
.linkTosite,                                                                                                                    
.include_normalLink,                                                                                                                    
.availableButtonLink,                                                                                                                    
.controllImgLink {                                                                                                                   
  margin: 0 auto 30px;                                                                                                                   
  clear: both;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.MainFR_oneblog {display: block;border: 1px solid #ddd;}                                                                                                                   
                                                                                                                   
.MainFR_oneblog p {                                                                                                                   
    padding: 0px 10px 10px 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.MainFR_oneblog h2 {                                                                                                                   
    padding: 8px 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.b_cont_main {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.b_cont_main3 {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.MainFR_oneblog4 {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
.MainFR_oneblog,                                                                                                                   
.b_cont_main,                                                                                                                   
.b_cont_main3,                                                                                                                   
.MainFR_oneblog4{                                                                                                                   
    margin: 0 auto 30px;                                                                                                                   
    width: auto;                                                                                                                   
}                                                                                                                   
.MainFR_oneblog h2,                                                                                                                   
.b_cont_main h2,                                                                                                                   
.b_cont_main3 h2,                                                                                                                   
.MainFR_oneblog4 h2{                                                                                                                   
    text-align: left;                                                                                                                   
    background: none;                                                                                                                   
    border-bottom: 1px solid #ddd;                                                                                                                   
    margin-bottom: 10px;                                                                                                                   
}                                                                                                                   
.MainFR_oneblog4 p {                                                                                                                   
margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#top_con_area .newcolumn {                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#top_con_area .newcolumn h2 {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----newsBlock-----*/                                                                                                                   
#top_con_area  .newcolumn ul {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#top_con_area  .newcolumn ul li{                                                                                                                   
  margin: 0 0 10px 0;                                                                                                                   
  text-align: left;                                                                                                                   
  border-bottom: 1px solid #eee;                                                                                                                   
  padding: 0 0 5px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#top_con_area .newcolumn ul li a {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#top_con_area .newcolumn ul li a:hover {                                                                                                                   
    text-decoration: none;                                                                                                                   
    opacity: 0.6;                                                                                                                   
}                                                                                                                   
                                                                                                                     
/*----rankBlock-----*/                                                                                                                   
.rankcolumn{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.rankcolumn img{                                                                                                                   
  width: 35px;                                                                                                                   
  float: left;                                                                                                                   
  display: block;                                                                                                                   
  margin: 0 10px 0 0;                                                                                                                   
  border: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
.rankcolumn img.module_IcatchImage {                                                                                                                   
  width : 100%;                                                                                                                   
  height : auto;                                                                                                                   
  margin: 0 auto 20px;                                                                                                                   
  float: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.rankcolumn .box_article_04{                                                                                                                   
  width: auto;                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  padding: 10px;                                                                                                                   
  float: none;                                                                                                                   
  display: block;                                                                                                                   
  border: 1px solid #dbd5d1;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.rankcolumn .box_article_04 h3 {                                                                                                                   
  display: block;                                                                                                                   
  padding: 0px 30px 0 0;                                                                                                                   
  margin: 8px auto 10px;                                                                                                                   
  text-align: left;                                                                                                                   
  position: relative;                                                                                                                   
  border-bottom: 0;                                                                                                                   
  overflow: hidden;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
/*-#sentenceBlock#-*/                                                                                                                   
.entrycolumn {                                                                                                                   
  display: block;                                                                                                                   
  position: relative;                                                                                                                   
}                                                                                                                   
                                                                                                                   
div.entrycolumn .box_article_04 p {                                                                                                                   
    margin-bottom: 15px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
div.entrycolumn .box_article_04:last-child p {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.entrycolumn .static_innerBlock {                                                                                                                   
padding: 0;                                                                                                                   
}                                                                                                                      
                                                                                                                   
.entrycolumn img.module_IcatchImage {                                                                                                                   
  display:block;                                                                                                                   
  position: relative;                                                                                                                   
  height: auto;                                                                                                                   
  margin: 0 auto 12px;                                                                                                                   
  width: 100%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.entrycolumn .box_article_04 {                                                                                                                   
  margin-bottom: 10px;                                                                                                                   
  clear: both;                                                                                                                   
  float: none;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
.entrycolumn .box_article_04:last-child {                                                                                                                   
  margin: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.entrycolumn .box_article_04 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%;                                                                                                                   
  }                                                                                                                   
.linkTosite{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.linkTosite .box_article_04 {                                                                                                                   
    padding: 10px;                                                                                                                   
    margin-bottom: 15px;                                                                                                                   
    float: none;                                                                                                                   
    width: auto;                                                                                                                   
    background: #e9f7f8;                                                                                                                   
}                                                                                                                   
.linkTosite .box_article_04:last-child{                                                                                                                   
  margin:0 auto;                                                                                                                   
}                                                                                                                   
.linkTosite .box_article_04 h3 {                                                                                                                   
    background: url(../images/h3_bg.png) no-repeat left top;                                                                                                                   
    position: relative;                                                                                                                   
    margin-bottom: 8px;                                                                                                                   
    overflow: hidden;                                                                                                                   
    padding: 0 0 0px 30px;                                                                                                                   
    line-height: 150%;                                                                                                                   
    background-position: 0px 1px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-commentcolumn-*/                                                                                                                   
.commentcolumn{                                                                                                                   
  margin: 0 auto 30px;                                                                                                                   
  clear: both;                                                                                                                   
}                                                                                                                   
.commentcolumn{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.commentcolumn .static_innerBlock:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
                                                                                                                   
.commentcolumn img.module_IcatchImage {                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  clear : both;                                                                                                                   
  float : none;                                                                                                                   
  display : block;                                                                                                                   
  width: 100%;                                                                                                                   
}                                                                                                                   
.commentcolumn .box_article_04{                                                                                                                   
  display:block;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  border: 1px solid #ccc;                                                                                                                   
  padding: 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.commentcolumn .box_article_04:nth-of-type(even) {                                                                                                                   
    margin-right: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.commentcolumn .box_article_04:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.commentcolumn .box_article_04 h3 {                                                                                                                   
  float : none;                                                                                                                   
  width : auto;                                                                                                                   
  color: #333;                                                                                                                   
  text-align: left;                                                                                                                   
  margin-bottom: 5px;                                                                                                                   
  background: url(../images/men.png) no-repeat left top;                                                                                                                   
  padding: 3px 0 8px 40px;                                                                                                                   
  background-size: 30px;                                                                                                                   
  }                                                                                                                   
                                                                                                                     
                                                                                                                   
/*-----recommendBlock-----*/                                                                                                                   
.RecBox{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
.RecBox:after{                                                                                                                   
  display: block;                                                                                                                   
  clear: both;                                                                                                                   
  content: "";                                                                                                                   
}                                                                                                                   
.RecBox .box_article_04 {                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  margin: 0 0px 20px 0;                                                                                                                   
  width: auto;                                                                                                                   
  display: block;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.RecBox .box_article_04:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.RecBox .box_article_04:after {                                                                                                                   
  display: block;                                                                                                                   
  clear: both;                                                                                                                   
 content: "";                                                                                                                    
}                                                                                                                   
                                                                                                                   
.RecBox .box_article_04 img {                                                                                                                   
    height: auto;                                                                                                                   
    margin: 0 auto 10px;                                                                                                                   
    display: block;                                                                                                                   
    width: 100%;                                                                                                                   
    height: auto;                                                                                                                   
}                                                                                                                   
.RecBox .box_article_04 h3 {                                                                                                                   
  overflow: hidden;                                                                                                                   
  border-bottom: 1px solid #ccc;                                                                                                                   
  padding: 0 0 5px 0;                                                                                                                   
  margin-bottom: 10px;                                                                                                                   
  text-align: left;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.RecBox .box_article_04 a {                                                                                                                   
  padding: 10px;                                                                                                                   
  color: #fff;                                                                                                                   
  text-decoration : none;                                                                                                                   
  float: right;                                                                                                                   
  background: #f00;                                                                                                                   
  margin-top: 10px;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.RecBox .box_article_04 a:hover {                                                                                                                   
background: #333;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----compareBlock-----*/                                                                                                                   
.compareBlock {                                                                                                                   
  display:block;                                                                                                                   
  clear: both;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.compareBlock h3 {                                                                                                                   
  margin-bottom: 3px;                                                                                                                   
  line-height: 150%;                                                                                                                   
  padding-bottom: 5px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.compareBlock .static_innerBlock:after {                                                                                                                   
display: block;                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
}                                                                                                                       
.compareBlock .box_article_04 {                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  box-sizing:  border-box;                                                                                                                   
  width: auto;                                                                                                                   
  float: none;                                                                                                                   
  padding: 10px;                                                                                                                   
  border: 1px solid #ddd;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.compareBlock .box_article_04:nth-of-type(even) {                                                                                                                   
    margin-right: 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.compareBlock .box_article_04:last-child {                                                                                                                   
    margin-bottom: 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.compareBlock .box_article_04:nth-of-type(2) {                                                                                                                   
margin-right: 0;                                                                                                                   
}                                                                                                                    
                                                                                                                   
/*------liststyleBlock------*/                                                                                                                   
.liststyleBlock_Top {                                                                                                                   
  display:block;                                                                                                                   
  clear: both;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.liststyleBlock_Top ul.box_article_04 {                                                                                                                   
list-style-type : none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.liststyleBlock_Top ul.box_article_04 li {                                                                                                                   
  margin: 0 0 5px 0;                                                                                                                   
  background: url(../images/list.png) no-repeat left top;                                                                                                                   
  padding: 4px 0 8px 28px;                                                                                                                   
  font-weight : bold;                                                                                                                   
  background-position: 0 7px;                                                                                                                   
  color: #333;                                                                                                                   
  background-size: 18px;                                                                                                                   
  border-bottom: 1px solid #ddd;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.liststyleBlock_Top ul.box_article_04 li:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----pointBlock-----*/                                                                                                                   
.pointBlock_Head {                                                                                                                   
  display:block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.pointBlock_Head h2 {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                       
                                                                                                                   
.pointBlock_Head .static_innerBlock {                                                                                                                   
  padding: 15px;                                                                                                                   
  border: 1px solid #bdbaba;                                                                                                                   
  box-sizing:  border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----sumupBlock-----*/                                                                                                                   
.sumupBlock_Top {                                                                                                                   
  display:block;                                                                                                                   
  padding: 15px 0px 25px 0px;                                                                                                                   
  box-sizing:  border-box;                                                                                                                   
  margin: 0 auto 40px;                                                                                                                   
  background: #eee;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.sumupBlock_Top h2 {                                                                                                                   
  background: none;                                                                                                                   
  border: 0;                                                                                                                   
  margin: 0 auto 13px;                                                                                                                   
  border-bottom: 1px solid #8a8a8a;                                                                                                                   
  padding: 10px;                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                     
                                                                                                                   
.sumupBlock_Top .static_innerBlock {                                                                                                                   
  padding: 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.sumupBlock_Top .static_innerBlock p {                                                                                                                   
  padding: 0 10px;                                                                                                                   
}                                                                                                                   
/*-----flowBlock-----*/                                                                                                                   
.flowcolumn{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
.flowcolumn .static_innerBlock:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
.flowcolumn img.module_IcatchImage {                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  clear : both;                                                                                                                   
  float : none;                                                                                                                   
  display : block;                                                                                                                   
  width: 100%;                                                                                                                   
}                                                                                                                   
.flowcolumn .box_article_04 {                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  padding: 10px;                                                                                                                   
  border: 1px solid #ddd;                                                                                                                   
  float: none;                                                                                                                   
  width: auto;                                                                                                                   
  display: block;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.flowcolumn .box_article_04:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
.flowcolumn .box_article_04:nth-of-type(even){                                                                                                                   
  margin-right:0px;                                                                                                                   
}                                                                                                                   
.flowcolumn .box_article_04 p {                                                                                                                   
position: relative;                                                                                                                   
padding-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.flowcolumn .box_article_04 h3 {                                                                                                                   
  float : none;                                                                                                                   
  width : auto;                                                                                                                   
  padding: 2px 0px 8px 40px;                                                                                                                   
  position:relative;                                                                                                                   
  background-size: 30px !important;                                                                                                                   
  margin: 0px 0px 3px 0px;                                                                                                                   
  line-height: 150%;                                                                                                                   
  background-position: 0px 0px !important;                                                                                                                   
  text-align: left;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.flowcolumn .box_article_04:nth-of-type(1) h3 {background: url(../images/bg-flow-01.png) no-repeat center top;}                                                                                                                   
.flowcolumn .box_article_04:nth-of-type(2) h3 {background: url(../images/bg-flow-02.png) no-repeat center top;}                                                                                                                   
.flowcolumn .box_article_04:nth-of-type(3) h3 {background: url(../images/bg-flow-03.png) no-repeat center top;}                                                                                                                   
.flowcolumn .box_article_04:nth-of-type(4) h3 {background: url(../images/bg-flow-04.png) no-repeat center top;}                                                                                                                   
.flowcolumn .box_article_04:nth-of-type(5) h3 {background: url(../images/bg-flow-05.png) no-repeat center top;}                                                                                                                   
/*-----qaBlock-----*/                                                                                                                   
.qacolumn {                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
.qacolumn .static_innerBlock:after {                                                                                                                   
display: block;                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
}                                                                                                                   
                                                                                                                   
.qacolumn img.module_IcatchImage {                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  clear : both;                                                                                                                   
  float : none;                                                                                                                   
  display : block;                                                                                                                   
  width: 100%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.qacolumn .box_article_04:nth-of-type(even){                                                                                                                   
  margin-right:0px;                                                                                                                   
}                                                                                                                   
.qacolumn .box_article_04 {                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  background: #fff;                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  float: none;                                                                                                                   
  width: auto;                                                                                                                   
  padding: 10px;                                                                                                                   
  border: 1px solid #d6d6d6;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.qacolumn .box_article_04:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                       
.qacolumn .box_article_04 h3 {                                                                                                                   
  float : none;                                                                                                                   
  width : auto;                                                                                                                   
  color: #333;                                                                                                                   
  padding: 3px 0px 8px 40px;                                                                                                                   
  position: relative;                                                                                                                   
  background: url(../images/bg-q.png) no-repeat left top;                                                                                                                   
  background-position: 0px 0px;                                                                                                                   
  margin-bottom: 8px;                                                                                                                   
  background-size: 30px;                                                                                                                   
  }                                                                                                                   
.qacolumn .box_article_04 p{                                                                                                                   
  position:relative;                                                                                                                   
  padding: 8px 0 0px 40px;                                                                                                                   
  background: url(../images/bg-a.png) no-repeat left top;                                                                                                                   
  background-position: 0 4px;                                                                                                                   
  background-size: 30px;                                                                                                                   
  min-height: 45px;                                                                                                                   
  }                                                                                                                   
.include_normalLink {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
.include_normalLink .box_article_04 {                                                                                                                   
    border: solid 1px #e9f3f3;                                                                                                                   
    padding: 10px;                                                                                                                   
    margin-bottom: 15px;                                                                                                                   
    background: #f0feff;                                                                                                                   
    float: none;                                                                                                                   
    width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.include_normalLink .box_article_04:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
.availableButtonLink {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
.availableButtonLink .box_article_04 {                                                                                                                   
    margin-bottom: 15px;                                                                                                                   
    padding: 10px;                                                                                                                   
    float: none;                                                                                                                   
    width: auto;                                                                                                                   
    background: #eff8fa;                                                                                                                   
}                                                                                                                   
.availableButtonLink .box_article_04:last-child{                                                                                                                   
  margin:0 auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.availableButtonLink h3 {                                                                                                                   
    margin-bottom: 8px;                                                                                                                   
    padding-bottom: 0;                                                                                                                   
}                                                                                                                   
.availableButtonLink .box_article_04 p {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
.availableButtonLink a {                                                                                                                   
    margin: 10px auto 0;                                                                                                                   
    padding: 10px;                                                                                                                   
    text-align: center;                                                                                                                   
    text-decoration: none;                                                                                                                   
    background: #e9a072;                                                                                                                   
    color: #ffffff;                                                                                                                   
    display: block;                                                                                                                   
    font-size: 15px;                                                                                                                   
}                                                                                                                   
.availableButtonLink a:hover {                                                                                                                   
    background: #6cd1d5;                                                                                                                   
    opacity: 1;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.controllImgLink {                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.controllImgLink:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
                                                                                                                   
.controllImgLink .box_article_04 {                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  position: relative;                                                                                                                   
}                                                                                                                   
.controllImgLink .box_article_04:nth-of-type(even){                                                                                                                   
   margin-right:0px;                                                                                                                   
}                                                                                                                   
.controllImgLink .box_article_04:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
                                                                                                                   
}                                                                                                                   
.controllImgLink .box_article_04 h3 {                                                                                                                   
    margin: 0 auto 5px;                                                                                                                   
    padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.controllImgLink .box_article_04:before {                                                                                                                   
    content: "PR";                                                                                                                   
    background: #f00;                                                                                                                   
    padding: 5px;                                                                                                                   
    position: absolute;                                                                                                                   
    color: #fff;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.controllImgLink .box_article_04 img {                                                                                                                   
  width : 100%;                                                                                                                   
  height : auto;                                                                                                                   
  margin-bottom : 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----categorypostBlock-----*/                                                                                                                   
.side_categorypostBlock {                                                                                                                   
  display: block;                                                                                                                   
  padding: 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.side_categorypostBlock h1,                                                                                                                   
.entrycolumn h1 {                                                                                                                   
  font-size: 20px;                                                                                                                   
  margin: 10px 0;                                                                                                                   
  position: static;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.side_categorypostBlock h1 {                                                                                                                   
    display: block;                                                                                                                   
    text-align: left;                                                                                                                   
    margin: 0;                                                                                                                   
    padding: 0px 0px 10px 0px;                                                                                                                   
}                                                                                                                   
.side_categorypostBlock .box_article_04{                                                                                                                   
  display:block;                                                                                                                   
  margin: 0 auto 25px;                                                                                                                   
  float: none;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
.side_categorypostBlock .box_article_04:last-child{                                                                                                                   
  /* margin-bottom:0px; */                                                                                                                   
}                                                                                                                   
.side_categorypostBlock .box_article_04:after {                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.side_categorypostBlock .box_article_04 img {                                                                                                                   
  width: 100%;                                                                                                                   
  float: none;                                                                                                                   
  margin: 0 auto 10px;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.side_categorypostBlock .box_article_04 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;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.side_categorypostBlock .box_article_04 h2:before,                                                                                                                   
.side_categorypostBlock .box_article_04 h2:after {                                                                                                                   
    content: "";                                                                                                                   
    display: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.side_categorypostBlock .box_article_04 p {                                                                                                                   
  clear : none;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
/*-----kuchikomiBlock-----*/                                                                                                                   
.best_kuchikomiBlock {                                                                                                                   
  display: block;                                                                                                                   
  padding-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.best_kuchikomiBlock h2 {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.best_kuchikomiBlock .static_innerBlock:after {                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                      
                                                                                                                   
.best_kuchikomiBlock .box_article_04{                                                                                                                   
  display:block;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  margin: 0 0 20px 0;                                                                                                                   
  border : solid 1px #ccc;                                                                                                                   
  padding: 15px;                                                                                                                   
}                                                                                                                   
.best_kuchikomiBlock .box_article_04:last-child{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
.best_kuchikomiBlock .box_article_04 h3 {                                                                                                                   
  float : none;                                                                                                                   
  width : auto;                                                                                                                   
  color: #333;                                                                                                                   
  padding-bottom: 10px;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.best_kuchikomiBlock .box_article_04 p {                                                                                                                   
  float : none;                                                                                                                   
  width : auto;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.___boximgcat___ {                                                                                                                   
    width: auto;                                                                                                                   
    margin: 0 auto 30px;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.___boximgcat___ img {                                                                                                                   
    width: 100%;                                                                                                                   
    display: block;                                                                                                                   
    box-sizing: border-box;                                                                                                                   
    float: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----titleh2block-----*/                                                                                                                   
#m_cont .titleh2block{                                                                                                                   
  width: auto;                                                                                                                   
  display: block;                                                                                                                   
  padding: 0px;                                                                                                                   
  margin-bottom: 30px;                                                                                                                   
}                                                                                                                   
#m_cont .titleh2block ul {                                                                                                                   
    display: block;                                                                                                                   
    padding: 10px;                                                                                                                   
    background: #fef4ee;                                                                                                                   
}                                                                                                                   
#m_cont .titleh2block ul li{                                                                                                                   
  margin: 0 0 8px 0;                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                   
#m_cont .titleh2block ul li:last-child {                                                                                                                   
    margin-bottom: 0 !important;                                                                                                                   
}                                                                                                                   
#m_cont .titleh2block ul li{                                                                                                                   
  text-align: left;                                                                                                                   
  position: relative;                                                                                                                   
  padding: 0 0 5px 0px;                                                                                                                   
}                                                                                                                   
#m_cont .titleh2block ul li a:before {                                                                                                                   
    position: absolute;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
#m_cont .titleh2block ul li a:hover:after {                                                                                                                   
    background: #333;                                                                                                                   
}                                                                                                                   
#m_cont .titleh2block ul li a {                                                                                                                   
    color: #2c2c2c;                                                                                                                   
}                                                                                                                   
#m_cont .titleh2block ul li a:hover {                                                                                                                   
    text-decoration: none;                                                                                                                   
    color: #333;                                                                                                                   
}                                                                                                                   
#m_cont .titleh2block h2{                                                                                                                   
  margin-bottom: 0px !important;                                                                                                                   
  padding: 8px 10px;                                                                                                                   
  background: #3cc9ce;                                                                                                                   
  border-bottom: 2px groove #39c5ca;                                                                                                                   
  color: #fff;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*------------------footerArea-------------------*/                                                                                                                   
#postlist_footerBlock {                                                                                                                   
  background: #ffffff;                                                                                                                   
  margin-top: 0px;                                                                                                                   
  position: relative;                                                                                                                   
  clear: both;                                                                                                                   
  width: 100%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#postlist_footerBlock .static_innerBlock{                                                                                                                   
  display: block;                                                                                                                   
  margin-left: 0;                                                                                                                   
  margin-right: 0;                                                                                                                   
  }                                                                                                                   
#postlist_footerBlock .static_innerBlock p{                                                                                                                   
  text-align:center;                                                                                                                   
}                                                                                                                   
.copy {                                                                                                                   
    margin: auto;                                                                                                                   
    padding: 20px 20px 20px 20px;                                                                                                                   
    font-size: 15px;                                                                                                                   
    z-index: -1;                                                                                                                   
    width: auto;                                                                                                                   
    margin-bottom: 60px;                                                                                                                   
    margin-right: 0;                                                                                                                   
    background: #fceee6;                                                                                                                   
    margin-left: 0;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
/*---------------PR---------------*/                                                                                                                   
.pr {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.pr.banner5 {                                                                                                                   
    margin: 0 auto 30px;                                                                                                                   
}                                                                                                                   
.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;                                                                                                                   
  z-index: 9999;                                                                                                                   
  display:  block;                                                                                                                   
  line-height: 120%;                                                                                                                   
  max-width: 600px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu label {                                                                                                                   
    position: static;                                                                                                                   
    padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu ul {                                                                                                                   
    display: flex;                                                                                                                   
    padding: 10px 2px 10px 2px;                                                                                                                   
    background: #36b9be;                                                                                                                   
    justify-content: center;                                                                                                                   
    margin-left: 0px;                                                                                                                   
    border: none;                                                                                                                   
}                                                                                                                   
.ft_menu ul li {                                                                                                                   
    display: block;                                                                                                                   
    background-size: 21px !important;                                                                                                                   
    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 0px !important;                                                                                                                   
    font-weight: normal;                                                                                                                   
    margin-bottom: 13px;                                                                                                                   
    display: -webkit-inline-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu ul li:nth-of-type(1) a label {                                                                                                                   
    padding: 23px 0px 0px 0px;                                                                                                                   
    display: block;                                                                                                                   
    position: relative;                                                                                                                   
    background: #f00;                                                                                                                   
    background: url(../images/ft_menu.png) no-repeat center top;                                                                                                                   
    background-size: 20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu ul input:checked ~ li:nth-of-type(1) a label {display:block;background: url(../images/ft_cross.png) no-repeat center top;background-size: 20px;}                                                                                                                   
                                                                                                                   
.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: #e5905a;                                                                                                                   
  max-height: 163px;                                                                                                                   
  bottom: 59px;                                                                                                                   
  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: 10px 0px;                                                                                                                   
    border: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
ul.drop-nav{                                                                                                                   
  max-height: 0;                                                                                                                   
  padding:0;                                                                                                                   
  overflow:hidden;                                                                                                                   
  list-style-type:none;                                                                                                                   
  background: #fff;                                                                                                                   
  position:absolute;                                                                                                                   
  border: none;                                                                                                                   
}                                                                                                                   
ul.drop-nav li {                                                                                                                   
    margin: 0 auto 10px;                                                                                                                   
    background: none;                                                                                                                   
    padding: 0 0 0 50px;                                                                                                                   
    background-size: 21px !important;                                                                                                                   
    width: auto !important;                                                                                                                   
    border-bottom: 1px solid #fff;                                                                                                                   
    background-position: 21px -1px !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
ul.drop-nav li ul li {                                                                                                                   
    background: none !important;                                                                                                                   
    margin-bottom: 0px;                                                                                                                   
    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;                                                                                                                   
}                                                                                                                                                                                                                                      
                                                                                                                       
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;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.entrycolumn .box_article_04 p {                                                                                                                   
    margin-bottom: 20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.entrycolumn .box_article_04:last-child p {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
/*----------Accodion-------*/                                                                                                                   
.accordion {                                                                                                                   
    cursor: pointer;                                                                                                                   
    width: auto;                                                                                                                   
    text-align: left;                                                                                                                   
    outline: none;                                                                                                                   
    transition: 0.4s;                                                                                                                   
    overflow: hidden;                                                                                                                   
    display: block;                                                                                                                   
    position: relative;                                                                                                                   
    padding: 5px 8px;                                                                                                                   
    border: 1px solid #edddd4;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.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;                                                                                                                   
}                                                                                                                   
.accordion h2:after {                                                                                                                   
    background: url(../images/a_plus.png);                                                                                                                   
    content: "";                                                                                                                   
    position: absolute;                                                                                                                   
    width: 15px;                                                                                                                   
    height: 15px;                                                                                                                   
    display: block;                                                                                                                   
    top: 7px;                                                                                                                   
    right: 0px;                                                                                                                   
    left: 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);                                                                                                                   
}                                                                                                                   
                                                                                                                   
#postlist_footerBlock .newcolumn {                                                                                                                   
  margin: 0 auto 30px;                                                                                                                   
  padding: 0px 20px;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
#postlist_footerBlock .newcolumn .static_innerBlock {                                                                                                                   
  padding: 0px;                                                                                                                   
  width: auto;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
}                                                                                                                   
#postlist_footerBlock .newcolumn h2{                                                                                                                   
  border: 0;                                                                                                                   
  background: #b6e7e9;                                                                                                                   
  padding: 8px 10px;                                                                                                                   
  margin-bottom: 8px;                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                   
#postlist_footerBlock .newcolumn ul {                                                                                                                   
  text-align: left;                                                                                                                   
  padding: 10px 0px 0px 0px;                                                                                                                   
}                                                                                                                   
#postlist_footerBlock .newcolumn ul li{                                                                                                                   
  text-align: left;                                                                                                                   
  border-bottom: 1px solid #edd2c2;                                                                                                                   
  padding: 0 0 7px 0;                                                                                                                   
  margin: 0 0 10px 0;                                                                                                                   
}                                                                                                                   
#postlist_footerBlock .newcolumn ul li a {                                                                                                                   
    display: block;                                                                                                                   
    color: #403d3d;                                                                                                                   
}                                                                                                                   
#postlist_footerBlock .newcolumn ul li a:hover {                                                                                                                   
    opacity: 0.6;                                                                                                                   
    text-decoration: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
@media (max-width: 480px) { /*--mobile--*/                                                                                                                   
.pr.banner5 img,                                                                                                                   
.prbn_temp.banner3 img,                                                                                                                   
.prbn_temp.banner2 img,                                                                                                                   
.prbn_temp.banner1 img{                                                                                                                   
  width: 100%;                                                                                                                   
  display: block;                                                                                                                   
  float: none;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
}                                                                                                                   
#m_cont{                                                                                                                   
  padding: 55% 0 0 0;                                                                                                                   
}                                                                                                                   
.ft_menu ul li{                                                                                                                   
  width: 50%;                                                                                                                   
}                                                                                                                   
}                                                                                                                   
                                                                                                                   
@media (max-width: 414px) { /*--mobile--*/                                                                                                                   
#m_cont{                                                                                                                   
  padding: 55% 0 0 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.localwrp_head_tmp img{                                                                                                                   
  display: block;                                                                                                                   
  width: 213px;                                                                                                                   
  float: left;                                                                                                                   
  margin: 0 auto 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.mainlogo {                                                                                                                   
    width: auto;                                                                                                                   
    float: none;                                                                                                                   
    display: block;                                                                                                                   
    padding: 15px 20px;                                                                                                                   
}                                                                                                                   
ul.submenu{                                                                                                                   
  /* top: 54px; */                                                                                                                   
}                                                                                                                   
                                                                                                                   
.menuarea label:after {display: block;top: 10px;}                                                                                                                   
.titleBlock_dynamic {                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
.localwrp_head_tmp {                                                                                                                   
    min-height: 35px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h1 {                                                                                                                   
    text-align: left;                                                                                                                   
}                                                                                                                   
h2{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
h2:before,                                                                                                                   
h2:after{                                                                                                                   
  content: "";                                                                                                                   
  display: none;                                                                                                                   
  clear: both;                                                                                                                   
}                                                                                                                   
.prbn_temp img.bn{                                                                                                                   
  display: block;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  width: 100%;                                                                                                                   
}                                                                                                                   
#local_sidebar .prbn_temp img {                                                                                                                   
    box-sizing: border-box;                                                                                                                   
    display: block;                                                                                                                   
    width: 100%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.prbn_temp.___horizontal___ .pr img {                                                                                                                   
    width: 100% !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.prbn_temp.___horizontal___ img {                                                                                                                   
    width: 100%;                                                                                                                   
    display: block;                                                                                                                   
    box-sizing: border-box;                                                                                                                   
}                                                                                                                   
.pr img{                                                                                                                   
  width: 100%;                                                                                                                   
  display: block;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.entrycolumn .box_article_04 h3{                                                                                                                   
  padding: 0px;                                                                                                                   
  background: none;                                                                                                                   
}                                                                                                                   
.linkTosite .box_article_04 h3{                                                                                                                   
  padding: 0px;                                                                                                                   
  background: none;                                                                                                                    
}                                                                                                                   
.flowcolumn .box_article_04 h3{                                                                                                                   
  background-position: 50% 0px !important;                                                                                                                   
  padding: 40px 0 8px 0;                                                                                                                   
  text-align: center;                                                                                                                     
}                                                                                                                   
.commentcolumn .box_article_04 h3{                                                                                                                   
  background-position: 50% 0px !important;                                                                                                                   
  padding: 40px 0 8px 0;                                                                                                                   
  text-align: center;                                                                                                                      
}                                                                                                                   
.qacolumn .box_article_04 h3{                                                                                                                   
  background-position: 50% 0px !important;                                                                                                                   
  padding: 40px 0 8px 0;                                                                                                                   
  text-align: center;                                                                                                                       
}                                                                                                                   
.qacolumn .box_article_04 p{                                                                                                                   
  background-position: 50% 0px !important;                                                                                                                   
  padding: 40px 0 8px 0;                                                                                                                   
  text-align: left;                                                                                                                   
  min-height: inherit;                                                                                                                   
}                                                                                                                   
}                                                                                                                   
