﻿                                                                                                                   
@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: 14px;                                                                                                                   
  line-height: 160%;                                                                                                                   
  font-family: 'Hiragino Kaku Gothic ProN',  Meiryo,  Osaka, 'MS PGothic', arial, helvetica, sans-serif;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
html {                                                                                                                   
overflow-y: scroll;                                                                                                                   
}                                                                                                                   
                                                                                                                   
img, svg {                                                                                                                   
vertical-align: top;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h1, h2, h3, h4, h5, h6 {color: #393434;}                                                                                                                   
dl dt {                                                                                                                   
font-weight: bold;                                                                                                                   
}                                                                                                                   
strong, em {                                                                                                                   
font-weight: bold;                                                                                                                   
}                                                                                                                   
                                                                                                                   
section, article, header, footer {position: relative;}                                                                                                                   
                                                                                                                   
input, textarea, select, button {                                                                                                                   
-moz-box-sizing: border-box;                                                                                                                   
-webkit-box-sizing: border-box;                                                                                                                   
box-sizing: border-box;                                                                                                                   
font-size: 15px;                                                                                                                   
margin: 0 auto 0;                                                                                                                   
outline: none;                                                                                                                   
padding: 0;                                                                                                                   
}                                                                                                                   
/*---------------all---------------*/                                                                                                                   
                                                                                                                   
.info_wrp_body{                                                                                                                   
  padding : 0;                                                                                                                   
  margin: 5px auto 0;                                                                                                                   
  max-width: 480px;                                                                                                                   
  overflow: hidden;                                                                                                                   
  position: relative;                                                                                                                   
  border: 1px solid #6085da;                                                                                                                   
  }                                                                                                                   
.Area_Head {                                                                                                                   
  display:block;                                                                                                                   
  margin: 0 auto 0px;                                                                                                                   
  float: right;                                                                                                                   
}                                                                                                                   
                                                                                                                   
p {                                                                                                                   
margin: auto;                                                                                                                   
}                                                                                                                   
a {color: #e86742;text-decoration: none;}                                                                                                                   
a:hover {text-decoration: underline;}                                                                                                                   
h1 {                                                                                                                   
  margin: 5px auto 0px;                                                                                                                   
  padding: 0px 0px 0px 0px;                                                                                                                   
  font-size: 11px;                                                                                                                   
  clear: both;                                                                                                                   
  z-index: 9999;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h1 a:hover {
    text-decoration: underline;
}                                                                                                                   
                                                                                                                   
h1 a {                                                                                                                   
    text-decoration: none;                                                                                                                   
}                                                                                                                   
h2 {
  margin: 0 auto 12px;
  font-size: 18px;
  color: #3d393b;
  position: relative;
  clear: both;
  font-weight: bold;
  background: #d3e1ff;
  padding: 10px 10px;
  padding-left: 28px;
  }                                                                                                                   
                                                                                                                   
h2:before{                                                                                                                   
    position:absolute;                                                                                                                   
    content:"";                                                                                                                   
    border-style:solid;                                                                                                                   
    border-width: 8px;                                                                                                                   
    border-color: #4876dc;                                                                                                                   
    left: 4px;                                                                                                                   
    top: 0px;                                                                                                                   
    border-bottom-color:transparent;                                                                                                                   
    border-top-width: 20px;                                                                                                                   
}                                                                                                                   
h2:after{                                                                                                                   
    width: 8px;                                                                                                                   
    height: 9px;                                                                                                                   
    position:absolute;                                                                                                                   
    content:"";                                                                                                                   
    /* background-color: #ffffff; */                                                                                                                   
    left: 8px;                                                                                                                   
    top: 5px;                                                                                                                   
    border-radius: 50%;                                                                                                                   
}                                                                                                                    
                                                                                                                   
h3 {                                                                                                                   
  font-size: 16px;                                                                                                                   
  color: #2d2929;                                                                                                                   
  padding-bottom: 8px;                                                                                                                   
  font-weight: bold;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
/*-------Navigation------------*/                                                                                                                   
.localNav {                                                                                                                   
  margin: 10px auto 0px;                                                                                                                   
  clear: both;                                                                                                                   
  height: 100%;                                                                                                                   
  width: 0;                                                                                                                   
  position: absolute;                                                                                                                   
  z-index: 1;                                                                                                                   
  top: 0;                                                                                                                   
  right: 0;                                                                                                                   
  transition: 0.5s;                                                                                                                   
}                                                                                                                    
.sub .localNav{                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
.localNav  ul li{                                                                                                                   
  font-weight : bold;                                                                                                                   
  background: url(../images/m_icon.png) no-repeat left;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  overflow: hidden;                                                                                                                   
  position: relative;                                                                                                                   
  margin-left: 10px;                                                                                                                   
  background-position: 0px 10px !important;                                                                                                                   
}                                                                                                                   
.localNav  ul li:first-child {                                                                                                                   
    display: block;                                                                                                                   
    background: url(../images/icon-home.png) no-repeat left top;                                                                                                                   
    background-position: 0px 7px !important;                                                                                                                   
    background-size: 20px !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.localNav ul li ul li:first-child {                                                                                                                   
    background: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.localNav ul li ul li:first-child {                                                                                                                   
    width: inherit;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.localNav  ul li:hover {                                                                                                                   
    overflow: inherit;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.localNav  ul li ul li:hover {                                                                                                                   
    box-shadow: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.localNav  ul {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.localNav  ul li:last-child {                                                                                                                   
    margin-right: 0;                                                                                                                   
    background: url(../images/1.png) no-repeat left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.localNav  ul li a {                                                                                                                   
  display : block;                                                                                                                   
  padding: 10px 20px 5px 22px;                                                                                                                   
  text-decoration: none;                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.localNav  ul li ul li{                                                                                                                   
  font-weight : normal;                                                                                                                   
  margin: 0 auto 10px;                                                                                                                   
  background: none;                                                                                                                   
  float: none;                                                                                                                   
  min-height: inherit;                                                                                                                   
  width: auto;                                                                                                                   
  border: 0px !important;                                                                                                                   
  display: block;                                                                                                                   
  height: auto;                                                                                                                   
  border-top: 1px solid #fff;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.localNav  ul li ul {                                                                                                                   
    display: block;                                                                                                                   
    text-align: left;                                                                                                                   
    left: 0;                                                                                                                   
    border: 0;                                                                                                                   
}                                                                                                                   
.localNav  ul li ul li a {                                                                                                                   
  display: block;                                                                                                                   
  border: 0;                                                                                                                   
  padding: 5px 10px 0px 25px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.localNav ul li a:hover {                                                                                                                   
    color: #5f86e2;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*------------end Navigation-----------*/                                                                                                                   
                                                                                                                   
#master_header .local_innerBlock,                                                                                                                   
#data_all_contents .local_innerBlock,                                                                                                                   
#footer_about_area .local_innerBlock{display: block;width: auto;}                                                                                                                   
.tmp_header_dynamic{                                                                                                                   
    padding: 0;                                                                                                                   
}                                                                                                                   
#data_all_contents {padding: 60% 0 0 0;position: static;border: 0;width: auto;min-height: inherit;float: none;margin: 0 auto 0px;background: url(../images/mainimage.jpg) no-repeat left top;background-size: 100%;background-position: 50% 10px;}                                                                                                                   
                                                                                                                   
#data_all_contents:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
                                                                                                                   
#master_header,                                                                                                                   
#data_all_contents{                                                                                                                   
  display:block;                                                                                                                   
  overflow: hidden;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main_describe {                                                                                                                   
  margin : 0;                                                                                                                   
  padding : 0;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main_describe img.bn:nth-of-type(2){                                                                                                                   
    margin: 30px auto 20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side_possible_top {                                                                                                                   
  margin: 0 auto 35px;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side_possible_top .bg_recommend_column {                                                                                                                   
  padding : 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side_possible_top .bg_recommend_column:after {                                                                                                                   
display: block;                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
}                                                                                                                   
#side_possible_top .bg_recommend_column .box_article_02 {                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  width: auto;                                                                                                                   
  margin: 0 auto 25px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side_possible_top .bg_recommend_column .box_article_02:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
#side_possible_top .bg_recommend_column .box_article_02:after {                                                                                                                   
  display: block;                                                                                                                   
  clear: both;                                                                                                                   
 content: "";                                                                                                                    
}                                                                                                                   
                                                                                                                   
#side_possible_top .bg_recommend_column .box_article_02 img {                                                                                                                   
  width: 100%;                                                                                                                   
  height: auto;                                                                                                                   
  float: none;                                                                                                                   
  margin: 0 0 15px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side_possible_top .bg_recommend_column .box_article_02 h3 {                                                                                                                   
  overflow: hidden;                                                                                                                   
  border-bottom: 1px solid #ccc;                                                                                                                     
  margin-bottom: 10px;                                                                                                                   
  clear: both;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
#side_possible_top .bg_recommend_column .box_article_02 a {                                                                                                                   
  padding: 10px;                                                                                                                   
  color: #fff;                                                                                                                   
  text-decoration : none;                                                                                                                   
  float: right;                                                                                                                   
  background: #f00;                                                                                                                   
  margin-top: 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side_possible_top .bg_recommend_column .box_article_02 a:hover {                                                                                                                   
background: #333;                                                                                                                   
}                                                                                                                   
#side_possible_top .top_wrp_news {                                                                                                                   
  display: block;                                                                                                                   
  margin: 0 0 30px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
#side_possible_top  .top_wrp_news ul {                                                                                                                   
  overflow-y:scroll;                                                                                                                   
  height : 125px;                                                                                                                   
  list-style-type: none;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side_possible_top  .top_wrp_news ul li{                                                                                                                   
  margin: 0 0 20px 0;                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                   
#side_possible_top  .top_wrp_news ul li a{                                                                                                                   
  color:#f00;                                                                                                                   
  text-decoration: underline;                                                                                                                   
}                                                                                                                   
#side_possible_top  .top_wrp_news ul li a:hover{                                                                                                                   
  text-decoration: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------headerArea---------------*/                                                                                                                   
#master_header {                                                                                                                   
  padding: 0 0;                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                       
                                                                                                                   
.title_articles {left: 0px;top: 0px;box-sizing: border-box;margin: 0px auto 0px;float: left;width: 92%;position: relative;z-index: 9999;}                                                                                                                   
.mainHeader_local_wrp{                                                                                                                   
  display:block;                                                                                                                   
}                                                                                                                   
.bgHeader_site{                                                                                                                   
  margin:0 auto 0;                                                                                                                   
  position:  relative;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.title_articles:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
/*-------------Banner--------------*/                                                                                                                   
                                                                                                                   
.prbn_top {                                                                                                                   
    display: block;                                                                                                                   
    text-align: center;                                                                                                                   
    width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.prbn_top.___horizontal4___ img {                                                                                                                   
    margin: 0 auto 40px !important;                                                                                                                   
    display: block;                                                                                                                   
    border: beige;                                                                                                                   
    width: 100%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.prbn_top.___horizontal3___ {                                                                                                                   
    margin: 0 auto 40px !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.prbn_top.___horizontal1___ img,                                                                                                                   
.prbn_top.___horizontal2___ img,                                                                                                                   
.prbn_top.___horizontal4___ img,                                                                                                                   
.prbn_top.___horizontal___ img{                                                                                                                   
    width: 100%;                                                                                                                   
    box-sizing:border-box;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
#side_possible_top .___horizontal___ {margin: 40px 0;}                                                                                                                   
.prbn_top.square img {                                                                                                                   
    margin-bottom: 40px !important;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.prbn_top .___horizontal___ img {                                                                                                                   
    width: 100% !important;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
.prbn_top img.bn {                                                                                                                   
    margin: 0 auto 20px;                                                                                                                   
    height: auto;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side_possible_top .prbn_top img {                                                                                                                   
    margin: 0 auto 20px;                                                                                                                   
    height: auto;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.base_prtxt {                                                                                                                   
    padding: 15px 0px;                                                                                                                   
    border: 1px solid #bbb;                                                                                                                   
    width: 1200px;                                                                                                                   
    margin: 0 auto 20px;                                                                                                                   
}                                                                                                                   
.base_prtxt p{                                                                                                                   
  text-align: center;                                                                                                                   
}                                                                                                                   
/*-------------End Banner--------------*/                                                                                                                   
                                                                                                                   
.FRhead1_blg {                                                                                                                   
  margin: 0px auto 40px;                                                                                                                   
  padding: 0px 0 0 0;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.FRhead1_blg h2 {                                                                                                                   
  background: none;                                                                                                                   
  border: 0;                                                                                                                   
  margin: 0 auto 13px;                                                                                                                   
  border-bottom: 1px solid #8a8a8a;                                                                                                                   
  padding: 0px 0px 10px 0px;                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.FRhead1_blg .local_innerBlock {                                                                                                                   
margin : 0;                                                                                                                   
width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.FRhead1_blg p {                                                                                                                   
  margin : 0px;                                                                                                                   
  padding: 0;                                                                                                                   
  background: #fff;                                                                                                                   
}                                                                                                                   
#master_header .top_wrp_news {                                                                                                                   
  margin: 0px auto 30px;                                                                                                                   
  padding: 0px 0 0 0;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
#master_header .top_wrp_news .local_innerBlock {                                                                                                                   
  padding: 0px;                                                                                                                   
  width: auto;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#master_header .top_wrp_news h2{                                                                                                                   
  border: 0;                                                                                                                   
  margin: 0 auto 13px;                                                                                                                   
  background: #eee;                                                                                                                   
  padding: 10px 15px;                                                                                                                   
  text-align: left;                                                                                                                   
  border-radius: 5px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#master_header .top_wrp_news ul {                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#master_header .top_wrp_news ul li{                                                                                                                   
  text-align: left;                                                                                                                   
  border-bottom: 1px solid #eee;                                                                                                                   
  padding: 0 0 5px 0;                                                                                                                   
  margin: 0 0 10px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#master_header .top_wrp_news ul li a {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#master_header .top_wrp_news ul li a:hover {                                                                                                                   
    opacity: 0.6;                                                                                                                   
    text-decoration: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------pankuzu---------------*/                                                                                                                   
.pankuzu_showData {                                                                                                                   
  margin: 2px auto 15px;                                                                                                                   
  font-size: 12px;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.pankuzu_showData span.module_break {                                                                                                                   
  padding : 0 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------mainArea---------------*/                                                                                                                   
.FRhead1_blg .local_innerBlock,                                                                                                                    
#master_header .top_wrp_news .local_innerBlock,                                                                                                                    
#main_describe .top_wrp_news .local_innerBlock,                                                                                                                    
.topic_rankBlock .local_innerBlock,                                                                                                                    
.site_aqBlock .local_innerBlock,                                                                                                                    
.display_data_sentenceBlock .local_innerBlock,                                                                                                                    
.display_flowblock .local_innerBlock,                                                                                                                    
.bg_recommend_column .local_innerBlock,                                                                                                                    
.Campare_Block_Grid .local_innerBlock,                                                                                                                    
.Liststyle_Block_Data .local_innerBlock,                                                                                                                    
.PointBlock_Main .local_innerBlock,                                                                                                                    
.Block_Sumup .local_innerBlock,                                                                                                                    
.wrp_categorypostBlock .local_innerBlock,                                                                                                                    
.tmp_kuchikomiBlock .local_innerBlock,                                                                                                                     
#footer_about_area .local_innerBlock{                                                                                                                   
  clear: both;                                                                                                                   
  padding: 0px;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main_describe .top_wrp_news,                                                                                                                    
.topic_rankBlock,                                                                                                                    
.site_aqBlock,                                                                                                                    
.display_data_sentenceBlock,                                                                                                                    
.display_flowblock,                                                                                                                    
.bg_recommend_column,                                                                                                                    
.Campare_Block_Grid,                                                                                                                    
.Liststyle_Block_Data,                                                                                                                    
.PointBlock_Main,                                                                                                                    
.Block_Sumup,                                                                                                                    
.tmp_kuchikomiBlock,                                                                                                                    
.wrp_categorypostBlock,                                                                                                                    
#side_possible_top .bg_recommend_column,                                                                                                                   
.manageLink,                                                                                                                    
.accept_normalLink,                                                                                                                    
.moreButtonLink,                                                                                                                    
.setImageLink {                                                                                                                   
  margin: 0 auto 40px;                                                                                                                   
  clear: both;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Blog_FR_onemain {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Blog_FR_onemain img {                                                                                                                   
    display: block;                                                                                                                   
    width: 100%;                                                                                                                   
    margin: 0 auto 10px;                                                                                                                   
    box-sizing: border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.FR_2main_Block {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Blog_FR3main {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Block_FourFRmain {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
.Blog_FR_onemain,                                                                                                                   
.FR_2main_Block,                                                                                                                   
.Blog_FR3main,                                                                                                                   
.Block_FourFRmain{                                                                                                                   
    margin: 0px auto 40px;                                                                                                                   
    width: auto;                                                                                                                   
}                                                                                                                   
.Blog_FR_onemain h2,                                                                                                                   
.FR_2main_Block h2,                                                                                                                   
.Blog_FR3main h2,                                                                                                                   
.Block_FourFRmain h2{                                                                                                                   
    text-align: left;                                                                                                                   
    background: none;                                                                                                                   
    border-bottom: 1px solid #a5bcee;                                                                                                                   
    padding: 0px 0px 8px 0px;                                                                                                                   
    margin-bottom: 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Blog_FR_onemain h2:before, .Blog_FR_onemain h2:after, .FR_2main_Block h2:before, .FR_2main_Block h2:after, .Blog_FR3main h2:before, .Blog_FR3main h2:after, .Block_FourFRmain h2:before,.Block_FourFRmain h2:after {                                                                                                                   
    display: none;                                                                                                                   
}                                                                                                                   
.Block_FourFRmain p {                                                                                                                   
margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main_describe .top_wrp_news {                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main_describe .top_wrp_news h2 {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----newsBlock-----*/                                                                                                                   
#main_describe  .top_wrp_news ul {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main_describe  .top_wrp_news ul li{                                                                                                                   
  margin: 0 0 10px 0;                                                                                                                   
  text-align: left;                                                                                                                   
  border-bottom: 1px solid #eee;                                                                                                                   
  padding: 0 0 5px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main_describe .top_wrp_news ul li a {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#main_describe .top_wrp_news ul li a:hover {                                                                                                                   
    text-decoration: none;                                                                                                                   
    opacity: 0.6;                                                                                                                   
}                                                                                                                   
                                                                                                                     
/*----rankBlock-----*/                                                                                                                   
.topic_rankBlock{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.topic_rankBlock img{                                                                                                                   
  float: none;                                                                                                                   
  width: 40px;                                                                                                                   
  display: block;                                                                                                                   
  margin: 0 auto 10px;                                                                                                                   
  border: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
.topic_rankBlock img.Static_IcatchImage {                                                                                                                   
  width : 100%;                                                                                                                   
  height : auto;                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  float: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.topic_rankBlock .box_article_02{                                                                                                                   
  width: auto;                                                                                                                   
  margin: 0px auto 20px;                                                                                                                   
  padding: 10px;                                                                                                                   
  float: none;                                                                                                                   
  display: block;                                                                                                                   
  border: 1px solid #dbe0ec;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.topic_rankBlock .box_article_02 h3 {                                                                                                                   
    display: block;                                                                                                                   
    padding: 0px 0px 0px 0;                                                                                                                   
    margin: 10px auto 10px;                                                                                                                   
    text-align: center;                                                                                                                   
    position: relative;                                                                                                                   
    border-bottom: 0;                                                                                                                   
    overflow: hidden;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
/*-#sentenceBlock#-*/                                                                                                                   
.display_data_sentenceBlock {                                                                                                                   
  display: block;                                                                                                                   
  position: relative;                                                                                                                   
}

section.display_data_sentenceBlock .___box___ {
    margin-bottom: 15px;
}

section.display_data_sentenceBlock img {
    display: block;
    position: relative;
    height: auto;
    margin: 0 auto 12px;
    width: 100%;
}                                                                                                                   
                                                                                                                   
.display_data_sentenceBlock .local_innerBlock {                                                                                                                   
padding: 0;                                                                                                                   
}                                                                                                                      
                                                                                                                   
.display_data_sentenceBlock img.Static_IcatchImage {                                                                                                                   
  display:block;                                                                                                                   
  position: relative;                                                                                                                   
  height: auto;                                                                                                                   
  margin: 0 auto 12px;                                                                                                                   
  width: 100%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.display_data_sentenceBlock .box_article_02 {                                                                                                                   
  clear: both;                                                                                                                   
  float: none;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  width: auto;                                                                                                                   
  margin: 0 auto 20px;                                                                                                                   
}                                                                                                                   
.display_data_sentenceBlock .box_article_02:last-child {                                                                                                                   
  margin: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.display_data_sentenceBlock .box_article_02 h3 {                                                                                                                   
  background : url(../images/h3_bg.png) no-repeat left top;                                                                                                                   
  position:relative;                                                                                                                   
  margin-bottom: 5px;                                                                                                                   
  overflow: hidden;                                                                                                                   
  padding: 0 0 0px 45px;                                                                                                                   
  line-height: 140%;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
  .___boximgcat___ {                                                                                                                   
    width: auto;                                                                                                                   
    margin: 0 auto 40px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.___boximgcat___ img {                                                                                                                   
    width: 100%;                                                                                                                   
    margin: 0 auto;                                                                                                                   
    box-sizing: border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.manageLink{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.manageLink .box_article_02 {                                                                                                                   
    border: 1px dashed #c2cfec;                                                                                                                   
    padding: 15px;                                                                                                                   
    margin: 0 auto 20px;                                                                                                                   
    width: auto;                                                                                                                   
    float: none;                                                                                                                   
}                                                                                                                   
.manageLink .box_article_02:last-child{                                                                                                                   
  margin:0 auto;                                                                                                                   
}                                                                                                                   
.manageLink .box_article_02 h3 {                                                                                                                   
    background: url(../images/h3_bg.png) no-repeat left top;                                                                                                                   
    position: relative;                                                                                                                   
    margin-bottom: 5px;                                                                                                                   
    overflow: hidden;                                                                                                                   
    padding: 2px 0 0px 22px;                                                                                                                   
    line-height: 140%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*----------Accodion-------*/                                                                                                                   
.accordion {                                                                                                                   
    cursor: pointer;                                                                                                                   
    width: auto;                                                                                                                   
    text-align: left;                                                                                                                   
    outline: none;                                                                                                                   
    transition: 0.4s;                                                                                                                   
    overflow: hidden;                                                                                                                   
    display: block;                                                                                                                   
    position: relative;                                                                                                                   
    padding: 6px 8px;                                                                                                                   
    border: 1px solid #dee3ee;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.active, .accordion:hover {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
span.accordion.active {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.panel {                                                                                                                   
    padding: 8px 0 0 0;                                                                                                                   
    display: none;                                                                                                                   
    background-color: white;                                                                                                                   
    overflow: hidden;                                                                                                                   
}                                                                                                                   
.accordion  h3{                                                                                                                   
  position:relative;                                                                                                                   
  padding: 0 15px 0 0 !important;                                                                                                                   
  background: none !important;                                                                                                                   
  margin: 0 !important;                                                                                                                   
}                                                                                                                   
.accordion h3:after {                                                                                                                   
    background: url(../images/a_plus.png);                                                                                                                   
    content: "";                                                                                                                   
    position: absolute;                                                                                                                   
    width: 15px;                                                                                                                   
    height: 15px;                                                                                                                   
    display: block;                                                                                                                   
    top: 5px;                                                                                                                   
    right: 0px;                                                                                                                   
}                                                                                                                   
span.accordion.active h3:after {                                                                                                                   
    background: url(../images/a_minus.png);                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----recommendBlock-----*/                                                                                                                   
.bg_recommend_column{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
.bg_recommend_column:after{                                                                                                                   
  display: block;                                                                                                                   
  clear: both;                                                                                                                   
  content: "";                                                                                                                   
}                                                                                                                   
.bg_recommend_column .box_article_02 {                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  margin: 0 0px 20px 0;                                                                                                                   
  width: auto;                                                                                                                   
  display: block;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.bg_recommend_column .box_article_02:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.bg_recommend_column .box_article_02:after {                                                                                                                   
  display: block;                                                                                                                   
  clear: both;                                                                                                                   
 content: "";                                                                                                                    
}                                                                                                                   
                                                                                                                   
.bg_recommend_column .box_article_02 img {                                                                                                                   
    height: auto;                                                                                                                   
    margin: 0 auto 10px;                                                                                                                   
    display: block;                                                                                                                   
    width: 100%;                                                                                                                   
    height: auto;                                                                                                                   
}                                                                                                                   
.bg_recommend_column .box_article_02 h3 {                                                                                                                   
  overflow: hidden;                                                                                                                   
  border-bottom: 1px solid #ccc;                                                                                                                   
  padding: 0 0 5px 0;                                                                                                                   
  margin-bottom: 10px;                                                                                                                   
  text-align: left;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.bg_recommend_column .box_article_02 a {                                                                                                                   
  padding: 10px;                                                                                                                   
  color: #fff;                                                                                                                   
  text-decoration : none;                                                                                                                   
  float: right;                                                                                                                   
  background: #f00;                                                                                                                   
  margin-top: 10px;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.bg_recommend_column .box_article_02 a:hover {                                                                                                                   
background: #333;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----compareBlock-----*/                                                                                                                   
.Campare_Block_Grid {                                                                                                                   
  display:block;                                                                                                                   
  clear: both;                                                                                                                   
  margin-top: 20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Campare_Block_Grid h3 {                                                                                                                   
  border-bottom: 1px solid #ccc;                                                                                                                   
  margin-bottom: 5px;                                                                                                                   
  line-height: 150%;                                                                                                                   
  padding-bottom: 5px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Campare_Block_Grid .local_innerBlock:after {                                                                                                                   
display: block;                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
}                                                                                                                       
.Campare_Block_Grid .box_article_02 {                                                                                                                   
  margin: 0 auto 25px;                                                                                                                   
  box-sizing:  border-box;                                                                                                                   
  background: #fff;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Campare_Block_Grid .box_article_02:last-child {                                                                                                                   
    margin-bottom: 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Campare_Block_Grid .box_article_02:nth-of-type(2) {                                                                                                                   
margin-right: 0;                                                                                                                   
}                                                                                                                    
                                                                                                                   
/*------liststyleBlock------*/                                                                                                                   
.Liststyle_Block_Data {                                                                                                                   
  display:block;                                                                                                                   
  clear: both;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Liststyle_Block_Data ul.box_article_02 {                                                                                                                   
list-style-type : none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Liststyle_Block_Data ul.box_article_02 li {                                                                                                                   
  margin: 0 0 5px 0;                                                                                                                   
  background: url(../images/list.png) no-repeat left top;                                                                                                                   
  padding: 5px 0 8px 25px;                                                                                                                   
  font-weight : bold;                                                                                                                   
  background-position: 0 6px;                                                                                                                   
  color: #4e4a4a;                                                                                                                   
  background-size: 27px;                                                                                                                   
  font-size: 13px;                                                                                                                   
  /* border-bottom: 1px solid #333; */                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Liststyle_Block_Data ul.box_article_02 li:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----pointBlock-----*/                                                                                                                   
.PointBlock_Main {                                                                                                                   
  display:block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.PointBlock_Main h2 {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                       
                                                                                                                   
.PointBlock_Main .local_innerBlock {                                                                                                                   
  padding: 15px;                                                                                                                   
  border: 1px solid #bdbaba;                                                                                                                   
  box-sizing:  border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----sumupBlock-----*/                                                                                                                   
.Block_Sumup {                                                                                                                   
  display:block;                                                                                                                   
  padding: 15px 0px 25px 0px;                                                                                                                   
  box-sizing:  border-box;                                                                                                                   
  margin: 0 auto 40px;                                                                                                                   
  background: #eee;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Block_Sumup h2 {                                                                                                                   
  background: none;                                                                                                                   
  border: 0;                                                                                                                   
  margin: 0 auto 13px;                                                                                                                   
  border-bottom: 1px solid #8a8a8a;                                                                                                                   
  padding: 10px;                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                     
                                                                                                                   
.Block_Sumup .local_innerBlock {                                                                                                                   
  padding: 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Block_Sumup .local_innerBlock p {                                                                                                                   
  padding: 0 10px;                                                                                                                   
}                                                                                                                   
/*-----flowBlock-----*/                                                                                                                   
.display_flowblock{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
.display_flowblock .local_innerBlock:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
.display_flowblock img.Static_IcatchImage {                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  clear : both;                                                                                                                   
  float : none;                                                                                                                   
  display : block;                                                                                                                   
  width: 100%;                                                                                                                   
}                                                                                                                   
.display_flowblock .box_article_02 {                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  margin: 0 0px 25px 0;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.display_flowblock .box_article_02:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
.display_flowblock .box_article_02:nth-of-type(even){                                                                                                                   
  margin-right:0px;                                                                                                                   
}                                                                                                                   
.display_flowblock .box_article_02 p {                                                                                                                   
position: relative;                                                                                                                   
padding-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.display_flowblock .box_article_02 h3 {                                                                                                                   
  float : none;                                                                                                                   
  width : auto;                                                                                                                   
  padding: 10px 0px 10px 48px;                                                                                                                   
  position:relative;                                                                                                                   
  background-size: 40px !important;                                                                                                                   
  margin: 0px 0px 10px 0px;                                                                                                                   
  line-height: 140%;                                                                                                                   
  background-position: 0px 0px !important;                                                                                                                   
  text-align: left;                                                                                                                   
  clear: both;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.display_flowblock .box_article_02:nth-of-type(1) h3 {background: url(../images/bg-flow-01.png) no-repeat center top;}                                                                                                                   
.display_flowblock .box_article_02:nth-of-type(2) h3 {background: url(../images/bg-flow-02.png) no-repeat center top;}                                                                                                                   
.display_flowblock .box_article_02:nth-of-type(3) h3 {background: url(../images/bg-flow-03.png) no-repeat center top;}                                                                                                                   
.display_flowblock .box_article_02:nth-of-type(4) h3 {background: url(../images/bg-flow-04.png) no-repeat center top;}                                                                                                                   
.display_flowblock .box_article_02:nth-of-type(5) h3 {background: url(../images/bg-flow-05.png) no-repeat center top;}                                                                                                                   
/*-----qaBlock-----*/                                                                                                                   
.site_aqBlock {                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
.site_aqBlock .local_innerBlock:after {                                                                                                                   
display: block;                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
}                                                                                                                   
                                                                                                                   
.site_aqBlock img.Static_IcatchImage {                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  clear : both;                                                                                                                   
  float : none;                                                                                                                   
  display : block;                                                                                                                   
  width: 100%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.site_aqBlock .box_article_02:nth-of-type(even){                                                                                                                   
  margin-right:0px;                                                                                                                   
}                                                                                                                   
.site_aqBlock .box_article_02 {                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  background: #fff;                                                                                                                   
  margin: 0 0px 25px 0;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.site_aqBlock .box_article_02:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                       
.site_aqBlock .box_article_02 h3 {                                                                                                                   
  float : none;                                                                                                                   
  width : auto;                                                                                                                   
  color: #333;                                                                                                                   
  padding: 10px 0px 15px 50px;                                                                                                                   
  position: relative;                                                                                                                   
  background: url(../images/bg-q.png) no-repeat left top;                                                                                                                   
  background-position: 0px 0px;                                                                                                                   
  margin-bottom: 8px;                                                                                                                   
  background-size: 40px;                                                                                                                   
  border-bottom: 1px solid #ccc;                                                                                                                   
  }                                                                                                                   
.site_aqBlock .box_article_02 p{                                                                                                                   
  position:relative;                                                                                                                   
  padding: 0px 0 0px 50px;                                                                                                                   
  background: url(../images/bg-a.png) no-repeat left top;                                                                                                                   
  background-position: 0 4px;                                                                                                                   
  background-size: 40px;                                                                                                                   
  }                                                                                                                   
.accept_normalLink {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
.accept_normalLink .box_article_02 {                                                                                                                   
    border: solid 1px #dfe3ec;                                                                                                                   
    padding: 10px;                                                                                                                   
    margin-bottom: 20px;                                                                                                                   
    background: #f4f7ff;                                                                                                                   
    float: none;                                                                                                                   
    width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.accept_normalLink .box_article_02:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
.moreButtonLink {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
.moreButtonLink .box_article_02 {                                                                                                                   
    margin-bottom: 20px;                                                                                                                   
    border: 1px solid #c9d5ee;                                                                                                                   
    padding: 15px;                                                                                                                   
    float: none;                                                                                                                   
    width: auto;                                                                                                                   
}                                                                                                                   
.moreButtonLink .box_article_02:last-child{                                                                                                                   
  margin:0 auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.moreButtonLink h3 {                                                                                                                   
    margin-bottom: 8px;                                                                                                                   
    padding-bottom: 0;                                                                                                                   
}                                                                                                                   
.moreButtonLink .box_article_02 p {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
.moreButtonLink a {                                                                                                                   
    margin: 10px auto 0;                                                                                                                   
    padding: 10px;                                                                                                                   
    text-align: center;                                                                                                                   
    text-decoration: none;                                                                                                                   
    background: #f4e3de;                                                                                                                   
    color: #3b3737;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
.moreButtonLink a:hover {                                                                                                                   
    background: #d7e1f8;                                                                                                                   
    color: #292525;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.setImageLink {                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.setImageLink:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
                                                                                                                   
.setImageLink .box_article_02 {                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  position: relative;                                                                                                                   
}                                                                                                                   
.setImageLink .box_article_02:nth-of-type(even){                                                                                                                   
   margin-right:0px;                                                                                                                   
}                                                                                                                   
.setImageLink .box_article_02:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
                                                                                                                   
}                                                                                                                   
.setImageLink .box_article_02 h3 {                                                                                                                   
    margin: 0 auto 5px;                                                                                                                   
    padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.setImageLink .box_article_02:before {                                                                                                                   
    content: "PR";                                                                                                                   
    background: #f00;                                                                                                                   
    padding: 5px;                                                                                                                   
    position: absolute;                                                                                                                   
    color: #fff;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.setImageLink .box_article_02 img {                                                                                                                   
  width : 100%;                                                                                                                   
  height : auto;                                                                                                                   
  margin-bottom : 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----categorypostBlock-----*/                                                                                                                   
.wrp_categorypostBlock {                                                                                                                   
  display: block;                                                                                                                   
  padding: 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.wrp_categorypostBlock h1,                                                                                                                   
.display_data_sentenceBlock h1 {                                                                                                                   
  font-size: 20px;                                                                                                                   
  margin: 10px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.wrp_categorypostBlock h1 {                                                                                                                   
    display: block;                                                                                                                   
    text-align: left;                                                                                                                   
    margin: 0 auto 15px;                                                                                                                   
    padding: 10px 0px 9px 8px;                                                                                                                   
    background: #dee7fa;                                                                                                                   
    border-bottom: 3px double #8cabee;                                                                                                                   
}                                                                                                                   
.wrp_categorypostBlock .box_article_02{                                                                                                                   
  display:block;                                                                                                                   
  margin: 0 0 20px 0;                                                                                                                   
  width: auto;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  float: none;                                                                                                                   
}                                                                                                                   
.wrp_categorypostBlock .box_article_02:last-child{                                                                                                                   
  /* margin-bottom:0px; */                                                                                                                   
}                                                                                                                   
.wrp_categorypostBlock .box_article_02:after {                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.wrp_categorypostBlock .box_article_02 img {                                                                                                                   
  width: 100%;                                                                                                                   
  float: none;                                                                                                                   
  margin: 0 auto 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.wrp_categorypostBlock .box_article_02 h2 {                                                                                                                   
  color: #2d2828;                                                                                                                   
  clear : none;                                                                                                                   
  line-height: 140%;                                                                                                                   
  margin: 0 0 5px 0;                                                                                                                   
  padding: 0 0;                                                                                                                   
  background: none;                                                                                                                   
  border: 0px;                                                                                                                   
  overflow: hidden;                                                                                                                   
  text-align: left;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.wrp_categorypostBlock .box_article_02 h2:before,.wrp_categorypostBlock .box_article_02 h2:after {                                                                                                                   
    display: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.wrp_categorypostBlock .box_article_02 p {                                                                                                                   
  clear : none;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
/*-----kuchikomiBlock-----*/                                                                                                                   
.tmp_kuchikomiBlock {                                                                                                                   
  display: block;                                                                                                                   
  padding-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.tmp_kuchikomiBlock h2 {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.tmp_kuchikomiBlock .local_innerBlock:after {                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                      
                                                                                                                   
.tmp_kuchikomiBlock .box_article_02{                                                                                                                   
  display:block;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  margin: 0 0 20px 0;                                                                                                                   
  border : solid 1px #ccc;                                                                                                                   
  padding: 15px;                                                                                                                   
}                                                                                                                   
.tmp_kuchikomiBlock .box_article_02:last-child{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
.tmp_kuchikomiBlock .box_article_02 h3 {                                                                                                                   
  float : none;                                                                                                                   
  width : auto;                                                                                                                   
  color: #333;                                                                                                                   
  padding-bottom: 10px;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.tmp_kuchikomiBlock .box_article_02 p {                                                                                                                   
  float : none;                                                                                                                   
  width : auto;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
/*------image post--------*/                                                                                                                   
.post_img{                                                                                                                   
  margin-bottom:40px;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
.post_img img{                                                                                                                   
  width: 100%;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  display: block;                                                                                                                   
  float: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------footer menu in mobile view-----------------*/                                                                                                                   
.ft_menu{                                                                                                                   
  margin:auto;                                                                                                                   
  position: fixed;                                                                                                                   
  bottom: 0;                                                                                                                   
  left: 0;                                                                                                                   
  right: 0;                                                                                                                   
  display:  block;                                                                                                                   
  line-height: 121%;                                                                                                                   
  max-width: 480px;                                                                                                                   
  z-index: 9999;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu label {                                                                                                                   
    position: static;                                                                                                                   
    padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu ul {
    display: flex;
    padding: 15px 10px 10px 10px;
    background: #2f5cc1;
    justify-content: center;
}                                                                                                                   
.ft_menu ul li {
    display: block;
    width: 22%;
    background-size: 20px !important;
}                                                                                                                   
                                                                                                                   
.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/ft_c.png) no-repeat top center;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu ul li a {
    padding: 23px 3px 0px 3px;
    color: #fff;
    display: block;
    text-decoration: none;
    font-size: 10px;
    text-align: center;
}                                                                                                                   
                                                                                                                   
.ft_menu ul li:nth-of-type(1) a {                                                                                                                   
    padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
ul.drop-nav li ul li a {                                                                                                                   
    padding: 0 0 10px 0 !important;                                                                                                                   
    font-weight: normal;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu ul li:nth-of-type(1) a label {                                                                                                                   
    padding: 23px 0px 0px 0px;                                                                                                                   
    display: block;                                                                                                                   
    position: relative;                                                                                                                   
    background: #f00;                                                                                                                   
    background: url(../images/ft_menu.png) no-repeat center top;                                                                                                                   
    background-size: 20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu ul input:checked ~ li:nth-of-type(1) a label {color: #fff;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: rgb(96, 133, 218);
  max-height: 180px;
  bottom: 50px;
  display: block;
  z-index: -1;
  padding-top: 15px;
  transition: all 0.3s linear;
  border-top: 1px solid #6085da;
}                                                                                                                   
                                                                                                                   
.ft_menu input:checked ~ ul.drop-nav li ul {                                                                                                                   
    display: block;                                                                                                                   
    background: none;                                                                                                                   
    padding-left: 50px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
ul.drop-nav{                                                                                                                   
  max-height: 0;                                                                                                                   
  padding:0;                                                                                                                   
  overflow:hidden;                                                                                                                   
  list-style-type:none;                                                                                                                   
  background: #fff;                                                                                                                   
  position:absolute;                                                                                                                   
}                                                                                                                   
ul.drop-nav li {                                                                                                                   
    margin: 0 auto 15px;                                                                                                                   
    background: none;                                                                                                                   
    background-size: 20px !important;                                                                                                                   
    width: auto;                                                                                                                   
    border-bottom: 1px dotted #fff;                                                                                                                   
    background-position: 21px 1px !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
ul.drop-nav li ul li {                                                                                                                   
    background: none !important;                                                                                                                   
    margin-bottom: 0;                                                                                                                   
    border: 0;                                                                                                                   
}                                                                                                                   
ul.drop-nav li:nth-of-type(1) {                                                                                                                   
    background: url(../images/ft_t.png) no-repeat;                                                                                                                   
}                                                                                                                    
ul.drop-nav li:nth-of-type(2) {                                                                                                                   
    background: url(../images/ft_c.png) no-repeat;                                                                                                                   
}                                                                                                                                                                                                                                      
                                                                                                                       
ul.drop-nav li a{                                                                                                                   
  display:block;                                                                                                                   
  text-decoration:none;                                                                                                                   
  border: 0 !important;                                                                                                                   
  font-size: 13px;                                                                                                                   
  padding: 4px 0 0 50px !important;                                                                                                                   
  font-weight: 700;                                                                                                                   
  text-align: left;                                                                                                                   
  color: #ffffff;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*------------------footerArea-------------------*/                                                                                                                   
#footer_about_area {                                                                                                                   
  background: #ffffff;                                                                                                                   
  margin-top: 0px;                                                                                                                   
  position: relative;                                                                                                                   
  clear: both;                                                                                                                   
  width: 100%;                                                                                                                   
}                                                                                                                   
#footer_about_area .local_innerBlock{display: block;position: relative;}                                                                                                                   
                                                                                                                   
#footer_about_area .local_innerBlock p {                                                                                                                   
    text-align: center;                                                                                                                   
}                                                                                                                   
.copy {
  margin: auto;
  padding: 10px 10px 0px 10px;
  font-size: 13px;
  border-top: 2px solid #5d8af0;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 65px;
  z-index: -1;
  width: auto;
  }                                                                                                                   
                                                                                                                   
/*---------------PR---------------*/                                                                                                                   
.pr {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
.pr img {                                                                                                                   
  display : block;                                                                                                                   
  margin: 0px auto 20px;                                                                                                                   
  height: auto;                                                                                                                   
}                                                                                                                   
span.btnClick {                                                                                                                   
    right: 0px;                                                                                                                   
    top: 10px;                                                                                                                   
    font-size: 20px;                                                                                                                   
    cursor: default;                                                                                                                   
    margin: 4px 0px 0 0px;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
span.btnClick:hover {cursor: pointer;}                                                                                                                   
                                                                                                                   
#container_left{                                                                                                                   
    transition: margin-right .5s;                                                                                                                   
    box-shadow: 0 0 1px #6085da;                                                                                                                   
    padding: 10px;                                                                                                                   
    width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------version---------------*/                                                                                                                   
@media (max-width: 412px) { /*--mobile--*/                                                                                                                   
                                                                                                                   
.localNav ul li ul li a {                                                                                                                   
    padding: 5px 22px !important;                                                                                                                   
}                                                                                                                   
h1 {                                                                                                                   
    text-align: left;                                                                                                                   
}                                                                                                                   
.localNav ul li {                                                                                                                   
    background-position: 0% 13px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.prbn_top img.bn{                                                                                                                   
  width: 100%;                                                                                                                   
  display: block;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side_possible_top .prbn_top img {                                                                                                                   
    width: 100%;                                                                                                                   
    box-sizing: border-box;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.prbn_top.___horizontal___ img {                                                                                                                   
    width: 100%;                                                                                                                   
    display: block;                                                                                                                   
    box-sizing: border-box;                                                                                                                   
}                                                                                                                   
.topic_rankBlock .box_article_02 h3{                                                                                                                   
  text-align: left;                                                                                                                   
}  
.ft_menu ul li{
  width: 26%;
}     
ul.drop-nav li{
  width: auto;
}                                                                                                            
                                                                                                                  
}                                                                                                                   
                                                                                                                   
                                                                                                                   
                                                                                                                   
