﻿@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, section, 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, section, summary {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
html, body {                                                                                                                   
  font-size: 16px;                                                                                                                   
  line-height: 160%;                                                                                                                   
  font-family: 'Hiragino Kaku Gothic ProN',  Meiryo,  Osaka, 'MS PGothic', arial, helvetica, sans-serif;                                                                                                                   
  background: #eceae7;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
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;                                                                                                                   
}                                                                                                                   
                                                                                                                   
section, 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---------------*/                                                                                                                   
                                                                                                                   
.main_wrapper{                                                                                                                   
  padding: 0px;                                                                                                                   
  margin: 0px auto 0;                                                                                                                   
  max-width: 600px;                                                                                                                   
  overflow: hidden;                                                                                                                   
  position: relative;                                                                                                                   
  background: #fff;                                                                                                                   
  width: auto;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
p {                                                                                                                   
margin: auto;                                                                                                                   
}                                                                                                                   
a {color: #db983a;text-decoration: none;}                                                                                                                   
a:hover {text-decoration: none;opacity: 0.5;}                                                                                                                   
h1 {margin: 0px auto 0px;padding: 8px 80px 5px 0px;font-size: 20px;clear: both;text-align: left;width: auto;line-height: 150%;font-weight: bold;}                                                                                                                   
                                                                                                                   
h1 a:hover {                                                                                                                   
    text-decoration: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h1 a {                                                                                                                   
    text-decoration: none;                                                                                                                   
    color: #fff;                                                                                                                   
}                                                                                                                   
h2 {                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  font-size: 17px;                                                                                                                   
  color: #ffffff;                                                                                                                   
  position: relative;                                                                                                                   
  clear: both;                                                                                                                   
  font-weight: bold;                                                                                                                   
  padding: 8px 0px 8px 28px;                                                                                                                   
  border-bottom: 1px solid #db983a;                                                                                                                   
  background: #699664;                                                                                                                   
  }                                                                                                                   
                                                                                                                     
h2:before {                                                                                                                   
    content: '';                                                                                                                   
    width: 5px;                                                                                                                   
    height: 5px;                                                                                                                   
    position: absolute;                                                                                                                   
    top: 15px;                                                                                                                   
    left: 8px;                                                                                                                   
    border: 3px double #ffffff;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h3 {                                                                                                                   
  font-size: 15px;                                                                                                                   
  color: #333;                                                                                                                   
  padding-bottom: 8px;                                                                                                                   
  font-weight: bold;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
/*-------Navigation------------*/                                                                                                                   
#contents_main{                                                                                                                   
    transition: margin-right .5s;                                                                                                                   
    box-shadow: 1px 0 0px #d6d4d4;                                                                                                                   
    padding: 0px 0px 1px 0px;                                                                                                                   
    width: auto;                                                                                                                   
    box-sizing: border-box;                                                                                                                   
}                                                                                                                   
.nav {                                                                                                                   
  height: 100%;                                                                                                                   
  width: 0;                                                                                                                   
  position: absolute;                                                                                                                   
  z-index: 999;                                                                                                                   
  top: 0;                                                                                                                   
  right: 0;                                                                                                                   
  background-color: #fff;                                                                                                                   
  overflow: hidden;                                                                                                                   
  transition: 0.5s;                                                                                                                   
  padding-top: 5px;                                                                                                                   
  box-shadow: 0px 0px 1px #389a8d;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.nav  ul li{                                                                                                                   
  font-weight : bold;                                                                                                                   
  background: url(../images/m_icon.png) no-repeat left;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  overflow: hidden;                                                                                                                   
  position: relative;                                                                                                                   
  margin-left: 0px;                                                                                                                   
  border-bottom: 1px solid #dfebec;                                                                                                                   
  background-position: 21px 7px;                                                                                                                   
  padding: 5px 10px 5px 45px !important;                                                                                                                   
  background-size: 24px;                                                                                                                   
}                                                                                                                   
.nav  ul li:first-child {                                                                                                                   
    display: block;                                                                                                                   
    background: url(../images/icon_top.png) no-repeat left top;                                                                                                                   
    background-position: 20px 9px;                                                                                                                   
    background-size: 18px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.nav ul li ul li:first-child {                                                                                                                   
    background: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.nav ul li ul li:first-child {                                                                                                                   
    width: inherit;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.nav  ul li:hover {                                                                                                                   
    overflow: inherit;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.nav  ul li ul li:hover {                                                                                                                   
    box-shadow: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.nav  ul {                                                                                                                   
    display: block;                                                                                                                   
    padding-top: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.nav  ul li:last-child {                                                                                                                   
    margin-right: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.nav  ul li a {                                                                                                                   
  text-align: left;                                                                                                                   
  font-size: 14px;                                                                                                                   
  padding: 0;                                                                                                                   
  text-decoration: none;                                                                                                                   
  color: #e4a550;                                                                                                                   
  transition: 0.3s;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.nav  ul li ul li{                                                                                                                   
  font-weight : normal;                                                                                                                   
  margin: 8px auto 10px;                                                                                                                   
  background: none;                                                                                                                   
  float: none;                                                                                                                   
  min-height: inherit;                                                                                                                   
  width: auto;                                                                                                                   
  border: 0px !important;                                                                                                                   
  display: block;                                                                                                                   
  height: auto;                                                                                                                   
  padding: 0 !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.nav  ul li ul {                                                                                                                   
    display: block;                                                                                                                   
    text-align: left;                                                                                                                   
    left: 0;                                                                                                                   
    border: 0;                                                                                                                   
    padding: 0;                                                                                                                   
}                                                                                                                   
.nav  ul li ul li a {                                                                                                                   
  border: 0;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.open-side {                                                                                                                   
    padding: 10px 20px;                                                                                                                   
    position: relative;                                                                                                                   
    overflow: hidden;                                                                                                                   
    min-height: 46px;                                                                                                                   
    background: #699664;                                                                                                                   
    margin: 0 auto 20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.btnClick{                                                                                                                   
    font-size: 12px;                                                                                                                   
    color: #e4a550;                                                                                                                   
    cursor: pointer;                                                                                                                   
    top: 16px;                                                                                                                   
    position: absolute;                                                                                                                   
    margin-bottom: 4px;                                                                                                                   
    padding: 5px 28px 5px 5px;                                                                                                                   
    box-sizing: border-box;                                                                                                                   
    z-index: 99999;                                                                                                                   
    background: #f5fbff;                                                                                                                   
    right: 20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Header_Block #overlay-button span:before {                                                                                                                   
    background: url("../images/icon_nav.png") no-repeat;                                                                                                                   
    content: "";                                                                                                                   
    position: absolute;                                                                                                                   
    padding: 16px;                                                                                                                   
    background-size: 17px;                                                                                                                   
    top: 1px;                                                                                                                   
    background-position: 100% 8px;                                                                                                                   
    right: 6px;                                                                                                                   
}                                                                                                                   
.Header_Block input[type=checkbox] {                                                                                                                   
  display: none;                                                                                                                   
}                                                                                                                   
.Header_Block input[type=checkbox]:checked ~ #overlay-button span:before {                                                                                                                   
    background: url(../images/icon_nav_inverse.png) no-repeat;                                                                                                                   
    content: "";                                                                                                                   
    position: absolute;                                                                                                                   
    padding: 17px;                                                                                                                   
    background-size: 17px;                                                                                                                   
    top: 4px;                                                                                                                   
    right: 5px;                                                                                                                   
    background-position: 100% 5px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*------------end Navigation-----------*/                                                                                                                   
                                                                                                                   
#main_header .in,                                                                                                                   
#content_article_frame .in,                                                                                                                   
#footer .in{display: block;width: auto;}                                                                                                                   
.wrap_header_dynamic{                                                                                                                   
    padding: 0;                                                                                                                   
    width: auto;                                                                                                                   
}                                                                                                                   
#content_article_frame {                                                                                                                   
  padding: 49% 0 0 0;                                                                                                                   
  position: static;                                                                                                                   
  border: 0;                                                                                                                   
  width: auto;                                                                                                                   
  min-height: inherit;                                                                                                                   
  float: none;                                                                                                                   
  margin: 0px 20px;                                                                                                                   
  background: url(../images/mainimage.jpg) no-repeat left top;                                                                                                                   
  background-size: 100%;                                                                                                                   
  background-position: 50% 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#content_article_frame:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main_header{                                                                                                                   
  display:block;                                                                                                                   
}                                                                                                                   
#content_article_frame{                                                                                                                   
  display:block;                                                                                                                   
  overflow: hidden;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main {                                                                                                                   
  margin : 0;                                                                                                                   
  padding: 0;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main img.bn:nth-of-type(2){                                                                                                                   
    margin: 30px auto 20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side {                                                                                                                   
  margin: 0 auto 35px;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side .Recommend_bg_cont {                                                                                                                   
  padding : 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side .Recommend_bg_cont:after {                                                                                                                   
display: block;                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
}                                                                                                                   
#side .Recommend_bg_cont .col {                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  width: auto;                                                                                                                   
  margin: 0 auto 25px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side .Recommend_bg_cont .col:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
#side .Recommend_bg_cont .col:after {                                                                                                                   
  display: block;                                                                                                                   
  clear: both;                                                                                                                   
 content: "";                                                                                                                    
}                                                                                                                   
                                                                                                                   
#side .Recommend_bg_cont .col img {                                                                                                                   
  width: 100%;                                                                                                                   
  height: auto;                                                                                                                   
  float: none;                                                                                                                   
  margin: 0 0 15px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side .Recommend_bg_cont .col h3 {                                                                                                                   
  overflow: hidden;                                                                                                                   
  border-bottom: 1px solid #ccc;                                                                                                                     
  margin-bottom: 10px;                                                                                                                   
  clear: both;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
#side .Recommend_bg_cont .col a {                                                                                                                   
  padding: 10px;                                                                                                                   
  color: #fff;                                                                                                                   
  text-decoration : none;                                                                                                                   
  float: right;                                                                                                                   
  background: #f00;                                                                                                                   
  margin-top: 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side .Recommend_bg_cont .col a:hover {                                                                                                                   
background: #333;                                                                                                                   
}                                                                                                                   
#side .top_nw_block {                                                                                                                   
  display: block;                                                                                                                   
  margin: 0 0 30px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
#side  .top_nw_block ul {                                                                                                                   
  overflow-y:scroll;                                                                                                                   
  height : 125px;                                                                                                                   
  list-style-type: none;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side  .top_nw_block ul li{                                                                                                                   
  margin: 0 0 20px 0;                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                   
#side  .top_nw_block ul li a{                                                                                                                   
  color:#f00;                                                                                                                   
  text-decoration: underline;                                                                                                                   
}                                                                                                                   
#side  .top_nw_block ul li a:hover{                                                                                                                   
  text-decoration: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------headerArea---------------*/                                                                                                                   
#main_header {                                                                                                                   
  padding: 0 0;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                       
                                                                                                                   
.title {                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  margin: 0px auto 0px;                                                                                                                   
  position: relative;                                                                                                                   
  }                                                                                                                   
.tmp_header_area{                                                                                                                   
  display:block;                                                                                                                   
}                                                                                                                   
.headblg_design_main{                                                                                                                   
  margin:0 auto 0;                                                                                                                   
  position:  relative;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.title:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
/*-------------Banner--------------*/                                                                                                                   
                                                                                                                   
.topic_prbn {                                                                                                                   
    display: block;                                                                                                                   
    text-align: center;                                                                                                                   
    width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.topic_prbn.horizontal {                                                                                                                   
    width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.topic_prbn.square {                                                                                                                   
    margin-bottom: 40px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.topic_prbn.horizontal img {                                                                                                                   
    box-sizing: border-box;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
.topic_prbn img.bn {                                                                                                                   
    margin: 0 auto 20px;                                                                                                                   
    height: auto;                                                                                                                   
    display: block;                                                                                                                   
    box-sizing: border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side .topic_prbn img {                                                                                                                   
    margin: 0 auto 20px;                                                                                                                   
    height: auto;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.prtxt_all {                                                                                                                   
    padding: 15px 0px;                                                                                                                   
    border: 1px solid #bbb;                                                                                                                   
    width: 1200px;                                                                                                                   
    margin: 0 auto 20px;                                                                                                                   
}                                                                                                                   
.prtxt_all p{                                                                                                                   
  text-align: center;                                                                                                                   
}                                                                                                                   
/*-------------End Banner--------------*/                                                                                                                   
                                                                                                                   
.template_FRhead1Block {                                                                                                                   
  margin: 0px auto 40px;                                                                                                                   
  padding: 0px 0 0 0;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.template_FRhead1Block h2 {                                                                                                                   
  background: none;                                                                                                                   
  border: 0;                                                                                                                   
  margin: 0 auto 13px;                                                                                                                   
  border-bottom: 1px solid #8a8a8a;                                                                                                                   
  padding: 0px 0px 10px 0px;                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.template_FRhead1Block .in {                                                                                                                   
margin : 0;                                                                                                                   
width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.template_FRhead1Block p {                                                                                                                   
  margin : 0px;                                                                                                                   
  padding: 0;                                                                                                                   
  background: #fff;                                                                                                                   
}                                                                                                                   
#main_header .top_nw_block {                                                                                                                   
  margin: 0px auto 30px;                                                                                                                   
  padding: 0px 0 0 0;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
#main_header .top_nw_block .in {                                                                                                                   
  padding: 0px;                                                                                                                   
  width: auto;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main_header .top_nw_block h2{                                                                                                                   
  border: 0;                                                                                                                   
  margin: 0 auto 13px;                                                                                                                   
  background: #eee;                                                                                                                   
  padding: 10px 15px;                                                                                                                   
  text-align: left;                                                                                                                   
  border-radius: 5px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main_header .top_nw_block ul {                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main_header .top_nw_block ul li{                                                                                                                   
  text-align: left;                                                                                                                   
  border-bottom: 1px solid #eee;                                                                                                                   
  padding: 0 0 5px 0;                                                                                                                   
  margin: 0 0 10px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main_header .top_nw_block ul li a {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main_header .top_nw_block ul li a:hover {                                                                                                                   
    opacity: 0.6;                                                                                                                   
    text-decoration: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------pankuzu---------------*/                                                                                                                   
.pankuzu_side {                                                                                                                   
  margin: 0px auto 15px;                                                                                                                   
  width: auto;                                                                                                                   
  font-size: 14px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.pankuzu_side span.Block_break {                                                                                                                   
  padding: 0 8px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------mainArea---------------*/                                                                                                                   
.template_FRhead1Block .in,                                                                                                                    
#main_header .top_nw_block .in,                                                                                                                    
#main .top_nw_block .in,                                                                                                                    
.Info_rankblg .in,                                                                                                                    
.QA_block .in,                                                                                                                    
.article_blg .in,                                                                                                                    
.top_flowblg .in,                                                                                                                    
.Recommend_bg_cont .in,                                                                                                                    
.Colunm_Campare_Block .in,                                                                                                                    
.ListstyleBlock_Main .in,                                                                                                                    
.Show_Point_Block .in,                                                                                                                    
.Frame_Show_Sumup .in,                                                                                                                    
.module_categorypostBlock .in,                                                                                                                    
.modern_kuchikomiBlock .in,                                                                                                                     
#footer .in{                                                                                                                   
  clear: both;                                                                                                                   
  padding: 0px;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main .top_nw_block,                                                                                                                    
.Info_rankblg,                                                                                                                    
.QA_block,                                                                                                                    
.article_blg,                                                                                                                    
.top_flowblg,                                                                                                                    
.Recommend_bg_cont,                                                                                                                    
.Colunm_Campare_Block,                                                                                                                    
.ListstyleBlock_Main,                                                                                                                    
.Show_Point_Block,                                                                                                                    
.Frame_Show_Sumup,                                                                                                                    
.modern_kuchikomiBlock,                                                                                                                    
.module_categorypostBlock,                                                                                                                    
#side .Recommend_bg_cont,                                                                                                                   
.articleLink,                                                                                                                    
.load_normalLink,                                                                                                                    
.allowButtonLink,                                                                                                                    
.randomImgLink {                                                                                                                   
  margin: 0 auto 40px;                                                                                                                   
  clear: both;                                                                                                                   
  width: auto;                                                                                                                   
  border: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.main_FR1_Block {display: block;width: auto;background: #eef5ed;}                                                                                                                   
                                                                                                                   
.main_FR1_Block p {                                                                                                                   
    padding: 10px 10px 10px 10px;                                                                                                                   
    border: 1px solid #ffffff;                                                                                                                   
    background: #e5f5e4;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.main_FR1_Block h2 {                                                                                                                   
    padding: 8px 0 8px 10px;                                                                                                                   
}                                                                                                                   
.main_FR1_Block p:before {                                                                                                                   
    content: "";                                                                                                                   
    border-style: solid;                                                                                                                   
    border-width: 3px;                                                                                                                   
    height: 70px;                                                                                                                   
    position: absolute;                                                                                                                   
    border-color: transparent;                                                                                                                   
    border-left-color: #db983a;                                                                                                                   
    left: 1px;                                                                                                                   
}                                                                                                                   
.main_FR1_Block p:after {                                                                                                                   
    content: "";                                                                                                                   
    border-style: solid;                                                                                                                   
    border-width: 3px;                                                                                                                   
    height: 70px;                                                                                                                   
    position: absolute;                                                                                                                   
    border-color: transparent;                                                                                                                   
    border-right-color: #db983a;                                                                                                                   
    right: 1px;                                                                                                                   
    top: 50px;                                                                                                                   
}                                                                                                                   
.main_FR1_Block h2:before, .main_FR1_Block h2:after {                                                                                                                   
    display: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.main_FR1_Block img {                                                                                                                   
    box-sizing: border-box;                                                                                                                   
    width: 100%;                                                                                                                   
    display: block;                                                                                                                   
    margin: 0 auto 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Cont_FRmain2block {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.main_FR3Block {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Main_FR4Block {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
.main_FR1_Block,                                                                                                                   
.Cont_FRmain2block,                                                                                                                   
.main_FR3Block,                                                                                                                   
.Main_FR4Block{                                                                                                                   
    margin: 0 auto 40px;                                                                                                                   
    width: auto;                                                                                                                   
    position:relative;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
                                                                                                                   
.main_FR1_Block:before,                                                                                                                   
.Cont_FRmain2block:before,                                                                                                                   
.main_FR3Block:before,                                                                                                                   
.Main_FR4Block:before{                                                                                                                   
    display:none;                                                                                                                   
}                                                                                                                   
.main_FR1_Block:after,                                                                                                                   
.Cont_FRmain2block:after,                                                                                                                   
.main_FR3Block:after,                                                                                                                   
.Main_FR4Block:after{                                                                                                                   
    display:none;                                                                                                                   
}                                                                                                                   
.main_FR1_Block h2,                                                                                                                   
.Cont_FRmain2block h2,                                                                                                                   
.main_FR3Block h2,                                                                                                                   
.Main_FR4Block h2{                                                                                                                   
    text-align: left;                                                                                                                   
    margin-bottom: 0;                                                                                                                   
    background: #699664;                                                                                                                   
    border: 0;                                                                                                                   
    color: #ffffff;                                                                                                                   
}                                                                                                                   
.Main_FR4Block p {                                                                                                                   
margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main .top_nw_block {                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main .top_nw_block h2 {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----newsBlock-----*/                                                                                                                   
#main  .top_nw_block ul {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main  .top_nw_block ul li{                                                                                                                   
  margin: 0 0 10px 0;                                                                                                                   
  text-align: left;                                                                                                                   
  border-bottom: 1px solid #eee;                                                                                                                   
  padding: 0 0 5px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main .top_nw_block ul li a {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main .top_nw_block ul li a:hover {                                                                                                                   
    text-decoration: none;                                                                                                                   
    opacity: 0.6;                                                                                                                   
}                                                                                                                   
                                                                                                                     
/*----rankBlock-----*/                                                                                                                   
.Info_rankblg{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Info_rankblg img{                                                                                                                   
  width: 35px;                                                                                                                   
  float: left;                                                                                                                   
  display: block;                                                                                                                   
  margin: 0 10px 0 0;                                                                                                                   
  border: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
.Info_rankblg img.Popular_IcatchImage {                                                                                                                   
  width : 100%;                                                                                                                   
  height : auto;                                                                                                                   
  margin: 0 auto 20px;                                                                                                                   
  float: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Info_rankblg .col{                                                                                                                   
  width: auto;                                                                                                                   
  margin: 0 auto 20px;                                                                                                                   
  padding: 10px;                                                                                                                   
  float: none;                                                                                                                   
  display: block;                                                                                                                   
  border: 1px solid #dbd5d1;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Info_rankblg .col h3 {                                                                                                                   
  display: block;                                                                                                                   
  padding: 0px 0px 0 0;                                                                                                                   
  margin: 5px auto 10px;                                                                                                                   
  text-align: left;                                                                                                                   
  position: relative;                                                                                                                   
  border-bottom: 0;                                                                                                                   
  overflow: hidden;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
/*-#sentenceBlock#-*/                                                                                                                   
.article_blg {                                                                                                                   
  display: block;                                                                                                                   
  position: relative;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.article_blg .in {padding: 0;width: auto;}                                                                                                                      
                                                                                                                   
.article_blg img.Popular_IcatchImage {                                                                                                                   
  display:block;                                                                                                                   
  position: relative;                                                                                                                   
  height: auto;                                                                                                                   
  margin: 0 auto 12px;                                                                                                                   
  width: 100%;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  border: 1px solid #e4e8de;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.article_blg .col {                                                                                                                   
  clear: both;                                                                                                                   
  width: auto;                                                                                                                   
  float: none;                                                                                                                   
  margin: 0 auto 8px;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.article_blg .col p {                                                                                                                   
    margin-bottom: 20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.article_blg .col:last-child p {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.article_blg .col:last-child {                                                                                                                   
  margin: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.article_blg .col h3 {                                                                                                                   
  background : url(../images/h3_bg.png) no-repeat left top;                                                                                                                   
  position:relative;                                                                                                                   
  margin-bottom: 5px;                                                                                                                   
  overflow: hidden;                                                                                                                   
  padding: 0 0 0px 38px;                                                                                                                   
  line-height: 150%;                                                                                                                   
  background-size: 30px;                                                                                                                   
  background-position: 0 2px;                                                                                                                   
  }                                                                                                                   
.articleLink{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.articleLink .col {                                                                                                                   
    border: 1px solid #efebe8;                                                                                                                   
    padding: 10px;                                                                                                                   
    margin: 0 auto 20px;                                                                                                                   
    width: auto;                                                                                                                   
    box-sizing: border-box;                                                                                                                   
    float: none;                                                                                                                   
}                                                                                                                   
.articleLink .col:last-child{                                                                                                                   
  margin:0 auto;                                                                                                                   
}                                                                                                                   
.articleLink .col h3 {                                                                                                                   
    background: url(../images/h3_bg.png) no-repeat left top;                                                                                                                   
    position: relative;                                                                                                                   
    margin-bottom: 5px;                                                                                                                   
    overflow: hidden;                                                                                                                   
    padding: 0px 0 0px 21px;                                                                                                                   
    line-height: 150%;                                                                                                                   
    background-size: 30px;                                                                                                                   
    background-position: 0 2px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----recommendBlock-----*/                                                                                                                   
.Recommend_bg_cont{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
.Recommend_bg_cont:after{                                                                                                                   
  display: block;                                                                                                                   
  clear: both;                                                                                                                   
  content: "";                                                                                                                   
}                                                                                                                   
.Recommend_bg_cont .col {                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  margin: 0 0px 25px 0;                                                                                                                   
  width: auto;                                                                                                                   
  display: block;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.Recommend_bg_cont .col:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Recommend_bg_cont .col:after {                                                                                                                   
  display: block;                                                                                                                   
  clear: both;                                                                                                                   
 content: "";                                                                                                                    
}                                                                                                                   
                                                                                                                   
.Recommend_bg_cont .col img {                                                                                                                   
    height: auto;                                                                                                                   
    margin: 0 auto 10px;                                                                                                                   
    display: block;                                                                                                                   
    width: 100%;                                                                                                                   
    height: auto;                                                                                                                   
}                                                                                                                   
.Recommend_bg_cont .col h3 {                                                                                                                   
  overflow: hidden;                                                                                                                   
  border-bottom: 1px solid #ccc;                                                                                                                   
  padding: 0 0 5px 0;                                                                                                                   
  margin-bottom: 10px;                                                                                                                   
  text-align: left;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.Recommend_bg_cont .col a {                                                                                                                   
  padding: 10px;                                                                                                                   
  color: #fff;                                                                                                                   
  text-decoration : none;                                                                                                                   
  float: right;                                                                                                                   
  background: #f00;                                                                                                                   
  margin-top: 10px;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.Recommend_bg_cont .col a:hover {                                                                                                                   
background: #333;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----compareBlock-----*/                                                                                                                   
.Colunm_Campare_Block {                                                                                                                   
  display:block;                                                                                                                   
  clear: both;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Colunm_Campare_Block h3 {                                                                                                                   
  margin-bottom: 3px;                                                                                                                   
  line-height: 150%;                                                                                                                   
  padding-bottom: 5px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Colunm_Campare_Block .in:after {                                                                                                                   
display: block;                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
}                                                                                                                       
.Colunm_Campare_Block .col {                                                                                                                   
  margin: 0 auto 20px;                                                                                                                   
  box-sizing:  border-box;                                                                                                                   
  background: #fff;                                                                                                                   
  width: auto;                                                                                                                   
  float: none;                                                                                                                   
  padding: 10px;                                                                                                                   
  border: 1px solid #ddd;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Colunm_Campare_Block .col:last-child {                                                                                                                   
    margin-bottom: 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Colunm_Campare_Block .col:nth-of-type(2) {                                                                                                                   
margin-right: 0;                                                                                                                   
}                                                                                                                    
                                                                                                                   
/*------liststyleBlock------*/                                                                                                                   
.ListstyleBlock_Main {                                                                                                                   
  display:block;                                                                                                                   
  clear: both;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ListstyleBlock_Main ul.col {                                                                                                                   
list-style-type : none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ListstyleBlock_Main ul.col li {                                                                                                                   
  margin: 0 0 5px 0;                                                                                                                   
  background: url(../images/list.png) no-repeat left top;                                                                                                                   
  padding: 3px 0 8px 28px;                                                                                                                   
  font-weight : bold;                                                                                                                   
  background-position: 0 7px;                                                                                                                   
  color: #333;                                                                                                                   
  background-size: 18px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ListstyleBlock_Main ul.col li:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
    border-bottom: 1px solid #ddd;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----pointBlock-----*/                                                                                                                   
.Show_Point_Block {                                                                                                                   
  display:block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Show_Point_Block h2 {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                       
                                                                                                                   
.Show_Point_Block .in {                                                                                                                   
  padding: 15px;                                                                                                                   
  border: 1px solid #bdbaba;                                                                                                                   
  box-sizing:  border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----sumupBlock-----*/                                                                                                                   
.Frame_Show_Sumup {                                                                                                                   
  display:block;                                                                                                                   
  padding: 15px 0px 25px 0px;                                                                                                                   
  box-sizing:  border-box;                                                                                                                   
  margin: 0 auto 40px;                                                                                                                   
  background: #eee;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Frame_Show_Sumup h2 {                                                                                                                   
  background: none;                                                                                                                   
  border: 0;                                                                                                                   
  margin: 0 auto 13px;                                                                                                                   
  border-bottom: 1px solid #8a8a8a;                                                                                                                   
  padding: 10px;                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                     
                                                                                                                   
.Frame_Show_Sumup .in {                                                                                                                   
  padding: 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Frame_Show_Sumup .in p {                                                                                                                   
  padding: 0 10px;                                                                                                                   
}                                                                                                                   
/*-----flowBlock-----*/                                                                                                                   
.top_flowblg{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
.top_flowblg .in:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
.top_flowblg img.Popular_IcatchImage {                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  clear : both;                                                                                                                   
  float : none;                                                                                                                   
  display : block;                                                                                                                   
  width: 100%;                                                                                                                   
}                                                                                                                   
.top_flowblg .col {                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  margin: 0 auto 20px;                                                                                                                   
  border: 1px solid #e5ecef;                                                                                                                   
  padding: 10px;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.top_flowblg .col:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
.top_flowblg .col:nth-of-type(even){                                                                                                                   
  margin-right:0px;                                                                                                                   
}                                                                                                                   
.top_flowblg .col p {                                                                                                                   
position: relative;                                                                                                                   
padding-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.top_flowblg .col h3 {                                                                                                                   
  float : none;                                                                                                                   
  width : auto;                                                                                                                   
  padding: 2px 0px 10px 38px;                                                                                                                   
  position:relative;                                                                                                                   
  background-size: 30px !important;                                                                                                                   
  margin: 0px 0px 3px 0px;                                                                                                                   
  line-height: 160%;                                                                                                                   
  background-position: 0px 0px !important;                                                                                                                   
  text-align: left;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.top_flowblg .col:nth-of-type(1) h3 {background: url(../images/bg-flow-01.png) no-repeat center top;}                                                                                                                   
.top_flowblg .col:nth-of-type(2) h3 {background: url(../images/bg-flow-02.png) no-repeat center top;}                                                                                                                   
.top_flowblg .col:nth-of-type(3) h3 {background: url(../images/bg-flow-03.png) no-repeat center top;}                                                                                                                   
.top_flowblg .col:nth-of-type(4) h3 {background: url(../images/bg-flow-04.png) no-repeat center top;}                                                                                                                   
.top_flowblg .col:nth-of-type(5) h3 {background: url(../images/bg-flow-05.png) no-repeat center top;}                                                                                                                   
/*-----qaBlock-----*/                                                                                                                   
.QA_block {                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
.QA_block .in:after {                                                                                                                   
display: block;                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
}                                                                                                                   
                                                                                                                   
.QA_block img.Popular_IcatchImage {                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  clear : both;                                                                                                                   
  float : none;                                                                                                                   
  display : block;                                                                                                                   
  width: 100%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.QA_block .col:nth-of-type(even){                                                                                                                   
  margin-right:0px;                                                                                                                   
}                                                                                                                   
.QA_block .col {                                                                                                                   
  margin: 0 auto 20px;                                                                                                                   
  float: none;                                                                                                                   
  width: auto;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  padding: 10px;                                                                                                                   
  border: 1px solid #eff3e9;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.QA_block .col:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                       
.QA_block .col h3 {                                                                                                                   
  float : none;                                                                                                                   
  width : auto;                                                                                                                   
  color: #333;                                                                                                                   
  padding: 2px 0px 10px 40px;                                                                                                                   
  position: relative;                                                                                                                   
  background: url(../images/bg-q.png) no-repeat left top;                                                                                                                   
  background-position: 0px 0px;                                                                                                                   
  margin-bottom: 5px;                                                                                                                   
  background-size: 30px;                                                                                                                   
  }                                                                                                                   
.QA_block .col p{                                                                                                                   
  position:relative;                                                                                                                   
  padding: 0px 0 0px 40px;                                                                                                                   
  background: url(../images/bg-a.png) no-repeat left top;                                                                                                                   
  background-position: 0 3px;                                                                                                                   
  background-size: 30px;                                                                                                                   
  min-height: 42px;                                                                                                                   
  }                                                                                                                   
.load_normalLink {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
.load_normalLink .col {                                                                                                                   
    border: solid 1px #dceadb;                                                                                                                   
    padding: 10px;                                                                                                                   
    margin-bottom: 20px;                                                                                                                   
    background: #eef5ed;                                                                                                                   
    width: auto;                                                                                                                   
    float: none;                                                                                                                   
    box-sizing: border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.load_normalLink .col:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
.allowButtonLink {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
.allowButtonLink .col {                                                                                                                   
    margin-bottom: 20px;                                                                                                                   
    border: 1px solid #e1e9ea;                                                                                                                   
    padding: 10px;                                                                                                                   
    width: auto;                                                                                                                   
    float: none;                                                                                                                   
}                                                                                                                   
.allowButtonLink .col:last-child{                                                                                                                   
  margin:0 auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.allowButtonLink h3 {                                                                                                                   
    margin-bottom: 8px;                                                                                                                   
    padding-bottom: 0;                                                                                                                   
}                                                                                                                   
.allowButtonLink .col p {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
.allowButtonLink a {                                                                                                                   
    margin: 10px auto 0;                                                                                                                   
    padding: 10px;                                                                                                                   
    text-align: center;                                                                                                                   
    text-decoration: none;                                                                                                                   
    background: #db983a;                                                                                                                   
    color: #fff;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
.allowButtonLink a:hover {                                                                                                                   
    background: #699664;                                                                                                                   
    opacity: 0.9;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.randomImgLink {                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.randomImgLink:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
                                                                                                                   
.randomImgLink .col {                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  position: relative;                                                                                                                   
}                                                                                                                   
.randomImgLink .col:nth-of-type(even){                                                                                                                   
   margin-right:0px;                                                                                                                   
}                                                                                                                   
.randomImgLink .col:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
                                                                                                                   
}                                                                                                                   
.randomImgLink .col h3 {                                                                                                                   
    margin: 0 auto 5px;                                                                                                                   
    padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.randomImgLink .col:before {                                                                                                                   
    content: "PR";                                                                                                                   
    background: #f00;                                                                                                                   
    padding: 5px;                                                                                                                   
    position: absolute;                                                                                                                   
    color: #fff;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.randomImgLink .col img {                                                                                                                   
  width : 100%;                                                                                                                   
  height : auto;                                                                                                                   
  margin-bottom : 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----categorypostBlock-----*/                                                                                                                   
.module_categorypostBlock {                                                                                                                   
  display: block;                                                                                                                   
  padding: 0px;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.module_categorypostBlock h1,                                                                                                                   
.article_blg h1 {                                                                                                                   
  font-size: 20px;                                                                                                                   
  margin: 10px 0;                                                                                                                   
  position: static;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.module_categorypostBlock h1 {                                                                                                                   
    display: block;                                                                                                                   
    text-align: left;                                                                                                                   
    margin: 0;                                                                                                                   
    padding: 0px 0px 10px 0px;                                                                                                                   
    position: static;                                                                                                                   
}                                                                                                                   
.module_categorypostBlock .col{                                                                                                                   
  display:block;                                                                                                                   
  margin: 0 0 20px 0;                                                                                                                   
  width: auto;                                                                                                                   
  float: none;                                                                                                                   
}                                                                                                                   
.module_categorypostBlock .col:last-child{                                                                                                                   
  margin-bottom:0px;                                                                                                                   
}                                                                                                                   
.module_categorypostBlock .col:after {                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.module_categorypostBlock .col img {                                                                                                                   
  width: 100%;                                                                                                                   
  float: none;                                                                                                                   
  margin: 0 auto 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.module_categorypostBlock .col 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;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.module_categorypostBlock .col h2:before,                                                                                                                   
.module_categorypostBlock .col h2:after {                                                                                                                   
    content: "";                                                                                                                   
    display: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.module_categorypostBlock .col p {                                                                                                                   
  clear : none;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
/*-----kuchikomiBlock-----*/                                                                                                                   
.modern_kuchikomiBlock {                                                                                                                   
  display: block;                                                                                                                   
  padding-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.modern_kuchikomiBlock h2 {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.modern_kuchikomiBlock .in:after {                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                      
                                                                                                                   
.modern_kuchikomiBlock .col{                                                                                                                   
  display:block;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  margin: 0 0 20px 0;                                                                                                                   
  border : solid 1px #ccc;                                                                                                                   
  padding: 15px;                                                                                                                   
}                                                                                                                   
.modern_kuchikomiBlock .col:last-child{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
.modern_kuchikomiBlock .col h3 {                                                                                                                   
  float : none;                                                                                                                   
  width : auto;                                                                                                                   
  color: #333;                                                                                                                   
  padding-bottom: 10px;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.modern_kuchikomiBlock .col p {                                                                                                                   
  float : none;                                                                                                                   
  width : auto;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.___boximgcat___ {                                                                                                                   
    width: auto;                                                                                                                   
    margin: 0 auto 40px;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.___boximgcat___ img {                                                                                                                   
    width: 100%;                                                                                                                   
    display: block;                                                                                                                   
    box-sizing: border-box;                                                                                                                   
    float: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----titleh2block-----*/                                                                                                                   
#content_article_frame .titleh2block{                                                                                                                   
  width: auto;                                                                                                                   
  display: block;                                                                                                                   
  padding: 0px;                                                                                                                   
  margin-bottom: 40px;                                                                                                                   
  border: 2px solid #699664;                                                                                                                   
}                                                                                                                   
#content_article_frame .titleh2block ul {                                                                                                                   
    display: block;                                                                                                                   
    padding: 0px 10px 10px 10px;                                                                                                                   
}                                                                                                                   
#content_article_frame .titleh2block ul li{                                                                                                                   
  margin: 0 0 10px 0;                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                   
#content_article_frame .titleh2block ul li:last-child {                                                                                                                   
    margin-bottom: 0 !important;                                                                                                                   
}                                                                                                                   
#content_article_frame .titleh2block ul li{                                                                                                                   
  text-align: left;                                                                                                                   
  position: relative;                                                                                                                   
  padding-left: 15px;                                                                                                                   
}                                                                                                                   
#content_article_frame .titleh2block ul li a:before {                                                                                                                   
    position: absolute;                                                                                                                   
    content: "";                                                                                                                   
    left: 0px;                                                                                                                   
    top: 6px;                                                                                                                   
    border-width: 6px 9px 6px 9px;                                                                                                                   
    border-style: solid;                                                                                                                   
    border-color: transparent transparent transparent #699664;                                                                                                                   
}                                                                                                                   
#content_article_frame .titleh2block ul li a:hover:after {                                                                                                                   
    background: #333;                                                                                                                   
}                                                                                                                   
#content_article_frame .titleh2block ul li a {                                                                                                                   
}                                                                                                                   
#content_article_frame .titleh2block ul li a:hover {                                                                                                                   
    text-decoration: none;                                                                                                                   
    color: #333;                                                                                                                   
}                                                                                                                   
#content_article_frame .titleh2block h2{                                                                                                                   
  margin-bottom: 10px !important;                                                                                                                   
  padding: 8px 10px;                                                                                                                   
  border: 0;                                                                                                                   
  background: #699664;                                                                                                                   
  color: #fff;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#content_article_frame .titleh2block h2:before, #content_article_frame .titleh2block h2:after {                                                                                                                   
    display: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*------------------footerArea-------------------*/                                                                                                                   
#footer {                                                                                                                   
  background: #ffffff;                                                                                                                   
  margin-top: 0px;                                                                                                                   
  position: relative;                                                                                                                   
  clear: both;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#footer .in{                                                                                                                   
  display: block;                                                                                                                   
  margin-left: 0px;                                                                                                                   
  margin-right: 0px;                                                                                                                   
  }                                                                                                                   
#footer .in p{                                                                                                                   
  text-align:center;                                                                                                                   
}                                                                                                                   
.copy {                                                                                                                   
    margin: auto;                                                                                                                   
    padding: 20px 20px;                                                                                                                   
    font-size: 15px;                                                                                                                   
    z-index: 0;                                                                                                                   
    width: auto;                                                                                                                   
    color: #6b6262;                                                                                                                   
    margin-bottom: 60px;                                                                                                                   
    background: #ffffff;                                                                                                                   
    border-top: 1px solid #eceae7;                                                                                                                   
 }                                                                                                                   
                                                                                                                   
p.copy a {                                                                                                                   
    color: #db983a;                                                                                                                   
    text-decoration: underline;                                                                                                                   
}                                                                                                                   
                                                                                                                   
p.copy a:hover {                                                                                                                   
    text-decoration: none;                                                                                                                   
    opacity: 1;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------PR---------------*/                                                                                                                   
.pr {display: block;width: auto;}                                                                                                                   
                                                                                                                   
.pr.banner4 {                                                                                                                   
    margin: 0 auto 40px;                                                                                                                   
    width: auto;                                                                                                                   
    display: block;                                                                                                                   
    padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.pr.horizontal img {                                                                                                                   
    width: 100%;                                                                                                                   
    display: block;                                                                                                                   
    box-sizing: border-box;                                                                                                                   
}                                                                                                                   
.pr img {                                                                                                                   
  display : block;                                                                                                                   
  margin: 0px auto 0px;                                                                                                                   
  height: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#footer .top_nw_block {                                                                                                                   
  margin: 0px auto 40px;                                                                                                                   
  padding: 0px;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  padding: 0px 20px;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
#footer .top_nw_block .in {                                                                                                                   
  padding: 0px;                                                                                                                   
  width: auto;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#footer .top_nw_block h2{                                                                                                                   
  border: 0;                                                                                                                   
  background: #eee;                                                                                                                   
  padding: 10px 15px;                                                                                                                   
  margin-bottom: 8px;                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#footer .top_nw_block ul {                                                                                                                   
  text-align: left;                                                                                                                   
  padding: 10px 0px 0px 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#footer .top_nw_block ul li{                                                                                                                   
  text-align: left;                                                                                                                   
  border-bottom: 1px solid #eee;                                                                                                                   
  padding: 0 0 7px 0;                                                                                                                   
  margin: 0 0 10px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
#footer .top_nw_block ul li a {                                                                                                                   
    display: block;                                                                                                                   
    color: #403d3d;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#footer .top_nw_block ul li a:hover {                                                                                                                   
    opacity: 0.6;                                                                                                                   
    text-decoration: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.topic_prbn.banner3 {                                                                                                                   
    margin: 0 auto 40px;                                                                                                                   
    width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-Main_info_review-*/                                                                                                                   
.Main_info_review{                                                                                                                   
  margin: 0 auto 40px;                                                                                                                   
  clear: both;                                                                                                                   
}                                                                                                                   
.Main_info_review{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Main_info_review .in:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Main_info_review img.Popular_IcatchImage {                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  clear : both;                                                                                                                   
  float : none;                                                                                                                   
  display : block;                                                                                                                   
  width: 100%;                                                                                                                   
}                                                                                                                   
.Main_info_review .col{                                                                                                                   
  display:block;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  margin: 0 auto 20px;                                                                                                                   
  border: 1px solid #ccc;                                                                                                                   
  padding: 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Main_info_review .col:nth-of-type(even) {                                                                                                                   
    margin-right: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Main_info_review .col:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Main_info_review .col h3 {                                                                                                                   
  float : none;                                                                                                                   
  width : auto;                                                                                                                   
  color: #333;                                                                                                                   
  text-align: left;                                                                                                                   
  margin-bottom: 5px;                                                                                                                   
  background: url(../images/men.png) no-repeat left top;                                                                                                                   
  padding: 10px 0 10px 50px;                                                                                                                   
  background-size: 40px;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
/*---------------footer menu in mobile view-----------------*/                                                                                                                   
.ft_menu{                                                                                                                   
  margin:auto;                                                                                                                   
  position: fixed;                                                                                                                   
  bottom: 0;                                                                                                                   
  left: 0;                                                                                                                   
  right: 0;                                                                                                                   
  display:  block;                                                                                                                   
  line-height: 120%;                                                                                                                   
  max-width: 600px;                                                                                                                   
  border-top: 0;                                                                                                                   
  z-index: 9999;                                                                                                                   
  border-top: 2px solid #db983a;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu label {                                                                                                                   
    position: static;                                                                                                                   
    padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu ul {                                                                                                                   
    display: flex;                                                                                                                   
    padding: 10px 5px 10px 5px;                                                                                                                   
    background: #699664;                                                                                                                   
    justify-content: center;                                                                                                                   
    margin-left: 0px;                                                                                                                   
    border: none;                                                                                                                   
}                                                                                                                   
.ft_menu ul li {                                                                                                                   
    display: block;                                                                                                                   
    background-size: 20px !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 0 !important;                                                                                                                   
    font-weight: normal;                                                                                                                   
    margin-bottom: 0;                                                                                                                   
    display: -webkit-inline-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu ul li:nth-of-type(1) a label {                                                                                                                   
    padding: 23px 0px 0px 0px;                                                                                                                   
    display: block;                                                                                                                   
    position: relative;                                                                                                                   
    background: url(../images/ft_menu.png) no-repeat center top;                                                                                                                   
    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: #db983a;                                                                                                                   
  max-height: 178px;                                                                                                                   
  bottom: 50px;                                                                                                                   
  display: block;                                                                                                                   
  z-index: -1;                                                                                                                   
  padding-top: 18px;                                                                                                                   
  transition: all 0.3s linear;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu input:checked ~ ul.drop-nav li ul {                                                                                                                   
    display: block;                                                                                                                   
    background: none;                                                                                                                   
    /* padding-left: 50px; */                                                                                                                   
    padding: 10px 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
ul.drop-nav{                                                                                                                   
  max-height: 0;                                                                                                                   
  padding:0;                                                                                                                   
  overflow:hidden;                                                                                                                   
  list-style-type:none;                                                                                                                   
  position:absolute;                                                                                                                   
  border: none;                                                                                                                   
}                                                                                                                   
ul.drop-nav li {                                                                                                                   
    margin: 0 auto 12px;                                                                                                                   
    background: none;                                                                                                                   
    padding: 0 0 0 50px;                                                                                                                   
    background-size: 20px !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: 10px;                                                                                                                   
    border: 0;                                                                                                                   
    padding: 0 !important;                                                                                                                   
}                                                                                                                   
ul.drop-nav li:nth-of-type(1) {                                                                                                                   
    background: url(../images/ft_t.png) no-repeat;                                                                                                                   
}                                                                                                                    
ul.drop-nav li:nth-of-type(2) {                                                                                                                   
    background: url(../images/ft_c.png) no-repeat;                                                                                                                   
    width: auto;                                                                                                                   
}                                                                                                                                                                                                                                      
                                                                                                                       
ul.drop-nav li a{                                                                                                                   
  display: -webkit-inline-box;                                                                                                                   
  text-decoration:none;                                                                                                                   
  color: #fff;                                                                                                                   
  border: 0 !important;                                                                                                                   
  font-size: 13px;                                                                                                                   
  padding: 2px 0 0 0px !important;                                                                                                                   
  font-weight: 700;                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#footer .top_nw_block {                                                                                                                   
  margin: 0 auto 40px;                                                                                                                   
  padding: 0px 20px;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
#footer .top_nw_block .in {                                                                                                                   
  padding: 0px;                                                                                                                   
  width: auto;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
}                                                                                                                   
#footer .top_nw_block h2{                                                                                                                   
  border: 0;                                                                                                                   
  background: #eee;                                                                                                                   
  padding: 8px 10px;                                                                                                                   
  margin-bottom: 8px;                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                   
#footer .top_nw_block ul {                                                                                                                   
  text-align: left;                                                                                                                   
  padding: 10px 0px 0px 0px;                                                                                                                   
}                                                                                                                   
#footer .top_nw_block ul li{                                                                                                                   
  text-align: left;                                                                                                                   
  border-bottom: 1px solid #eee;                                                                                                                   
  padding: 0 0 7px 0;                                                                                                                   
  margin: 0 0 10px 0;                                                                                                                   
}                                                                                                                   
#footer .top_nw_block ul li a {                                                                                                                   
    display: block;                                                                                                                   
    color: #403d3d;                                                                                                                   
}                                                                                                                   
#footer .top_nw_block ul li a:hover {                                                                                                                   
    opacity: 0.6;                                                                                                                   
    text-decoration: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
@media (max-width: 480px) { /*--mobile--*/                                                                                                                   
.pr.banner4 img,                                                                                                                   
.topic_prbn.horizontal img,                                                                                                                   
.banner1 img,                                                                                                                   
.banner2 img,                                                                                                                   
.banner4 img{                                                                                                                   
  width: 100%;                                                                                                                   
}                                                                                                                   
#content_article_frame{                                                                                                                   
  padding: 50% 0 0 0;                                                                                                                   
}                                                                                                                   
.ft_menu ul li{                                                                                                                   
  width: 50%;                                                                                                                   
}                                                                                                                   
}                                                                                                                   
                                                                                                                   
@media (max-width: 414px) { /*--mobile--*/                                                                                                                   
h2{                                                                                                                   
  display: block;                                                                                                                   
  padding: 10px;                                                                                                                   
  background: #699664;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.main_FR1_Block h2 {                                                                                                                   
    padding: 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.main_FR1_Block p:before, .main_FR1_Block p:after {                                                                                                                   
    display: none;                                                                                                                   
}                                                                                                                   
#content_article_frame{                                                                                                                   
  padding: 50% 0 0 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.main_FR1_Block:before, .Cont_FRmain2block:before, .main_FR3Block:before, .Main_FR4Block:before, .main_FR1_Block:after, .Cont_FRmain2block:after, .main_FR3Block:after, .Main_FR4Block:after{                                                                                                                   
  display:none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h2:before,                                                                                                                   
h2:after{                                                                                                                   
content: "";                                                                                                                   
display: none;                                                                                                                   
clear: both;                                                                                                                   
}                                                                                                                   
.topic_prbn.square img,                                                                                                                   
.topic_prbn.banner3 img{                                                                                                                   
width: 100%;                                                                                                                   
display: block;                                                                                                                   
box-sizing: border-box;                                                                                                                   
}                                                                                                                   
.article_blg .col h3{                                                                                                                   
  padding: 0px;                                                                                                                   
  background: none;                                                                                                                   
}                                                                                                                   
.articleLink .col h3{                                                                                                                   
  padding: 0px;                                                                                                                   
  background: none;                                                                                                                    
}                                                                                                                   
.QA_block .col h3{                                                                                                                   
  background-position: 50% 0px !important;                                                                                                                   
    padding: 40px 0 8px 0;                                                                                                                   
    text-align: center;                                                                                                                   
}                                                                                                                   
.QA_block .col p{                                                                                                                   
  background-position: 50% 0px !important;                                                                                                                   
    padding: 40px 0 8px 0;                                                                                                                   
    text-align: left;                                                                                                                    
}                                                                                                                   
.top_flowblg .col h3{                                                                                                                   
  background-position: 50% 0px !important;                                                                                                                   
  padding: 40px 0 8px 0;                                                                                                                   
  text-align: center;                                                                                                                   
}                                                                                                                   
}                                                                                                                   
