                                                                                                                   
@charset "UTF-8";                                                                                                                     
/*---------------reset---------------*/                                                                                                                   
html, body, div, span, applet, object, iframe,                                                                                                                   
h1, h2, h3, h4, h5, h6, p, blockquote, pre,                                                                                                                   
a, abbr, acronym, address, big, cite, code,                                                                                                                   
del, dfn, em, img, ins, kbd, q, s, samp,                                                                                                                   
small, strike, strong, sub, sup, tt, var,                                                                                                                   
b, u, i, center,                                                                                                                   
dl, dt, dd, ol, ul, li,                                                                                                                   
fieldset, form, label, legend,                                                                                                                   
table, caption, tbody, tfoot, thead, tr, th, td,                                                                                                                   
article, aside, canvas, details, embed,                                                                                                                   
figure, figcaption, footer, header, hgroup,                                                                                                                   
menu, nav, output, ruby, div, summary,                                                                                                                   
time, mark, audio, video {                                                                                                                   
margin: 0;                                                                                                                   
padding: 0;                                                                                                                   
border: 0;                                                                                                                   
font: inherit;                                                                                                                   
font-size: 100%;                                                                                                                   
vertical-align: baseline;                                                                                                                   
}                                                                                                                   
ol, ul {                                                                                                                   
list-style: none;                                                                                                                   
}                                                                                                                   
table {                                                                                                                   
border-collapse: collapse;                                                                                                                   
border-spacing: 0;                                                                                                                   
}                                                                                                                   
caption, th, td {                                                                                                                   
text-align: left;                                                                                                                   
font-weight: normal;                                                                                                                   
vertical-align: middle;                                                                                                                   
}                                                                                                                   
                                                                                                                   
