﻿@charset "UTF-8";                                                                                                                     
/*---------------reset---------------*/                                                                                                                   
html, body, div, span, applet, object, iframe,                                                                                                                   
h1, h2, h3, h4, h5, h6, p, blockquote, pre,                                                                                                                   
a, abbr, acronym, address, big, cite, code,                                                                                                                   
del, dfn, em, img, ins, kbd, q, s, samp,                                                                                                                   
small, strike, strong, sub, sup, tt, var,                                                                                                                   
b, u, i, center,                                                                                                                   
dl, dt, dd, ol, ul, li,                                                                                                                   
fieldset, form, label, legend,                                                                                                                   
table, caption, tbody, tfoot, thead, tr, th, td,                                                                                                                   
article, aside, canvas, details, embed,                                                                                                                   
figure, figcaption, footer, header, hgroup,                                                                                                                   
menu, nav, output, ruby, section, summary,                                                                                                                   
time, mark, audio, video {                                                                                                                   
margin: 0;                                                                                                                   
padding: 0;                                                                                                                   
border: 0;                                                                                                                   
font: inherit;                                                                                                                   
font-size: 100%;                                                                                                                   
vertical-align: baseline;                                                                                                                   
}                                                                                                                   
                                                                                                                   
ol, ul {                                                                                                                   
list-style: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
table {                                                                                                                   
border-collapse: collapse;                                                                                                                   
border-spacing: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
caption, th, td {                                                                                                                   
text-align: left;                                                                                                                   
font-weight: normal;                                                                                                                   
vertical-align: middle;                                                                                                                   
}                                                                                                                   
                                                                                                                   
q, blockquote {                                                                                                                   
quotes: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
a img {                                                                                                                   
border: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
html, body {                                                                                                                   
	font-size: 16px;                                                                                                                   
	line-height: 160%;                                                                                                                   
	font-family: 'Hiragino Kaku Gothic ProN',  Meiryo,  Osaka, 'MS PGothic', arial, helvetica, sans-serif;                                                                                                                   
	background: #fff2ed;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
html {                                                                                                                   
overflow-y: scroll;                                                                                                                   
}                                                                                                                   
                                                                                                                   
img, svg {                                                                                                                   
vertical-align: top;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h1, h2, h3, h4, h5, h6 {                                                                                                                   
color: #4e4d4d;                                                                                                                         
}                                                                                                                   
dl dt {                                                                                                                   
font-weight: bold;                                                                                                                   
}                                                                                                                   
strong, em {                                                                                                                   
font-weight: bold;                                                                                                                   
}                                                                                                                   
                                                                                                                   
section, article, footer {position: relative;}                                                                                                                   
                                                                                                                   
input, textarea, select, button {                                                                                                                   
-moz-box-sizing: border-box;                                                                                                                   
-webkit-box-sizing: border-box;                                                                                                                   
box-sizing: border-box;                                                                                                                   
font-size: 15px;                                                                                                                   
margin: 0 auto 0;                                                                                                                   
outline: none;                                                                                                                   
padding: 0;                                                                                                                   
}                                                                                                                   
/*---------------all---------------*/                                                                                                                   
                                                                                                                   
.bg_wrapper_dynamic{                                                                                                                   
	padding: 0px;                                                                                                                   
	margin: 0px auto 0;                                                                                                                   
	max-width: 414px;                                                                                                                   
	overflow: hidden;                                                                                                                   
	position: relative;                                                                                                                   
	background: #fff;                                                                                                                   
	width: auto;                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
p {                                                                                                                   
margin: auto;                                                                                                                   
}                                                                                                                   
a {color: #219F35;text-decoration: none;}                                                                                                                   
a:hover {text-decoration: none;opacity: 0.5;}                                                                                                                   
h1 {margin: 0px auto 0px;padding: 8px 0px 5px 50px;font-size: 20px;clear: both;text-align: left;width: auto;line-height: 150%;font-weight: bold;}                                                                                                                   
                                                                                                                   
h1 a:hover {                                                                                                                   
    text-decoration: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h1 a {                                                                                                                   
    text-decoration: none;                                                                                                                   
    color: #219F35;                                                                                                                   
}                                                                                                                   
h2 {                                                                                                                   
	padding: 6px 0px 6px 39px;                                                                                                                   
	margin: 0 auto 15px;                                                                                                                   
	font-size: 16px;                                                                                                                   
	color: #4e4e4e;                                                                                                                   
	position: relative;                                                                                                                   
	clear: both;                                                                                                                   
	font-weight: bold;                                                                                                                   
	background: url(../images/h2.png) no-repeat left;                                                                                                                   
	background-size: 30px;                                                                                                                   
	background-position: 0px 3px;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
h3 {                                                                                                                   
	font-size: 16px;                                                                                                                   
	color: #4e4d4d;                                                                                                                   
	padding-bottom: 8px;                                                                                                                   
	font-weight: bold;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
/*-------Navigation------------*/                                                                                                                   
                                                                                                                   
.Navigation_area {                                                                                                                   
  height: 100%;                                                                                                                   
  width: 0;                                                                                                                   
  position: absolute;                                                                                                                   
  z-index: 99;                                                                                                                   
  top: 0;                                                                                                                   
  left: 0;                                                                                                                   
  background-color: #ff9266;                                                                                                                   
  overflow-x: hidden;                                                                                                                   
  transition: 0.5s;                                                                                                                   
  padding-top: 70px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Navigation_area  ul li{                                                                                                                   
  font-weight : bold;                                                                                                                   
  background: url(../images/m_icon.png) no-repeat left;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  overflow: hidden;                                                                                                                   
  position: relative;                                                                                                                   
  margin-left: 0px;                                                                                                                   
  background-position: 22px 11px;                                                                                                                   
  padding: 5px 10px 5px 43px !important;                                                                                                                   
}                                                                                                                   
.Navigation_area  ul li:first-child {                                                                                                                   
    display: block;                                                                                                                   
    background: url(../images/HOME.png) no-repeat left top;                                                                                                                   
    background-position: 20px 8px;                                                                                                                   
    background-size: 16px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Navigation_area ul li ul li:first-child {                                                                                                                   
    background: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Navigation_area ul li ul li:first-child {                                                                                                                   
    width: inherit;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Navigation_area  ul li:hover {                                                                                                                   
    overflow: inherit;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Navigation_area  ul li ul li:hover {                                                                                                                   
    box-shadow: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Navigation_area  ul {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Navigation_area  ul li:last-child {                                                                                                                   
    margin-right: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Navigation_area  ul li a {                                                                                                                   
  text-align: left;                                                                                                                   
  font-size: 13px;                                                                                                                   
  padding: 0;                                                                                                                   
  text-decoration: none;                                                                                                                   
  color: #fff;                                                                                                                   
  transition: 0.3s;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Navigation_area  ul li ul li{                                                                                                                   
  font-weight : normal;                                                                                                                   
  margin: 8px auto 10px;                                                                                                                   
  background: none;                                                                                                                   
  float: none;                                                                                                                   
  min-height: inherit;                                                                                                                   
  width: auto;                                                                                                                   
  border: 0px !important;                                                                                                                   
  display: block;                                                                                                                   
  height: auto;                                                                                                                   
  border-top: 1px solid #fff;                                                                                                                   
  padding: 0 !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Navigation_area  ul li ul {                                                                                                                   
    display: block;                                                                                                                   
    text-align: left;                                                                                                                   
    left: 0;                                                                                                                   
    border: 0;                                                                                                                   
}                                                                                                                   
.Navigation_area  ul li ul li a {                                                                                                                   
  border: 0;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
.Navigation_area .btn-close {font-size: 25px;color: #80bc49;cursor: pointer;top: 15px;position: absolute;margin-bottom: 4px;left: 20px;padding: 5px 8px;font-weight: bold;background: #fff;border: 1px solid #ffffff;z-index: 9999;}                                                                                                                   
                                                                                                                   
.openside {                                                                                                                   
    font-size: 25px;                                                                                                                   
    color: #219F35;                                                                                                                   
    cursor: pointer;                                                                                                                   
    top: 16px;                                                                                                                   
    position: absolute;                                                                                                                   
    margin-bottom: 4px;                                                                                                                   
    left: 20px;                                                                                                                   
    padding: 5px;                                                                                                                   
    background: #fff;                                                                                                                   
    border: 1px solid #e06a3b;                                                                                                                   
    z-index: 1;                                                                                                                   
}                                                                                                                   
.open-side {                                                                                                                   
    padding: 10px 20px;                                                                                                                   
    position: relative;                                                                                                                   
    overflow: hidden;                                                                                                                   
    min-height: 46px;                                                                                                                   
    background: #fff;                                                                                                                   
    margin: 0 auto 20px;                                                                                                                   
    border-bottom: 1px solid #e06a3b;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#contents_main {                                                                                                                   
  padding: 0px;                                                                                                                   
  width: auto;                                                                                                                   
  transition: margin-left .5s;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*------------end Navigation-----------*/                                                                                                                   
                                                                                                                   
#Dynamic_header_block .inner_dataBlock,                                                                                                                   
#Dynamic_contBlock .inner_dataBlock,                                                                                                                   
#control_footerArea .inner_dataBlock{display: block;width: auto;}                                                                                                                   
.main_top_header{                                                                                                                   
    padding: 0;                                                                                                                   
    width: auto;                                                                                                                   
}                                                                                                                   
#Dynamic_contBlock {                                                                                                                   
  padding: 58% 0 0 0;                                                                                                                   
  position: static;                                                                                                                   
  border: 0;                                                                                                                   
  width: auto;                                                                                                                   
  min-height: inherit;                                                                                                                   
  float: none;                                                                                                                   
  margin: 0px 20px;                                                                                                                   
  background: url(../images/mainimage.jpg) no-repeat left top;                                                                                                                   
  background-size: 100%;                                                                                                                   
  background-position: 50% 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#Dynamic_contBlock:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
                                                                                                                   
#Dynamic_header_block{                                                                                                                   
	display:block;                                                                                                                   
}                                                                                                                   
#Dynamic_contBlock{                                                                                                                   
	display:block;                                                                                                                   
	overflow: hidden;                                                                                                                   
	width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#wrapper_mainBlock {                                                                                                                   
	margin : 0;                                                                                                                   
	padding: 0;                                                                                                                   
	width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#wrapper_mainBlock img.bn:nth-of-type(2){                                                                                                                   
    margin: 30px auto 20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side_dynamic_data {                                                                                                                   
	margin: 0 auto 35px;                                                                                                                   
	width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side_dynamic_data .Recommend_area {                                                                                                                   
	padding : 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side_dynamic_data .Recommend_area:after {                                                                                                                   
display: block;                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
}                                                                                                                   
#side_dynamic_data .Recommend_area .box_article_01 {                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	width: auto;                                                                                                                   
	margin: 0 auto 25px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side_dynamic_data .Recommend_area .box_article_01:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
#side_dynamic_data .Recommend_area .box_article_01:after {                                                                                                                   
  display: block;                                                                                                                   
  clear: both;                                                                                                                   
 content: "";                                                                                                                    
}                                                                                                                   
                                                                                                                   
#side_dynamic_data .Recommend_area .box_article_01 img {                                                                                                                   
	width: 100%;                                                                                                                   
	height: auto;                                                                                                                   
	float: none;                                                                                                                   
	margin: 0 0 15px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side_dynamic_data .Recommend_area .box_article_01 h3 {                                                                                                                   
	overflow: hidden;                                                                                                                   
	border-bottom: 1px solid #ccc;	                                                                                                                   
	margin-bottom: 10px;                                                                                                                   
	clear: both;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
#side_dynamic_data .Recommend_area .box_article_01 a {                                                                                                                   
	padding: 10px;                                                                                                                   
	color: #fff;                                                                                                                   
	text-decoration : none;                                                                                                                   
	float: right;                                                                                                                   
	background: #80BC49;                                                                                                                   
	margin-top: 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side_dynamic_data .Recommend_area .box_article_01 a:hover {                                                                                                                   
background: #4e4d4d;                                                                                                                   
}                                                                                                                   
#side_dynamic_data .News_area {                                                                                                                   
	display: block;                                                                                                                   
	margin: 0 0 30px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
#side_dynamic_data  .News_area ul {                                                                                                                   
	overflow-y:scroll;                                                                                                                   
	height : 125px;                                                                                                                   
	list-style-type: none;                                                                                                                   
	padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side_dynamic_data  .News_area ul li{                                                                                                                   
	margin: 0 0 20px 0;                                                                                                                   
	text-align: left;                                                                                                                   
}                                                                                                                   
#side_dynamic_data  .News_area ul li a{                                                                                                                   
	color:#80BC49;                                                                                                                   
	text-decoration: underline;                                                                                                                   
}                                                                                                                   
#side_dynamic_data  .News_area ul li a:hover{                                                                                                                   
	text-decoration: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------headerArea---------------*/                                                                                                                   
#Dynamic_header_block {                                                                                                                   
	padding: 0 0;                                                                                                                   
	width: auto;                                                                                                                   
}                                                                                                                       
                                                                                                                   
.static_title {                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	margin: 0px auto 0px;                                                                                                                   
	position: relative;                                                                                                                   
	}                                                                                                                   
.data_template_head{                                                                                                                   
	display:block;                                                                                                                   
}                                                                                                                   
.headblg_design_main{                                                                                                                   
	margin:0 auto 0;                                                                                                                   
	position:  relative;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.static_title:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
/*-------------Banner--------------*/                                                                                                                   
                                                                                                                   
.temp_prbn {                                                                                                                   
    display: block;                                                                                                                   
    text-align: center;                                                                                                                   
    width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.temp_prbn.horizontal {                                                                                                                   
    width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.temp_prbn.square {                                                                                                                   
    margin-bottom: 40px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.temp_prbn.horizontal img {                                                                                                                   
    box-sizing: border-box;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
.temp_prbn img.bn {                                                                                                                   
    margin: 0 auto 20px;                                                                                                                   
    height: auto;                                                                                                                   
    display: block;                                                                                                                   
    box-sizing: border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#side_dynamic_data .temp_prbn img {                                                                                                                   
    margin: 0 auto 20px;                                                                                                                   
    height: auto;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.content_prtxt {                                                                                                                   
    padding: 15px 0px;                                                                                                                   
    border: 1px solid #bbb;                                                                                                                   
    width: 1200px;                                                                                                                   
    margin: 0 auto 20px;                                                                                                                   
}                                                                                                                   
.content_prtxt p{                                                                                                                   
	text-align: center;                                                                                                                   
}                                                                                                                   
/*-------------End Banner--------------*/                                                                                                                   
                                                                                                                   
.site_FRhead1Block {                                                                                                                   
	margin: 0px auto 40px;                                                                                                                   
	padding: 0px 0 0 0;                                                                                                                   
	box-sizing: border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.site_FRhead1Block h2 {                                                                                                                   
	background: none;                                                                                                                   
	border: 0;                                                                                                                   
	margin: 0 auto 13px;                                                                                                                   
	border-bottom: 1px solid #8a8a8a;                                                                                                                   
	padding: 0px 0px 10px 0px;                                                                                                                   
	text-align: left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.site_FRhead1Block .inner_dataBlock {                                                                                                                   
margin : 0;                                                                                                                   
width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.site_FRhead1Block p {                                                                                                                   
	margin : 0px;                                                                                                                   
	padding: 0;                                                                                                                   
	background: #fff;                                                                                                                   
}                                                                                                                   
#Dynamic_header_block .News_area {                                                                                                                   
	margin: 0px auto 30px;                                                                                                                   
	padding: 0px 0 0 0;                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
#Dynamic_header_block .News_area .inner_dataBlock {                                                                                                                   
	padding: 0px;                                                                                                                   
	width: auto;                                                                                                                   
	box-sizing: border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#Dynamic_header_block .News_area h2{                                                                                                                   
	border: 0;                                                                                                                   
	margin: 0 auto 13px;                                                                                                                   
	background: #eee;                                                                                                                   
	padding: 10px 15px;                                                                                                                   
	text-align: left;                                                                                                                   
	border-radius: 5px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#Dynamic_header_block .News_area ul {                                                                                                                   
	text-align: left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#Dynamic_header_block .News_area ul li{                                                                                                                   
	text-align: left;                                                                                                                   
	border-bottom: 1px solid #eee;                                                                                                                   
	padding: 0 0 5px 0;                                                                                                                   
	margin: 0 0 10px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#Dynamic_header_block .News_area ul li a {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#Dynamic_header_block .News_area ul li a:hover {                                                                                                                   
    opacity: 0.6;                                                                                                                   
    text-decoration: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------pankuzu---------------*/                                                                                                                   
.pankuzu_showData {                                                                                                                   
  margin: 2px auto 15px;                                                                                                                   
  width: auto;                                                                                                                   
  font-size: 14px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.pankuzu_showData span.module_break {                                                                                                                   
  padding: 0 8px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------mainArea---------------*/                                                                                                                   
.site_FRhead1Block .inner_dataBlock,                                                                                                                    
#Dynamic_header_block .News_area .inner_dataBlock,                                                                                                                    
#wrapper_mainBlock .News_area .inner_dataBlock,                                                                                                                    
.Ranking_area .inner_dataBlock,                                                                                                                    
.QA_area .inner_dataBlock,                                                                                                                    
.Sentence_area .inner_dataBlock,                                                                                                                    
.Flow_area .inner_dataBlock,                                                                                                                    
.Recommend_area .inner_dataBlock,                                                                                                                    
.Cont_campareBlock .inner_dataBlock,                                                                                                                    
.Content_Liststyle_Block .inner_dataBlock,                                                                                                                    
.Area_PointBlock .inner_dataBlock,                                                                                                                    
.Main_Area_Sumup .inner_dataBlock,                                                                                                                    
.wrp_categorypostBlock .inner_dataBlock,                                                                                                                    
.list_kuchikomiBlock .inner_dataBlock,                                                                                                                     
#control_footerArea .inner_dataBlock{                                                                                                                   
	clear: both;                                                                                                                   
	padding: 0px;                                                                                                                   
	width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#wrapper_mainBlock .News_area,                                                                                                                    
.Ranking_area,                                                                                                                    
.QA_area,                                                                                                                    
.Sentence_area,                                                                                                                    
.Flow_area,                                                                                                                    
.Recommend_area,                                                                                                                    
.Cont_campareBlock,                                                                                                                    
.Content_Liststyle_Block,                                                                                                                    
.Area_PointBlock,                                                                                                                    
.Main_Area_Sumup,                                                                                                                    
.list_kuchikomiBlock,                                                                                                                    
.wrp_categorypostBlock,                                                                                                                    
#side_dynamic_data .Recommend_area,                                                                                                                   
.manageLink,                                                                                                                    
.site_normalLink,                                                                                                                    
.moreButtonLink,                                                                                                                    
.setImageLink {                                                                                                                   
	margin: 0 auto 40px;                                                                                                                   
	clear: both;                                                                                                                   
	width: auto;                                                                                                                   
	border: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Box_OneFR_main {display: block;width: auto;border: 1px solid #d8c6c6;}                                                                                                                   
                                                                                                                   
.Box_OneFR_main p {                                                                                                                   
    padding: 0px 10px 10px 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Box_OneFR_main h2 {                                                                                                                   
    padding: 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Box_OneFR_main img {                                                                                                                   
    box-sizing: border-box;                                                                                                                   
    width: 100%;                                                                                                                   
    display: block;                                                                                                                   
    margin: 0 auto 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Main_FR_Block2 {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Block_FRmain3 {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Blog_FR4main {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
.Box_OneFR_main,                                                                                                                   
.Main_FR_Block2,                                                                                                                   
.Block_FRmain3,                                                                                                                   
.Blog_FR4main{                                                                                                                   
    margin: 0 auto 40px;                                                                                                                   
    width: auto;                                                                                                                   
}                                                                                                                   
.Box_OneFR_main h2,                                                                                                                   
.Main_FR_Block2 h2,                                                                                                                   
.Block_FRmain3 h2,                                                                                                                   
.Blog_FR4main h2{                                                                                                                   
    text-align: left;                                                                                                                   
    background: none;                                                                                                                   
    border-bottom: 1px solid #cecaca;                                                                                                                   
    margin-bottom: 10px;                                                                                                                   
}                                                                                                                   
.Blog_FR4main p {                                                                                                                   
margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#wrapper_mainBlock .News_area {                                                                                                                   
	display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#wrapper_mainBlock .News_area h2 {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----newsBlock-----*/                                                                                                                   
#wrapper_mainBlock  .News_area ul {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#wrapper_mainBlock  .News_area ul li{                                                                                                                   
	margin: 0 0 10px 0;                                                                                                                   
	text-align: left;                                                                                                                   
	border-bottom: 1px solid #eee;                                                                                                                   
	padding: 0 0 5px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#wrapper_mainBlock .News_area ul li a {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#wrapper_mainBlock .News_area ul li a:hover {                                                                                                                   
    text-decoration: none;                                                                                                                   
    opacity: 0.6;                                                                                                                   
}                                                                                                                   
                                                                                                                     
/*----rankBlock-----*/                                                                                                                   
.Ranking_area{                                                                                                                   
	display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Ranking_area img{                                                                                                                   
  width: 35px;                                                                                                                   
  float: left;                                                                                                                   
  display: block;                                                                                                                   
  margin: 0 10px 0 0;                                                                                                                   
  border: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
.Ranking_area img.general_icatchImage {                                                                                                                   
  width : 100%;                                                                                                                   
  height : auto;                                                                                                                   
  margin: 0 auto 20px;                                                                                                                   
  float: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Ranking_area .box_article_01{                                                                                                                   
  width: auto;                                                                                                                   
  margin: 0 auto 20px;                                                                                                                   
  padding: 10px;                                                                                                                   
  float: none;                                                                                                                   
  display: block;                                                                                                                   
  border: 1px solid #dbd5d1;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Ranking_area .box_article_01 h3 {                                                                                                                   
  display: block;                                                                                                                   
  padding: 0px 0px 0 0;                                                                                                                   
  margin: 5px auto 10px;                                                                                                                   
  text-align: left;                                                                                                                   
  position: relative;                                                                                                                   
  border-bottom: 0;                                                                                                                   
  overflow: hidden;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
/*-#sentenceBlock#-*/                                                                                                                   
.Sentence_area {                                                                                                                   
	display: block;                                                                                                                   
	position: relative;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Sentence_area .inner_dataBlock {padding: 0;width: auto;}                                                                                                                      
                                                                                                                   
.Sentence_area img.general_icatchImage {                                                                                                                   
	display:block;                                                                                                                   
	position: relative;                                                                                                                   
	height: auto;                                                                                                                   
	margin: 0 auto 12px;                                                                                                                   
	width: 99%;                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	box-shadow: 0 0 1px #e8cdc2;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Sentence_area .box_article_01 {                                                                                                                   
	clear: both;                                                                                                                   
	width: auto;                                                                                                                   
	float: none;                                                                                                                   
	margin: 0 auto 8px;                                                                                                                   
	box-sizing: border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Sentence_area .box_article_01 p {                                                                                                                   
    margin-bottom: 20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Sentence_area .box_article_01:last-child p {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Sentence_area .box_article_01:last-child {                                                                                                                   
	margin: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Sentence_area .box_article_01 h3 {                                                                                                                   
	background : url(../images/h3_bg.png) no-repeat left top;                                                                                                                   
	position:relative;                                                                                                                   
	margin-bottom: 5px;                                                                                                                   
	overflow: hidden;                                                                                                                   
	padding: 0 0 0px 38px;                                                                                                                   
	line-height: 150%;                                                                                                                   
	background-size: 30px;                                                                                                                   
	background-position: 0 2px;                                                                                                                   
	}                                                                                                                   
.manageLink{                                                                                                                   
	display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.manageLink .box_article_01 {                                                                                                                   
    border: 1px solid #ffdfd2;                                                                                                                   
    border-left: 2px solid #e06a3b;                                                                                                                   
    padding: 10px;                                                                                                                   
    margin: 0 auto 20px;                                                                                                                   
    width: auto;                                                                                                                   
    box-sizing: border-box;                                                                                                                   
    float: none;                                                                                                                   
}                                                                                                                   
.manageLink .box_article_01:last-child{                                                                                                                   
	margin:0 auto;                                                                                                                   
}                                                                                                                   
.manageLink .box_article_01 h3 {                                                                                                                   
    background: url(../images/h3_bg.png) no-repeat left top;                                                                                                                   
    position: relative;                                                                                                                   
    margin-bottom: 5px;                                                                                                                   
    overflow: hidden;                                                                                                                   
    padding: 0px 0 0px 33px;                                                                                                                   
    line-height: 150%;                                                                                                                   
    background-size: 30px;                                                                                                                   
    background-position: 0 2px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----recommendBlock-----*/                                                                                                                   
.Recommend_area{                                                                                                                   
	display: block;                                                                                                                   
}                                                                                                                   
.Recommend_area:after{                                                                                                                   
	display: block;                                                                                                                   
	clear: both;                                                                                                                   
	content: "";                                                                                                                   
}                                                                                                                   
.Recommend_area .box_article_01 {                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	margin: 0 0px 25px 0;                                                                                                                   
	width: auto;                                                                                                                   
	display: block;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.Recommend_area .box_article_01:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Recommend_area .box_article_01:after {                                                                                                                   
  display: block;                                                                                                                   
  clear: both;                                                                                                                   
 content: "";                                                                                                                    
}                                                                                                                   
                                                                                                                   
.Recommend_area .box_article_01 img {                                                                                                                   
    height: auto;                                                                                                                   
    margin: 0 auto 10px;                                                                                                                   
    display: block;                                                                                                                   
    width: 100%;                                                                                                                   
    height: auto;                                                                                                                   
}                                                                                                                   
.Recommend_area .box_article_01 h3 {                                                                                                                   
	overflow: hidden;                                                                                                                   
	border-bottom: 1px solid #ccc;                                                                                                                   
	padding: 0 0 5px 0;                                                                                                                   
	margin-bottom: 10px;                                                                                                                   
	text-align: left;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.Recommend_area .box_article_01 a {                                                                                                                   
	padding: 10px;                                                                                                                   
	color: #fff;                                                                                                                   
	text-decoration : none;                                                                                                                   
	float: right;                                                                                                                   
	background: #80BC49;                                                                                                                   
	margin-top: 10px;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.Recommend_area .box_article_01 a:hover {                                                                                                                   
background: #4e4d4d;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----compareBlock-----*/                                                                                                                   
.Cont_campareBlock {                                                                                                                   
	display:block;                                                                                                                   
	clear: both;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Cont_campareBlock h3 {                                                                                                                   
	margin-bottom: 3px;                                                                                                                   
	line-height: 150%;                                                                                                                   
	padding-bottom: 5px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Cont_campareBlock .inner_dataBlock:after {                                                                                                                   
display: block;                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
}                                                                                                                       
.Cont_campareBlock .box_article_01 {                                                                                                                   
	margin: 0 auto 20px;                                                                                                                   
	box-sizing:  border-box;                                                                                                                   
	background: #fff;                                                                                                                   
	width: auto;                                                                                                                   
	float: none;                                                                                                                   
	padding: 10px;                                                                                                                   
	border: 1px solid #ddd;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Cont_campareBlock .box_article_01:last-child {                                                                                                                   
    margin-bottom: 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Cont_campareBlock .box_article_01:nth-of-type(2) {                                                                                                                   
margin-right: 0;                                                                                                                   
}                                                                                                                    
                                                                                                                   
/*------liststyleBlock------*/                                                                                                                   
.Content_Liststyle_Block {                                                                                                                   
	display:block;                                                                                                                   
	clear: both;                                                                                                                   
	width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Content_Liststyle_Block ul.box_article_01 {                                                                                                                   
list-style-type : none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Content_Liststyle_Block ul.box_article_01 li {                                                                                                                   
	margin: 0 0 5px 0;                                                                                                                   
	background: url(../images/list.png) no-repeat left top;                                                                                                                   
	padding: 5px 0 8px 25px;                                                                                                                   
	font-weight : bold;                                                                                                                   
	background-position: 0 7px;                                                                                                                   
	color: #4e4d4d;                                                                                                                   
	background-size: 18px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Content_Liststyle_Block ul.box_article_01 li:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
    border-bottom: 1px solid #ddd;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----pointBlock-----*/                                                                                                                   
.Area_PointBlock {                                                                                                                   
	display:block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Area_PointBlock h2 {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                       
                                                                                                                   
.Area_PointBlock .inner_dataBlock {                                                                                                                   
	padding: 15px;                                                                                                                   
	border: 1px solid #bdbaba;                                                                                                                   
	box-sizing:  border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----sumupBlock-----*/                                                                                                                   
.Main_Area_Sumup {                                                                                                                   
	display:block;                                                                                                                   
	padding: 15px 0px 25px 0px;                                                                                                                   
	box-sizing:  border-box;                                                                                                                   
	margin: 0 auto 40px;                                                                                                                   
	background: #eee;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Main_Area_Sumup h2 {                                                                                                                   
	background: none;                                                                                                                   
	border: 0;                                                                                                                   
	margin: 0 auto 13px;                                                                                                                   
	border-bottom: 1px solid #8a8a8a;                                                                                                                   
	padding: 10px;                                                                                                                   
	text-align: left;                                                                                                                   
}                                                                                                                     
                                                                                                                   
.Main_Area_Sumup .inner_dataBlock {                                                                                                                   
	padding: 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Main_Area_Sumup .inner_dataBlock p {                                                                                                                   
	padding: 0 10px;                                                                                                                   
}                                                                                                                   
/*-----flowBlock-----*/                                                                                                                   
.Flow_area{                                                                                                                   
	display: block;                                                                                                                   
}                                                                                                                   
.Flow_area .inner_dataBlock:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
.Flow_area img.general_icatchImage {                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  clear : both;                                                                                                                   
  float : none;                                                                                                                   
  display : block;                                                                                                                   
  width: 100%;                                                                                                                   
}                                                                                                                   
.Flow_area .box_article_01 {                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	margin: 0 auto 20px;                                                                                                                   
	border: 1px solid #ddd;                                                                                                                   
	padding: 10px;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.Flow_area .box_article_01:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
.Flow_area .box_article_01:nth-of-type(even){                                                                                                                   
	margin-right:0px;                                                                                                                   
}                                                                                                                   
.Flow_area .box_article_01 p {                                                                                                                   
position: relative;                                                                                                                   
padding-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Flow_area .box_article_01 h3 {                                                                                                                   
	float : none;                                                                                                                   
	width : auto;                                                                                                                   
	padding: 8px 0px 15px 50px;                                                                                                                   
	position:relative;                                                                                                                   
	background-size: 40px !important;                                                                                                                   
	margin: 0px 0px 3px 0px;                                                                                                                   
	line-height: 160%;                                                                                                                   
	background-position: 0px 0px !important;                                                                                                                   
	text-align: left;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.Flow_area .box_article_01:nth-of-type(1) h3 {background: url(../images/bg-flow-01.png) no-repeat center top;}                                                                                                                   
.Flow_area .box_article_01:nth-of-type(2) h3 {background: url(../images/bg-flow-02.png) no-repeat center top;}                                                                                                                   
.Flow_area .box_article_01:nth-of-type(3) h3 {background: url(../images/bg-flow-03.png) no-repeat center top;}                                                                                                                   
.Flow_area .box_article_01:nth-of-type(4) h3 {background: url(../images/bg-flow-04.png) no-repeat center top;}                                                                                                                   
.Flow_area .box_article_01:nth-of-type(5) h3 {background: url(../images/bg-flow-05.png) no-repeat center top;}                                                                                                                   
/*-----qaBlock-----*/                                                                                                                   
.QA_area {                                                                                                                   
	display: block;                                                                                                                   
}                                                                                                                   
.QA_area .inner_dataBlock:after {                                                                                                                   
display: block;                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
}                                                                                                                   
                                                                                                                   
.QA_area img.general_icatchImage {                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  clear : both;                                                                                                                   
  float : none;                                                                                                                   
  display : block;                                                                                                                   
  width: 100%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.QA_area .box_article_01:nth-of-type(even){                                                                                                                   
	margin-right:0px;                                                                                                                   
}                                                                                                                   
.QA_area .box_article_01 {                                                                                                                   
	margin: 0 auto 25px;                                                                                                                   
	float: none;                                                                                                                   
	width: auto;                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	padding: 10px;                                                                                                                   
	border: 1px solid #ddd;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.QA_area .box_article_01:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                       
.QA_area .box_article_01 h3 {                                                                                                                   
	float : none;                                                                                                                   
	width : auto;                                                                                                                   
	color: #4e4d4d;                                                                                                                   
	padding: 8px 0px 17px 50px;                                                                                                                   
	position: relative;                                                                                                                   
	background: url(../images/bg-q.png) no-repeat left top;                                                                                                                   
	background-position: 0px 0px;                                                                                                                   
	margin-bottom: 8px;                                                                                                                   
	background-size: 40px;                                                                                                                   
	}                                                                                                                   
.QA_area .box_article_01 p{                                                                                                                   
	position:relative;                                                                                                                   
	padding: 0px 0 0px 50px;                                                                                                                   
	background: url(../images/bg-a.png) no-repeat left top;                                                                                                                   
	background-position: 0 4px;                                                                                                                   
	background-size: 40px;                                                                                                                   
	min-height: 45px;                                                                                                                   
	}                                                                                                                   
.site_normalLink {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
.site_normalLink .box_article_01 {                                                                                                                   
    border: solid 1px #d2ead6;                                                                                                                   
    padding: 10px;                                                                                                                   
    margin-bottom: 20px;                                                                                                                   
    background: #ffefe9;                                                                                                                   
    width: auto;                                                                                                                   
    float: none;                                                                                                                   
    box-sizing: border-box;                                                                                                                   
    border-bottom: solid 1px #ca6841;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.site_normalLink .box_article_01:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
.moreButtonLink {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
.moreButtonLink .box_article_01 {
    margin-bottom: 20px;
    /* background: #f5eeeb; */
    padding: 10px;
    border: 1px solid #e4b6a3;
    /* border-right: 1px solid #e06a3b; */
    width: auto;
    float: none;
}                                                                                                                   
.moreButtonLink .box_article_01:last-child{                                                                                                                   
	margin:0 auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.moreButtonLink h3 {                                                                                                                   
    margin-bottom: 8px;                                                                                                                   
    padding-bottom: 0;                                                                                                                   
}                                                                                                                   
.moreButtonLink .box_article_01 p {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
.moreButtonLink a {                                                                                                                   
    margin: 10px auto 0;                                                                                                                   
    padding: 10px;                                                                                                                   
    text-align: center;                                                                                                                   
    text-decoration: none;                                                                                                                   
    background: #219F35;                                                                                                                   
    color: #fff;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
.moreButtonLink a:hover {                                                                                                                   
    background: #e06a3b;                                                                                                                   
    opacity: 9;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.setImageLink {                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.setImageLink:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
                                                                                                                   
.setImageLink .box_article_01 {                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  position: relative;                                                                                                                   
}                                                                                                                   
.setImageLink .box_article_01:nth-of-type(even){                                                                                                                   
	 margin-right:0px;                                                                                                                   
}                                                                                                                   
.setImageLink .box_article_01:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
                                                                                                                   
}                                                                                                                   
.setImageLink .box_article_01 h3 {                                                                                                                   
    margin: 0 auto 5px;                                                                                                                   
    padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.setImageLink .box_article_01:before {                                                                                                                   
    content: "PR";                                                                                                                   
    background: #80BC49;                                                                                                                   
    padding: 5px;                                                                                                                   
    position: absolute;                                                                                                                   
    color: #fff;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.setImageLink .box_article_01 img {                                                                                                                   
  width : 100%;                                                                                                                   
  height : auto;                                                                                                                   
  margin-bottom : 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----categorypostBlock-----*/                                                                                                                   
.wrp_categorypostBlock {                                                                                                                   
	display: block;                                                                                                                   
	padding: 0px;                                                                                                                   
	width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.wrp_categorypostBlock h1,                                                                                                                   
.Sentence_area h1 {                                                                                                                   
  font-size: 20px;                                                                                                                   
  margin: 10px 0;                                                                                                                   
  position: static;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.wrp_categorypostBlock h1 {                                                                                                                   
    display: block;                                                                                                                   
    text-align: left;                                                                                                                   
    margin: 0;                                                                                                                   
    padding: 0px 0px 10px 0px;                                                                                                                   
    position: static;                                                                                                                   
}                                                                                                                   
.wrp_categorypostBlock .box_article_01{                                                                                                                   
  display:block;                                                                                                                   
  margin: 0 0 20px 0;                                                                                                                   
  width: auto;                                                                                                                   
  float: none;                                                                                                                   
}                                                                                                                   
.wrp_categorypostBlock .box_article_01:last-child{                                                                                                                   
  margin-bottom:0px;                                                                                                                   
}                                                                                                                   
.wrp_categorypostBlock .box_article_01:after {                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.wrp_categorypostBlock .box_article_01 img {                                                                                                                   
  width: 100%;                                                                                                                   
  float: none;                                                                                                                   
  margin: 0 auto 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.wrp_categorypostBlock .box_article_01 h2 {                                                                                                                   
  color: #4e4d4d;                                                                                                                   
  clear : none;                                                                                                                   
  line-height: 150%;                                                                                                                   
  margin: 0 0 5px 0;                                                                                                                   
  padding: 0 0;                                                                                                                   
  background: none;                                                                                                                   
  border: 0px;                                                                                                                   
  overflow: hidden;                                                                                                                   
  text-align: left;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.wrp_categorypostBlock .box_article_01 p {                                                                                                                   
  clear : none;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
/*-----kuchikomiBlock-----*/                                                                                                                   
.list_kuchikomiBlock {                                                                                                                   
  display: block;                                                                                                                   
  padding-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.list_kuchikomiBlock h2 {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.list_kuchikomiBlock .inner_dataBlock:after {                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                      
                                                                                                                   
.list_kuchikomiBlock .box_article_01{                                                                                                                   
  display:block;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  margin: 0 0 20px 0;                                                                                                                   
  border : solid 1px #ccc;                                                                                                                   
  padding: 15px;                                                                                                                   
}                                                                                                                   
.list_kuchikomiBlock .box_article_01:last-child{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
.list_kuchikomiBlock .box_article_01 h3 {                                                                                                                   
  float : none;                                                                                                                   
  width : auto;                                                                                                                   
  color: #4e4d4d;                                                                                                                   
  padding-bottom: 10px;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.list_kuchikomiBlock .box_article_01 p {                                                                                                                   
  float : none;                                                                                                                   
  width : auto;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.___boximgcat___ {                                                                                                                   
    width: auto;                                                                                                                   
    margin: 0 auto 40px;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.___boximgcat___ img {                                                                                                                   
    width: 100%;                                                                                                                   
    display: block;                                                                                                                   
    box-sizing: border-box;                                                                                                                   
    float: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----titleh2block-----*/                                                                                                                   
#Dynamic_contBlock .titleh2block{                                                                                                                   
  width: auto;                                                                                                                   
  display: block;                                                                                                                   
  padding: 0px;                                                                                                                   
  margin-bottom: 40px;                                                                                                                   
}                                                                                                                   
#Dynamic_contBlock .titleh2block ul {                                                                                                                   
    display: block;                                                                                                                   
    padding: 0px 1px 0px 1px;                                                                                                                   
}                                                                                                                   
#Dynamic_contBlock .titleh2block ul li{                                                                                                                   
  margin: 0 0 10px 0;                                                                                                                   
  text-align: left;                                                                                                                   
  border-bottom: 1px solid #fff;                                                                                                                   
}                                                                                                                   
#Dynamic_contBlock .titleh2block ul li:last-child {                                                                                                                   
    margin-bottom: 0 !important;                                                                                                                   
}                                                                                                                   
#Dynamic_contBlock .titleh2block ul li{                                                                                                                   
  text-align: left;                                                                                                                   
  position: relative;                                                                                                                   
  padding-left: 15px;                                                                                                                   
  border-bottom: 1px solid #fdded1;                                                                                                                   
}                                                                                                                   
#Dynamic_contBlock .titleh2block ul li a:before {                                                                                                                   
    position: absolute;                                                                                                                   
    content: "";                                                                                                                   
    left: 0px;                                                                                                                   
    top: 4px;                                                                                                                   
    border-width: 6px 9px 6px 9px;                                                                                                                   
    border-style: solid;                                                                                                                   
    border-color: transparent transparent transparent #e06a3b;                                                                                                                   
}                                                                                                                   
#Dynamic_contBlock .titleh2block ul li a:hover:after {                                                                                                                   
    background: #4e4d4d;                                                                                                                   
}                                                                                                                   
#Dynamic_contBlock .titleh2block ul li a {                                                                                                                   
    color: #219F35;                                                                                                                   
}                                                                                                                   
#Dynamic_contBlock .titleh2block ul li a:hover {                                                                                                                   
    text-decoration: none;                                                                                                                   
    color: #e06a3b;                                                                                                                   
    opacity: 9;                                                                                                                   
}                                                                                                                   
#Dynamic_contBlock .titleh2block h2{                                                                                                                   
  margin-bottom: 10px !important;                                                                                                                   
  padding: 7px 9px 7px 39px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*------------------footerArea-------------------*/                                                                                                                   
#control_footerArea {                                                                                                                   
	background: #ffffff;                                                                                                                   
	margin-top: 0px;                                                                                                                   
	position: relative;                                                                                                                   
	clear: both;                                                                                                                   
	width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#control_footerArea .inner_dataBlock{                                                                                                                   
  display: block;                                                                                                                   
  margin-left: 0px;                                                                                                                   
  margin-right: 0px;                                                                                                                   
  }                                                                                                                   
#control_footerArea .inner_dataBlock p{                                                                                                                   
	text-align:center;                                                                                                                   
}                                                                                                                   
.copy {                                                                                                                   
    margin: auto;                                                                                                                   
    padding: 20px 20px;                                                                                                                   
    font-size: 16px;                                                                                                                   
    border-top: 1px solid #f3c6b4;                                                                                                                   
    z-index: 0;                                                                                                                   
    width: auto;                                                                                                                   
    color: #4e4d4d;                                                                                                                   
    margin-bottom: 60px;                                                                                                                   
 }                                                                                                                   
                                                                                                                   
p.copy a {                                                                                                                   
    color: #80BC49;                                                                                                                   
    text-decoration: underline;                                                                                                                   
}                                                                                                                   
                                                                                                                   
p.copy a:hover {                                                                                                                   
    text-decoration: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------PR---------------*/                                                                                                                   
.pr {display: block;width: auto;}                                                                                                                   
                                                                                                                   
.pr.banner4 {                                                                                                                   
    margin: 0 auto 40px;                                                                                                                   
    width: auto;                                                                                                                   
    display: block;                                                                                                                   
    padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.pr.horizontal img {                                                                                                                   
    width: 100%;                                                                                                                   
    display: block;                                                                                                                   
    box-sizing: border-box;                                                                                                                   
}                                                                                                                   
.pr img {                                                                                                                   
	display : block;                                                                                                                   
	margin: 0px auto 0px;                                                                                                                   
	height: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------footer menu in mobile view-----------------*/                                                                                                                   
.ft_menu{                                                                                                                   
  margin:auto;                                                                                                                   
  position: fixed;                                                                                                                   
  bottom: 0;                                                                                                                   
  left: 0;                                                                                                                   
  right: 0;                                                                                                                   
  display:  block;                                                                                                                   
  line-height: 120%;                                                                                                                   
  max-width: 414px;                                                                                                                   
  z-index: 9999;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu label {                                                                                                                   
    position: static;                                                                                                                   
    padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu ul {                                                                                                                   
    display: flex;                                                                                                                   
    padding: 10px 2px 10px 2px;                                                                                                                   
    background: #E06A3B;                                                                                                                   
    justify-content: center;                                                                                                                   
    margin-left: 0px;                                                                                                                   
}                                                                                                                   
.ft_menu ul li {                                                                                                                   
    display: block;                                                                                                                   
    background-size: 20px !important;                                                                                                                   
    width: 50%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu ul li:nth-of-type(2) {                                                                                                                   
    background: url(../images/ft_t.png) no-repeat center top;                                                                                                                   
}                                                                                                                   
.ft_menu ul li:nth-of-type(3) {                                                                                                                   
    background: url(../images/cl_icon.png) no-repeat top center;                                                                                                                   
}                                                                                                                   
.ft_menu ul li:nth-of-type(4) {                                                                                                                   
    background: url(../images/cl_icon.png) no-repeat top center;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu ul li a {                                                                                                                   
    padding: 23px 0px 0px 0px;                                                                                                                   
    color: #fff;                                                                                                                   
    display: block;                                                                                                                   
    text-decoration: none;                                                                                                                   
    font-size: 13px;                                                                                                                   
    text-align: center;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu ul li:nth-of-type(1) a {                                                                                                                   
    padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
ul.drop-nav li ul li a {                                                                                                                   
    padding: 0 0 0px 0 !important;                                                                                                                   
    font-weight: normal;                                                                                                                   
    margin-bottom: 0;                                                                                                                   
    display: -webkit-inline-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu ul li:nth-of-type(1) a label {                                                                                                                   
    padding: 23px 0px 0px 0px;                                                                                                                   
    display: block;                                                                                                                   
    position: relative;                                                                                                                   
    background: #80BC49;                                                                                                                   
    background: url(../images/ft_menu.png) no-repeat center top;                                                                                                                   
    background-size: 20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu ul input:checked ~ li:nth-of-type(1) a label {color: #fff;display:block;background: url(../images/ft_cross.png) no-repeat center top;background-size: 20px;}                                                                                                                   
                                                                                                                   
.ft_menu ul li:nth-of-type(1) a label:hover {                                                                                                                   
    cursor: pointer;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.ft_menu ul li a:hover {                                                                                                                   
    opacity: 0.7;                                                                                                                   
}                                                                                                                   
/* Footer Sub Menu*/                                                                                                                   
                                                                                                                   
.ft_menu input:checked ~ label{cursor: default;}                                                                                                                   
                                                                                                                   
.ft_menu input:checked ~ label:after{                                                                                                                   
  border-top:0 solid rgba(255,255,255,.5);                                                                                                                   
  border-bottom:4px solid rgba(255,255,255,.5);                                                                                                                   
  transition:border-top .1s, border-bottom .1s .1s;                                                                                                                   
}                                                                                                                   
.ft_menu input{display:none;}                                                                                                                   
                                                                                                                   
.ft_menu input:checked ~ ul.drop-nav{                                                                                                                   
  position: absolute;                                                                                                                   
  left: 0;                                                                                                                   
  right: 0;                                                                                                                   
  background: rgb(224, 106, 59);                                                                                                                   
  max-height: 175px;                                                                                                                   
  bottom: 51px;                                                                                                                   
  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;                                                                                                                   
  background: #fff;                                                                                                                   
  position:absolute;                                                                                                                   
}                                                                                                                   
ul.drop-nav li {                                                                                                                   
    margin: 0 auto 12px;                                                                                                                   
    background: none;                                                                                                                   
    padding: 0 0 0 50px;                                                                                                                   
    background-size: 20px !important;                                                                                                                   
    width: auto !important;                                                                                                                   
    border-bottom: 1px solid #fff;                                                                                                                   
    background-position: 21px 1px !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
ul.drop-nav li ul li {                                                                                                                   
    background: none !important;                                                                                                                   
    margin-bottom: 10px;                                                                                                                   
    border: 0;                                                                                                                   
    padding: 0 !important;                                                                                                                   
}                                                                                                                   
ul.drop-nav li:nth-of-type(1) {                                                                                                                   
    background: url(../images/ft_t.png) no-repeat;                                                                                                                   
}                                                                                                                    
ul.drop-nav li:nth-of-type(2) {                                                                                                                   
    background: url(../images/ft_c.png) no-repeat;                                                                                                                   
    width: auto;                                                                                                                   
}                                                                                                                                                                                                                                      
                                                                                                                       
ul.drop-nav li a{                                                                                                                   
  display: -webkit-inline-box;                                                                                                                   
  text-decoration:none;                                                                                                                   
  color: #ffffff;                                                                                                                   
  border: 0 !important;                                                                                                                   
  font-size: 13px;                                                                                                                   
  padding: 2px 0 0 0px !important;                                                                                                                   
  font-weight: 700;                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*----------Accodion-------*/                                                                                                                   
.accordion {                                                                                                                   
    cursor: pointer;                                                                                                                   
    width: auto;                                                                                                                   
    text-align: left;                                                                                                                   
    outline: none;                                                                                                                   
    transition: 0.4s;                                                                                                                   
    overflow: hidden;                                                                                                                   
    display: block;                                                                                                                   
    position: relative;                                                                                                                   
    padding: 6px 8px;                                                                                                                   
    background: #ffe6dc;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.active, .accordion:hover {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
span.accordion.active {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.panel {                                                                                                                   
    padding: 8px 0 0 0;                                                                                                                   
    display: none;                                                                                                                   
    background-color: white;                                                                                                                   
    overflow: hidden;                                                                                                                   
}                                                                                                                   
.accordion  h2{                                                                                                                   
  position:relative;                                                                                                                   
  padding: 0 20px 0 0px !important;                                                                                                                   
  background: none !important;                                                                                                                   
  margin: 0 !important;                                                                                                                   
}                                                                                                                   
.accordion h2:after {                                                                                                                   
    background: url(../images/a_plus.png);                                                                                                                   
    content: "";                                                                                                                   
    position: absolute;                                                                                                                   
    width: 15px;                                                                                                                   
    height: 15px;                                                                                                                   
    display: block;                                                                                                                   
    top: 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);                                                                                                                   
}                                                                                                                   
.temp_prbn.banner3 {                                                                                                                   
    margin: 0 auto 40px;                                                                                                                   
    width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-Reciew_area-*/                                                                                                                   
.Reciew_area{                                                                                                                   
  margin: 0 auto 40px;                                                                                                                   
  clear: both;                                                                                                                   
}                                                                                                                   
.Reciew_area{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Reciew_area .inner_dataBlock:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Reciew_area img.general_icatchImage {                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  clear : both;                                                                                                                   
  float : none;                                                                                                                   
  display : block;                                                                                                                   
  width: 100%;                                                                                                                   
}                                                                                                                   
.Reciew_area .box_article_01{                                                                                                                   
  display:block;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  margin: 0 auto 20px;                                                                                                                   
  border: 1px solid #ccc;                                                                                                                   
  padding: 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Reciew_area .box_article_01:nth-of-type(even) {                                                                                                                   
    margin-right: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Reciew_area .box_article_01:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Reciew_area .box_article_01 h3 {                                                                                                                   
  float : none;                                                                                                                   
  width : auto;                                                                                                                   
  color: #4e4d4d;                                                                                                                   
  text-align: left;                                                                                                                   
  margin-bottom: 5px;                                                                                                                   
  background: url(../images/men.png) no-repeat left top;                                                                                                                   
  padding: 10px 0 10px 50px;                                                                                                                   
  background-size: 40px;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.pr.banner4 img,                                                                                                                   
.temp_prbn.horizontal img,                                                                                                                   
.banner1 img,                                                                                                                   
.banner2 img,                                                                                                                   
.banner4 img{                                                                                                                   
	width: 100%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
@media (max-width: 400px) { /*--mobile--*/                                                                                                                   
h2{                                                                                                                   
	display: block;                                                                                                                   
}                                                                                                                   
#Dynamic_contBlock{                                                                                                                   
  padding: 58% 0 0 0;                                                                                                                   
}                                                                                                                   
h2:before,                                                                                                                   
h2:after{                                                                                                                   
content: "";                                                                                                                   
display: none;                                                                                                                   
clear: both;                                                                                                                   
}                                                                                                                   
.temp_prbn.square img,                                                                                                                   
.temp_prbn.banner3 img{                                                                                                                   
width: 100%;                                                                                                                   
display: block;                                                                                                                   
box-sizing: border-box;                                                                                                                   
}                                                                                                                   
.Sentence_area .box_article_01 h3{                                                                                                                   
	padding: 0px;                                                                                                                   
	background: none;                                                                                                                   
}                                                                                                                   
.manageLink .box_article_01 h3{                                                                                                                   
	padding: 0px;                                                                                                                   
	background: none;	                                                                                                                   
}                                                                                                                   
.ft_menu ul li{                                                                                                                   
	width: 50%;                                                                                                                   
}                                                                                                                   
}                                                                                                                   
