﻿                                                                                                                   
@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: #fff;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
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---------------*/                                                                                                                   
                                                                                                                   
.all{                                                                                                                   
  margin: 0px auto 0;                                                                                                                   
  max-width: 800px;                                                                                                                   
  overflow: hidden;                                                                                                                   
  position: relative;                                                                                                                   
  padding: 20px 20px 0px 20px;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  background: #fff;                                                                                                                   
  border: 1px solid #a1cbe4;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
p {                                                                                                                   
margin: auto;                                                                                                                   
}                                                                                                                   
a {color: #ca324e;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: 18px;                                                                                                                   
  color: #333;                                                                                                                   
  position: relative;                                                                                                                   
  clear: both;                                                                                                                   
  background: url(../images/h2.png) no-repeat left top;                                                                                                                   
  padding: 2px 0px 0px 40px;                                                                                                                   
  line-height: 150%;                                                                                                                   
  font-weight: bold;                                                                                                                   
  background-position: 0 0;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
h3 {                                                                                                                   
  font-size: 17px;                                                                                                                   
  color: #333;                                                                                                                   
  padding-bottom: 8px;                                                                                                                   
  font-weight: bold;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
/*-------Navigation------------*/                                                                                                                   
.nav {                                                                                                                   
  position: relative;                                                                                                                   
  border: 0;                                                                                                                   
  width: auto;                                                                                                                   
  min-height: inherit;                                                                                                                   
  margin: 0px auto 40px;                                                                                                                   
  overflow: hidden;                                                                                                                   
  padding: 53% 0 0 0;                                                                                                                   
  background: url(../images/mainimage.jpg) no-repeat left top;                                                                                                                   
  background-size: 100%;                                                                                                                   
  background-position: 50% 0px;                                                                                                                   
}                                                                                                                    
.sub .nav{                                                                                                                   
    position: relative;                                                                                                                   
    margin: 0px auto 35px;                                                                                                                   
}                                                                                                                   
.nav ul {                                                                                                                   
    display: flex;                                                                                                                   
    position:  static;                                                                                                                   
    width:  auto;                                                                                                                   
    justify-content: center;                                                                                                                   
    padding: 0;                                                                                                                   
    margin: 0 auto 0px;                                                                                                                   
    box-sizing: border-box;                                                                                                                   
    border-bottom: 2px solid #95c9e8;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.nav ul:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                                                                                                                                      
.nav ul li{                                                                                                                   
  margin: 0 3px 0px 0;                                                                                                                   
  padding: 0px 0 0px 0;                                                                                                                   
  display: block;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  border: none;                                                                                                                   
  width: 50%;                                                                                                                   
  background: #daf1ff;                                                                                                                   
}                                                                                                                   
.nav ul li:nth-of-type(1) a{                                                                                                                   
    background: url(../images/icon_top.png) no-repeat center top;                                                                                                                   
}                                                                                                                   
.nav ul li:nth-of-type(2) a{                                                                                                                   
    background: url(../images/t.png) no-repeat center top;                                                                                                                   
}                                                                                                                   
.nav ul li:nth-of-type(3) a{                                                                                                                   
    background: url(../images/c.png) no-repeat center top;                                                                                                                   
    margin-right: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                                                                                                                                     
.nav ul li a{                                                                                                                   
  display: block;                                                                                                                   
  margin: 0;                                                                                                                   
  padding: 5px 5px 5px 40px;                                                                                                                   
  text-align: left;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  width: 100%;                                                                                                                   
  font-size: 13px;                                                                                                                   
  background-position: 2px 0px !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.nav ul li:last-child {border: none;margin: 0;}                                                                                                                   
                                                                                                                   
.nav ul li a:hover {                                                                                                                   
    opacity: 1;                                                                                                                   
    background-color: #ffe9ed;                                                                                                                   
}                                                                                                                                           
                                                                                                                   
/*------------end Navigation-----------*/                                                                                                                   
                                                                                                                   
#head .in,                                                                                                                   
#layoutframe .in,                                                                                                                   
#footerframe .in{display: block;width: auto;}                                                                                                                   
.header_style_loading{                                                                                                                   
    padding: 0;                                                                                                                   
}                                                                                                                   
#layoutframe {                                                                                                                   
  position: static;                                                                                                                   
  border: 0;                                                                                                                   
  width: auto;                                                                                                                   
  min-height: inherit;                                                                                                                   
  float: none;                                                                                                                   
  margin: 0 auto 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#layoutframe:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
                                                                                                                   
#head,                                                                                                                   
#layoutframe{                                                                                                                   
  display:block;                                                                                                                   
  overflow: hidden;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#centerframe {                                                                                                                   
  margin : 0;                                                                                                                   
  padding : 0;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#centerframe img.bn:nth-of-type(2){                                                                                                                   
    margin: 30px auto 20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#sideframe {                                                                                                                   
  margin: 0 auto;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#sideframe .blg_cont_recommend {                                                                                                                   
  padding : 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#sideframe .blg_cont_recommend:after {                                                                                                                   
display: block;                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
}                                                                                                                   
#sideframe .blg_cont_recommend .col {                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  width: auto;                                                                                                                   
  margin: 0 auto 25px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#sideframe .blg_cont_recommend .col:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
#sideframe .blg_cont_recommend .col:after {                                                                                                                   
  display: block;                                                                                                                   
  clear: both;                                                                                                                   
 content: "";                                                                                                                    
}                                                                                                                   
                                                                                                                   
#sideframe .blg_cont_recommend .col img {                                                                                                                   
  width: 100%;                                                                                                                   
  height: auto;                                                                                                                   
  float: none;                                                                                                                   
  margin: 0 0 15px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#sideframe .blg_cont_recommend .col h3 {                                                                                                                   
  overflow: hidden;                                                                                                                   
  border-bottom: 1px solid #ccc;                                                                                                                     
  margin-bottom: 10px;                                                                                                                   
  clear: both;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
#sideframe .blg_cont_recommend .col a {                                                                                                                   
  padding: 10px;                                                                                                                   
  color: #fff;                                                                                                                   
  text-decoration : none;                                                                                                                   
  float: right;                                                                                                                   
  background: #f00;                                                                                                                   
  margin-top: 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#sideframe .blg_cont_recommend .col a:hover {                                                                                                                   
background: #333;                                                                                                                   
}                                                                                                                   
#sideframe .news {                                                                                                                   
  display: block;                                                                                                                   
  margin: 0 0 30px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
#sideframe  .news ul {                                                                                                                   
  overflow-y:scroll;                                                                                                                   
  height : 125px;                                                                                                                   
  list-style-type: none;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#sideframe  .news ul li{                                                                                                                   
  margin: 0 0 20px 0;                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                   
#sideframe  .news ul li a{                                                                                                                   
  color:#f00;                                                                                                                   
  text-decoration: underline;                                                                                                                   
}                                                                                                                   
#sideframe  .news ul li a:hover{                                                                                                                   
  text-decoration: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------headerArea---------------*/                                                                                                                   
#head {                                                                                                                   
  padding: 0;                                                                                                                   
  position: relative;                                                                                                                   
  margin: 0 auto;                                                                                                                   
  background: #fff;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  overflow: hidden;                                                                                                                   
  max-width: 800px;                                                                                                                   
}                                                                                                                       
                                                                                                                   
.pagetitle {                                                                                                                   
  margin: 0px auto 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.modal_head_design{                                                                                                                   
  margin:0 auto 0;                                                                                                                   
  position:  relative;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.pagetitle:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
/*-------------Banner--------------*/                                                                                                                   
                                                                                                                   
.local_prbn {                                                                                                                   
    display: block;                                                                                                                   
    text-align: center;                                                                                                                   
    width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.local_prbn.banner4 {                                                                                                                   
    width: auto;                                                                                                                   
    display: block;                                                                                                                   
    margin: 0 auto 40px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.local_prbn.square {                                                                                                                   
    margin-bottom: 40px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
.local_prbn img.bn {                                                                                                                   
    margin: 0 auto 20px;                                                                                                                   
    height: auto;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#sideframe .local_prbn img {                                                                                                                   
    margin: 0 auto 20px;                                                                                                                   
    width: auto;                                                                                                                   
    height: auto;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.local_prtxt {                                                                                                                   
    padding: 15px 0px;                                                                                                                   
    border: 1px solid #bbb;                                                                                                                   
    width: 1200px;                                                                                                                   
    margin: 0 auto 20px;                                                                                                                   
}                                                                                                                   
.local_prtxt p{                                                                                                                   
  text-align: center;                                                                                                                   
}                                                                                                                   
/*-------------End Banner--------------*/                                                                                                                   
                                                                                                                   
.blg_FRhead1_mainArea {                                                                                                                   
  margin: 0px auto 40px;                                                                                                                   
  padding: 0px 0 0 0;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.blg_FRhead1_mainArea h2 {                                                                                                                   
  background: none;                                                                                                                   
  border: 0;                                                                                                                   
  margin: 0 auto 13px;                                                                                                                   
  border-bottom: 1px solid #8a8a8a;                                                                                                                   
  padding: 0px 0px 10px 0px;                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.blg_FRhead1_mainArea .in {                                                                                                                   
margin : 0;                                                                                                                   
width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.blg_FRhead1_mainArea p {                                                                                                                   
  margin : 0px;                                                                                                                   
  padding: 0;                                                                                                                   
  background: #fff;                                                                                                                   
}                                                                                                                   
#head .news {                                                                                                                   
  margin: 0px auto 30px;                                                                                                                   
  padding: 0px 0 0 0;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
#head .news .in {                                                                                                                   
  padding: 0px;                                                                                                                   
  width: auto;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#head .news h2{                                                                                                                   
  border: 0;                                                                                                                   
  margin: 0 auto 13px;                                                                                                                   
  background: #eee;                                                                                                                   
  padding: 10px 15px;                                                                                                                   
  text-align: left;                                                                                                                   
  border-radius: 5px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#head .news ul {                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#head .news ul li{                                                                                                                   
  text-align: left;                                                                                                                   
  border-bottom: 1px solid #eee;                                                                                                                   
  padding: 0 0 5px 0;                                                                                                                   
  margin: 0 0 10px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#head .news ul li a {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#head .news ul li a:hover {                                                                                                                   
    opacity: 0.6;                                                                                                                   
    text-decoration: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------pankuzu---------------*/                                                                                                                   
.Modern_pankuzu {                                                                                                                   
  margin: 0px auto 12px;                                                                                                                   
  font-size: 14px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Modern_pankuzu span.Data_break {                                                                                                                   
  padding : 0 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------mainArea---------------*/                                                                                                                   
.blg_FRhead1_mainArea .in,                                                                                                                    
#head .news .in,                                                                                                                    
#centerframe .news .in,                                                                                                                    
.rank .in,                                                                                                                    
.topic_qaBlock .in,                                                                                                                    
.maincontents .in,                                                                                                                    
.flow_b .in,                                                                                                                    
.blg_cont_recommend .in,                                                                                                                    
.Frame_Campare_blg .in,                                                                                                                    
.Read_ListstyleBlock .in,                                                                                                                    
.Static_Point_Block .in,                                                                                                                    
.Sumup_Content_Frame .in,                                                                                                                    
.categorypostBlock_blg .in,                                                                                                                    
.template_kuchikomiBlock .in,                                                                                                                     
#footerframe .in{                                                                                                                   
  clear: both;                                                                                                                   
  padding: 0px;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#centerframe .news,                                                                                                                    
.rank,                                                                                                                    
.topic_qaBlock,                                                                                                                    
.maincontents,                                                                                                                    
.flow_b,                                                                                                                    
.blg_cont_recommend,                                                                                                                    
.Frame_Campare_blg,                                                                                                                    
.Read_ListstyleBlock,                                                                                                                    
.Static_Point_Block,                                                                                                                    
.Sumup_Content_Frame,                                                                                                                    
.template_kuchikomiBlock,                                                                                                                    
.categorypostBlock_blg,                                                                                                                    
#sideframe .blg_cont_recommend,                                                                                                                   
.PageLinkTo,                                                                                                                    
.Data_normalLink,                                                                                                                    
.echobuttonLink,                                                                                                                    
.___boximgcat___,                                                                                                                   
.containImgLink {                                                                                                                   
  margin: 0 auto 40px;                                                                                                                   
  clear: both;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Cont_FR1block {display: block;border: 1px solid #ddd;}                                                                                                                   
                                                                                                                   
.Cont_FR1block h2 {                                                                                                                   
    padding: 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Cont_FR1block p {                                                                                                                   
    padding: 0px 10px 10px 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Cont_FR1block img {                                                                                                                   
    margin-bottom: 15px;                                                                                                                   
    display: block;                                                                                                                   
    box-sizing: border-box;                                                                                                                   
    width: 100%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Cont_FR2main {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.FRblg_main3 {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.FRmain4Block_Box {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
.Cont_FR1block,                                                                                                                   
.Cont_FR2main,                                                                                                                   
.FRblg_main3,                                                                                                                   
.FRmain4Block_Box{                                                                                                                   
    margin: 0 auto 30px;                                                                                                                   
    width: auto;                                                                                                                   
}                                                                                                                   
.Cont_FR1block h2,                                                                                                                   
.Cont_FR2main h2,                                                                                                                   
.FRblg_main3 h2,                                                                                                                   
.FRmain4Block_Box h2{                                                                                                                   
    text-align: left;                                                                                                                   
    background: none;                                                                                                                   
    border-bottom: 1px solid #dddddd;                                                                                                                   
    margin-bottom: 10px;                                                                                                                   
}                                                                                                                   
.FRmain4Block_Box p {                                                                                                                   
margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#centerframe .news {                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#centerframe .news h2 {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----newsBlock-----*/                                                                                                                   
#centerframe  .news ul {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#centerframe  .news ul li{                                                                                                                   
  margin: 0 0 10px 0;                                                                                                                   
  text-align: left;                                                                                                                   
  border-bottom: 1px solid #eee;                                                                                                                   
  padding: 0 0 5px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#centerframe .news ul li a {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#centerframe .news ul li a:hover {                                                                                                                   
    text-decoration: none;                                                                                                                   
    opacity: 0.6;                                                                                                                   
}                                                                                                                   
                                                                                                                     
/*----rankBlock-----*/                                                                                                                   
.rank{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.rank img{                                                                                                                   
  width: 30px;                                                                                                                   
  float: left;                                                                                                                   
  display: block;                                                                                                                   
  margin: 0 10px 0 0;                                                                                                                   
  border: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
.rank img.Dynamic_IcatchImg {                                                                                                                   
  width : 100%;                                                                                                                   
  height : auto;                                                                                                                   
  margin: 0 auto 20px;                                                                                                                   
  float: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.rank .col{                                                                                                                   
  width: auto;                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  padding: 10px;                                                                                                                   
  float: none;                                                                                                                   
  display: block;                                                                                                                   
  border: 1px solid #dbd5d1;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.rank .col h3 {                                                                                                                   
  display: block;                                                                                                                   
  padding: 0px 30px 0 0;                                                                                                                   
  margin: 2px auto 10px;                                                                                                                   
  text-align: left;                                                                                                                   
  position: relative;                                                                                                                   
  border-bottom: 0;                                                                                                                   
  overflow: hidden;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
/*-#sentenceBlock#-*/                                                                                                                   
.maincontents {                                                                                                                   
  display: block;                                                                                                                   
  position: relative;                                                                                                                   
}                                                                                                                   
                                                                                                                   
div.maincontents.boxsentence .col {                                                                                                                   
    margin-bottom: 8px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
div.maincontents.boxsentence .col p {                                                                                                                   
    margin-bottom: 20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
div.maincontents.boxsentence .col:last-child p {                                                                                                                   
    margin-bottom: 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.maincontents .in {                                                                                                                   
padding: 0;                                                                                                                   
}                                                                                                                      
                                                                                                                   
.maincontents img.Dynamic_IcatchImg {                                                                                                                   
  display:block;                                                                                                                   
  position: relative;                                                                                                                   
  height: auto;                                                                                                                   
  margin: 0 auto 12px;                                                                                                                   
  width: 100%;                                                                                                                   
  border: 1px solid #f6f6f6;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.maincontents .col {                                                                                                                   
  margin-bottom: 15px;                                                                                                                   
  clear: both;                                                                                                                   
  width: auto;                                                                                                                   
  float: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.maincontents .col p {                                                                                                                   
    margin-bottom: 15px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.maincontents .col:last-child p {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
.maincontents .col:last-child {                                                                                                                   
  margin: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.maincontents .col 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%;                                                                                                                   
  }                                                                                                                   
.PageLinkTo{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.PageLinkTo .col {                                                                                                                   
    border: 1px solid #93c8e7;                                                                                                                   
    padding: 10px;                                                                                                                   
    margin-bottom: 20px;                                                                                                                   
    float: none;                                                                                                                   
    width: auto;                                                                                                                   
}                                                                                                                   
.PageLinkTo .col:last-child{                                                                                                                   
  margin:0 auto;                                                                                                                   
}                                                                                                                   
.PageLinkTo .col h3 {                                                                                                                   
    background: url(../images/h3_bg.png) no-repeat left top;                                                                                                                   
    position: relative;                                                                                                                   
    margin-bottom: 8px;                                                                                                                   
    overflow: hidden;                                                                                                                   
    padding: 0 0 0px 25px;                                                                                                                   
    line-height: 150%;                                                                                                                   
    background-position: 0 5px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-blg_reviewBlock-*/                                                                                                                   
.blg_reviewBlock{                                                                                                                   
  margin: 0 auto 30px;                                                                                                                   
  clear: both;                                                                                                                   
}                                                                                                                   
.blg_reviewBlock{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.blg_reviewBlock .in:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
                                                                                                                   
.blg_reviewBlock img.Dynamic_IcatchImg {                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  clear : both;                                                                                                                   
  float : none;                                                                                                                   
  display : block;                                                                                                                   
  width: 100%;                                                                                                                   
}                                                                                                                   
.blg_reviewBlock .col{                                                                                                                   
  display:block;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  border: 1px solid #ccc;                                                                                                                   
  padding: 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.blg_reviewBlock .col:nth-of-type(even) {                                                                                                                   
    margin-right: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.blg_reviewBlock .col:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.blg_reviewBlock .col 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-----*/                                                                                                                   
.blg_cont_recommend{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
.blg_cont_recommend:after{                                                                                                                   
  display: block;                                                                                                                   
  clear: both;                                                                                                                   
  content: "";                                                                                                                   
}                                                                                                                   
.blg_cont_recommend .col {                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  margin: 0 0px 20px 0;                                                                                                                   
  width: auto;                                                                                                                   
  display: block;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.blg_cont_recommend .col:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.blg_cont_recommend .col:after {                                                                                                                   
  display: block;                                                                                                                   
  clear: both;                                                                                                                   
 content: "";                                                                                                                    
}                                                                                                                   
                                                                                                                   
.blg_cont_recommend .col img {                                                                                                                   
    height: auto;                                                                                                                   
    margin: 0 auto 10px;                                                                                                                   
    display: block;                                                                                                                   
    width: 100%;                                                                                                                   
    height: auto;                                                                                                                   
}                                                                                                                   
.blg_cont_recommend .col h3 {                                                                                                                   
  overflow: hidden;                                                                                                                   
  border-bottom: 1px solid #ccc;                                                                                                                   
  padding: 0 0 5px 0;                                                                                                                   
  margin-bottom: 10px;                                                                                                                   
  text-align: left;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.blg_cont_recommend .col a {                                                                                                                   
  padding: 10px;                                                                                                                   
  color: #fff;                                                                                                                   
  text-decoration : none;                                                                                                                   
  float: right;                                                                                                                   
  background: #f00;                                                                                                                   
  margin-top: 10px;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.blg_cont_recommend .col a:hover {                                                                                                                   
background: #333;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----compareBlock-----*/                                                                                                                   
.Frame_Campare_blg {                                                                                                                   
  display:block;                                                                                                                   
  clear: both;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Frame_Campare_blg h3 {                                                                                                                   
  margin-bottom: 1px;                                                                                                                   
  line-height: 150%;                                                                                                                   
  padding-bottom: 5px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Frame_Campare_blg .in:after {                                                                                                                   
display: block;                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
}                                                                                                                       
.Frame_Campare_blg .col {                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  box-sizing:  border-box;                                                                                                                   
  width: auto;                                                                                                                   
  float: none;                                                                                                                   
  border: 1px solid #ddd;                                                                                                                   
  padding: 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Frame_Campare_blg .col:last-child {                                                                                                                   
    margin-bottom: 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Frame_Campare_blg .col:nth-of-type(2) {                                                                                                                   
margin-right: 0;                                                                                                                   
}                                                                                                                    
                                                                                                                   
/*------liststyleBlock------*/                                                                                                                   
.Read_ListstyleBlock {                                                                                                                   
  display:block;                                                                                                                   
  clear: both;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Read_ListstyleBlock ul.col {                                                                                                                   
list-style-type : none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Read_ListstyleBlock ul.col li {                                                                                                                   
  margin: 0 0 5px 0;                                                                                                                   
  background: url(../images/list.png) no-repeat left top;                                                                                                                   
  padding: 3px 0 8px 28px;                                                                                                                   
  font-weight : bold;                                                                                                                   
  background-position: 0 7px;                                                                                                                   
  color: #333;                                                                                                                   
  background-size: 18px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Read_ListstyleBlock ul.col li:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
    border-bottom: 1px solid #e6e4e4;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----pointBlock-----*/                                                                                                                   
.Static_Point_Block {                                                                                                                   
  display:block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Static_Point_Block h2 {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                       
                                                                                                                   
.Static_Point_Block .in {                                                                                                                   
  padding: 15px;                                                                                                                   
  border: 1px solid #bdbaba;                                                                                                                   
  box-sizing:  border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----sumupBlock-----*/                                                                                                                   
.Sumup_Content_Frame {                                                                                                                   
  display:block;                                                                                                                   
  padding: 15px 0px 25px 0px;                                                                                                                   
  box-sizing:  border-box;                                                                                                                   
  margin: 0 auto 40px;                                                                                                                   
  background: #eee;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Sumup_Content_Frame h2 {                                                                                                                   
  background: none;                                                                                                                   
  border: 0;                                                                                                                   
  margin: 0 auto 13px;                                                                                                                   
  border-bottom: 1px solid #8a8a8a;                                                                                                                   
  padding: 10px;                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                     
                                                                                                                   
.Sumup_Content_Frame .in {                                                                                                                   
  padding: 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Sumup_Content_Frame .in p {                                                                                                                   
  padding: 0 10px;                                                                                                                   
}                                                                                                                   
/*-----flowBlock-----*/                                                                                                                   
.flow_b{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
.flow_b .in:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
.flow_b img.Dynamic_IcatchImg {                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  clear : both;                                                                                                                   
  float : none;                                                                                                                   
  display : block;                                                                                                                   
  width: 100%;                                                                                                                   
}                                                                                                                   
.flow_b .col {                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  float: none;                                                                                                                   
  width: auto;                                                                                                                   
  padding: 10px;                                                                                                                   
  border: 1px solid #ddd;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.flow_b .col:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
.flow_b .col:nth-of-type(even){                                                                                                                   
  margin-right:0px;                                                                                                                   
}                                                                                                                   
.flow_b .col p {                                                                                                                   
position: relative;                                                                                                                   
padding-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.flow_b .col 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;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.flow_b .col:nth-of-type(1) h3 {background: url(../images/bg-flow-01.png) no-repeat center top;}                                                                                                                   
.flow_b .col:nth-of-type(2) h3 {background: url(../images/bg-flow-02.png) no-repeat center top;}                                                                                                                   
.flow_b .col:nth-of-type(3) h3 {background: url(../images/bg-flow-03.png) no-repeat center top;}                                                                                                                   
.flow_b .col:nth-of-type(4) h3 {background: url(../images/bg-flow-04.png) no-repeat center top;}                                                                                                                   
.flow_b .col:nth-of-type(5) h3 {background: url(../images/bg-flow-05.png) no-repeat center top;}                                                                                                                   
/*-----qaBlock-----*/                                                                                                                   
.topic_qaBlock {                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
.topic_qaBlock .in:after {                                                                                                                   
display: block;                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
}                                                                                                                   
                                                                                                                   
.topic_qaBlock img.Dynamic_IcatchImg {                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  clear : both;                                                                                                                   
  float : none;                                                                                                                   
  display : block;                                                                                                                   
  width: 100%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.topic_qaBlock .col:nth-of-type(even){                                                                                                                   
  margin-right:0px;                                                                                                                   
}                                                                                                                   
.topic_qaBlock .col {                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  background: #fff;                                                                                                                   
  margin: 0 auto 20px;                                                                                                                   
  width: auto;                                                                                                                   
  float: none;                                                                                                                   
  border: 1px solid #d4d4d4;                                                                                                                   
  padding: 10px;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.topic_qaBlock .col:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                       
.topic_qaBlock .col 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;                                                                                                                   
  }                                                                                                                   
.topic_qaBlock .col 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;                                                                                                                   
  }                                                                                                                   
.Data_normalLink {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
.Data_normalLink .col {                                                                                                                   
    padding: 10px;                                                                                                                   
    margin-bottom: 20px;                                                                                                                   
    background: #e2f0fa;                                                                                                                   
    float: none;                                                                                                                   
    width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Data_normalLink .col:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
.echobuttonLink {                                                                                                                   
    display: block;                                                                                                                   
    width: auto;                                                                                                                   
    float: none;                                                                                                                   
}                                                                                                                   
.echobuttonLink .col {                                                                                                                   
    margin-bottom: 20px;                                                                                                                   
    padding: 10px;                                                                                                                   
    background: #e5f3fc;                                                                                                                   
}                                                                                                                   
.echobuttonLink .col:last-child{                                                                                                                   
  margin:0 auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.echobuttonLink h3 {                                                                                                                   
    margin-bottom: 8px;                                                                                                                   
    padding-bottom: 0;                                                                                                                   
}                                                                                                                   
.echobuttonLink .col p {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
.echobuttonLink a {                                                                                                                   
    margin: 10px auto 0;                                                                                                                   
    padding: 10px;                                                                                                                   
    text-align: center;                                                                                                                   
    text-decoration: none;                                                                                                                   
    background: #ed738a;                                                                                                                   
    color: #fff;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
.echobuttonLink a:hover {                                                                                                                   
    background: #78bbe3;                                                                                                                   
    opacity: 1;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.containImgLink {                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.containImgLink:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
                                                                                                                   
.containImgLink .col {                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  position: relative;                                                                                                                   
}                                                                                                                   
.containImgLink .col:nth-of-type(even){                                                                                                                   
   margin-right:0px;                                                                                                                   
}                                                                                                                   
.containImgLink .col:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
                                                                                                                   
}                                                                                                                   
.containImgLink .col h3 {                                                                                                                   
    margin: 0 auto 5px;                                                                                                                   
    padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.containImgLink .col:before {                                                                                                                   
    content: "PR";                                                                                                                   
    background: #f00;                                                                                                                   
    padding: 5px;                                                                                                                   
    position: absolute;                                                                                                                   
    color: #fff;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.containImgLink .col img {                                                                                                                   
  width : 100%;                                                                                                                   
  height : auto;                                                                                                                   
  margin-bottom : 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----categorypostBlock-----*/                                                                                                                   
.categorypostBlock_blg {                                                                                                                   
  display: block;                                                                                                                   
  padding: 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.categorypostBlock_blg h1,                                                                                                                   
.maincontents h1 {                                                                                                                   
  font-size: 20px;                                                                                                                   
  margin: 10px 0;                                                                                                                   
  position: static;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.categorypostBlock_blg h1 {                                                                                                                   
    display: block;                                                                                                                   
    text-align: left;                                                                                                                   
    margin: 0;                                                                                                                   
    padding: 0px 0px 12px 0px;                                                                                                                   
}                                                                                                                   
.categorypostBlock_blg .col{                                                                                                                   
  display:block;                                                                                                                   
  margin: 0 0 20px 0;                                                                                                                   
}                                                                                                                   
.categorypostBlock_blg .col:last-child{                                                                                                                   
  margin-bottom:0px;                                                                                                                   
}                                                                                                                   
.categorypostBlock_blg .col:after {                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.categorypostBlock_blg .col img {                                                                                                                   
  width: 100%;                                                                                                                   
  float: none;                                                                                                                   
  margin: 0 auto 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.categorypostBlock_blg .col h2 {                                                                                                                   
  color: #333;                                                                                                                   
  clear : none;                                                                                                                   
  line-height: 150%;                                                                                                                   
  margin: 0 0 5px 0;                                                                                                                   
  padding: 0 0;                                                                                                                   
  background: none;                                                                                                                   
  border: 0px;                                                                                                                   
  overflow: hidden;                                                                                                                   
  text-align: left;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.categorypostBlock_blg .col h2:before,                                                                                                                   
.categorypostBlock_blg .col h2:after {                                                                                                                   
    content: "";                                                                                                                   
    display: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.categorypostBlock_blg .col p {                                                                                                                   
  clear : none;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
/*-----kuchikomiBlock-----*/                                                                                                                   
.template_kuchikomiBlock {                                                                                                                   
  display: block;                                                                                                                   
  padding-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.template_kuchikomiBlock h2 {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.template_kuchikomiBlock .in:after {                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                      
                                                                                                                   
.template_kuchikomiBlock .col{                                                                                                                   
  display:block;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  margin: 0 0 20px 0;                                                                                                                   
  border : solid 1px #ccc;                                                                                                                   
  padding: 15px;                                                                                                                   
}                                                                                                                   
.template_kuchikomiBlock .col:last-child{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
.template_kuchikomiBlock .col h3 {                                                                                                                   
  float : none;                                                                                                                   
  width : auto;                                                                                                                   
  color: #333;                                                                                                                   
  padding-bottom: 10px;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.template_kuchikomiBlock .col p {                                                                                                                   
  float : none;                                                                                                                   
  width : auto;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*------------------footerArea-------------------*/                                                                                                                   
#footerframe {                                                                                                                   
  background: #ffffff;                                                                                                                   
  margin-top: 0px;                                                                                                                   
  position: relative;                                                                                                                   
  clear: both;                                                                                                                   
  width: 100%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#footerframe .in{                                                                                                                   
  display: block;                                                                                                                   
  width: auto;                                                                                                                   
  }                                                                                                                   
#footerframe .in p{                                                                                                                   
  text-align:center;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.copy a {                                                                                                                   
    color: #fff;                                                                                                                   
}                                                                                                                   
.copy {                                                                                                                   
    margin: auto;                                                                                                                   
    padding: 20px 20px;                                                                                                                   
    font-size: 16px;                                                                                                                   
    margin-left: -20px;                                                                                                                   
    margin-right: -20px;                                                                                                                   
    margin-bottom: 62px;                                                                                                                   
    z-index: -1;                                                                                                                   
    width: auto;                                                                                                                   
    background: #e96c84;                                                                                                                   
 }                                                                                                                   
                                                                                                                   
                                                                                                                   
/*---------------PR---------------*/                                                                                                                   
.pr {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.pr.banner5 {                                                                                                                   
    margin: 0 auto 40px;                                                                                                                   
    width: auto;                                                                                                                   
}                                                                                                                   
.pr img {                                                                                                                   
  display : block;                                                                                                                   
  margin: 0px auto 0px;                                                                                                                   
  height: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------footer menu in mobile view-----------------*/                                                                                                                   
.ft_menu{                                                                                                                   
  margin:auto;                                                                                                                   
  position: fixed;                                                                                                                   
  bottom: 0;                                                                                                                   
  left: 0;                                                                                                                   
  right: 0;                                                                                                                   
  display:  block;                                                                                                                   
  line-height: 120%;                                                                                                                   
  max-width: 800px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu label {                                                                                                                   
    position: static;                                                                                                                   
    padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu ul {                                                                                                                   
    display: flex;                                                                                                                   
    padding: 10px 5px 10px 5px;                                                                                                                   
    background: #3c92c5;                                                                                                                   
    justify-content: center;                                                                                                                   
    margin-left: 0px;                                                                                                                   
    border: none;                                                                                                                   
}                                                                                                                   
.ft_menu ul li {                                                                                                                   
    display: block;                                                                                                                   
    width: 50%;                                                                                                                   
    background-position: 50% -3px !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu ul li:nth-of-type(2) {                                                                                                                   
    background: url(../images/ft_t.png) no-repeat center top;                                                                                                                   
}                                                                                                                   
.ft_menu ul li:nth-of-type(3) {                                                                                                                   
    background: url(../images/cl_icon.png) no-repeat top center;                                                                                                                   
}                                                                                                                   
.ft_menu ul li:nth-of-type(4) {                                                                                                                   
    background: url(../images/cl_icon.png) no-repeat top center;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu ul li a {                                                                                                                   
    padding: 23px 0px 0px 0px;                                                                                                                   
    color: #fff;                                                                                                                   
    display: block;                                                                                                                   
    text-decoration: none;                                                                                                                   
    font-size: 13px;                                                                                                                   
    text-align: center;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu ul li:nth-of-type(1) a {                                                                                                                   
    padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
ul.drop-nav li ul li a {                                                                                                                   
    padding: 0 0 0px 0 !important;                                                                                                                   
    font-weight: normal;                                                                                                                   
    margin-bottom: 0;                                                                                                                   
    display: -webkit-inline-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu ul li:nth-of-type(1) a label {                                                                                                                   
    padding: 23px 0px 0px 0px;                                                                                                                   
    display: block;                                                                                                                   
    position: relative;                                                                                                                   
    background: url(../images/ft_menu.png) no-repeat center top;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu ul input:checked ~ li:nth-of-type(1) a label {display:block;background: url(../images/ft_cross.png) no-repeat center top;}                                                                                                                   
                                                                                                                   
.ft_menu ul li:nth-of-type(1) a label:hover {                                                                                                                   
    cursor: pointer;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu ul li a:hover {                                                                                                                   
    opacity: 0.7;                                                                                                                   
}                                                                                                                   
/* Footer Sub Menu*/                                                                                                                   
                                                                                                                   
.ft_menu input:checked ~ label{cursor: default;}                                                                                                                   
                                                                                                                   
.ft_menu input:checked ~ label:after{                                                                                                                   
  border-top:0 solid rgba(255,255,255,.5);                                                                                                                   
  border-bottom:4px solid rgba(255,255,255,.5);                                                                                                                   
  transition:border-top .1s, border-bottom .1s .1s;                                                                                                                   
}                                                                                                                   
.ft_menu input{display:none;}                                                                                                                   
                                                                                                                   
.ft_menu input:checked ~ ul.drop-nav{                                                                                                                   
  position: absolute;                                                                                                                   
  left: 0;                                                                                                                   
  right: 0;                                                                                                                   
  background: #dc647b;                                                                                                                   
  max-height: 178px;                                                                                                                   
  bottom: 50px;                                                                                                                   
  display: block;                                                                                                                   
  z-index: -1;                                                                                                                   
  padding-top: 18px;                                                                                                                   
  transition: all 0.3s linear;                                                                                                                   
  border-top: 1px solid #ccc;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu input:checked ~ ul.drop-nav li ul {                                                                                                                   
    display: block;                                                                                                                   
    background: none;                                                                                                                   
    /* padding-left: 50px; */                                                                                                                   
    padding: 10px 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
ul.drop-nav{                                                                                                                   
  max-height: 0;                                                                                                                   
  padding:0;                                                                                                                   
  overflow:hidden;                                                                                                                   
  list-style-type:none;                                                                                                                   
  position:absolute;                                                                                                                   
  border: none;                                                                                                                   
}                                                                                                                   
ul.drop-nav li {                                                                                                                   
    margin: 0 auto 12px;                                                                                                                   
    background: none;                                                                                                                   
    padding: 0 0 0 50px;                                                                                                                   
    width: auto !important;                                                                                                                   
    border-bottom: 1px solid #fff;                                                                                                                   
    background-position: 20px 0px !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;                                                                                                                   
    border: 1px solid #82c0e5;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.maincontents .col p {                                                                                                                   
    margin-bottom: 20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.maincontents .col: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;                                                                                                                   
}                                                                                                                   
.accordion h2:after {                                                                                                                   
    background: url(../images/a_plus.png);                                                                                                                   
    content: "";                                                                                                                   
    position: absolute;                                                                                                                   
    width: 15px;                                                                                                                   
    height: 15px;                                                                                                                   
    display: block;                                                                                                                   
    top: 5px;                                                                                                                   
    right: 0px;                                                                                                                   
    left: inherit;                                                                                                                   
}                                                                                                                   
                                                                                                                    
.accordion h2:before {                                                                                                                   
    content: "";                                                                                                                   
    display: none;                                                                                                                   
}                                                                                                                   
span.accordion.active h2:after {                                                                                                                   
    background: url(../images/a_minus.png);                                                                                                                   
}                                                                                                                   
                                                                                                                   
.accordion  h3{                                                                                                                   
  position:relative;                                                                                                                   
  padding: 0 20px 0 0px !important;                                                                                                                   
  background: none !important;                                                                                                                   
  margin: 0 !important;                                                                                                                   
}                                                                                                                   
.accordion h3:after {                                                                                                                   
    background: url(../images/a_plus.png);                                                                                                                   
    content: "";                                                                                                                   
    position: absolute;                                                                                                                   
    width: 15px;                                                                                                                   
    height: 15px;                                                                                                                   
    display: block;                                                                                                                   
    top: 5px;                                                                                                                   
    right: 0px;                                                                                                                   
}                                                                                                                   
span.accordion.active h3:after {                                                                                                                   
    background: url(../images/a_minus.png);                                                                                                                   
}                                                                                                                   
/*----------End Accodion-------*/                                                                                                                   
                                                                                                                   
.___boximgcat___ {                                                                                                                   
    width: auto;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.___boximgcat___ img {                                                                                                                   
    display: block;                                                                                                                   
    box-sizing: border-box;                                                                                                                   
    width: 100%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.postimg {                                                                                                                   
    margin: 0 auto 40px;                                                                                                                   
    width: auto;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
.postimg img {                                                                                                                   
    margin: 0 auto 0;                                                                                                                   
    width: 100%;                                                                                                                   
    display: block;                                                                                                                   
    box-sizing: border-box;                                                                                                                   
    float: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----titleh2block-----*/                                                                                                                   
#layoutframe .titleh2block{                                                                                                                   
  width: auto;                                                                                                                   
  display: block;                                                                                                                   
  padding: 0px;                                                                                                                   
  margin-bottom: 30px;                                                                                                                   
  background: #ffe9ed;                                                                                                                   
}                                                                                                                   
#layoutframe .titleh2block ul {                                                                                                                   
    display: block;                                                                                                                   
    padding: 0px 10px 10px 10px;                                                                                                                   
}                                                                                                                   
#layoutframe .titleh2block ul li{                                                                                                                   
  margin: 0 0 10px 0;                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                   
#layoutframe .titleh2block ul li:last-child {                                                                                                                   
    margin-bottom: 0 !important;                                                                                                                   
}                                                                                                                   
#layoutframe .titleh2block ul li{                                                                                                                   
  text-align: left;                                                                                                                   
  position: relative;                                                                                                                   
  padding-left: 17px;                                                                                                                   
}                                                                                                                   
#layoutframe .titleh2block ul li a:before {                                                                                                                   
    position: absolute;                                                                                                                   
    content: "";                                                                                                                   
    left: 0px;                                                                                                                   
    top: 8px;                                                                                                                   
    border: 4px solid #69b6e3;                                                                                                                   
    border-radius: 50%;                                                                                                                   
}                                                                                                                   
#layoutframe .titleh2block ul li a:hover:after {                                                                                                                   
    background: #333;                                                                                                                   
}                                                                                                                   
#layoutframe .titleh2block ul li a {                                                                                                                   
    color: #444;                                                                                                                   
}                                                                                                                   
#layoutframe .titleh2block ul li a:hover {                                                                                                                   
    text-decoration: none;                                                                                                                   
    color: #333;                                                                                                                   
}                                                                                                                   
#layoutframe .titleh2block h2{                                                                                                                   
  margin-bottom: 10px !important;                                                                                                                   
  padding: 8px 10px;                                                                                                                   
  border: none;                                                                                                                   
  background: #a3dafa;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#layoutframe .titleh2block h2:before,                                                                                                                    
#layoutframe .titleh2block h2:after {                                                                                                                   
  content: "";                                                                                                                   
  clear: both;                                                                                                                   
  display: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
#footerframe .news {                                                                                                                   
  margin: 0 auto 40px;                                                                                                                   
  padding: 0;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  }                                                                                                                   
#footerframe .news .in {                                                                                                                   
  padding: 0px;                                                                                                                   
  width: auto;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
}                                                                                                                   
#footerframe .news h2{                                                                                                                   
  border: 0;                                                                                                                   
  background: #bde3fa;                                                                                                                   
  padding: 8px 10px 8px 10px;                                                                                                                   
  margin-bottom: 8px;                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#footerframe .news h2:before,#footerframe .news h2:after {                                                                                                                   
    display: none;                                                                                                                   
}                                                                                                                   
#footerframe .news ul {                                                                                                                   
  text-align: left;                                                                                                                   
  padding: 10px 0px 0px 0px;                                                                                                                   
}                                                                                                                   
#footerframe .news ul li{                                                                                                                   
  text-align: left;                                                                                                                   
  border-bottom: 1px solid #b4d4e7;                                                                                                                   
  padding: 0 0 7px 0;                                                                                                                   
  margin: 0 0 10px 0;                                                                                                                   
}                                                                                                                   
#footerframe .news ul li a {                                                                                                                   
    display: block;                                                                                                                   
    color: #403d3d;                                                                                                                   
}                                                                                                                   
#footerframe .news ul li a:hover {                                                                                                                   
    opacity: 0.6;                                                                                                                   
    text-decoration: none;                                                                                                                   
}                                                                                                                   
@media (max-width: 480px) { /*--mobile--*/                                                                                                                   
.local_prbn.horizontal img,                                                                                                                   
.banner1 img,                                                                                                                   
.banner2 img,                                                                                                                   
.banner3 img,                                                                                                                   
.banner5 img{                                                                                                                   
  width: 100%;                                                                                                                   
  display: block;                                                                                                                   
  float: none;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
}                                                                                                                   
.nav{                                                                                                                   
  padding: 55% 0 0 0;                                                                                                                   
}                                                                                                                   
h2{                                                                                                                   
  display: block;                                                                                                                   
  border: none;                                                                                                                   
}                                                                                                                   
h2:before,                                                                                                                   
h2:after{                                                                                                                   
}                                                                                                                   
.nav ul li{                                                                                                                   
  margin: 0 1px 0 0;                                                                                                                   
}                                                                                                                   
.nav ul li a{                                                                                                                   
  background-position: 50% 5px !important;                                                                                                                   
  padding: 35px 0px 5px 0px;                                                                                                                   
  text-align: center;                                                                                                                   
}                                                                                                                   
}                                                                                                                   
                                                                                                                   
@media (max-width: 414px) { /*--mobile--*/                                                                                                                   
.nav{                                                                                                                   
  padding: 57% 0 0 0;                                                                                                                   
}                                                                                                                   
.pr.banner5 img,                                                                                                                   
.local_prbn.banner3 img,                                                                                                                   
.local_prbn.banner2 img,                                                                                                                   
.local_prbn.banner1 img{                                                                                                                   
  width:100%;                                                                                                                   
  display:block;                                                                                                                   
  box-sizing:border-box;                                                                                                                   
}                                                                                                                   
#sideframe .local_prbn img,                                                                                                                   
.local_prbn img.bn{                                                                                                                   
    width: 100%;                                                                                                                   
    box-sizing: border-box;                                                                                                                   
    display: block;                                                                                                                    
}                                                                                                                   
.maincontents .col h3{                                                                                                                   
  padding: 0px;                                                                                                                   
  background: none;                                                                                                                   
}                                                                                                                   
.PageLinkTo .col h3{                                                                                                                   
  padding: 0px;                                                                                                                   
  background: none;                                                                                                                    
}                                                                                                                   
.blg_reviewBlock .col h3{                                                                                                                   
  background-position: 50% 0px !important;                                                                                                                   
  padding: 40px 0 8px 0;                                                                                                                   
  text-align: center;                                                                                                                   
}                                                                                                                   
.flow_b .col h3{                                                                                                                   
  background-position: 50% 0px !important;                                                                                                                   
  padding: 40px 0 8px 0;                                                                                                                   
  text-align: center;                                                                                                                     
}                                                                                                                   
.rank img{                                                                                                                   
  display: block;                                                                                                                   
  margin: 0 auto 10px;                                                                                                                   
  width: 30px;                                                                                                                   
  padding: 0;                                                                                                                   
  float: none;                                                                                                                   
}                                                                                                                   
.rank .col h3{                                                                                                                   
  padding: 0px;                                                                                                                   
  text-align: center;                                                                                                                   
  margin: 0 auto 5px;                                                                                                                   
}                                                                                                                   
.topic_qaBlock .col h3{                                                                                                                   
  background-position: 50% 0px !important;                                                                                                                   
  padding: 40px 0 8px 0;                                                                                                                   
  text-align: center;                                                                                                                       
}                                                                                                                   
.topic_qaBlock .col p{                                                                                                                   
  background-position: 50% 0px !important;                                                                                                                   
  padding: 40px 0 8px 0;                                                                                                                   
  text-align: left;                                                                                                                   
  min-height: inherit;                                                                                                                   
}                                                                                                                   
}                                                                                                                   