q, blockquote {                                                                                                                   
quotes: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
a img {                                                                                                                   
border: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, div, summary {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
html, body {                                                                                                                   
  font-size: 16px;                                                                                                                   
  line-height: 160%;                                                                                                                   
  font-family: 'Hiragino Kaku Gothic ProN',  Meiryo,  Osaka, 'MS PGothic', arial, helvetica, sans-serif;                                                                                                                   
  background: #ffffff;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
html {                                                                                                                   
overflow-y: scroll;                                                                                                                   
}                                                                                                                   
                                                                                                                   
img, svg {                                                                                                                   
vertical-align: top;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h1, h2, h3, h4, h5, h6 {                                                                                                                   
color: #333;                                                                                                                         
}                                                                                                                   
dl dt {                                                                                                                   
font-weight: bold;                                                                                                                   
}                                                                                                                   
strong, em {                                                                                                                   
font-weight: bold;                                                                                                                   
}                                                                                                                   
                                                                                                                   
article, header, footer {position: relative;}                                                                                                                   
                                                                                                                   
input, textarea, select, button {                                                                                                                   
-moz-box-sizing: border-box;                                                                                                                   
-webkit-box-sizing: border-box;                                                                                                                   
box-sizing: border-box;                                                                                                                   
font-size: 15px;                                                                                                                   
margin: 0 auto 0;                                                                                                                   
outline: none;                                                                                                                   
padding: 0;                                                                                                                   
}                                                                                                                   
/*---------------all---------------*/                                                                                                                   
                                                                                                                   
.wrap{                                                                                                                   
  margin: 0px auto 0;                                                                                                                   
  max-width: 414px;                                                                                                                   
  overflow: hidden;                                                                                                                   
  position: relative;                                                                                                                   
  padding: 20px 20px 0px 20px;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  background: #fff;                                                                                                                   
  border: 1px solid #bad5e5;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
p {                                                                                                                   
margin: auto;                                                                                                                   
}                                                                                                                   
a {color: #be721a;text-decoration: none;}                                                                                                                   
a:hover {text-decoration: none;opacity: 0.5;}                                                                                                                   
h1 {                                                                                                                   
  margin: 0px auto 0px;                                                                                                                   
  font-size: 20px;                                                                                                                   
  text-align: left;                                                                                                                   
  font-weight: bold;                                                                                                                   
  line-height: 160%;                                                                                                                   
  padding: 0px 0px 20px 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h1 a:hover {                                                                                                                   
    text-decoration: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h1 a {                                                                                                                   
    text-decoration: none;                                                                                                                   
}                                                                                                                   
h2 {
  margin: 0 auto 10px;
  font-size: 17px;
  color: #3c3c3c;
  position: relative;
  clear: both;
  background: url(../images/h2.png) no-repeat center top;
  padding: 1px 0px 1px 28px;
  line-height: 150%;
  font-weight: bold;
  background-position: 0px 0px;
  overflow: hidden;
  }                                                                                                                   
                                                                                                                   
h3 {                                                                                                                   
  font-size: 16px;                                                                                                                   
  color: #333;                                                                                                                   
  padding-bottom: 8px;                                                                                                                   
  font-weight: bold;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
/*-------Navigation------------*/                                                                                                                   
.site_menu {                                                                                                                   
  padding: 0 0px;                                                                                                                   
  position: relative;                                                                                                                   
  border: 0;                                                                                                                   
  width: auto;                                                                                                                   
  min-height: inherit;                                                                                                                   
  margin: 0px auto 20px;                                                                                                                   
  overflow: hidden;                                                                                                                   
}                                                                                                                    
.sub .site_menu{                                                                                                                   
    position: relative;                                                                                                                   
}                                                                                                                   
.site_menu ul {                                                                                                                   
    display: flex;                                                                                                                   
    position:  static;                                                                                                                   
    width:  auto;                                                                                                                   
    justify-content: center;                                                                                                                   
    padding: 0;                                                                                                                   
    margin: 0 auto 0px;                                                                                                                   
    box-sizing: border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.site_menu ul:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                                                                                                                                      
.site_menu ul li{                                                                                                                   
  margin: 0 0px 0px 0;                                                                                                                   
  padding: 0px 0 0px 0;                                                                                                                   
  display: block;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  width: 50%;                                                                                                                   
  background: #54addf;                                                                                                                   
  border-right: 1px solid #ffffff;                                                                                                                   
}                                                                                                                   
.site_menu ul li:nth-of-type(1) a{                                                                                                                   
    background: url(../images/icon_top.png) no-repeat center top;                                                                                                                   
}                                                                                                                   
.site_menu ul li:nth-of-type(2) a{                                                                                                                   
    background: url(../images/t.png) no-repeat center top;                                                                                                                   
}                                                                                                                   
.site_menu ul li:nth-of-type(3) a{                                                                                                                   
    background: url(../images/c.png) no-repeat center top;                                                                                                                   
    margin-right: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                                                                                                                                     
.site_menu ul li a{                                                                                                                   
  display: block;                                                                                                                   
  margin: 0;                                                                                                                   
  padding: 8px 5px 8px 36px;                                                                                                                   
  color: #fff;                                                                                                                   
  text-align: left;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  width: 100%;                                                                                                                   
  font-size: 13px;                                                                                                                   
  background-position: 1px 2px !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.site_menu ul li:last-child {margin: 0;border: 0;}                                                                                                                   
                                                                                                                   
.site_menu ul li a:hover {                                                                                                                   
    opacity: 0.5;                                                                                                                   
}                                                                                                                                           
                                                                                                                   
/*------------end Navigation-----------*/                                                                                                                   
                                                                                                                   
#header_main_frame .innerBlg_wrp,                                                                                                                   
#frame_blog_article .innerBlg_wrp,                                                                                                                   
#Block_footerArea .innerBlg_wrp{display: block;width: auto;}                                                                                                                   
.wrp_head_static{                                                                                                                   
    padding: 0;                                                                                                                   
}                                                                                                                   
#frame_blog_article {                                                                                                                   
  padding: 68% 0 0 0;                                                                                                                   
  position: static;                                                                                                                   
  border: 0;                                                                                                                   
  width: auto;                                                                                                                   
  min-height: inherit;                                                                                                                   
  float: none;                                                                                                                   
  margin: 0 auto 0px;                                                                                                                   
  background: url(../images/mainimage.jpg) no-repeat left top;                                                                                                                   
  background-size: 100%;                                                                                                                   
  background-position: 50% 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#frame_blog_article:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
                                                                                                                   
#header_main_frame,                                                                                                                   
#frame_blog_article{                                                                                                                   
  display:block;                                                                                                                   
  overflow: hidden;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#block_main_wrp {                                                                                                                   
  margin : 0;                                                                                                                   
  padding : 0;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#block_main_wrp img.bn:nth-of-type(2){                                                                                                                   
    margin: 30px auto 20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#display_article_sidebar {                                                                                                                   
  margin: 0 auto;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#display_article_sidebar .RecBox {                                                                                                                   
  padding : 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#display_article_sidebar .RecBox:after {                                                                                                                   
display: block;                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
}                                                                                                                   
#display_article_sidebar .RecBox .box_article_03 {                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  width: auto;                                                                                                                   
  margin: 0 auto 25px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#display_article_sidebar .RecBox .box_article_03:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
#display_article_sidebar .RecBox .box_article_03:after {                                                                                                                   
  display: block;                                                                                                                   
  clear: both;                                                                                                                   
 content: "";                                                                                                                    
}                                                                                                                   
                                                                                                                   
#display_article_sidebar .RecBox .box_article_03 img {                                                                                                                   
  width: 100%;                                                                                                                   
  height: auto;                                                                                                                   
  float: none;                                                                                                                   
  margin: 0 0 15px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#display_article_sidebar .RecBox .box_article_03 h3 {                                                                                                                   
  overflow: hidden;                                                                                                                   
  border-bottom: 1px solid #ccc;                                                                                                                     
  margin-bottom: 10px;                                                                                                                   
  clear: both;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
#display_article_sidebar .RecBox .box_article_03 a {                                                                                                                   
  padding: 10px;                                                                                                                   
  color: #fff;                                                                                                                   
  text-decoration : none;                                                                                                                   
  float: right;                                                                                                                   
  background: #f00;                                                                                                                   
  margin-top: 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#display_article_sidebar .RecBox .box_article_03 a:hover {                                                                                                                   
background: #333;                                                                                                                   
}                                                                                                                   
#display_article_sidebar .post_news_block {                                                                                                                   
  display: block;                                                                                                                   
  margin: 0 0 30px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
#display_article_sidebar  .post_news_block ul {                                                                                                                   
  overflow-y:scroll;                                                                                                                   
  height : 125px;                                                                                                                   
  list-style-type: none;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#display_article_sidebar  .post_news_block ul li{                                                                                                                   
  margin: 0 0 20px 0;                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                   
#display_article_sidebar  .post_news_block ul li a{                                                                                                                   
  color:#f00;                                                                                                                   
  text-decoration: underline;                                                                                                                   
}                                                                                                                   
#display_article_sidebar  .post_news_block ul li a:hover{                                                                                                                   
  text-decoration: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------headerArea---------------*/                                                                                                                   
#header_main_frame {                                                                                                                   
  padding: 0px;                                                                                                                   
  position: relative;                                                                                                                   
  margin: 0 auto;                                                                                                                   
  background: #fff;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  overflow: hidden;                                                                                                                   
  max-width: 414px;                                                                                                                   
}                                                                                                                       
                                                                                                                   
.blg_title_block {                                                                                                                   
  margin: 0px auto 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.wrpArea_header{                                                                                                                   
  margin:0 auto 0;                                                                                                                   
  position:  relative;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.blg_title_block:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
/*-------------Banner--------------*/                                                                                                                   
                                                                                                                   
.allow_prbn {                                                                                                                   
    display: block;                                                                                                                   
    text-align: center;                                                                                                                   
    width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.allow_prbn.banner4 {                                                                                                                   
    width: auto;                                                                                                                   
    display: block;                                                                                                                   
    margin: 0 auto 30px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.allow_prbn.square {                                                                                                                   
    margin-bottom: 30px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
.allow_prbn img.bn {                                                                                                                   
    margin: 0 auto 15px;                                                                                                                   
    height: auto;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#display_article_sidebar .allow_prbn img {                                                                                                                   
    margin: 0 auto 15px;                                                                                                                   
    width: auto;                                                                                                                   
    height: auto;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.main_prtxt {                                                                                                                   
    padding: 15px 0px;                                                                                                                   
    border: 1px solid #bbb;                                                                                                                   
    width: 1200px;                                                                                                                   
    margin: 0 auto 20px;                                                                                                                   
}                                                                                                                   
.main_prtxt p{                                                                                                                   
  text-align: center;                                                                                                                   
}                                                                                                                   
/*-------------End Banner--------------*/                                                                                                                   
                                                                                                                   
.HotBox {                                                                                                                   
  margin: 0px auto 40px;                                                                                                                   
  padding: 0px 0 0 0;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.HotBox h2 {                                                                                                                   
  background: none;                                                                                                                   
  border: 0;                                                                                                                   
  margin: 0 auto 13px;                                                                                                                   
  border-bottom: 1px solid #8a8a8a;                                                                                                                   
  padding: 0px 0px 10px 0px;                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.HotBox .innerBlg_wrp {                                                                                                                   
margin : 0;                                                                                                                   
width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.HotBox p {                                                                                                                   
  margin : 0px;                                                                                                                   
  padding: 0;                                                                                                                   
  background: #fff;                                                                                                                   
}                                                                                                                   
#header_main_frame .post_news_block {                                                                                                                   
  margin: 0px auto 30px;                                                                                                                   
  padding: 0px 0 0 0;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
#header_main_frame .post_news_block .innerBlg_wrp {                                                                                                                   
  padding: 0px;                                                                                                                   
  width: auto;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#header_main_frame .post_news_block h2{                                                                                                                   
  border: 0;                                                                                                                   
  margin: 0 auto 13px;                                                                                                                   
  background: #eee;                                                                                                                   
  padding: 10px 15px;                                                                                                                   
  text-align: left;                                                                                                                   
  border-radius: 5px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#header_main_frame .post_news_block ul {                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#header_main_frame .post_news_block ul li{                                                                                                                   
  text-align: left;                                                                                                                   
  border-bottom: 1px solid #eee;                                                                                                                   
  padding: 0 0 5px 0;                                                                                                                   
  margin: 0 0 10px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#header_main_frame .post_news_block ul li a {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#header_main_frame .post_news_block ul li a:hover {                                                                                                                   
    opacity: 0.6;                                                                                                                   
    text-decoration: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------pankuzu---------------*/                                                                                                                   
.local_pankuzu {                                                                                                                   
  margin: 2px auto 15px;                                                                                                                   
  font-size: 14px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.local_pankuzu span.control_break {                                                                                                                   
  padding : 0 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------mainArea---------------*/                                                                                                                   
.HotBox .innerBlg_wrp,                                                                                                                    
#header_main_frame .post_news_block .innerBlg_wrp,                                                                                                                    
#block_main_wrp .post_news_block .innerBlg_wrp,                                                                                                                    
.topic_rankBlock .innerBlg_wrp,                                                                                                                    
.AnswerBox .innerBlg_wrp,                                                                                                                    
.wrp_sentenceBlock .innerBlg_wrp,                                                                                                                    
.display_flowblock .innerBlg_wrp,                                                                                                                    
.RecBox .innerBlg_wrp,                                                                                                                    
.campare_blg_4 .innerBlg_wrp,                                                                                                                    
.spacing_Liststyle_Block .innerBlg_wrp,                                                                                                                    
.Available_Point_Block .innerBlg_wrp,                                                                                                                    
.BlockStyle_starting .innerBlg_wrp,                                                                                                                    
.show_categorypostBlock .innerBlg_wrp,                                                                                                                    
.base_kuchikomiBlock .innerBlg_wrp,                                                                                                                     
#Block_footerArea .innerBlg_wrp{                                                                                                                   
  clear: both;                                                                                                                   
  padding: 0px;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#block_main_wrp .post_news_block,                                                                                                                    
.topic_rankBlock,                                                                                                                    
.AnswerBox,                                                                                                                    
.wrp_sentenceBlock,                                                                                                                    
.display_flowblock,                                                                                                                    
.RecBox,                                                                                                                    
.campare_blg_4,                                                                                                                    
.spacing_Liststyle_Block,                                                                                                                    
.Available_Point_Block,                                                                                                                    
.BlockStyle_starting,                                                                                                                    
.base_kuchikomiBlock,                                                                                                                    
.show_categorypostBlock,                                                                                                                    
#display_article_sidebar .RecBox,                                                                                                                   
.ContentLinkTo,                                                                                                                    
.Display_normalLink,                                                                                                                    
.displayButtonLink,                                                                                                                    
.___boximgcat___,                                                                                                                   
.instance_imageLink {                                                                                                                   
  margin: 0 auto 30px;                                                                                                                   
  clear: both;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.FR_main_1block {display: block;border: 1px solid #ddd;}                                                                                                                   
                                                                                                                   
.FR_main_1block h2 {                                                                                                                   
    padding: 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.FR_main_1block p {                                                                                                                   
    padding: 0px 10px 10px 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.FR_main_1block img {                                                                                                                   
    margin-bottom: 15px;                                                                                                                   
    display: block;                                                                                                                   
    box-sizing: border-box;                                                                                                                   
    width: 100%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Main_2b_main {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Main_3b_main {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.FR_main_block4 {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
.FR_main_1block,                                                                                                                   
.Main_2b_main,                                                                                                                   
.Main_3b_main,                                                                                                                   
.FR_main_block4{                                                                                                                   
    margin: 0 auto 30px;                                                                                                                   
    width: auto;                                                                                                                   
}                                                                                                                   
.FR_main_1block h2,                                                                                                                   
.Main_2b_main h2,                                                                                                                   
.Main_3b_main h2,                                                                                                                   
.FR_main_block4 h2{                                                                                                                   
    text-align: left;                                                                                                                   
    background: none;                                                                                                                   
    border-bottom: 1px solid #dddddd;                                                                                                                   
    margin-bottom: 10px;                                                                                                                   
}                                                                                                                   
.FR_main_block4 p {                                                                                                                   
margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#block_main_wrp .post_news_block {                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#block_main_wrp .post_news_block h2 {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----newsBlock-----*/                                                                                                                   
#block_main_wrp  .post_news_block ul {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#block_main_wrp  .post_news_block ul li{                                                                                                                   
  margin: 0 0 10px 0;                                                                                                                   
  text-align: left;                                                                                                                   
  border-bottom: 1px solid #eee;                                                                                                                   
  padding: 0 0 5px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#block_main_wrp .post_news_block ul li a {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#block_main_wrp .post_news_block ul li a:hover {                                                                                                                   
    text-decoration: none;                                                                                                                   
    opacity: 0.6;                                                                                                                   
}                                                                                                                   
                                                                                                                     
/*----rankBlock-----*/                                                                                                                   
.topic_rankBlock{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.topic_rankBlock img{                                                                                                                   
  width: 30px;                                                                                                                   
  float: left;                                                                                                                   
  display: block;                                                                                                                   
  margin: 0 10px 0 0;                                                                                                                   
  border: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
.topic_rankBlock img.All_icatchImage {                                                                                                                   
  width : 100%;                                                                                                                   
  height : auto;                                                                                                                   
  margin: 0 auto 20px;                                                                                                                   
  float: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.topic_rankBlock .box_article_03{                                                                                                                   
  width: auto;                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  padding: 10px;                                                                                                                   
  float: none;                                                                                                                   
  display: block;                                                                                                                   
  border: 1px solid #dbd5d1;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.topic_rankBlock .box_article_03 h3 {                                                                                                                   
  display: block;                                                                                                                   
  padding: 0px 30px 0 0;                                                                                                                   
  margin: 2px auto 10px;                                                                                                                   
  text-align: left;                                                                                                                   
  position: relative;                                                                                                                   
  border-bottom: 0;                                                                                                                   
  overflow: hidden;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
/*-#sentenceBlock#-*/                                                                                                                   
.wrp_sentenceBlock {                                                                                                                   
  display: block;                                                                                                                   
  position: relative;                                                                                                                   
}                                                                                                                   
                                                                                                                   
div.wrp_sentenceBlock.boxsentence .box_article_03 {                                                                                                                   
    margin-bottom: 8px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
div.wrp_sentenceBlock.boxsentence .box_article_03 p {                                                                                                                   
    margin-bottom: 20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
div.wrp_sentenceBlock.boxsentence .box_article_03:last-child p {                                                                                                                   
    margin-bottom: 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.wrp_sentenceBlock .innerBlg_wrp {                                                                                                                   
padding: 0;                                                                                                                   
}                                                                                                                      
                                                                                                                   
.wrp_sentenceBlock img.All_icatchImage {                                                                                                                   
  display:block;                                                                                                                   
  position: relative;                                                                                                                   
  height: auto;                                                                                                                   
  margin: 0 auto 12px;                                                                                                                   
  width: 100%;                                                                                                                   
  border: 1px solid #efefef;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.wrp_sentenceBlock .box_article_03 {                                                                                                                   
  margin-bottom: 8px;                                                                                                                   
  clear: both;                                                                                                                   
  width: auto;                                                                                                                   
  float: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.wrp_sentenceBlock .box_article_03 p {                                                                                                                   
    margin-bottom: 15px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.wrp_sentenceBlock .box_article_03:last-child p {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
.wrp_sentenceBlock .box_article_03:last-child {                                                                                                                   
  margin: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.wrp_sentenceBlock .box_article_03 h3 {                                                                                                                   
  background : url(../images/h3_bg.png) no-repeat left top;                                                                                                                   
  position:relative;                                                                                                                   
  margin-bottom: 8px;                                                                                                                   
  overflow: hidden;                                                                                                                   
  padding: 0 0 0px 45px;                                                                                                                   
  line-height: 150%;                                                                                                                   
  }                                                                                                                   
.ContentLinkTo{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ContentLinkTo .box_article_03 {                                                                                                                   
    padding: 10px;                                                                                                                   
    margin-bottom: 15px;                                                                                                                   
    float: none;                                                                                                                   
    width: auto;                                                                                                                   
    background: #e5f2fa;                                                                                                                   
}                                                                                                                   
.ContentLinkTo .box_article_03:last-child{                                                                                                                   
  margin:0 auto;                                                                                                                   
}                                                                                                                   
.ContentLinkTo .box_article_03 h3 {                                                                                                                   
    background: url(../images/h3_bg.png) no-repeat left top;                                                                                                                   
    position: relative;                                                                                                                   
    margin-bottom: 8px;                                                                                                                   
    overflow: hidden;                                                                                                                   
    padding: 0 0 0px 16px;                                                                                                                   
    line-height: 150%;                                                                                                                   
    background-position: 0 4px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-ReviewBox-*/                                                                                                                   
.ReviewBox{                                                                                                                   
  margin: 0 auto 30px;                                                                                                                   
  clear: both;                                                                                                                   
}                                                                                                                   
.ReviewBox{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ReviewBox .innerBlg_wrp:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ReviewBox img.All_icatchImage {                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  clear : both;                                                                                                                   
  float : none;                                                                                                                   
  display : block;                                                                                                                   
  width: 100%;                                                                                                                   
}                                                                                                                   
.ReviewBox .box_article_03{                                                                                                                   
  display:block;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  border: 1px solid #ccc;                                                                                                                   
  padding: 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ReviewBox .box_article_03:nth-of-type(even) {                                                                                                                   
    margin-right: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ReviewBox .box_article_03:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ReviewBox .box_article_03 h3 {                                                                                                                   
  float : none;                                                                                                                   
  width : auto;                                                                                                                   
  color: #333;                                                                                                                   
  text-align: left;                                                                                                                   
  margin-bottom: 5px;                                                                                                                   
  background: url(../images/men.png) no-repeat left top;                                                                                                                   
  padding: 2px 0 8px 40px;                                                                                                                   
  background-size: 30px;                                                                                                                   
  }                                                                                                                   
                                                                                                                     
/*-----recommendBlock-----*/                                                                                                                   
.RecBox{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
.RecBox:after{                                                                                                                   
  display: block;                                                                                                                   
  clear: both;                                                                                                                   
  content: "";                                                                                                                   
}                                                                                                                   
.RecBox .box_article_03 {                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  margin: 0 0px 20px 0;                                                                                                                   
  width: auto;                                                                                                                   
  display: block;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.RecBox .box_article_03:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.RecBox .box_article_03:after {                                                                                                                   
  display: block;                                                                                                                   
  clear: both;                                                                                                                   
 content: "";                                                                                                                    
}                                                                                                                   
                                                                                                                   
.RecBox .box_article_03 img {                                                                                                                   
    height: auto;                                                                                                                   
    margin: 0 auto 10px;                                                                                                                   
    display: block;                                                                                                                   
    width: 100%;                                                                                                                   
    height: auto;                                                                                                                   
}                                                                                                                   
.RecBox .box_article_03 h3 {                                                                                                                   
  overflow: hidden;                                                                                                                   
  border-bottom: 1px solid #ccc;                                                                                                                   
  padding: 0 0 5px 0;                                                                                                                   
  margin-bottom: 10px;                                                                                                                   
  text-align: left;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.RecBox .box_article_03 a {                                                                                                                   
  padding: 10px;                                                                                                                   
  color: #fff;                                                                                                                   
  text-decoration : none;                                                                                                                   
  float: right;                                                                                                                   
  background: #f00;                                                                                                                   
  margin-top: 10px;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.RecBox .box_article_03 a:hover {                                                                                                                   
background: #333;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----compareBlock-----*/                                                                                                                   
.campare_blg_4 {                                                                                                                   
  display:block;                                                                                                                   
  clear: both;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.campare_blg_4 h3 {                                                                                                                   
  margin-bottom: 1px;                                                                                                                   
  line-height: 150%;                                                                                                                   
  padding-bottom: 5px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.campare_blg_4 .innerBlg_wrp:after {                                                                                                                   
display: block;                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
}                                                                                                                       
.campare_blg_4 .box_article_03 {                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  box-sizing:  border-box;                                                                                                                   
  width: auto;                                                                                                                   
  float: none;                                                                                                                   
  border: 1px solid #ddd;                                                                                                                   
  padding: 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.campare_blg_4 .box_article_03:last-child {                                                                                                                   
    margin-bottom: 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.campare_blg_4 .box_article_03:nth-of-type(2) {                                                                                                                   
margin-right: 0;                                                                                                                   
}                                                                                                                    
                                                                                                                   
/*------liststyleBlock------*/                                                                                                                   
.spacing_Liststyle_Block {                                                                                                                   
  display:block;                                                                                                                   
  clear: both;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.spacing_Liststyle_Block ul.box_article_03 {                                                                                                                   
list-style-type : none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.spacing_Liststyle_Block ul.box_article_03 li {                                                                                                                   
  margin: 0 0 5px 0;                                                                                                                   
  background: url(../images/list.png) no-repeat left top;                                                                                                                   
  padding: 3px 0 8px 28px;                                                                                                                   
  font-weight : bold;                                                                                                                   
  background-position: 0 7px;                                                                                                                   
  color: #333;                                                                                                                   
  background-size: 18px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.spacing_Liststyle_Block ul.box_article_03 li:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
    border-bottom: 1px solid #e6e4e4;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----pointBlock-----*/                                                                                                                   
.Available_Point_Block {                                                                                                                   
  display:block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Available_Point_Block h2 {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                       
                                                                                                                   
.Available_Point_Block .innerBlg_wrp {                                                                                                                   
  padding: 15px;                                                                                                                   
  border: 1px solid #bdbaba;                                                                                                                   
  box-sizing:  border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----sumupBlock-----*/                                                                                                                   
.BlockStyle_starting {                                                                                                                   
  display:block;                                                                                                                   
  padding: 15px 0px 25px 0px;                                                                                                                   
  box-sizing:  border-box;                                                                                                                   
  margin: 0 auto 40px;                                                                                                                   
  background: #eee;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.BlockStyle_starting h2 {                                                                                                                   
  background: none;                                                                                                                   
  border: 0;                                                                                                                   
  margin: 0 auto 13px;                                                                                                                   
  border-bottom: 1px solid #8a8a8a;                                                                                                                   
  padding: 10px;                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                     
                                                                                                                   
.BlockStyle_starting .innerBlg_wrp {                                                                                                                   
  padding: 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.BlockStyle_starting .innerBlg_wrp p {                                                                                                                   
  padding: 0 10px;                                                                                                                   
}                                                                                                                   
/*-----flowBlock-----*/                                                                                                                   
.display_flowblock{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
.display_flowblock .innerBlg_wrp:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
.display_flowblock img.All_icatchImage {                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  clear : both;                                                                                                                   
  float : none;                                                                                                                   
  display : block;                                                                                                                   
  width: 100%;                                                                                                                   
}                                                                                                                   
.display_flowblock .box_article_03 {                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  float: none;                                                                                                                   
  width: auto;                                                                                                                   
  padding: 10px;                                                                                                                   
  border: 1px solid #ddd;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.display_flowblock .box_article_03:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
.display_flowblock .box_article_03:nth-of-type(even){                                                                                                                   
  margin-right:0px;                                                                                                                   
}                                                                                                                   
.display_flowblock .box_article_03 p {                                                                                                                   
position: relative;                                                                                                                   
padding-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.display_flowblock .box_article_03 h3 {                                                                                                                   
  float : none;                                                                                                                   
  width : auto;                                                                                                                   
  padding: 2px 0px 10px 40px;                                                                                                                   
  position:relative;                                                                                                                   
  background-size: 30px !important;                                                                                                                   
  margin: 0px 0px 3px 0px;                                                                                                                   
  line-height: 150%;                                                                                                                   
  background-position: 0px 0px !important;                                                                                                                   
  text-align: left;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.display_flowblock .box_article_03:nth-of-type(1) h3 {background: url(../images/bg-flow-01.png) no-repeat center top;}                                                                                                                   
.display_flowblock .box_article_03:nth-of-type(2) h3 {background: url(../images/bg-flow-02.png) no-repeat center top;}                                                                                                                   
.display_flowblock .box_article_03:nth-of-type(3) h3 {background: url(../images/bg-flow-03.png) no-repeat center top;}                                                                                                                   
.display_flowblock .box_article_03:nth-of-type(4) h3 {background: url(../images/bg-flow-04.png) no-repeat center top;}                                                                                                                   
.display_flowblock .box_article_03:nth-of-type(5) h3 {background: url(../images/bg-flow-05.png) no-repeat center top;}                                                                                                                   
/*-----qaBlock-----*/                                                                                                                   
.AnswerBox {                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
.AnswerBox .innerBlg_wrp:after {                                                                                                                   
display: block;                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
}                                                                                                                   
                                                                                                                   
.AnswerBox img.All_icatchImage {                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  clear : both;                                                                                                                   
  float : none;                                                                                                                   
  display : block;                                                                                                                   
  width: 100%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.AnswerBox .box_article_03:nth-of-type(even){                                                                                                                   
  margin-right:0px;                                                                                                                   
}                                                                                                                   
.AnswerBox .box_article_03 {                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  background: #fff;                                                                                                                   
  margin: 0 auto 20px;                                                                                                                   
  width: auto;                                                                                                                   
  float: none;                                                                                                                   
  border: 1px solid #d4d4d4;                                                                                                                   
  padding: 10px;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.AnswerBox .box_article_03:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                       
.AnswerBox .box_article_03 h3 {                                                                                                                   
  float : none;                                                                                                                   
  width : auto;                                                                                                                   
  color: #333;                                                                                                                   
  padding: 2px 0px 5px 40px;                                                                                                                   
  position: relative;                                                                                                                   
  background: url(../images/bg-q.png) no-repeat left top;                                                                                                                   
  margin-bottom: 10px;                                                                                                                   
  background-size: 30px;                                                                                                                   
  text-align: left;                                                                                                                   
  }                                                                                                                   
.AnswerBox .box_article_03 p{                                                                                                                   
  position:relative;                                                                                                                   
  padding: 8px 0 0px 40px;                                                                                                                   
  background: url(../images/bg-a.png) no-repeat left top;                                                                                                                   
  background-size: 30px;                                                                                                                   
  background-position: 0 4px;                                                                                                                   
  min-height: 30px;                                                                                                                   
  }                                                                                                                   
.Display_normalLink {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
.Display_normalLink .box_article_03 {                                                                                                                   
    border: solid 1px #EBE3E2;                                                                                                                   
    padding: 10px;                                                                                                                   
    margin-bottom: 15px;                                                                                                                   
    background: #eee;                                                                                                                   
    float: none;                                                                                                                   
    width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Display_normalLink .box_article_03:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
.displayButtonLink {                                                                                                                   
    display: block;                                                                                                                   
    width: auto;                                                                                                                   
    float: none;                                                                                                                   
}                                                                                                                   
.displayButtonLink .box_article_03 {                                                                                                                   
    margin-bottom: 15px;                                                                                                                   
    padding: 10px;                                                                                                                   
    background: #e7f4fc;                                                                                                                   
}                                                                                                                   
.displayButtonLink .box_article_03:last-child{                                                                                                                   
  margin:0 auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.displayButtonLink h3 {                                                                                                                   
    margin-bottom: 8px;                                                                                                                   
    padding-bottom: 0;                                                                                                                   
}                                                                                                                   
.displayButtonLink .box_article_03 p {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
.displayButtonLink a {                                                                                                                   
    margin: 10px auto 0;                                                                                                                   
    padding: 10px;                                                                                                                   
    text-align: center;                                                                                                                   
    text-decoration: none;                                                                                                                   
    background: #d9984e;                                                                                                                   
    color: #ffffff;                                                                                                                   
    display: block;                                                                                                                   
    font-size: 15px;                                                                                                                   
}                                                                                                                   
.displayButtonLink a:hover {                                                                                                                   
    background: #54addf;                                                                                                                   
    opacity: 1;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.instance_imageLink {                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.instance_imageLink:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
                                                                                                                   
.instance_imageLink .box_article_03 {                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  position: relative;                                                                                                                   
}                                                                                                                   
.instance_imageLink .box_article_03:nth-of-type(even){                                                                                                                   
   margin-right:0px;                                                                                                                   
}                                                                                                                   
.instance_imageLink .box_article_03:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
                                                                                                                   
}                                                                                                                   
.instance_imageLink .box_article_03 h3 {                                                                                                                   
    margin: 0 auto 5px;                                                                                                                   
    padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.instance_imageLink .box_article_03:before {                                                                                                                   
    content: "PR";                                                                                                                   
    background: #f00;                                                                                                                   
    padding: 5px;                                                                                                                   
    position: absolute;                                                                                                                   
    color: #fff;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.instance_imageLink .box_article_03 img {                                                                                                                   
  width : 100%;                                                                                                                   
  height : auto;                                                                                                                   
  margin-bottom : 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----categorypostBlock-----*/                                                                                                                   
.show_categorypostBlock {                                                                                                                   
  display: block;                                                                                                                   
  padding: 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.show_categorypostBlock h1,                                                                                                                   
.wrp_sentenceBlock h1 {                                                                                                                   
  font-size: 20px;                                                                                                                   
  margin: 10px 0;                                                                                                                   
  position: static;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.show_categorypostBlock h1 {                                                                                                                   
    display: block;                                                                                                                   
    text-align: left;                                                                                                                   
    margin: 0;                                                                                                                   
    padding: 0px 0px 15px 0px;                                                                                                                   
}                                                                                                                   
.show_categorypostBlock .box_article_03{                                                                                                                   
  display:block;                                                                                                                   
  margin: 0 0 20px 0;                                                                                                                   
}                                                                                                                   
.show_categorypostBlock .box_article_03:last-child{                                                                                                                   
  margin-bottom:0px;                                                                                                                   
}                                                                                                                   
.show_categorypostBlock .box_article_03:after {                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.show_categorypostBlock .box_article_03 img {                                                                                                                   
  width: 100%;                                                                                                                   
  float: none;                                                                                                                   
  margin: 0 auto 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.show_categorypostBlock .box_article_03 h2 {                                                                                                                   
  color: #333;                                                                                                                   
  clear : none;                                                                                                                   
  line-height: 150%;                                                                                                                   
  margin: 0 0 5px 0;                                                                                                                   
  padding: 0 0;                                                                                                                   
  background: none;                                                                                                                   
  border: 0px;                                                                                                                   
  overflow: hidden;                                                                                                                   
  text-align: left;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.show_categorypostBlock .box_article_03 h2:before,                                                                                                                   
.show_categorypostBlock .box_article_03 h2:after {                                                                                                                   
    content: "";                                                                                                                   
    display: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.show_categorypostBlock .box_article_03 p {                                                                                                                   
  clear : none;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
/*-----kuchikomiBlock-----*/                                                                                                                   
.base_kuchikomiBlock {                                                                                                                   
  display: block;                                                                                                                   
  padding-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.base_kuchikomiBlock h2 {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.base_kuchikomiBlock .innerBlg_wrp:after {                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                      
                                                                                                                   
.base_kuchikomiBlock .box_article_03{                                                                                                                   
  display:block;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  margin: 0 0 20px 0;                                                                                                                   
  border : solid 1px #ccc;                                                                                                                   
  padding: 15px;                                                                                                                   
}                                                                                                                   
.base_kuchikomiBlock .box_article_03:last-child{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
.base_kuchikomiBlock .box_article_03 h3 {                                                                                                                   
  float : none;                                                                                                                   
  width : auto;                                                                                                                   
  color: #333;                                                                                                                   
  padding-bottom: 10px;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.base_kuchikomiBlock .box_article_03 p {                                                                                                                   
  float : none;                                                                                                                   
  width : auto;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*------------------footerArea-------------------*/                                                                                                                   
#Block_footerArea {                                                                                                                   
  background: #ffffff;                                                                                                                   
  margin-top: 0px;                                                                                                                   
  position: relative;                                                                                                                   
  clear: both;                                                                                                                   
  width: 100%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#Block_footerArea .innerBlg_wrp{                                                                                                                   
  display: block;                                                                                                                   
  width: auto;                                                                                                                   
  }                                                                                                                   
#Block_footerArea .innerBlg_wrp p{                                                                                                                   
  text-align:center;                                                                                                                   
}                                                                                                                   
.copy {
    margin: auto;
    padding: 20px 20px;
    font-size: 15px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 60px;
    z-index: -1;
    width: auto;
    background: #ffebd4;
 }                                                                                                                   
                                                                                                                   
                                                                                                                   
/*---------------PR---------------*/                                                                                                                   
.pr {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.pr.banner5 {                                                                                                                   
    margin: 0 auto 30px;                                                                                                                   
    width: auto;                                                                                                                   
}                                                                                                                   
.pr img {                                                                                                                   
  display : block;                                                                                                                   
  margin: 0px auto 0px;                                                                                                                   
  height: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------footer menu in mobile view-----------------*/                                                                                                                   
.ft_menu{                                                                                                                   
  margin:auto;                                                                                                                   
  position: fixed;                                                                                                                   
  bottom: 0;                                                                                                                   
  left: 0;                                                                                                                   
  right: 0;                                                                                                                   
  display:  block;                                                                                                                   
  line-height: 120%;                                                                                                                   
  max-width: 414px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu label {                                                                                                                   
    position: static;                                                                                                                   
    padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu ul {                                                                                                                   
    display: flex;                                                                                                                   
    padding: 10px 5px 10px 5px;                                                                                                                   
    background: #54addf;                                                                                                                   
    justify-content: center;                                                                                                                   
    margin-left: 0px;                                                                                                                   
    border: none;                                                                                                                   
}                                                                                                                   
.ft_menu ul li {                                                                                                                   
    display: block;                                                                                                                   
    background-size: 20px !important;                                                                                                                   
    width: 50%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu ul li:nth-of-type(2) {                                                                                                                   
    background: url(../images/ft_t.png) no-repeat center top;                                                                                                                   
}                                                                                                                   
.ft_menu ul li:nth-of-type(3) {                                                                                                                   
    background: url(../images/cl_icon.png) no-repeat top center;                                                                                                                   
}                                                                                                                   
.ft_menu ul li:nth-of-type(4) {                                                                                                                   
    background: url(../images/cl_icon.png) no-repeat top center;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu ul li a {                                                                                                                   
    padding: 23px 0px 0px 0px;                                                                                                                   
    color: #fff;                                                                                                                   
    display: block;                                                                                                                   
    text-decoration: none;                                                                                                                   
    font-size: 13px;                                                                                                                   
    text-align: center;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu ul li:nth-of-type(1) a {                                                                                                                   
    padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
ul.drop-nav li ul li a {                                                                                                                   
    padding: 0 0 0px 0 !important;                                                                                                                   
    font-weight: normal;                                                                                                                   
    margin-bottom: 0;                                                                                                                   
    display: -webkit-inline-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu ul li:nth-of-type(1) a label {                                                                                                                   
    padding: 23px 0px 0px 0px;                                                                                                                   
    display: block;                                                                                                                   
    position: relative;                                                                                                                   
    background: url(../images/ft_menu.png) no-repeat center top;                                                                                                                   
    background-size: 20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu ul input:checked ~ li:nth-of-type(1) a label {display:block;background: url(../images/ft_cross.png) no-repeat center top;background-size: 20px;}                                                                                                                   
                                                                                                                   
.ft_menu ul li:nth-of-type(1) a label:hover {                                                                                                                   
    cursor: pointer;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu ul li a:hover {                                                                                                                   
    opacity: 0.7;                                                                                                                   
}                                                                                                                   
/* Footer Sub Menu*/                                                                                                                   
                                                                                                                   
.ft_menu input:checked ~ label{cursor: default;}                                                                                                                   
                                                                                                                   
.ft_menu input:checked ~ label:after{                                                                                                                   
  border-top:0 solid rgba(255,255,255,.5);                                                                                                                   
  border-bottom:4px solid rgba(255,255,255,.5);                                                                                                                   
  transition:border-top .1s, border-bottom .1s .1s;                                                                                                                   
}                                                                                                                   
.ft_menu input{display:none;}                                                                                                                   
                                                                                                                   
.ft_menu input:checked ~ ul.drop-nav{                                                                                                                   
  position: absolute;                                                                                                                   
  left: 0;                                                                                                                   
  right: 0;                                                                                                                   
  background: #d19651;                                                                                                                   
  max-height: 178px;                                                                                                                   
  bottom: 50px;                                                                                                                   
  display: block;                                                                                                                   
  z-index: -1;                                                                                                                   
  padding-top: 18px;                                                                                                                   
  transition: all 0.3s linear;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu input:checked ~ ul.drop-nav li ul {                                                                                                                   
    display: block;                                                                                                                   
    background: none;                                                                                                                   
    /* padding-left: 50px; */                                                                                                                   
    padding: 10px 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
ul.drop-nav{                                                                                                                   
  max-height: 0;                                                                                                                   
  padding:0;                                                                                                                   
  overflow:hidden;                                                                                                                   
  list-style-type:none;                                                                                                                   
  position:absolute;                                                                                                                   
  border: none;                                                                                                                   
}                                                                                                                   
ul.drop-nav li {                                                                                                                   
    margin: 0 auto 12px;                                                                                                                   
    background: none;                                                                                                                   
    padding: 0 0 0 50px;                                                                                                                   
    background-size: 20px !important;                                                                                                                   
    width: auto !important;                                                                                                                   
    border-bottom: 1px solid #fff;                                                                                                                   
    background-position: 21px 1px !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
ul.drop-nav li ul li {                                                                                                                   
    background: none !important;                                                                                                                   
    margin-bottom: 10px;                                                                                                                   
    border: 0;                                                                                                                   
    padding: 0 !important;                                                                                                                   
}                                                                                                                   
ul.drop-nav li:nth-of-type(1) {                                                                                                                   
    background: url(../images/ft_t.png) no-repeat;                                                                                                                   
}                                                                                                                    
ul.drop-nav li:nth-of-type(2) {                                                                                                                   
    background: url(../images/ft_c.png) no-repeat;                                                                                                                   
    width: auto;                                                                                                                   
}                                                                                                                                                                                                                                      
                                                                                                                       
ul.drop-nav li a{                                                                                                                   
  display: -webkit-inline-box;                                                                                                                   
  text-decoration:none;                                                                                                                   
  color: #fff;                                                                                                                   
  border: 0 !important;                                                                                                                   
  font-size: 13px;                                                                                                                   
  padding: 2px 0 0 0px !important;                                                                                                                   
  font-weight: 700;                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*----------Accodion-------*/                                                                                                                   
.accordion {                                                                                                                   
    cursor: pointer;                                                                                                                   
    width: auto;                                                                                                                   
    text-align: left;                                                                                                                   
    outline: none;                                                                                                                   
    transition: 0.4s;                                                                                                                   
    overflow: hidden;                                                                                                                   
    display: block;                                                                                                                   
    position: relative;                                                                                                                   
    padding: 6px 8px;                                                                                                                   
    background: #ffffff;                                                                                                                   
    border: 1px solid #a7c8db;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.wrp_sentenceBlock .box_article_03 p {                                                                                                                   
    margin-bottom: 20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.wrp_sentenceBlock .box_article_03:last-child p {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.active, .accordion:hover {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
span.accordion.active {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.panel {                                                                                                                   
    padding: 8px 0 0 0;                                                                                                                   
    display: none;                                                                                                                   
    background-color: white;                                                                                                                   
    overflow: hidden;                                                                                                                   
}                                                                                                                   
.accordion  h2{                                                                                                                   
  position:relative;                                                                                                                   
  padding: 0 20px 0 0px !important;                                                                                                                   
  background: none !important;                                                                                                                   
  margin: 0 !important;                                                                                                                   
  border: none;                                                                                                                   
  color: #333;                                                                                                                   
  font-size: 16px;                                                                                                                   
}                                                                                                                   
.accordion h2:after {                                                                                                                   
    background: url(../images/a_plus.png);                                                                                                                   
    content: "";                                                                                                                   
    position: absolute;                                                                                                                   
    width: 15px;                                                                                                                   
    height: 15px;                                                                                                                   
    display: block;                                                                                                                   
    top: 5px;                                                                                                                   
    right: 0px;                                                                                                                   
    left: inherit;                                                                                                                   
    transform: rotate(0deg);                                                                                                                   
}                                                                                                                   
                                                                                                                    
.accordion h2:before {                                                                                                                   
    content: "";                                                                                                                   
    display: none;                                                                                                                   
}                                                                                                                   
span.accordion.active h2:after {                                                                                                                   
    background: url(../images/a_minus.png);                                                                                                                   
}                                                                                                                   
                                                                                                                   
.accordion  h3{                                                                                                                   
  position:relative;                                                                                                                   
  padding: 0 20px 0 0px !important;                                                                                                                   
  background: none !important;                                                                                                                   
  margin: 0 !important;                                                                                                                   
}                                                                                                                   
.accordion h3:after {                                                                                                                   
    background: url(../images/a_plus.png);                                                                                                                   
    content: "";                                                                                                                   
    position: absolute;                                                                                                                   
    width: 15px;                                                                                                                   
    height: 15px;                                                                                                                   
    display: block;                                                                                                                   
    top: 5px;                                                                                                                   
    right: 0px;                                                                                                                   
}                                                                                                                   
span.accordion.active h3:after {                                                                                                                   
    background: url(../images/a_minus.png);                                                                                                                   
}                                                                                                                   
/*----------End Accodion-------*/                                                                                                                   
                                                                                                                   
.___boximgcat___ {                                                                                                                   
    width: auto;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.___boximgcat___ img {                                                                                                                   
    display: block;                                                                                                                   
    box-sizing: border-box;                                                                                                                   
    width: 100%;                                                                                                                   
    border: 1px solid #efefef;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.postimg {                                                                                                                   
    margin: 0 auto 40px;                                                                                                                   
    width: auto;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
.postimg img {                                                                                                                   
    margin: 0 auto 0;                                                                                                                   
    width: 100%;                                                                                                                   
    display: block;                                                                                                                   
    box-sizing: border-box;                                                                                                                   
    float: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----titleh2block-----*/                                                                                                                   
#frame_blog_article .titleh2block{                                                                                                                   
  width: auto;                                                                                                                   
  display: block;                                                                                                                   
  padding: 0px;                                                                                                                   
  margin-bottom: 30px;                                                                                                                   
  background: #faefe4;                                                                                                                   
}                                                                                                                   
#frame_blog_article .titleh2block ul {                                                                                                                   
    display: block;                                                                                                                   
    padding: 0;                                                                                                                   
}                                                                                                                   
#frame_blog_article .titleh2block ul li{                                                                                                                   
  margin: 0 0 10px 0;                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                   
#frame_blog_article .titleh2block ul li:last-child {                                                                                                                   
    margin-bottom: 0 !important;                                                                                                                   
    padding-bottom: 10px;                                                                                                                   
}                                                                                                                   
#frame_blog_article .titleh2block ul li{                                                                                                                   
  text-align: left;                                                                                                                   
  position: relative;                                                                                                                   
  padding-left: 10px;                                                                                                                   
}                                                                                                                   
#frame_blog_article .titleh2block ul li a:before {                                                                                                                   
    position: absolute;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
#frame_blog_article .titleh2block ul li a:hover:after {                                                                                                                   
    background: #333;                                                                                                                   
}                                                                                                                   
#frame_blog_article .titleh2block ul li a {                                                                                                                   
    color: #444;                                                                                                                   
}                                                                                                                   
#frame_blog_article .titleh2block ul li a:hover {                                                                                                                   
    text-decoration: none;                                                                                                                   
    color: #333;                                                                                                                   
}                                                                                                                   
#frame_blog_article .titleh2block h2{                                                                                                                   
  margin-bottom: 10px !important;                                                                                                                   
  padding: 8px 10px;                                                                                                                   
  border: none;                                                                                                                   
  background: #88caef;                                                                                                                   
  border-bottom: 2px groove #4fafe5;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#frame_blog_article .titleh2block h2:before,                                                                                                                    
#frame_blog_article .titleh2block h2:after {                                                                                                                   
  content: "";                                                                                                                   
  clear: both;                                                                                                                   
  display: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
#Block_footerArea .post_news_block {                                                                                                                   
  margin: 0 auto 30px;                                                                                                                   
  padding: 0;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  }                                                                                                                   
#Block_footerArea .post_news_block .innerBlg_wrp {                                                                                                                   
  padding: 0px;                                                                                                                   
  width: auto;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
}                                                                                                                   
#Block_footerArea .post_news_block h2{                                                                                                                   
  border: 0;                                                                                                                   
  padding: 8px 10px 8px 10px;                                                                                                                   
  margin-bottom: 8px;                                                                                                                   
  text-align: left;                                                                                                                   
  background: #c0e4f8;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#Block_footerArea .post_news_block h2:before,#Block_footerArea .post_news_block h2:after {                                                                                                                   
    display: none;                                                                                                                   
}                                                                                                                   
#Block_footerArea .post_news_block ul {                                                                                                                   
  text-align: left;                                                                                                                   
  padding: 10px 0px 0px 0px;                                                                                                                   
}                                                                                                                   
#Block_footerArea .post_news_block ul li{                                                                                                                   
  text-align: left;                                                                                                                   
  border-bottom: 1px solid #91c3df;                                                                                                                   
  padding: 0 0 7px 0;                                                                                                                   
  margin: 0 0 10px 0;                                                                                                                   
}                                                                                                                   
#Block_footerArea .post_news_block ul li a {
    display: block;
    color: #403d3d;
    font-size: 14px;
}                                                                                                                   
#Block_footerArea .post_news_block ul li a:hover {                                                                                                                   
    opacity: 0.6;                                                                                                                   
    text-decoration: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.allow_prbn.horizontal img,                                                                                                                   
.banner1 img,                                                                                                                   
.banner2 img,                                                                                                                   
.banner3 img,                                                                                                                   
.banner5 img{                                                                                                                   
  width: 100%;                                                                                                                   
  display: block;                                                                                                                   
  float: none;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
@media (max-width: 400px) { /*--mobile--*/                                                                                                                   
h2{                                                                                                                   
  display: block;                                                                                                                   
  /* padding:8px 10px; */                                                                                                                   
  border: none;                                                                                                                   
}                                                                                                                   
h2:before,                                                                                                                   
h2:after{                                                                                                                   
  content: "";                                                                                                                   
  display: none;                                                                                                                   
  clear: both;                                                                                                                   
}                                                                                                                   
.site_menu ul li{                                                                                                                   
  margin: 0 0px 0 0;                                                                                                                   
}                                                                                                                   
.site_menu ul li a{                                                                                                                   
  background-position: 50% 0px !important;                                                                                                                   
  padding: 30px 0px 0px 0px;                                                                                                                   
  text-align: center;                                                                                                                   
}                                                                                                                   
#frame_blog_article{                                                                                                                   
  padding: 69% 0 0 0;                                                                                                                   
}                                                                                                                   
.pr.banner5 img,                                                                                                                   
.allow_prbn.banner3 img,                                                                                                                   
.allow_prbn.banner2 img,                                                                                                                   
.allow_prbn.banner1 img{                                                                                                                   
  width:100%;                                                                                                                   
  display:block;                                                                                                                   
  box-sizing:border-box;                                                                                                                   
}                                                                                                                   
#display_article_sidebar .allow_prbn img,                                                                                                                   
.allow_prbn img.bn{                                                                                                                   
    width: 100%;                                                                                                                   
    box-sizing: border-box;                                                                                                                   
    display: block;                                                                                                                    
}                                                                                                                   
.wrp_sentenceBlock .box_article_03 h3{                                                                                                                   
  padding: 0px;                                                                                                                   
  background: none;                                                                                                                   
}                                                                                                                   
.ContentLinkTo .box_article_03 h3{                                                                                                                   
  padding: 0px;                                                                                                                   
  background: none;                                                                                                                    
}                                                                                                                   
.ReviewBox .box_article_03 h3{                                                                                                                   
  background-position: 50% 0px !important;                                                                                                                   
  padding: 40px 0 8px 0;                                                                                                                   
  text-align: center;                                                                                                                   
}                                                                                                                   
.display_flowblock .box_article_03 h3{                                                                                                                   
  background-position: 50% 0px !important;                                                                                                                   
  padding: 40px 0 8px 0;                                                                                                                   
  text-align: center;                                                                                                                     
}                                                                                                                   
.topic_rankBlock img{                                                                                                                   
  display: block;                                                                                                                   
  margin: 0 auto 10px;                                                                                                                   
  width: 30px;                                                                                                                   
  padding: 0;                                                                                                                   
  float: none;                                                                                                                   
}                                                                                                                   
.topic_rankBlock .box_article_03 h3{                                                                                                                   
  padding: 0px;                                                                                                                   
  text-align: center;                                                                                                                   
  margin: 0 auto 5px;                                                                                                                   
}                                                                                                                   
.AnswerBox .box_article_03 h3{                                                                                                                   
  background-position: 50% 0px !important;                                                                                                                   
  padding: 40px 0 8px 0;                                                                                                                   
  text-align: center;                                                                                                                       
}                                                                                                                   
.AnswerBox .box_article_03 p{                                                                                                                   
  background-position: 50% 0px !important;                                                                                                                   
  padding: 40px 0 8px 0;                                                                                                                   
  text-align: left;                                                                                                                   
  min-height: inherit;                                                                                                                   
}                                                                                                                   
}                                                                                                                   
