﻿                                                                                                                   
@charset "UTF-8";                                                                                                                     
/*---------------reset---------------*/                                                                                                                   
html, body, div, span, applet, object, iframe,                                                                                                                   
h1, h2, h3, h4, h5, h6, p, blockquote, pre,                                                                                                                   
a, abbr, acronym, address, big, cite, code,                                                                                                                   
del, dfn, em, img, ins, kbd, q, s, samp,                                                                                                                   
small, strike, strong, sub, sup, tt, var,                                                                                                                   
b, u, i, center,                                                                                                                   
dl, dt, dd, ol, ul, li,                                                                                                                   
fieldset, form, label, legend,                                                                                                                   
table, caption, tbody, tfoot, thead, tr, th, td,                                                                                                                   
article, aside, canvas, details, embed,                                                                                                                   
figure, figcaption, footer, header, hgroup,                                                                                                                   
menu, nav, output, ruby, section, summary,                                                                                                                   
time, mark, audio, video {                                                                                                                   
margin: 0;                                                                                                                   
padding: 0;                                                                                                                   
border: 0;                                                                                                                   
font: inherit;                                                                                                                   
font-size: 100%;                                                                                                                   
vertical-align: baseline;                                                                                                                   
}                                                                                                                   
                                                                                                                   
ol, ul {                                                                                                                   
list-style: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
table {                                                                                                                   
border-collapse: collapse;                                                                                                                   
border-spacing: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
caption, th, td {                                                                                                                   
text-align: left;                                                                                                                   
font-weight: normal;                                                                                                                   
vertical-align: middle;                                                                                                                   
}                                                                                                                   
                                                                                                                   
q, blockquote {                                                                                                                   
quotes: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
a img {                                                                                                                   
border: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
html, body {font-size: 14px;line-height: 160%;font-family: 'Hiragino Kaku Gothic ProN',  Meiryo,  Osaka, 'MS PGothic', arial, helvetica, sans-serif;/* background: #fffdfd url(../images/bg-body.png) repeat top left; */background: #fefef8 url(../images/bg-body.png) repeat top;}                                                                                                                   
                                                                                                                   
html {                                                                                                                   
overflow-y: scroll;                                                                                                                   
}                                                                                                                   
                                                                                                                   
img, svg {                                                                                                                   
vertical-align: top;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h1, h2, h3, h4, h5, h6 {                                                                                                                   
color: #333;                                                                                                                         
}                                                                                                                   
dl dt {                                                                                                                   
font-weight: bold;                                                                                                                   
}                                                                                                                   
strong, em {                                                                                                                   
font-weight: bold;                                                                                                                   
}                                                                                                                   
                                                                                                                   
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---------------*/                                                                                                                   
#AllContents{                                                                                                                   
	width: 100%;                                                                                                                   
	padding : 0;                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
	min-width: 1080px;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
p {                                                                                                                   
margin: auto;                                                                                                                   
}                                                                                                                   
a {color: #348cf3;text-decoration:  none;}                                                                                                                   
a:hover {text-decoration: underline;}                                                                                                                   
h1 {                                                                                                                   
	margin: 0 auto;                                                                                                                   
	padding: 15px 15px;                                                                                                                   
	font-size: 13px;                                                                                                                   
	clear: both;                                                                                                                   
	text-align: left;                                                                                                                   
	position:  absolute;                                                                                                                   
	right: 0;                                                                                                                   
	top: 0;                                                                                                                   
	z-index: 999;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h1 a:hover {                                                                                                                   
    text-decoration: underline;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h1 a {                                                                                                                   
    text-decoration: none;                                                                                                                   
    color: #2B75CC;                                                                                                                   
}                                                                                                                   
h2 {                                                                                                                   
	padding: 10px 50px;                                                                                                                   
	margin: 0 auto 15px;                                                                                                                   
	font-size: 18px;                                                                                                                   
	color: #333;                                                                                                                   
	position: relative;                                                                                                                   
	clear: both;                                                                                                                   
	font-weight: bold;                                                                                                                   
	/* background: #cdcdcd; */                                                                                                                   
	line-height: 140%;                                                                                                                   
	background: url(../images/h2_icon.png) no-repeat left;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
h3 {                                                                                                                   
	font-size: 16px;                                                                                                                   
	color: #333;                                                                                                                   
	padding-bottom: 15px;                                                                                                                   
	font-weight: bold;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
/*-------Navigation------------*/                                                                                                                   
.nav_side_bar  {                                                                                                                   
    margin: 10px auto 20px;                                                                                                                   
    background: rgb(255, 255, 255);                                                                                                                   
}                                                                                                                   
                                                                                                                   
.sub .nav_side_bar {                                                                                                                   
    position: relative;                                                                                                                   
}                                                                                                                   
.nav_side_bar :after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                    
.nav_side_bar  ul li{                                                                                                                   
  font-weight : bold;                                                                                                                   
  margin: 0;                                                                                                                   
  background: url(../images/m_icon.png) no-repeat left;                                                                                                                   
  /* background-size: 20px; */                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  overflow: hidden;                                                                                                                   
  background-position: 6px 14px;                                                                                                                   
  position: relative;                                                                                                                   
}                                                                                                                   
.nav_side_bar  ul li:nth-of-type(3){                                                                                                                   
                                                                                                                   
background: url(../images/m_iconc.png) no-repeat left;                                                                                                                   
                                                                                                                   
background-position: 6px 14px;                                                                                                                   
}                                                                                                                   
.nav_side_bar  ul li:nth-of-type(4){                                                                                                                   
                                                                                                                   
background: url(../images/m_iconr.png) no-repeat left;                                                                                                                   
background-position: 6px 14px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.nav_side_bar ul li:first-child {                                                                                                                   
    border-left: 1px dashed #2B75CC;                                                                                                                   
    background: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.nav_side_bar  ul li:hover {                                                                                                                   
    height: auto;                                                                                                                   
    overflow: inherit;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.nav_side_bar  ul li ul li:hover {                                                                                                                   
    height: auto;                                                                                                                   
    box-shadow: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.nav_side_bar  ul {                                                                                                                   
 display: flex;                                                                                                                   
 /* justify-content: center; */                                                                                                                   
}                                                                                                                   
                                                                                                                   
.nav_side_bar  ul li:last-child {                                                                                                                   
    margin-right: 0;                                                                                                                   
    /* background: none !important; */                                                                                                                   
}                                                                                                                   
.nav_side_bar  ul li:nth-of-type(1){                                                                                                                   
                                                                                                                   
background: url(../images/m_iconh.png) no-repeat left;                                                                                                                   
background-position: 6px 12px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.nav_side_bar  ul li a {                                                                                                                   
  display : block;                                                                                                                   
  padding: 16px 40px;                                                                                                                   
  font-size: 13px;                                                                                                                   
  text-decoration: none;                                                                                                                   
  color: #333;                                                                                                                   
  text-align: left;                                                                                                                   
  border-right: 1px dashed #2B75CC;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.nav_side_bar  ul li ul li{                                                                                                                   
  font-weight : normal;                                                                                                                   
  margin : 0 0 1px;                                                                                                                   
  background: none;                                                                                                                   
  float: none;                                                                                                                   
  min-height: inherit;                                                                                                                   
  width: auto;                                                                                                                   
  border: 0px !important;                                                                                                                   
  display: block;                                                                                                                   
  height: auto;                                                                                                                   
  background: none !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.nav_side_bar  ul li ul {                                                                                                                   
    display: block;                                                                                                                   
    text-align: left;                                                                                                                   
    position: absolute;                                                                                                                   
    background: #fff;                                                                                                                   
    width: max-content;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.nav_side_bar  ul li ul li a {                                                                                                                   
  text-decoration: none;                                                                                                                   
  border: 0;                                                                                                                   
  padding: 15px 15px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.nav_side_bar  ul li a:hover {                                                                                                                   
    color: #2B75CC;                                                                                                                   
    background: none !important;                                                                                                                   
}                                                                                                                   
/*------------end Navigation-----------*/                                                                                                                   
#HeadLine .inner_about,                                                                                                                   
#ContentsBox .inner_about,                                                                                                                   
#FooterLine .inner_about{                                                                                                                   
margin : 0 auto 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#ContentsBox {                                                                                                                   
  position: relative;                                                                                                                   
  margin: 0 auto 0px;                                                                                                                   
  padding-bottom: 10px !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#ContentsBox:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
                                                                                                                   
#HeadLine,                                                                                                                   
#ContentsBox,                                                                                                                   
#FooterLine .inner_about {                                                                                                                   
	display:block;                                                                                                                   
	width: 1080px;                                                                                                                   
	padding: 0;                                                                                                                   
	box-sizing:  border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#FooterLine .inner_about {                                                                                                                   
    background: none;                                                                                                                   
    padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#MainBox_blog {                                                                                                                   
	margin : 0;                                                                                                                   
	padding : 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#SideBox {                                                                                                                   
	margin: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
/*---------------headerArea---------------*/                                                                                                                   
#HeadLine {                                                                                                                   
	padding: 0 0;                                                                                                                   
	position: relative;                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
	background:  none;                                                                                                                   
}                                                                                                                       
                                                                                                                   
.title_articles {                                                                                                                   
	left: 0px;                                                                                                                   
	top: 0px;                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	margin: 0px auto 0px;                                                                                                                   
	position: relative;                                                                                                                   
	width: 1080px;                                                                                                                   
}                                                                                                                   
.head_data_template{                                                                                                                   
	display:block;                                                                                                                   
	margin: 0 auto 0px;                                                                                                                   
	background: url(../images/mainimage.jpg) no-repeat center top;                                                                                                                   
	background-position: 50% 65px;                                                                                                                   
	padding: 0px 0 0px 0;                                                                                                                   
	min-height: 615px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.sub .head_data_template {                                                                                                                   
    background: url(../images/subimage.jpg) no-repeat center top;                                                                                                                   
    background-position: 50% 65px;                                                                                                                   
    min-height: 515px;                                                                                                                   
}                                                                                                                   
.default_design_header{                                                                                                                   
	margin:0 auto 0;                                                                                                                   
	position:  relative;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-------------Banner--------------*/                                                                                                                   
                                                                                                                   
.prbn_top {                                                                                                                   
    margin: 0 0 20px;                                                                                                                   
    display: block;                                                                                                                   
    text-align: center;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#SideBox .prbn_top img {                                                                                                                   
    margin: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#SideBox .prbn_top img:last-child {                                                                                                                   
    margin: 0;                                                                                                                   
}                                                                                                                   
.base_prtxt {                                                                                                                   
    padding: 20px;                                                                                                                   
    border: 1px solid #bbb;                                                                                                                   
}                                                                                                                   
.base_prtxt p{                                                                                                                   
	text-align: center;                                                                                                                   
}                                                                                                                   
/*-------------End Banner--------------*/                                                                                                                   
                                                                                                                   
.Headline_area {                                                                                                                   
	margin: 561px auto 45px;                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	padding: 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Headline_area h2 {                                                                                                                   
    border: 0;                                                                                                                   
    background: #f7cdbe;                                                                                                                   
    padding: 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Headline_area .inner_about {                                                                                                                   
margin : 0;                                                                                                                   
width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Headline_area p {                                                                                                                   
margin : 0px;                                                                                                                   
padding : 0;                                                                                                                   
}                                                                                                                   
#HeadLine .news_need_block {                                                                                                                   
	margin: 561px auto 45px;                                                                                                                   
	padding: 0px;                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
#HeadLine .news_need_block,                                                                                                                   
.using_pagelink,                                                                                                                   
.Liststyle_Block_Box,                                                                                                                   
.PointBlock_Data,                                                                                                                   
.rank_magage_block,                                                                                                                   
.Recommend_area,                                                                                                                   
.FRone_Blog_main,                                                                                                                   
.Main_FR2blog,                                                                                                                   
.FRmain_3Block,                                                                                                                   
.BlockFR_FourMain,                                                                                                                   
.Blog_Sumup,                                                                                                                   
.Base_normalLink,                                                                                                                   
.lastButtonLink,                                                                                                                   
.freshImgLink,                                                                                                                   
.Headline_area,                                                                                                                   
.QA_area,                                                                                                                   
.tmp_kuchikomiBlock,                                                                                                                   
.campareBlock_style,                                                                                                                   
.flow_projects_block,                                                                                                                   
#MainBox_blog .news_need_block{                                                                                                                   
    background: #fff;                                                                                                                   
    padding: 15px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#HeadLine .news_need_block .inner_about {                                                                                                                   
	padding: 0px;                                                                                                                   
	width: auto;                                                                                                                   
	box-sizing: border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#HeadLine .news_need_block h2{                                                                                                                   
	background: #bebebe;                                                                                                                   
	border: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#HeadLine .news_need_block ul {                                                                                                                   
	text-align: left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#HeadLine .news_need_block ul li{                                                                                                                   
	margin: 0 0 15px 0;                                                                                                                   
	border-bottom: 1px solid #afaaaa;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.news_need_block ul li:last-child {                                                                                                                   
    margin-bottom: 0 !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------pankuzu---------------*/                                                                                                                   
.make_pankuzu {
  margin: 0 0 15px 0;
  background: #ffffff;
  padding:  10px;
  box-sizing:  border-box;
}                                                                                                                   
                                                                                                                   
.make_pankuzu span.template_break {                                                                                                                   
  padding : 0 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------mainArea---------------*/                                                                                                                   
#MainBox_blog .news_need_block,                                                                                                                    
.rank_magage_block,                                                                                                                    
.QA_area,                                                                                                                    
.sentence_articles_lot,                                                                                                                    
.flow_projects_block,                                                                                                                    
.Recommend_area,                                                                                                                    
.FRone_Blog_main,                                                                                                                    
.Main_FR2blog,                                                                                                                    
.FRmain_3Block,                                                                                                                    
.BlockFR_FourMain,                                                                                                                    
.campareBlock_style,                                                                                                                    
.Liststyle_Block_Box,                                                                                                                    
.PointBlock_Data,                                                                                                                    
.Blog_Sumup,                                                                                                                    
.tmp_kuchikomiBlock,                                                                                                                    
#MainBox_blog .pr,                                                                                                                    
.categorypostBlock_blog,                                                                                                                    
#SideBox .pr,                                                                                                                    
.base_prtxt,                                                                                                                    
#SideBox .Recommend_area,                                                                                                                   
.using_pagelink,                                                                                                                    
.Base_normalLink,                                                                                                                    
.lastButtonLink,                                                                                                                    
.prbn_top.square,                                                                                                                   
.prbn_top.horizontal,                                                                                                                   
.freshImgLink {                                                                                                                   
	margin: 0 auto 45px;                                                                                                                   
	clear: both;                                                                                                                   
}                                                                                                                   
.freshImgLink {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
.freshImgLink:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
                                                                                                                   
.freshImgLink .box_use {                                                                                                                   
  width: 48.8%;                                                                                                                   
  float : left;                                                                                                                   
  margin: 0px 20px 20px 0px !important;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  position: relative;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.freshImgLink .box_use:last-child {                                                                                                                   
    margin-bottom: 0 !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.freshImgLink .box_use h3 {                                                                                                                   
    margin: 0 auto 5px;                                                                                                                   
    padding: 0 !important;                                                                                                                   
    background: none !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.freshImgLink .box_use:before {                                                                                                                   
    content: "PR";                                                                                                                   
    background: #2b75cc;                                                                                                                   
    padding: 5px;                                                                                                                   
    position: absolute;                                                                                                                   
    color: #fff;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.freshImgLink .box_use:nth-of-type(even) {                                                                                                                   
  margin-right: 0 !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.freshImgLink .box_use img {                                                                                                                   
  width : 100%;                                                                                                                   
  height : auto;                                                                                                                   
  margin-bottom: 15px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.lastButtonLink {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
.lastButtonLink .box_use {                                                                                                                   
  margin-bottom: 20px !important;                                                                                                                   
  border: 1px solid #ccc !important;                                                                                                                   
  padding: 15px !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.lastButtonLink .box_use p {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.lastButtonLink .box_use:last-child {                                                                                                                   
    margin-bottom: 0 !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.lastButtonLink h3 {                                                                                                                   
  margin-bottom: 10px;                                                                                                                   
  padding-bottom: 0;                                                                                                                   
  background: none !important;                                                                                                                   
  padding: 0 !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.lastButtonLink a {                                                                                                                   
  margin: 10px auto 0;                                                                                                                   
  padding : 10px;                                                                                                                   
  text-align : center;                                                                                                                   
  text-decoration : none;                                                                                                                   
  background: #f7cdbe;                                                                                                                   
  color: #fff;                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
.lastButtonLink a:hover {                                                                                                                   
  background: #2b75cc;                                                                                                                   
  color: #fff;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Base_normalLink {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
.Base_normalLink .box_use {                                                                                                                   
  border : solid 1px #EBE3E2;                                                                                                                   
  padding: 10px !important;                                                                                                                   
  margin-bottom: 20px !important;                                                                                                                   
  background: #fdf7f5;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Base_normalLink .box_use:last-child {                                                                                                                   
    margin-bottom: 0 !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Base_normalLink h3 {                                                                                                                   
  padding-bottom: 0;                                                                                                                   
  margin: 0 auto 5px;                                                                                                                   
  border-bottom: 0px !important;                                                                                                                   
  text-align: left !important;                                                                                                                   
  background: none !important;                                                                                                                   
  padding: 0 !important;                                                                                                                   
}                                                                                                                   
.using_pagelink {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
.using_pagelink .box_use {                                                                                                                   
    border: 1px solid #ccc !important;                                                                                                                   
    padding: 15px !important;                                                                                                                   
    margin-bottom: 20px !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.using_pagelink .box_use:last-child {                                                                                                                   
    margin-bottom: 0 !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.using_pagelink .box_use h3 {                                                                                                                   
    background: url(../images/h3_bg.png) no-repeat left top;                                                                                                                   
    position: relative;                                                                                                                   
    margin-bottom: 8px;                                                                                                                   
    overflow: hidden;                                                                                                                   
    padding: 0 0 0px 30px;                                                                                                                   
    line-height: 150%;                                                                                                                   
}                                                                                                                   
.FRone_Blog_main {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Main_FR2blog {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.FRmain_3Block {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.BlockFR_FourMain {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
.BlockFR_FourMain p {                                                                                                                   
margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#MainBox_blog .news_need_block {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----newsBlock-----*/                                                                                                                   
#MainBox_blog  .news_need_block ul {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#MainBox_blog  .news_need_block ul li{                                                                                                                   
	margin: 0 0 15px 0;                                                                                                                   
	text-align: left;                                                                                                                   
	border-bottom: 1px solid #dedcdc;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.news_need_block ul li:last-child {                                                                                                                   
    margin-bottom: 0 !important;                                                                                                                   
}                                                                                                                   
                                                                                                                     
/*----rankBlock-----*/                                                                                                                   
.rank_magage_block{                                                                                                                   
	display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.rank_magage_block .inner_about:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
.rank_magage_block .box_use {                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	overflow: hidden;                                                                                                                   
	padding: 0;                                                                                                                   
	margin: 0px 20px 25px 0px;                                                                                                                   
	width: 31.8%;                                                                                                                   
	float: left;                                                                                                                   
}                                                                                                                   
.rank_magage_block .box_use:nth-of-type(4),                                                                                                                   
.rank_magage_block .box_use:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
.rank_magage_block .box_use:nth-of-type(3){                                                                                                                   
	margin-right:0px;                                                                                                                   
}                                                                                                                   
.rank_magage_block .box_use:after {                                                                                                                          
clear: both;                                                                                                                   
display: block;                                                                                                                   
content:"";                                                                                                                   
}                                                                                                                   
.rank_magage_block img {                                                                                                                   
	display: block;                                                                                                                   
	height: auto;                                                                                                                   
	width: 60px;                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	margin: 0 auto 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.rank_magage_block img.controller_icatchImg {                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  clear : both;                                                                                                                   
  float : none;                                                                                                                   
  width: 100%;                                                                                                                   
}                                                                                                                   
.rank_magage_block .box_use h3 {                                                                                                                   
	overflow: hidden;                                                                                                                   
	text-align: left;                                                                                                                   
	padding: 0;                                                                                                                   
	margin-bottom: 10px;                                                                                                                   
	line-height: 150%;                                                                                                                   
	border-bottom: 1px solid #ddd;                                                                                                                   
	padding-bottom: 10px;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
/*-#sentenceBlock#-*/                                                                                                                   
.sentence_articles_lot {                                                                                                                   
	display: block;                                                                                                                   
}                                                                                                                   
section.sentence_articles_lot.sentencebox {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
    display: inline-block;                                                                                                                   
    width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
section.sentence_articles_lot.sentencebox .box_use {                                                                                                                   
    margin-bottom: 45px;                                                                                                                   
}                                                                                                                   
.sentence_articles_lot .inner_about {                                                                                                                   
padding: 0;                                                                                                                   
}                                                                                                                      
                                                                                                                   
.sentence_articles_lot img.controller_icatchImg {                                                                                                                   
	display:block;                                                                                                                   
	position: relative;                                                                                                                   
	height: auto;                                                                                                                   
	margin: 0 auto 20px;                                                                                                                   
	width: 100%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.sentence_articles_lot .box_use {                                                                                                                   
	margin-bottom: 20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.sentence_articles_lot .box_use h3 {                                                                                                                   
	background : url(../images/h3_bg.png) no-repeat left top;                                                                                                                   
	position:relative;                                                                                                                   
	margin-bottom: 8px;                                                                                                                   
	overflow: hidden;                                                                                                                   
	padding: 0 0 0px 30px;                                                                                                                   
	line-height: 150%;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
/*-----recommendBlock-----*/                                                                                                                   
.Recommend_area{                                                                                                                   
	display: block;                                                                                                                   
}                                                                                                                   
.Recommend_area .inner_about:after{                                                                                                                   
	display: block;                                                                                                                   
	clear: both;                                                                                                                   
	content: "";                                                                                                                   
}                                                                                                                   
.Recommend_area .box_use {                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	margin: 0 auto 20px;                                                                                                                   
	width: auto;                                                                                                                   
	padding: 0;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.Recommend_area .box_use:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
.Recommend_area .box_use:after {                                                                                                                   
  display: block;                                                                                                                   
  clear: both;                                                                                                                   
 content: "";                                                                                                                    
}                                                                                                                   
                                                                                                                   
.Recommend_area .box_use img {                                                                                                                   
    width: 100%;                                                                                                                   
    height: auto;                                                                                                                   
    margin: 0px auto 20px;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
.Recommend_area .box_use h3 {                                                                                                                   
	overflow: hidden;                                                                                                                   
	padding: 0;                                                                                                                   
	margin-bottom: 10px;                                                                                                                   
	text-align: left;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.Recommend_area .box_use a {                                                                                                                   
	padding: 10px;                                                                                                                   
	color: #fff;                                                                                                                   
	text-decoration : none;                                                                                                                   
	float: right;                                                                                                                   
	background: #f00;                                                                                                                   
	margin-top: 15px;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.Recommend_area .box_use a:hover {                                                                                                                   
background: #333;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----compareBlock-----*/                                                                                                                   
.campareBlock_style {                                                                                                                   
	display:block;                                                                                                                   
	overflow: hidden;                                                                                                                   
	clear: both;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.campareBlock_style h3 {                                                                                                                   
	border-bottom: 1px solid #ccc;                                                                                                                   
	margin-bottom: 10px;                                                                                                                   
	line-height: 150%;                                                                                                                   
	padding-bottom: 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.campareBlock_style .inner_about:after {                                                                                                                   
display: block;                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
}                                                                                                                       
.campareBlock_style .box_use {                                                                                                                   
	width: 48.8%;                                                                                                                   
	float: left;                                                                                                                   
	margin: 0 20px 0px 0;                                                                                                                   
	box-sizing:  border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.campareBlock_style .box_use:last-child {                                                                                                                   
    margin-bottom: 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.campareBlock_style .box_use:nth-of-type(2) {                                                                                                                   
margin-right: 0;                                                                                                                   
}                                                                                                                    
                                                                                                                   
/*------liststyleBlock------*/                                                                                                                   
.Liststyle_Block_Box {                                                                                                                   
display:block;                                                                                                                   
overflow: hidden;                                                                                                                   
clear: both;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Liststyle_Block_Box ul.box_use {                                                                                                                   
list-style-type : none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Liststyle_Block_Box ul.box_use li {                                                                                                                   
	margin: 0 0 5px 0;                                                                                                                   
	background: url(../images/list.png) no-repeat left top;                                                                                                                   
	padding: 0px 0 10px 28px;                                                                                                                   
	font-weight : bold;                                                                                                                   
	background-position: 0 3px;                                                                                                                   
	color: #333;                                                                                                                   
	background-size: 20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Liststyle_Block_Box ul.box_use li:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----pointBlock-----*/                                                                                                                   
.PointBlock_Data {                                                                                                                   
	display:block;                                                                                                                   
	padding: 0px;                                                                                                                   
	box-sizing:  border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.PointBlock_Data h2 {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                       
                                                                                                                   
.PointBlock_Data .inner_about {                                                                                                                   
	padding: 15px;                                                                                                                   
	border: 1px solid #bdbaba;                                                                                                                   
	box-sizing:  border-box;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----sumupBlock-----*/                                                                                                                   
.Blog_Sumup {                                                                                                                   
	display:block;                                                                                                                   
	padding: 0px;                                                                                                                   
	box-sizing:  border-box;                                                                                                                   
	border: 1px solid #ddd;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Blog_Sumup h2 {                                                                                                                   
    padding: 10px;                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                     
                                                                                                                   
.Blog_Sumup .inner_about {                                                                                                                   
	background: #ffffff;                                                                                                                   
	padding: 0px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Blog_Sumup .inner_about p {                                                                                                                   
	padding: 15px;                                                                                                                   
}                                                                                                                   
/*-----flowBlock-----*/                                                                                                                   
.flow_projects_block{                                                                                                                   
	display: block;                                                                                                                   
}                                                                                                                   
.flow_projects_block .inner_about:after {                                                                                                                   
    display: block;                                                                                                                   
    clear: both;                                                                                                                   
    content: "";                                                                                                                   
}                                                                                                                   
.flow_projects_block img.controller_icatchImg {                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  clear : both;                                                                                                                   
  float : none;                                                                                                                   
  display : block;                                                                                                                   
  width: 100%;                                                                                                                   
}                                                                                                                   
.flow_projects_block .box_use {                                                                                                                   
	padding: 0;                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	margin: 0 0px 20px 0;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.flow_projects_block .box_use:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
.flow_projects_block .box_use:nth-of-type(even){                                                                                                                   
	margin-right:0px;                                                                                                                   
}                                                                                                                   
.flow_projects_block .box_use p {                                                                                                                   
position: relative;                                                                                                                   
padding-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.flow_projects_block .box_use h3 {                                                                                                                   
	float : none;                                                                                                                   
	width : auto;                                                                                                                   
	padding: 20px 0px 20px 60px;                                                                                                                   
	position:relative;                                                                                                                   
	background-size: 50px !important;                                                                                                                   
	margin: 0px 0px 5px 0px;                                                                                                                   
	line-height: 150%;                                                                                                                   
	text-align: left;                                                                                                                   
	border-bottom: 1px solid #ddd;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.flow_projects_block .box_use:nth-of-type(1) h3 {background: url(../images/bg-flow-01.png) no-repeat center left;}                                                                                                                   
.flow_projects_block .box_use:nth-of-type(2) h3 {background: url(../images/bg-flow-02.png) no-repeat center left;}                                                                                                                   
.flow_projects_block .box_use:nth-of-type(3) h3 {background: url(../images/bg-flow-03.png) no-repeat center left;}                                                                                                                   
.flow_projects_block .box_use:nth-of-type(4) h3 {background: url(../images/bg-flow-04.png) no-repeat center left;}                                                                                                                   
.flow_projects_block .box_use:nth-of-type(5) h3 {background: url(../images/bg-flow-05.png) no-repeat center left;}                                                                                                                   
/*-----qaBlock-----*/                                                                                                                   
.QA_area {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
.QA_area:after {                                                                                                                   
display: block;                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
}                                                                                                                   
                                                                                                                   
.QA_area img.controller_icatchImg {                                                                                                                   
  margin: 0 auto 15px;                                                                                                                   
  clear : both;                                                                                                                   
  float : none;                                                                                                                   
  display : block;                                                                                                                   
  width: 100%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.QA_area .box_use {                                                                                                                   
	box-sizing: border-box;                                                                                                                   
	padding: 0;                                                                                                                   
	margin: 0 auto 25px;                                                                                                                   
	border-bottom: 1px solid #a5a3a3;                                                                                                                   
	padding-bottom: 30px;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.QA_area .box_use:last-child {                                                                                                                   
    border-bottom:  0;                                                                                                                   
    padding-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.QA_area .box_use:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                       
.QA_area .box_use h3 {                                                                                                                   
	float : none;                                                                                                                   
	width : auto;                                                                                                                   
	color: #333;                                                                                                                   
	padding: 10px 0px 10px 50px;                                                                                                                   
	position: relative;                                                                                                                   
	background: url(../images/bg-q.png) no-repeat left top;                                                                                                                   
	background-position: 0px 0px;                                                                                                                   
	margin-bottom: 10px;                                                                                                                   
	background-size: 40px;                                                                                                                   
	}                                                                                                                   
.QA_area .box_use p{                                                                                                                   
	position:relative;                                                                                                                   
	padding: 0px 0px 0px 50px;                                                                                                                   
	background: url(../images/bg-a.png) no-repeat left top;                                                                                                                   
	background-position: 0 4px;                                                                                                                   
	background-size: 40px;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
/*-----categorypostBlock-----*/                                                                                                                   
.categorypostBlock_blog {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.categorypostBlock_blog h1,                                                                                                                   
.sentence_articles_lot h1 {                                                                                                                   
  font-size: 20px;                                                                                                                   
  margin: 15px 0 !important;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.categorypostBlock_blog h1 {                                                                                                                   
    display: block;                                                                                                                   
    text-align: left;                                                                                                                   
    margin: 0;                                                                                                                   
    position:  static;                                                                                                                   
}                                                                                                                   
.categorypostBlock_blog .box_use{                                                                                                                   
  display:block;                                                                                                                   
  margin: 0 0 20px 0;                                                                                                                   
}                                                                                                                   
.categorypostBlock_blog .box_use:last-child{                                                                                                                   
  margin-bottom:0px;                                                                                                                   
}                                                                                                                   
.categorypostBlock_blog .box_use:after {                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
.categorypostBlock_blog .box_use img {                                                                                                                   
  width: 100%;                                                                                                                   
  float: none;                                                                                                                   
  margin: 0 auto 10px;                                                                                                                   
}                                                                                                                   
.categorypostBlock_blog .box_use h2 {                                                                                                                   
  color: #333;                                                                                                                   
  clear : none;                                                                                                                   
  line-height: 150%;                                                                                                                   
  margin: 0 0 5px 0;                                                                                                                   
  padding: 0 0;                                                                                                                   
  background: none;                                                                                                                   
  border: 0px;                                                                                                                   
  overflow: hidden;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.categorypostBlock_blog .box_use p {                                                                                                                   
  clear : none;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*-----kuchikomiBlock-----*/                                                                                                                   
.tmp_kuchikomiBlock {                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
.tmp_kuchikomiBlock h2 {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
.tmp_kuchikomiBlock .inner_about:after {                                                                                                                   
clear: both;                                                                                                                   
content: "";                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                      
                                                                                                                   
.tmp_kuchikomiBlock .box_use{                                                                                                                   
  display:block;                                                                                                                   
  box-sizing: border-box;                                                                                                                   
  margin: 0 0 20px 0;                                                                                                                   
  border : solid 1px #ccc;                                                                                                                   
  padding: 15px;                                                                                                                   
}                                                                                                                   
.tmp_kuchikomiBlock .box_use:last-child{                                                                                                                   
  display: block;                                                                                                                   
  margin-bottom: 0;                                                                                                                   
}                                                                                                                   
.tmp_kuchikomiBlock .box_use h3 {                                                                                                                   
  float : none;                                                                                                                   
  width : auto;                                                                                                                   
  padding-bottom: 10px;                                                                                                                   
  }                                                                                                                   
                                                                                                                   
.tmp_kuchikomiBlock .box_use p {                                                                                                                   
  float : none;                                                                                                                   
  width : auto;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*------------------footerArea-------------------*/                                                                                                                   
#FooterLine {                                                                                                                   
	background: #2b75cc;                                                                                                                   
	margin-top: 0px;                                                                                                                   
	position: relative;                                                                                                                   
	clear: both;                                                                                                                   
	width: 100%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#FooterLine a {                                                                                                                   
    color: #fff;                                                                                                                   
}                                                                                                                   
.pr {                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.pr p {                                                                                                                   
	text-align: center;                                                                                                                   
	padding: 0;                                                                                                                   
	margin: 0 0 10px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.pr h3 {                                                                                                                   
text-align: center;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.copy {                                                                                                                   
	text-align : center;                                                                                                                   
	margin: auto;                                                                                                                   
	padding: 20px 0;                                                                                                                   
	font-size: 13px;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
                                                                                                                   
#SideBox .pr:last-child {                                                                                                                   
    padding: 0;                                                                                                                   
    border: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#MainBox_blog .pr p,                                                                                                                    
#SideBox .pr p {                                                                                                                   
    text-align: left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#MainBox_blog .pr p:last-child,                                                                                                                   
#SideBox .pr p:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#SideBox .pr img,                                                                                                                   
#SideBox .pr p {                                                                                                                   
height: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.pr img {                                                                                                                   
display : block;                                                                                                                   
margin: 0 auto 20px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
/*---------------version---------------*/                                                                                                                   
@media (max-width: 480px) { /*--mobile--*/                                                                                                                   
                                                                                                                   
h1{                                                                                                                   
  padding: 15px 20px 10px 20px;                                                                                                                   
  margin: 0 auto 0;                                                                                                                   
  text-align: left;                                                                                                                   
  float : none;                                                                                                                   
  width : auto;                                                                                                                   
  position : relative;                                                                                                                   
  left : auto;                                                                                                                   
  top : auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.categorypostBlock_blog h1,                                                                                                                   
 .sentence_articles_lot h1 {                                                                                                                   
    display: block;                                                                                                                   
    padding: 0;                                                                                                                   
    margin: 15px 0 !important;                                                                                                                   
}                                                                                                                   
h2{                                                                                                                   
	text-align: left;                                                                                                                   
	padding: 10px;                                                                                                                   
	border: 0;                                                                                                                   
	line-height: 150% !important;                                                                                                                   
	background: #4988d3;                                                                                                                   
	color: #fff;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.categorypostBlock_blog .box_use h2 {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h2:before, h2:after {                                                                                                                   
    display: none;                                                                                                                   
}                                                                                                                   
h3 {                                                                                                                   
    background: none;                                                                                                                   
    text-align: center;                                                                                                                   
    padding: 0 0 10px 0;                                                                                                                   
    line-height: 150% !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.tmp_kuchikomiBlock .box_use h3 {                                                                                                                   
    text-align: left;                                                                                                                   
    margin-bottom: 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
h3:before,h3:after {                                                                                                                   
    display: none !important;                                                                                                                   
}                                                                                                                         
p{                                                                                                                   
  padding: 0;                                                                                                                   
  display: block !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
p.Sidetitle_Head{                                                                                                                   
	display: block;                                                                                                                   
}                                                                                                                   
.default_design_header {                                                                                                                   
    width: auto;                                                                                                                   
    float: none;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
#AllContents{                                                                                                                   
width: 100%;                                                                                                                   
padding: 0;                                                                                                                   
display: block;                                                                                                                   
height: auto;                                                                                                                   
min-width: inherit;                                                                                                                   
max-width: inherit;                                                                                                                   
clear: both;                                                                                                                   
background: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
html, body {                                                                                                                   
    background: none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#HeadLine .inner_about,                                                                                                                   
#ContentsBox .inner_about,                                                                                                                   
#FooterLine .inner_about{                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
	display: block;                                                                                                                   
	height: auto;                                                                                                                   
	min-width: inherit;                                                                                                                   
	max-width: inherit;                                                                                                                   
	clear: both;                                                                                                                   
	width: auto;                                                                                                                   
	position: static;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.head_data_template {                                                                                                                   
    width: auto;                                                                                                                   
    margin: 0 auto;                                                                                                                   
    background:  none;                                                                                                                   
    min-height:  inherit;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.sub .head_data_template {                                                                                                                   
    background: none;                                                                                                                   
    min-height:  inherit;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#HeadLine .news_need_block ul {                                                                                                                   
    padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#HeadLine .news_need_block {                                                                                                                   
	padding: 20px 20px 0px 20px !important;                                                                                                                   
	width: auto;                                                                                                                   
	position: static;                                                                                                                   
	margin: 0 auto 20px;                                                                                                                   
	float: none;                                                                                                                   
	border: none;                                                                                                                   
	background:  none;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.prbn_top img{                                                                                                                   
	width: 100%;                                                                                                                   
	margin: 0 auto 20px !important;                                                                                                                   
}                                                                                                                   
.nav_side_bar {                                                                                                                   
  padding: 0 0 42% 0;                                                                                                                   
  position: static;                                                                                                                   
  border: 0;                                                                                                                   
  width: auto;                                                                                                                   
  min-height: inherit;                                                                                                                   
  float: none;                                                                                                                   
  margin: 0 auto 0px;                                                                                                                   
  background: url(../images/sp-mainimage.jpg) no-repeat left bottom;                                                                                                                   
  background-size: 100%;                                                                                                                   
}                                                                                                                   
.sub .nav_side_bar {                                                                                                                   
  padding: 0 0 42% 0;                                                                                                                   
  background: url(../images/sp-subimage.jpg) no-repeat left bottom;                                                                                                                   
  background-size: 100%;                                                                                                                   
  position: static;                                                                                                                   
  min-height: inherit;                                                                                                                   
  margin: 0px auto 0px;                                                                                                                   
}                                                                                                                   
.nav_side_bar ul {                                                                                                                   
	display: block !important;                                                                                                                   
	position: static !important;                                                                                                                   
	width:  auto;                                                                                                                   
	background: none !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.nav_side_bar ul li ul {                                                                                                                   
    width: auto;                                                                                                                   
}                                                                                                                   
.nav_side_bar ul li{
  float : none;
  display: block !important;
  width : 100%;
  border: 0 !important;
  border-bottom: 1px solid #e09c83 !important;
  overflow: inherit;
  height: inherit;
  background-position: 4px 11px;
}                                                                                                                   
                                                                                                                   
.nav_side_bar ul li:first-child {                                                                                                                   
    /* background: url(../images/home.png) no-repeat left; */                                                                                                                   
    /* background-position: 13px 11px; */                                                                                                                   
    background-size: 5%;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.nav_side_bar ul li ul li:first-child {                                                                                                                   
    background: none;                                                                                                                   
}                                                                                                                   
.nav_side_bar ul li a{
  display : block;
  border: 0;
  margin: 0 0 1px 0;
  padding: 6px 0 6px 40px !important;
}                                                                                                                   
                                                                                                                   
.nav_side_bar ul li:first-child a {                                                                                                                   
    padding: 10px 0 10px 40px !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.nav_side_bar ul li ul li:first-child a {                                                                                                                   
    padding: 6px 0 6px 40px !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.news_need_block ul li{                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                   
.news_need_block h2{                                                                                                                   
  margin-bottom: 20px !important;                                                                                                                   
}                                                                                                                   
#HeadLine .Headline_area .inner_about {                                                                                                                   
  width: auto;                                                                                                                   
  float: none;                                                                                                                   
  border: 0;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#HeadLine,                                                                                                                   
#ContentsBox,                                                                                                                   
#FooterLine{                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
	padding: 20px;                                                                                                                   
	display: block;                                                                                                                   
	height: auto;                                                                                                                   
	min-width: inherit;                                                                                                                   
	max-width: inherit;                                                                                                                   
	clear: both;                                                                                                                   
	width: auto;                                                                                                                   
	float: none;                                                                                                                   
	}                                                                                                                        
                                                                                                                   
#MainBox_blog{                                                                                                                   
	margin: 0 auto 0;                                                                                                                   
	display: block;                                                                                                                   
	height: auto;                                                                                                                   
	min-width: inherit;                                                                                                                   
	max-width: inherit;                                                                                                                   
	clear: both;                                                                                                                   
	width: auto;                                                                                                                   
	float : none;                                                                                                                   
	border: 0;                                                                                                                   
	box-shadow: none;                                                                                                                   
	padding: 0;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
#HeadLine .news_need_block,                                                                                                                   
.using_pagelink,                                                                                                                   
.Liststyle_Block_Box,                                                                                                                   
.PointBlock_Data,                                                                                                                   
.rank_magage_block,                                                                                                                   
.Recommend_area,                                                                                                                   
.FRone_Blog_main,                                                                                                                   
.Main_FR2blog,                                                                                                                   
.FRmain_3Block,                                                                                                                   
.BlockFR_FourMain,                                                                                                                   
.Blog_Sumup,                                                                                                                   
.Base_normalLink,                                                                                                                   
.lastButtonLink,                                                                                                                   
.freshImgLink,                                                                                                                   
.Headline_area,                                                                                                                   
.QA_area,                                                                                                                   
.tmp_kuchikomiBlock,                                                                                                                   
.campareBlock_style,                                                                                                                   
.flow_projects_block,                                                                                                                   
#MainBox_blog .news_need_block{                                                                                                                   
    background: none;                                                                                                                   
    padding: 0px;                                                                                                                   
    width: auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.make_pankuzu {
    display: block;
    background: #fff7f4;
}                                                                                                                   
                                                                                                                   
.categorypostBlock_blog {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#MainBox_blog .news_need_block,                                                                                                                   
.rank_magage_block,                                                                                                                   
.QA_area,                                                                                                                   
.sentence_articles_lot,                                                                                                                   
.flow_projects_block,                                                                                                                    
.Recommend_area,                                                                                                                    
.FRone_Blog_main,                                                                                                                   
.Main_FR2blog,                                                                                                                   
.FRmain_3Block,                                                                                                                   
.BlockFR_FourMain,                                                                                                                   
.campareBlock_style,                                                                                                                   
.Liststyle_Block_Box,                                                                                                                   
.PointBlock_Data,                                                                                                                   
.Blog_Sumup,                                                                                                                    
.categorypostBlock_blog,                                                                                                                   
#MainBox_blog .pr,                                                                                                                   
.tmp_kuchikomiBlock,                                                                                                                   
#SideBox .Recommend_area {                                                                                                                   
	display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
section.sentence_articles_lot.sentencebox {                                                                                                                   
    width: auto;                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#MainBox_blog .news_need_block .inner_about,                                                                                                                   
.rank_magage_block .inner_about,                                                                                                                   
.Recommend_area .inner_about,                                                                                                                   
.QA_area .inner_about,                                                                                                                   
.sentence_articles_lot .inner_about,                                                                                                                   
.flow_projects_block .inner_about,                                                                                                                   
.Headline_area .inner_about,                                                                                                                   
.FRone_Blog_main .inner_about,                                                                                                                   
.Main_FR2blog .inner_about,                                                                                                                   
.FRmain_3Block .inner_about,                                                                                                                   
.BlockFR_FourMain .inner_about {                                                                                                                   
  padding: 0;                                                                                                                   
  border: 0;                                                                                                                   
}                                                                                                                    
.using_pagelink{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.using_pagelink .box_use {                                                                                                                   
    border: 1px solid #ccc;                                                                                                                   
    padding: 15px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.using_pagelink .box_use h3 {                                                                                                                   
    display: block;                                                                                                                   
    background: none;                                                                                                                   
    text-align: left;                                                                                                                   
    padding: 0;                                                                                                                   
}                                                                                                                   
.Base_normalLink {                                                                                                                   
  display: block;                                                                                                                   
  margin-bottom: 40px;                                                                                                                   
}                                                                                                                   
.freshImgLink{                                                                                                                   
    display: block;                                                                                                                   
    margin-bottom: 40px;                                                                                                                   
}                                                                                                                   
.lastButtonLink {                                                                                                                   
    display: block;                                                                                                                   
    margin-bottom: 40px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.lastButtonLink .box_use {                                                                                                                   
    margin: 0 auto 25px;                                                                                                                   
    padding: 15px;                                                                                                                   
}                                                                                                                   
.freshImgLink .box_use {                                                                                                                   
    float: none;                                                                                                                   
    padding: 0 !important;                                                                                                                   
    width: auto;                                                                                                                   
    border: 0;                                                                                                                   
    margin: 0 auto 25px !important;                                                                                                                   
}                                                                                                                   
.freshImgLink .box_use h3{                                                                                                                   
	padding: 0 0 5px 0;                                                                                                                   
	text-align: left;                                                                                                                   
}                                                                                                                   
.freshImgLink .box_use img {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
#MainBox_blog .news_need_block {                                                                                                                   
padding: 0;                                                                                                                   
}                                                                                                                   
#SideBox{                                                                                                                   
  margin: 0px auto 20px;                                                                                                                   
  display: block;                                                                                                                   
  height: auto;                                                                                                                   
  min-width: inherit;                                                                                                                   
  max-width: inherit;                                                                                                                   
  clear: both;                                                                                                                   
  width: auto;                                                                                                                   
  float : none;                                                                                                                   
  padding: 0;                                                                                                                   
  background: none;                                                                                                                   
}                                                                                                                   
.prbn_top{                                                                                                                   
	margin:0 auto 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.prbn_top.square img {                                                                                                                   
    margin-bottom: 0 !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.prbn_top.horizontal img {                                                                                                                   
    margin-bottom: 0 !important;                                                                                                                   
}                                                                                                                   
#SideBox .news_need_block {                                                                                                                   
    display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
                                                                                                                   
#SideBox .pr {                                                                                                                   
  margin: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#HeadLine{                                                                                                                   
  margin: 0 auto 0;                                                                                                                   
  padding: 0;                                                                                                                   
  display: block;                                                                                                                   
  height: auto;                                                                                                                   
  min-width: inherit;                                                                                                                   
  max-width: inherit;                                                                                                                   
  clear: both;                                                                                                                   
  width: auto;                                                                                                                   
}                                                                                                                   
.title_articles{                                                                                                                   
	margin: 0 auto 0px;                                                                                                                   
	display: block;                                                                                                                   
	height: auto;                                                                                                                   
	min-width: inherit;                                                                                                                   
	max-width: inherit;                                                                                                                   
	clear: both;                                                                                                                   
	width: auto;                                                                                                                   
	padding: 0px;                                                                                                                   
	float: none;                                                                                                                   
	background: none;                                                                                                                   
	position: static;                                                                                                                   
	min-height: inherit;                                                                                                                   
	padding-bottom: 0;                                                                                                                   
	}                                                                                                                       
                                                                                                                   
.Headline_area{                                                                                                                   
  height : auto;                                                                                                                   
  width: auto;                                                                                                                   
  margin: 0 auto 20px;                                                                                                                   
  padding: 20px 20px 0 20px !important;                                                                                                                   
  border: 0;                                                                                                                   
  background: none;                                                                                                                   
  text-align: left;                                                                                                                   
  box-shadow: none;                                                                                                                   
  position: static;                                                                                                                   
}                                                                                                                           
                                                                                                                   
.rank_magage_block img{                                                                                                                   
  float: none;                                                                                                                   
  display: block;                                                                                                                   
  margin: 0px auto 10px;                                                                                                                   
  border: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.rank_magage_block img.controller_icatchImg {                                                                                                                   
  width : 100%;                                                                                                                   
  height : auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.rank_magage_block .box_use{                                                                                                                   
  width: auto;                                                                                                                   
  margin: 0 auto 25px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.rank_magage_block .box_use:nth-of-type(4) {                                                                                                                   
    margin-bottom: 25px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.rank_magage_block .box_use h3 {                                                                                                                   
  display: block;                                                                                                                   
  padding: 0;                                                                                                                   
  border-bottom: 0;                                                                                                                   
  margin-bottom: 10px;                                                                                                                   
  text-align: center;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.sentence_articles_lot img{                                                                                                                   
	width: 100% !important;                                                                                                                   
	height: auto !important;                                                                                                                   
	border-radius: 0;                                                                                                                   
	float: none !important;                                                                                                                   
	margin: 0 0 15px 0 !important;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.sentence_articles_lot .box_use{                                                                                                                   
  float: none;                                                                                                                   
  width: auto;                                                                                                                   
  border: 0;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Base_normalLink .box_use {                                                                                                                   
    padding: 15px;                                                                                                                   
}                                                                                                                   
.sentence_articles_lot .box_use h3{                                                                                                                   
  padding: 0;                                                                                                                   
  background-position: 0;                                                                                                                   
  margin-bottom: 10px;                                                                                                                   
  font-size: 16px;                                                                                                                   
  background: none;                                                                                                                   
  border: 0;                                                                                                                   
  float: none;                                                                                                                   
  width: auto;                                                                                                                   
  color: #333;                                                                                                                   
  clear: both;                                                                                                                   
  text-align: left;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.lastButtonLink h3 {                                                                                                                   
    text-align: left;                                                                                                                   
    margin-bottom: 5px !important;                                                                                                                   
}                                                                                                                        
                                                                                                                   
.Recommend_area .box_use{                                                                                                                   
  border: 0;                                                                                                                   
  padding: 0;                                                                                                                   
  width: auto;                                                                                                                   
  float: none;                                                                                                                   
}                                                                                                                   
.Recommend_area .box_use h3{                                                                                                                   
  display: block;                                                                                                                   
  text-align: left;                                                                                                                   
  border: 0;                                                                                                                   
  margin: 0 auto 10px;                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
.Recommend_area .box_use img{                                                                                                                   
  display: block;                                                                                                                   
  clear: both;                                                                                                                   
  float: none !important;                                                                                                                   
  width: 100% !important;                                                                                                                   
  height: auto !important;                                                                                                                   
  border: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.Recommend_area .box_use a{                                                                                                                   
	margin: 15px auto 0;                                                                                                                   
	text-align: center;                                                                                                                   
	float: none !important;                                                                                                                   
	display: block;                                                                                                                   
	width: 150px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.campareBlock_style{                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
.campareBlock_style .box_use{                                                                                                                   
	float:none;                                                                                                                   
	width:auto;                                                                                                                   
	height:auto;                                                                                                                   
	margin: 0 0 20px 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.campareBlock_style .box_use:last-child {                                                                                                                   
    margin-bottom: 0;                                                                                                                   
}                                                                                                                   
.campareBlock_style .box_use h3{                                                                                                                   
	margin-bottom: 10px;                                                                                                                   
	text-align: left;                                                                                                                   
	}                                                                                                                   
                                                                                                                   
.Liststyle_Block_Box{                                                                                                                   
display: block;                                                                                                                   
}                                                                                                                   
.Liststyle_Block_Box ul.box_use li{                                                                                                                   
	background:none;                                                                                                                   
	padding:0;                                                                                                                   
	margin-bottom: 15px;                                                                                                                   
}                                                                                                                   
.PointBlock_Data{                                                                                                                   
	display: block;                                                                                                                   
}                                                                                                                   
.PointBlock_Data .inner_about{                                                                                                                   
	background:none;                                                                                                                   
}                                                                                                                   
.Blog_Sumup{                                                                                                                   
	display: block;                                                                                                                   
	}                                                                                                                   
.Blog_Sumup .inner_about{                                                                                                                   
	padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.flow_projects_block{                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.flow_projects_block img.controller_icatchImg {                                                                                                                   
  width : 100%;                                                                                                                   
  height : auto;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.flow_projects_block .box_use{                                                                                                                   
  padding: 0;                                                                                                                   
  border: 0;                                                                                                                   
  float: none;                                                                                                                   
  width: auto;                                                                                                                   
  margin: 0 auto 30px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.flow_projects_block .box_use:nth-of-type(4) {                                                                                                                   
    margin-bottom: 25px;                                                                                                                   
}                                                                                                                   
.flow_projects_block .box_use h3{                                                                                                                   
  padding: 70px 0 0 0;                                                                                                                   
  margin: 0 0 10px 0;                                                                                                                   
  background-position: 50% 0 !important;                                                                                                                   
  background-size: 60px !important;                                                                                                                   
  text-align: center;                                                                                                                   
  border: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.QA_area img.controller_icatchImg {                                                                                                                   
  width : 100%;                                                                                                                   
  height : auto;                                                                                                                   
  display : block;                                                                                                                   
}                                                                                                                    
                                                                                                                   
.QA_area .box_use{                                                                                                                   
  padding: 0;                                                                                                                   
  width: auto;                                                                                                                   
  float: none;                                                                                                                   
  border: 0;                                                                                                                   
}                                                                                                                   
.QA_area .box_use h3{                                                                                                                   
	padding: 70px 0 0 0;                                                                                                                   
	text-align: center;                                                                                                                   
	border: 0;                                                                                                                   
	background: url(../images/bg-q.png) no-repeat  center top !important;                                                                                                                   
	background-size: 60px !important;                                                                                                                   
	margin-bottom: 15px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.QA_area .box_use p{                                                                                                                   
  background-size: 60px;                                                                                                                   
  background-position: 50% 0;                                                                                                                   
  padding: 70px 0 0 0;                                                                                                                   
  border: 0;                                                                                                                   
}                                                                                                                   
                                                                                                                   
#FooterLine{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.pr{                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
.pr p{                                                                                                                   
  padding: 0;                                                                                                                   
}                                                                                                                   
.pr img {                                                                                                                   
  width: 100%;                                                                                                                   
  height: auto;                                                                                                                   
  margin: 0 auto 0;                                                                                                                   
}                                                                                                                   
#SideBox .pr img{                                                                                                                   
	margin: 0px 0 40px 0;                                                                                                                   
}                                                                                                                   
.copy{                                                                                                                   
  width: auto;                                                                                                                   
  margin: 0 auto 0;                                                                                                                   
  padding: 0 0;                                                                                                                   
}                                                                                                                    
#MainBox_blog .pr,                                                                                                                   
#SideBox .pr{                                                                                                                   
  display: block;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.FRone_Blog_main {                                                                                                                   
  margin-top: 10px;                                                                                                                   
}                                                                                                                   
                                                                                                                   
.FRone_Blog_main p,                                                                                                                   
.Main_FR2blog p,                                                                                                                   
.FRmain_3Block p,                                                                                                                   
.BlockFR_FourMain p{                                                                                                                   
  padding: 0;                                                                                                                   
  border:0px;                                                                                                                   
  background: none;                                                                                                                   
}                                                                                                                   
}                                                                                                                   
