@charset "UTF-8";
/*! サイトベース */
.cl, .wrap, #h-top ul, #h-top .h-doc-num dl, #sub-gmenu, #sub-gmenu .over-menu, #sub-gmenu .over-menu-wrap, #sub-gmenu .over-area-list ul, #pan-nav, #side .know li, #side .side-history-wrap, #ftr-sitemap, #ftr-sitemap .ftr-l dd dl, #ftr-sitemap .ftr-secure, #ftr-btmlink dl, .know-bnr a div, .know-ranking-detail a, .ranking-detail-inr {
  display: inline-block;
  min-height: 1%;
  display: block;
  *zoom: 1;
}
.cl:after, .wrap:after, #h-top ul:after, #h-top .h-doc-num dl:after, #sub-gmenu:after, #sub-gmenu .over-menu:after, #sub-gmenu .over-menu-wrap:after, #sub-gmenu .over-area-list ul:after, #pan-nav:after, #side .know li:after, #side .side-history-wrap:after, #ftr-sitemap:after, #ftr-sitemap .ftr-l dd dl:after, #ftr-sitemap .ftr-secure:after, #ftr-btmlink dl:after, .know-bnr a div:after, .know-ranking-detail a:after, .ranking-detail-inr:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}
* html .cl, * html .wrap, * html #h-top ul, #h-top * html ul, * html #h-top .h-doc-num dl, #h-top .h-doc-num * html dl, * html #sub-gmenu, * html #sub-gmenu .over-menu, #sub-gmenu * html .over-menu, * html #sub-gmenu .over-menu-wrap, #sub-gmenu * html .over-menu-wrap, * html #sub-gmenu .over-area-list ul, #sub-gmenu .over-area-list * html ul, * html #pan-nav, * html #side .know li, #side .know * html li, * html #side .side-history-wrap, #side * html .side-history-wrap, * html #ftr-sitemap, * html #ftr-sitemap .ftr-l dd dl, #ftr-sitemap .ftr-l dd * html dl, * html #ftr-sitemap .ftr-secure, #ftr-sitemap * html .ftr-secure, * html #ftr-btmlink dl, #ftr-btmlink * html dl, * html .know-bnr a div, * hmtl .know-ranking-detail a, * html .ranking-detail-inr {
  height: 1%;
}

/*----------------------------------
reset
----------------------------------*/
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

fieldset, img {
  border: 0;
  vertical-align: top;
}

ol, ul {
  list-style: none;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

a:link {
  color: #194c8d;
  text-decoration: none;
}

a:visited {
  color: #551A8B;
  text-decoration: none;
}

a:hover {
  color: #194c8d;
  text-decoration: underline;
  cursor: pointer;
}

a:active {
  color: #194c8d;
  text-decoration: underline;
}

a:active, a:focus {
  outline: none;
}

li img,
dt img,
dd img {
  vertical-align: top;
}

body {
  min-width: 1020px;
  margin: 0;
  padding: 0;
  text-align: center;
  font: 14px/1.6 Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  color: #424242;
  background: #f2f0ec;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*----------------------------------
font
----------------------------------*/
.meir {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
}

/*----------------------------------
mainBackground
----------------------------------*/
/*冬 夕*/
#wrapper.noon {
  background-image: url(/common/img/index/mv03.png);
}

/*冬 朝*/
#wrapper.morning {
  background-image: url(/common/img/index/mv04.png);
}

/*----------------------------------
wrapper
----------------------------------*/
#wrapper {
  text-align: left;
  font-size: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.wrap a:hover img, #side a:hover img, #print-nav a:hover img, #page-top a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.wrap {
  position: relative;
  width: 980px;
  margin: 0 auto;
}

.side-wrap01 {
  padding: 10px;
  background: #fff;
}

.side-wrap02 {
  margin-top: 10px;
  padding: 10px;
  background: #fff;
}

.side-wrap03 {
  margin-top: 20px;
  padding: 10px;
  background: #fff;
  border-top-width: 3px;
  border-top-style: solid;
  border-top-color: #548a31;
}

.side-wrap04 {
  margin-top: 20px;
  padding: 20px 10px;
  background: #fff;
  border-top-width: 3px;
  border-top-style: solid;
  border-top-color: #548a31;
}

section .side-wrap04 {
  margin-top: 0;
}

/*----------------------------------
baseLayout
----------------------------------*/
#content {
  margin-top: 30px;
}

#main {
  float: left;
  width: 730px;
}

#main.w760 {
  width: 760px;
}

#side {
  float: right;
  width: 230px;
}

#side.w200 {
  width: 200px;
}

#side.w200 img {
  max-width: 100%;
  height: auto;
}

/*----------------------------------
header
----------------------------------*/
header {
  position: relative;
  width: 100%;
  padding: 25px 20px 0;
  box-shadow: 0 1px 3px #e2e2e2;
  z-index: 100;
  box-sizing: border-box;
  background: #fff;
}

#h-top {
  padding-bottom: 10px;
  font-size: 92.85714%;
  letter-spacing: -.40em;
  text-align: right;
}
#h-top nav, #h-top .h-keyword, #h-top .h-doc-num, #h-top .h-doc-num + p {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  *display: inline;
  *zoom: 1;
}
#h-top ul {
  margin-left: 33px;
  line-height: 1.5;
}
#h-top li {
  float: left;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #e0e0e0;
}
#h-top li a:hover {
  text-decoration: underline;
}
#h-top li a:visited {
  color: #551A8B;
}
#h-top li:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}
#h-top .h-keyword {
  position: relative;
  margin-left: 19px;
  border: 1px solid #d1d1d1;
}
#h-top input[type=text] {
  width: 174px;
  padding: 5px 40px 5px 10px;
  border: solid #838383;
  border-width: 0 0 0 1px;
  box-sizing: border-box;
  box-shadow: 0 4px 4px -4px #d1d1d1 inset;
  background: #f7f7f7;
}
#h-top input[type=text]:focus {
  outline: 0;
}
#h-top input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 32px;
  border: none;
  cursor: pointer;
  background: url(/common/img/ico-search.png) 50% 50% no-repeat;
}
#h-top .h-doc-num dl {
  margin-left: 15px;
  background: #f59235;
  border-radius: 4px;
  color: #fff;
  padding: 0 8px;
  height:32px;
  line-height:32px;
  display: inline-block;
  vertical-align: middle;
}
#h-top .h-doc-num dt, #h-top .h-doc-num dd {
  float: left;
  /*height: 34px;
  line-height: 34px;*/
}
#h-top .h-doc-num dt {
  /*padding-left: 40px;
  background: url(/common/img/ico-request.png) 0 50% no-repeat;*/
  font-weight:bold;
}
#h-top .h-doc-num dd {
  margin-left: 5px;
  font-weight: bold;
}
#h-top .h-doc-num dd span {
  margin-left: 0.25em;
}
#h-top .h-doc-num dd em {
  background: #fff;
  border-radius: 4px;
  color: #000;
  display: inline-block;
  line-height: 1;
  margin-right: 5px;
  padding: 4px 0 4px;
  vertical-align: middle;
  width: 40px;
  text-align:center;
}
#h-top .h-doc-num dl:hover {
  opacity: .9;
}
#h-top .h-doc-num a:hover,
#h-top .h-doc-num span:hover {
  color: #fff;
  text-decoration: none;
}
#h-top a {
  color: #424242;
}
#h-top .h-doc-num + p {
  position: relative;
  width: 80px;
  height: 32px;
  margin-left: 12px;
  line-height: 32px;
  font-size: 107.69231%;
  text-align: center;
}
#h-top .h-doc-num + p > a {
  display: block;
  color: #fff;
  text-decoration: none;
  background: #403927;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwMzkyNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMzBmMDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #403927 0%, #130f08 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #403927), color-stop(100%, #130f08));
  background: -webkit-linear-gradient(top, #403927 0%, #130f08 100%);
  background: -o-linear-gradient(top, #403927 0%, #130f08 100%);
  background: -ms-linear-gradient(top, #403927 0%, #130f08 100%);
  background: linear-gradient(to bottom, #403927 0%, #130f08 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#403927', endColorstr='#130f08',GradientType=0 );
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#h-top .h-doc-num + p > a:hover {
  opacity: .9;
}
#h-top .browsing {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 1;
  width: 130px;
  margin: 6px 0 0 -70px;
  text-align: left;
  color: #ad3344;
  font-size: 85.71429%;
  font-weight: bold;
  line-height: 1.5;
  border: 3px solid #af3445;
  box-sizing: border-box;
  background: #fbefd4 url(/common/img/ico-clip.png) 8px 50% no-repeat;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#h-top .browsing a {
  position: relative;
  display: block;
  padding: 5px 10px 5px 30px;
  text-decoration: none;
}
#h-top .browsing a:before {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 16px;
  height: 16px;
  background: url(/common/img/btn-clip-close.png) no-repeat;
}
#h-top .browsing:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 22px;
  height: 16px;
  margin: -13px 0 0 -8px;
  background: url(/common/img/bg-clip-arrow.png) no-repeat;
  background-size: contain;
}

#h-top + h1 {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding-bottom: 10px;
  font-size: 84.61538%;
}

#h-top.wrap {
  width: 100%;
  max-width: 1230px;
  padding-left: 0;
  padding-bottom: 20px;
}

/* add 2019.1.21 */

header #h-top span.ico-english {
  position: relative;
  /*right: 280px;*/
  display:inline-block;
  /*padding: 2px 0;*/
  margin-left: 15px;
  font-size: 84.61538%;
  vertical-align: middle;
}
header #h-top span.ico-english a {
  border:2px solid #9b0a0a;
  border-radius: 4px;
  padding: 4px 23px 4px 10px;
  color: #9b0a0a;
  font-size: 143%;;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: normal;
}
header #h-top span.ico-english a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 2px;
  width: 0;
  height: 0;
  margin-top: -6px;
  border: 6px solid transparent;
  border-left: 6px solid #9b0a0a;
}
header span.ico-english:hover {
  background:#f9e1e1;
}
header #h-top span.ico-english:hover a {
  text-decoration:none;
}


#concept {
  margin-bottom: 10px;
  color: #a0a0a0;
  font-size: 85.71429%;
  letter-spacing: normal;
  text-align: right;
}
#concept02 {
  margin-bottom: 10px;
  color: #a0a0a0;
  font-size: 85.71429%;
  letter-spacing: normal;
}

.h-compact header {
  padding: 0 20px;
}
.h-compact #sub-gmenu {
  display: none;
}
.h-compact #h-top {
  padding: 30px 0;
}
.h-compact #h-top ul {
  margin-left: 0;
}
.h-compact #h-top li {
  display: none;
}
.h-compact #h-top li:last-child {
  display: block;
  margin-left: 5px;
  padding-right: 10px;
  border-right: 1px solid #e0e0e0;
}
.h-compact #h-top .h-keyword, .h-compact #h-top .h-doc-num, .h-compact #h-top .h-doc-num + p {
  display: none;
}
.h-compact #concept, .h-compact #h-top nav {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  *display: inline;
  *zoom: 1;
}
.h-compact #concept {
  margin-bottom: 0;
}

#logo {
  float: left;
}

#request_material .header_wrap {
  width: 100%;
  max-width: 1280px;
  min-width: 940px;
  margin: 0 auto;
  padding-top:20px;
	}
#request_material .wrap {
    padding: 0;
}
#request_material .header_wrapIn:after {
	content:" ";
	display:block;
	clear:both;
	}
#request_material #logo {
  float: left;
}
#request_material #concept {
  display:table;
  float: right;
  padding-top:5px;
}

/*----------------------------------
subGmenu
----------------------------------*/
#sub-gmenu {
  position: relative;
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
}
#sub-gmenu nav > ul > li {
  float: left;
  width: 33.3333%;
  line-height: 1;
  text-align: center;
  font-size: 157.14286%;
  font-weight: bold;
  border-right: 1px solid #e0e0e0;
  box-sizing: border-box;
}
#sub-gmenu nav > ul > li > a {
  display: block;
  color: #424242;
}
#sub-gmenu nav > ul > li > a span {
  display: inline-block;
  height: 48px;
  padding-left: 53px;
  line-height: 48px;
  color: #424242;
  text-decoration: none;
  *display: inline;
  *zoom: 1;
}
#sub-gmenu nav > ul > li:first-child {
  border-left: 1px solid #e0e0e0;
}
#sub-gmenu nav > ul > li:nth-child(1) > a span {
  background: url(/common/img/ico-sub-gmenu01-off.png) 0 2px no-repeat;
}
#sub-gmenu nav > ul > li:nth-child(2) > a span {
  background: url(/common/img/ico-sub-gmenu02-off.png) 0 2px no-repeat;
}
#sub-gmenu nav > ul > li:nth-child(3) > a span {
  background: url(/common/img/ico-sub-gmenu03-off.png) 0 2px no-repeat;
}
#sub-gmenu nav > ul > li:nth-child(1).sub-cur > a span,
#sub-gmenu nav > ul > li:nth-child(1).over-cur > a span,
#sub-gmenu nav > ul > li:nth-child(1) > a:hover span {
  background-image: url(/common/img/ico-sub-gmenu01-on.png);
}
#sub-gmenu nav > ul > li:nth-child(2).sub-cur > a span,
#sub-gmenu nav > ul > li:nth-child(2).over-cur > a span,
#sub-gmenu nav > ul > li:nth-child(2) > a:hover span {
  background-image: url(/common/img/ico-sub-gmenu02-on.png);
}
#sub-gmenu nav > ul > li:nth-child(3).sub-cur > a span,
#sub-gmenu nav > ul > li:nth-child(3).over-cur > a span,
#sub-gmenu nav > ul > li:nth-child(3) > a:hover span {
  background-image: url(/common/img/ico-sub-gmenu03-on.png);
}
#sub-gmenu nav > ul > li > a {
  position: relative;
}
#sub-gmenu nav > ul > li.over-cur > a:before,
#sub-gmenu nav > ul > li > a:hover:before {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #558a2e;
}
#sub-gmenu .over-cnt {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 1270px;
  border: none;
  margin-left: -635px;
  box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.2);
  background: #76a15a;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
@media only screen and (max-width: 1290px) {
  #sub-gmenu .over-cnt {
    width: 100%;
    box-sizing: border-box;
    left: 0;
    margin-left: 0;
  }
  #sub-gmenu .over-menu-wrap02{
    display: flex;
    flex-wrap: wrap;
  }
}
#sub-gmenu .over-cur:before {
  content: " ";
  position: absolute;
  bottom: -25px;
  z-index: 1;
  width: 0;
  height: 0;
  margin-left: -13px;
  border: 13px solid transparent;
  border-top: 13px solid #558a2e;
}
#sub-gmenu .over-menu {
  width: 100%;
  padding: 20px 20px 50px;
  font-size: 70%;
  font-weight: normal;
  text-align: left;
  box-shadow: 0 3px 3px -3px #678b4d inset;
  border-top: 1px solid #558a2e;
  box-sizing: border-box;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
#sub-gmenu .over-menu-wrap,
#sub-gmenu .over-menu-wrap02 {
  float: left;
  width: 50.7%;
  padding: 15px 12px 12px;
  background: #cedcc3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-sizing: border-box;
}
#sub-gmenu .over-menu-wrap > p,
#sub-gmenu .over-menu-wrap02 > p{
  color: #34681e;
  font-size: 107.14286%;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff;
}
#sub-gmenu .over-menu-wrap:first-child {
  width: 47.4%;
  margin-right: 1.9%;
}
#sub-gmenu .over-menu-wrap:first-child + .over-menu-wrap {
  margin-bottom: 13px;
}
/* 2018.6.4 add*/
#sub-gmenu .over-menu-wrap:first-child + .over-menu-wrap02 {
  padding: 18px 0 8px 12px;
}
#sub-gmenu .over-menu-wrap02 .over-panel02 {
  width:48%;
  float:left;
  margin:0 2% 2% 0 ;
}
#sub-gmenu .over-menu-wrap02 .over-panel02 span {
  padding: 35px 40px 31.5px 60px;
  margin-left: 5px;
  line-height:1.2;
}
#sub-gmenu .over-menu-wrap02 .over-panel02 small {
  display: block;
  margin-top:5px;
  line-height:1.2;
}
#sub-gmenu .over-menu-wrap02 .over-panel02 .ico-asset small{
  text-indent: -0.6em;
}
#sub-gmenu .over-menu-wrap02 .over-panel02_overseas small {
  display: block;
  margin-top:5px;
  margin-bottom: 5px;
  line-height:1.2;
  text-indent: -0.6em;
}
#sub-gmenu .over-menu-wrap02 .over-panel02_overseas{
  width:48%;
  float:left;
  margin:0 2% 2% 0;
}
#sub-gmenu .over-menu-wrap02 .over-panel02_overseas span {
    /*padding: 13px 0 9.5px 58px;*/
    margin-left:5px;
}
#sub-gmenu .over-menu-wrap02 .over-panel02 .ico-reworth {
    /*padding: 17px 30px 12.5px 58px;*/
    background-position: 6px 50%;
}
#sub-gmenu .over-menu-wrap02 .over-panel02 .ico-laxage {
  /*padding: 17px 30px 12.5px 58px;*/
  background-position: 6px 50%;
}
#sub-gmenu .over-menu-wrap02 .over-panel02 .ico-asset {
  padding: 23px 30px 22.5px 58px;
}
#sub-gmenu .over-menu-wrap02 .over-panel02 .ico-harvest {
    margin-left: 5px; 
}
#sub-gmenu .over-menu-wrap02 .over-panel02 .ico-hotel {
  margin-left: 5px;
}
/* //2018.6.4 add*/
#sub-gmenu .over-menu-clm {
  width: 24.8%;
  margin-top: 13px;
}
#sub-gmenu .over-menu-clm a {
  position: relative;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#sub-gmenu .over-menu-clm a:hover {
  background: #ebefe1;
}
#sub-gmenu .over-menu-clm a:hover dt, #sub-gmenu .over-menu-clm a:hover dd {
  color: #33691e;
}
#sub-gmenu .over-menu-clm a:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 92%;
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border: solid #655d44;
  border-width: 2px 2px 0 0;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sub-gmenu .over-menu-clm dl {
  display: table-cell;
  width: 100%;
  height: 77px;
  vertical-align: middle;
  line-height: 1.4;
  box-sizing: border-box;
}
#sub-gmenu .over-menu-clm dt {
  color: #212121;
  font-size: 85.71429%;
  font-weight: bold;
}
#sub-gmenu .over-menu-clm dd {
  color: #424242;
  font-size: 85.71429%;
}
#sub-gmenu .over-menu-clm + .over-menu-clm {
  float: right;
}
#sub-gmenu .over-panel {
  margin-top: 10px;
  background: #fff;
  box-shadow: 0 0 2px #c6c0a8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#sub-gmenu .over-panel-clm {
  float: right;
  width: 48.5%;
}
#sub-gmenu .over-panel-clm a {
  position: relative;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#sub-gmenu .over-panel-clm a:hover {
  background: #ebefe1;
}
#sub-gmenu .over-panel-clm a:hover dt, #sub-gmenu .over-panel-clm a:hover dd {
  color: #33691e;
}
#sub-gmenu .over-panel-clm a:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 92%;
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border: solid #655d44;
  border-width: 2px 2px 0 0;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sub-gmenu .over-panel-clm dl {
  display: table-cell;
  width: 100%;
  height: 77px;
  vertical-align: middle;
  line-height: 1.4;
  box-sizing: border-box;
}
#sub-gmenu .over-panel-clm dt {
  color: #212121;
  font-size: 85.71429%;
  font-weight: bold;
}
#sub-gmenu .over-panel-clm dd {
  color: #424242;
  font-size: 85.71429%;
}
#sub-gmenu .over-menu-wrap > p + .over-panel-clm {
  float: left;
}
#sub-gmenu .over-panel02 {
  margin-top: 10px;
  background: #fff;
  box-shadow: 0 0 2px #c6c0a8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#sub-gmenu .over-panel02:first-child {
  margin-top:0;
}
#sub-gmenu .over-panel02 p {
  padding:0;
  display: table;
  table-layout: fixed;
  width: 100%;
  font-size:90%;
}
/* */
#sub-gmenu .over-panel02_overseas{
  margin-top: 10px;
  background: #fff;
  box-shadow: 0 0 2px #c6c0a8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#sub-gmenu .over-panel02_overseas p {
  padding:0;
  display: table;
  table-layout: fixed;
  width: 100%;
  font-size:90%;
}
#sub-gmenu .over-panel02_overseas p {
    background: none;
    text-decoration: none;
    color: #302400;
    font-weight: bold;
    height: 46px;
    width: 100%;
    display: table-cell;
    position: relative;
}
#sub-gmenu .over-panel02_overseas span {
/*    padding: 22px 0 16px 65px;*/
    padding: 10px 0 8px 65px;
    display: inline-block;
    margin-left: 13px;
}
#sub-gmenu .over-panel02_overseas a{
	  display: inline-block;
    position:relative;
    padding: 5px 7px 5px 14px;
    border-radius: 4px;
    color: #fff;
    font-size:85%;
    font-weight: bold;
    text-align: center;
    text-decoration:none;
}
#sub-gmenu .over-panel02_overseas a:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  margin: -3px 0 0 5px;
  border: 3px solid transparent;
  border-left: 5px solid #ffffff;
}
#sub-gmenu .over-panel02_overseas .overseas_link01,
#sub-gmenu .over-panel02_overseas .overseas_link02 {
  margin-right: 5px;
  margin-top: 5px;
  background: #dca44c;
}
#sub-gmenu .over-panel02_overseas .overseas_link03 {
  margin-top: 5px; /* 2018.11.1 add */
  background: #dca44c; /* 2018.11.1 add */
}
#sub-gmenu .over-panel02_overseas small {
  font-weight:normal;
  font-size:100%;
}

#sub-gmenu .over-panel02 a {
  background: none;
  text-decoration: none;
  color: #302400;
  font-weight: bold;
  height: 46px;
  width: 100%;
  display: table-cell;
  position: relative;
}
#sub-gmenu .over-panel02 a:hover {
  background: #ebefe1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
  color: #33691e;
}
#sub-gmenu .over-panel02 a:after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border: solid #655d44;
  border-width: 3px 3px 0 0;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sub-gmenu .over-panel02 span {
  padding:16px 0 16.5px 65px;
  display: inline-block;
  margin-left:13px;
}
#sub-gmenu .over-panel02 span:hover {
  text-decoration: none;
  color: #33691e;
}
#sub-gmenu .over-panel02 small {
  font-weight:normal;
  font-size:100%;
}
#sub-gmenu .ico-newmansion {
  padding-left: 57px;
  background: url(/common/img/over-menu/ico-new-construct.png) 8px 50% no-repeat;
  background-size:40px auto;
}
#sub-gmenu .ico-laxage {
  padding-left: 57px;
  background: url(/common/img/over-menu/ico-laxage.png) 8px 50% no-repeat;
}
#sub-gmenu .ico-reworth {
  padding-left: 67px;
  background: url(/common/img/over-menu/ico-reworth.png) 8px 50% no-repeat;
}
#sub-gmenu .over-panel02 .ico-reworth {
  background-size:43px auto;
}
#sub-gmenu .ico-harvest {
  padding-left: 52px;
  background: url(/common/img/over-menu/ico-harvest.png) 10px 50% no-repeat;
}
#sub-gmenu .over-panel02 .ico-harvest {
  margin-left:15px;
}
#sub-gmenu .ico-harvest dt {
  letter-spacing: -0.1em;
}
#sub-gmenu .ico-pvc {
    padding-left: 52px;
    background: url(/common/img/over-menu/ico-pvc.png) 10px 50% no-repeat;
}
#sub-gmenu .ico-hotel {
  padding-left: 52px;
  background: url(/common/img/over-menu/ico-hotel.png) 6px 50% no-repeat;
}
#sub-gmenu .over-panel02 .ico-hotel {
  margin-left:15px;
}
#sub-gmenu .ico-asset {
  padding-left: 52px;
  background: url(/common/img/over-menu/ico-asset.png) 6px 50% no-repeat;
}
#sub-gmenu .ico-overseas {
  padding-left: 52px;
  background: url(/common/img/over-menu/ico-overseas.png) 6px 50% no-repeat;
}
#sub-gmenu .over-art > p:first-child, #sub-gmenu .over-art > a > p:first-child {
  display: table;
  width: 100%;
  table-layout: fixed;
  text-align: center;
}
#sub-gmenu .over-art > p:first-child a, #sub-gmenu .over-art >a  >p:first-child > span {
  position: relative;
  display: table-cell;
  width: 100%;
  height: 70px;
  padding: 0 14px;
  vertical-align: middle;
  color: #302400;
  font-size: 128.57143%;
  font-weight: bold;
  box-shadow: 0 4px 4px -2px #f4f3f3;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

#sub-gmenu .over-menu.over-menutype02 .over-menu-wrap .over-art >a  >p:first-child > span {
  text-align: left;
  text-decoration: none;
}
#sub-gmenu .over-menu.over-menutype02 .over-menu-wrap .over-art >a {
  display: block;
  border-radius: 4px;
  background: #fff;
}
#sub-gmenu .over-art > p:first-child a:hover, #sub-gmenu .over-art > a:hover {
  text-decoration: none;
  color: #33691e;
  background: #ebefe1;
  box-shadow: 0 4px 4px -2px #d6d3cc;
}
#sub-gmenu .over-art > a:hover >p:first-child span {
  color: #33691E;
}
#sub-gmenu .over-art > a:hover > p {
  background: #ebefe1;
}

#sub-gmenu .over-art > p:first-child a:before, #sub-gmenu .over-art >a > p:first-child > span:before {
  content: " ";
  position: absolute;
  top: 50%;
  /*-left: 92.5%;--*/
  right: 20px;
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border: solid #655d44;
  border-width: 3px 3px 0 0;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sub-gmenu .over-art > p:first-child span {
  display: inline-block;
  text-align: left;
  *display: inline;
  *zoom: 1;
}
#sub-gmenu .over-art > p:first-child small {
  margin-left: -0.5em;
  font-size: 66.66667%;
  font-weight: normal;
}
#sub-gmenu .over-old > p:first-child span {
  padding: 10px 0 10px 60px;
  text-decoration: none;
  background: url(/common/img/over-menu/ico-old-construct.png) 0 50% no-repeat;
}
#sub-gmenu .over-old > p:first-child a:hover span {
  color: #33691e;
}
#sub-gmenu .over-new > p:first-child a {
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#sub-gmenu .over-new > p:first-child span {
  padding: 15px 0 15px 60px;
  text-decoration: none;
  background: url(/common/img/over-menu/ico-new-construct.png) 0 50% no-repeat;
}
#sub-gmenu .over-new > p:first-child a:hover span {
  color: #33691e;
}
#sub-gmenu .over-area-list {
  padding: 0 14px 19px;
}
#sub-gmenu .over-area-list dl {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #d6d3cc;
}
/*#sub-gmenu .over-area-list dl:first-child{
  margin-top: 15px;
  padding-top: 0;
  border-top: none;
}*/
/* 2017.3.23 add */
#sub-gmenu .over-area-list dl:nth-child(1),
#sub-gmenu .over-area-list dl:nth-child(2){
  width:48%;
  margin-top: 15px;
  margin-bottom:10px;
  padding-top: 0;
  border-top: none;
}
#sub-gmenu .over-area-list dl:nth-child(1){
  float:left;
  margin-right:4%;
}
#sub-gmenu .over-area-list dl:nth-child(2){
  float:right;	
}
#sub-gmenu .over-area-list dl:nth-child(3){
  clear:both;	
}
/* //2017.3.23 add */

#sub-gmenu .over-area-list dt {
  color: #558b2f;
  font-weight: bold;
}
#sub-gmenu .over-area-list dd {
  margin-top: 9px;
}
#sub-gmenu .over-area-list ul {
  margin-top: -5px;
  font-size: 92.85714%;
}
#sub-gmenu .over-area-list li {
  float: left;
  margin: 5px 14px 0 0;
  letter-spacing: -0.03em;
}
#sub-gmenu .over-area-list li a {
  position: relative;
  padding-left: 10px;
  color: #424242;
}
#sub-gmenu .over-area-list li a:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
  border: 3px solid transparent;
  border-left: 5px solid #2f2401;
}
#sub-gmenu .over-area-list li:last-child {
  margin-right: 0;
}
#sub-gmenu .over-area-list dl + ul {
  margin-top: 10px;
  padding-top: 5px;
  border-top: 1px solid #d6d3cc;
}
#sub-gmenu .over-close {
  position: absolute;
  bottom: 17px;
  right: 20px;
  font-size: 85.71429%;
}
#sub-gmenu .over-close a {
  display: inline-block;
  padding: 3px 24px 3px 0;
  color: #fff;
  background: url(/common/img/over-menu/btn-close.png) 100% 50% no-repeat;
}

#over-menu-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
}

#over-menu-bg.bg-on {
  display: block;
}


/*--know-sunbnav--*/

#sub-gmenu .over-cnt .over-menu.over-menutype02 .over-menu-wrap:first-child {
  /*--width: 75.7723%;--*/
  /*--width: 73.7723%;--*/
  width: 99.8%;
  margin-right: 0;
}

#sub-gmenu .over-cnt .over-menu.over-menutype02 .over-menu-wrap:nth-child(2) {
  float: right;
  width: 23.5447%;
  /*--width: 21.5447%;--*/
}

#sub-gmenu .over-cnt .over-menu.over-menutype02 .over-menu-wrap:nth-child(2) .over-art >a >p span {
  box-sizing: border-box;
  display: table-cell;
}

#sub-gmenu .over-cnt .over-menu.over-menutype02 .over-menu-wrap >p span {
  font-size: 70.6%;
  margin-left: 10px;
}

#sub-gmenu .over-cnt .over-menu.over-menutype02 .over-menu-wrap .over-panel >p {
  text-align: left;
}
#sub-gmenu .over-cnt .over-menu.over-menutype02 .over-menu-wrap:first-child .over-panel >p span {
  display: block;
  padding: 15px 0 15px 100px;
  text-decoration: none;
  background: url(/common/img/ico-know-sub01.png) no-repeat 0 48%;
}
#sub-gmenu .over-cnt .over-menu.over-menutype02 .over-menu-wrap:first-child .over-panel > p a:hover span {
  color: #33691e;
}

.over-know {
  margin-top: 15px;
  padding: 0px 14px 6px;
  overflow: hidden;
}


.over-know-list01 {
  float: left;
  width: 57.4269%;
}

.over-know-list01 p {
  color: #558b2f;
  font-weight: bold;
}

.over-know-list01 ul {
  margin-top: 10px;
  letter-spacing: -.40em;
}

.over-know-list01 ul li {
  display: inline-block;
  width: 160px;
  letter-spacing: normal;
}

.over-know-list01 ul li a {
  display: table;
  width: 100%;
  height: 45px;
  line-height: 1.3;
  font-size: 92.9%;
  color: #212121;
}

.over-know-list01 ul li a:hover {
  text-decoration: underline;
}
.over-know-list01 ul li a >span {
  position: relative;
  padding-left: 40px;
  display: table-cell;
  vertical-align: middle;
}
.over-know-list01 ul li:first-child a >span {
  background: url(/common/img/ico-know-sub02.png) 3px 50% no-repeat;
}
.over-know-list01 ul li:nth-child(2) a >span {
  background: url(/common/img/ico-know-sub03.png) 6px 50% no-repeat;
}
.over-know-list01 ul li:nth-child(3) a >span {
  background: url(/common/img/ico-know-sub04.png) 0 50% no-repeat;
}
.over-know-list01 ul li:nth-child(4) a >span {
  background: url(/common/img/ico-know-sub05.png) 0 50% no-repeat;
}
.over-know-list01 ul li:nth-child(5) a >span {
  background: url(/common/img/ico-know-sub06.png) 0 50% no-repeat;
}

.over-know-list01 ul li a >span span {
  position: relative;
  display: inline-block;
  padding-right: 14px;
}
.over-know-list01 ul li a:hover >span span {
  text-decoration: underline;
  color: #424242;
}

.over-know-list01 ul li a >span span:before {
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
  border-top: 2px solid #665d44;
  border-right: 2px solid #665d44;
  width: 4px;
  height: 4px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.over-know-list02 {
  float: right;
  width: 42%;
}

.over-know-list02 ul {
  overflow: hidden;
}

.over-know-list02 ul li {
  width: 48%;
  float: left;
  text-align: center;
}
.over-know-list02 ul li:nth-child(2) {
  float: right;
}
.over-know-list02 ul li a {
  display: table;
  width: 100%;
  height: 115px;
  color: #212121;
  line-height: 1.4;
  border: 1px solid #ebebeb;
  box-sizing: border-box;
  font-size: 92.9%;
}

.over-know-list02 ul li a:hover {
  text-decoration: none;
  color: #33691e;
  background: #ebefe1;
}

.over-know-list02 ul li a >span {
  display: table-cell;
  vertical-align: middle;
}

.over-know-list02 ul li a >span span {
  position: relative;
  display: inline-block;
  padding: 30px 10px 0 0;
  text-decoration: none;
  color: #424242;
}
.over-know-list02 ul li:first-child a >span span {
  background: url(/common/img/ico-know-sub07.png) 50% 0 no-repeat;
}

.over-know-list02 ul li:nth-child(2) a >span span {
  background: url(/common/img/ico-know-sub08.png) 50% 0 no-repeat;
}

.over-know-list02 ul li a >span span:before {
  content: " ";
  position: absolute;
  right: 0;
  bottom: 8px;
  border-top: 2px solid #665d44;
  border-right: 2px solid #665d44;
  width: 4px;
  height: 4px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.over-know-content {
 padding: 0 0 10px;
}

.over-know-content p {
  line-height: 1.4;
  color: #212121;
}
.over-know-content >div {
  text-align: center;
  margin-top: 21px;
}

/*----------------------------------
panNavi
----------------------------------*/
/*--#pan-nav {
  padding: 7px 0;
  background: #f9f8f6;
  @extend .cl;
  ul {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    font-size:fs(12,14,'%');
  }
  li {
    float: left;
    margin-left: 5px;
    a:after {
      content: ">";
      margin-left: 5px;
      color: #212121;
    }
  }
  li:first-child {
    margin-left: 0;
  }
}--*/
#pan-nav {
  background: #f9f8f6;
}
#pan-nav ul {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  font-size: 85.71429%;
}
#pan-nav li {
  float: left;
  position: relative;
  padding-left: 5px;
  margin-left: 5px;
}
#pan-nav li:before {
  content: ">";
  margin-right: 5px;
  color: #212121;
}
#pan-nav li:first-child {
  padding-left: 0;
  margin-left: 0;
}
#pan-nav li:first-child:before {
  display: none;
}

/*----------------------------------
side
----------------------------------*/
#side section {
  margin-top: 20px;
  background: #fff;
}
#side section:first-child {
  margin-top: 0;
}
#side .know li {
  margin-top: 10px;
  line-height: 1.3;
}
#side .know li a {
  display: block;
  position: relative;
}
#side .know li img {
  float: left;
  margin-right: 10px;
}
#side .know li span {
  overflow: hidden;
}
#side .know p {
  margin-top: 15px;
  font-weight: bold;
}
#side .know p a {
  display: block;
  padding: 5px 0;
  text-align: center;
  text-decoration: none;
  color: #302400;
  background: #f2f0ec url(/common/img/ico-arrow01.png) 10px 50% no-repeat;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#side .know p a:hover {
  opacity: .7;
}
#side .know .btn-more a {
  background-image: url(/common/img/ico-arrow02.png);
}

#side .eBook-more {
  margin-top: 10px;
  font-weight: bold;
}
#side .eBook-more a {
  display: block;
  padding: 5px 0 5px 20px;
  text-align: center;
  text-decoration: none;
  color: #302400;
  background: #f2f0ec url(/common/img/ico-arrow01.png) 10px 50% no-repeat;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#side .eBook-more a:hover {
  opacity: .7;
}

#side .guide {
  margin-top: 24px;
}
#side .guide + .guide {
  margin-top: 10px;
}

#side .bd-btn {
  margin-top: 10px;
}

#side .side-contact p:first-child {
  line-height: 1.4;
}
#side .side-contact li {
  margin-top: 10px;
}
#side .side-contact .sell-consultation {
  font-size: 107.14286%;
  margin: 10px 0 0;
  padding: 5px;
  border-width: 1px 0 1px 0;
  border-color: #01796d;
  border-style: solid;
  font-weight: bold;
  color: #01796d;
}
#side .side-contact .sell-consultation span {
  text-align: left;
  line-height: 1.4;
  display: inline-block;
  padding-left: 44px;
  background: url(/common/img/sell/ico-balloon.png) 0 50% no-repeat;
}
#side .side-area-contact {
  padding-bottom: 12px;
}
#side .side-area-contact p {
  margin-top: 10px;
}
#side .side-area-contact dl {
  line-height: 1.4;
}
#side .side-area-contact dt {
  color: #007568;
  font-weight: bold;
}
#side .side-area-contact dl + p {
  padding: 5px 0 0 45px;
  font-size: 185.71429%;
  color: #007568;
  font-weight: bold;
  line-height: 1.1;
  background: url(/common/img/side/ico-area-tel.png) 0 50% no-repeat;
}
#side .side-ovs-contact dl + p {
  padding: 8px 0 0 45px;
  font-size: 150%;
  color: #007568;
  font-weight: bold;
  line-height: 1.1;
  background: url(/common/img/side/ico-area-tel.png) 0 50% no-repeat;
}
#side .side-area-contact dl + p span,
#side .side-ovs-contact dl + p span {
  display: block;
  font-size: 38.46154%;
  font-weight: normal;
}
#side .side-area-contact .no-free {
  height: 39px;
  line-height: 39px;
  padding-top: 0;
}
#side .side-area-contact-s {
  padding-bottom: 5px;
}
#side .side-area-contact-s dl {
  line-height: 1.4;
}
#side .side-area-contact-s dt {
  color: #007568;
  font-weight: bold;
}
#side .side-area-contact-s p:first-child {
  margin: 10px 0;
  padding: 5px 0 0 45px;
  font-size: 150%;
  color: #007568;
  font-weight: bold;
  line-height: 1.1;
  background: url(/common/img/side/ico-area-tel.png) 0 50% no-repeat;
}
#side .side-area-contact-s p:first-child span {
  display: block;
  font-size: 47.61905%;
  font-weight: normal;
}
#side .side-area-contact-s p.no-free {
  height: 39px;
  line-height: 39px;
  padding-top: 0;
}
#side .side-info p + p {
  margin-top: 10px;
}
#side .side-info dl {
  margin-top: 5px;
  line-height: 20px;
}
#side .side-info .btn11 a {
  display: block;
  height: 60px;
}
#side .side-info .btn11 a:after {
  background-image: url(/common/img/ico-mail.png);
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 16px;
  content: "";
  position: absolute;
  bottom: 10px;
  width: 100%;
}
#side .side-history {
  background: #fff;
}
#side .side-history h3 {
  font-weight: bold;
  color: #302400;
  margin-top: 10px;
}
#side .side-history h3 span {
  display: inline-block;
  vertical-align: top;
  min-width: 80px;
  padding: 0 10px;
  text-align: center;
  color: #fff;
  font-weight: normal;
  font-size: 85.71429%;
  box-sizing: border-box;
  background: #01897b;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  *display: inline;
  *zoom: 1;
}
#side .side-history h3 em {
  display: block;
  font-weight: bold;
}
#side .side-history .area-label {
  margin-bottom: 5px;
}
#side .side-history p {
  line-height: 1.4em;
}
#side .side-history .float-l {
  background-color: #00897b;
  height: 60px;
  width: 70px;
  color: #fff;
  text-align: center;
}
#side .side-history .float-l p {
  padding: 2px 0;
}
#side .side-history .float-l p:first-child {
  background-color: #32353a;
  font-size: 85.71429%;
}
#side .side-history .float-l p:last-child {
  vertical-align: middle;
  padding: 10px 0;
}
#side .side-history .price {
  margin-bottom: 5px;
  color: #212121;
}
#side .side-history .price span {
  display: inline-block;
  vertical-align: top;
  width: 70px;
  margin-right: 5px;
  text-align: center;
  color: #fff;
  font-size: 92.85714%;
  letter-spacing: -0.05em;
  background: #32353a;
}
#side .side-history .price + p {
  color: #424242;
}
#side .side-history .price strong {
  color: #9b0a0a;
  font-weight: bold;
}
#side .side-history .side-wrap01 {
  padding: 0;
  border-top: 1px solid #ccc;
}
#side .side-history .side-wrap01 p:last-child {
  font-size: 85.71429%;
}
#side .side-history .side-wrap01 a {
  position: relative;
  display: block;
  padding: 10px;
  text-decoration: none;
}
#side .side-history .side-wrap01 a:hover {
  background: #ebefe1;
}
#side .side-history .history .side-history-wrap,
#side .side-history .history-new .side-history-wrap {
  padding-left: 63px;
}
#side .side-history .history .side-history-wrap + p {
  position: absolute;
  top: 26px;
  left: 18px;
}
#side .side-history .history-new .side-history-wrap + p {
  position: absolute;
  top: 10px;
  left: 18px;
}
#side .side-history .history-new .side-history-wrap + p:before {
  content: "新着";
  display: block;
  width: 42px;
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
  background: #9a0a09;
}
#side .side-history h2 + .side-wrap01, #side .side-history > .side-wrap01:first-child {
  border-top: none;
}
#side .side-history-wrap {
  margin-bottom: 10px;
}
#side .side-history-wrap-c {
  margin-bottom: 10px;
  text-align: center;
}
#side .side-history > p:last-child {
  margin-top: 5px;
  padding: 0 10px 10px;
  font-weight: bold;
}
#side .side-history > p:last-child a {
  display: block;
  padding: 7px 0;
  text-align: center;
  color: #302400;
  text-decoration: none;
  background: #f2f0ec url(/common/img/ico-arrow01.png) 10px 50% no-repeat;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
#side .side-history > p:last-child a:hover {
  opacity: .7;
}
#side .side-loan {
  margin-top: 10px;
}
#side .other-side {
  margin-top: 10px;
}
#side .side-mdl-text01 {
  padding: 5px 0;
  text-align: center;
  color: #558b2f;
  font-weight: bold;
  line-height: 1.4;
  background: #f9f9f9;
}

#side section:last-child h2 + div {
  box-sizing: border-box;
}

/* width200 side */
#side.w200 .know li img {
  height: auto;
  width: 68px;
  margin: 2px 10px 0 0;
}

#side.w200 .know li span {
  font-size: 92.30769%;
  line-height: 1.2;
}

#side.w200 .ranking-detail .ranking-img {
  width: 60px;
}
#side.w200 .ranking-detail .ranking-txt {
  font-size: 92.3077%;
  line-height: 1.3;
}

#side.w200 .eBook-more a {
  background-position: 5px 50%;
  letter-spacing: -0.09em;
}

/*side-20151209--*/
.know-bnr {
  margin-top: 10px;
  margin-bottom: 20px;
}

.know-bnr a {
  display: block;
}

.know-bnr a:hover {
  text-decoration: none;
}
.know-bnr a div img {
  float: left;
  margin-right: 10px;
}

.know-bnr a div p {
  color: #026934;
  font-weight: bold;
  overflow: hidden;
}

.know-bnr a:hover div p {
  text-decoration: underline;
}

.know-bnr a >p {
  position: relative;
  margin-top: 5px;
  text-align: center;
  color: #fff;
  position: relative;
  padding: 8px;
  background: #319a00;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.know-bnr a:hover >p {
  text-decoration: none;
  opacity: .7;
}
.know-bnr a >p:before {
  content: " ";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
	border: 5px solid transparent;
	border-left: 5px solid #fff;
}


/*--know-ranking--*/

/*--.know-ranking {
  margin-top: 20px;
}--*/
.know-ranking h3 {
  color: #3ea20e;
  padding-bottom: 5px;
  border-bottom: 3px solid #319a00;
}

.ranking-detail {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
}

.ranking-detail a {
  display: block;
  padding: 15px 0;
}

body#index #side .guide {
  margin-top: 35px;
}
body#index .ranking-detail a {
  padding: 18px 0;
}

@media only screen and (max-width:1240px) {
  body#index .ranking-detail a {
    padding: 15px 0;
  }
}

@media only screen and (max-width:1180px) {
  body#index .ranking-detail a {
    padding: 10px 0;
  }
  body#index #side .guide {
    margin-top: 46px;
  }
}


.ranking-detail a {
  text-decoration: none;
}

.ranking-detail-inr {
  position: relative;
  padding-left: 10px;
}

.ranking-detail .ranking-img {
  float: left;
  width: 90px;
  height: 57px;
  overflow: hidden;
  margin: 17px 10px 0 0 ;
}

.ranking-detail img {
  max-width: 100%;
  height: auto;
}

.ranking-detail .ranking-txt {
  overflow: hidden;
}


.ranking-detail .date {
  font-size: 85.7%;
  color: #a1a1a1;
  line-height: 1.3;
}

.ranking-detail a:hover p {
  text-decoration: underline;
}
 
.ranking-detail .copy {
  font-size: 92.9%;
  line-height: 1.4;
  color: #212121;
}

.ranking-detail .writer {
  margin-top: 5px;
  font-size: 84.6%;
  color: #a1a1a1;
}

.ranking-detail .writer  span {
  font-style: italic;
}

.ranking-detail .rank-num {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #319a00;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 92.9%;
}

/*----------------------------------
pageTop
----------------------------------*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  z-index: 1000;
}

/*----------------------------------
footer
----------------------------------*/
footer {
  margin-top: 90px;
  border-top: 1px solid #fff;
  background: #edebe6;
}

#ftr-sitemap {
  padding: 25px 20px 0;
  color: #212121;
  box-sizing: border-box;
}
#ftr-sitemap a {
  color: #212121;
}
#ftr-sitemap .ftr-l {
  float: left;
  width: 75%;
  padding-bottom: 15px;
}
#ftr-sitemap .ftr-l > dl > dt {
  padding-left: 34px;
  font-size: 128.57143%;
  font-weight: bold;
  background: url("/common/img/ico-ftr02.png") 0 50% no-repeat;
}
#ftr-sitemap .ftr-l > dl > dd {
  margin-top: 10px;
}
#ftr-sitemap .ftr-l > dl > dt + dd {
  margin-top: 15px;
}
#ftr-sitemap .ftr-l dd > a {
  font-weight: bold;
}
#ftr-sitemap .ftr-l dd dl {
  margin-top: 3px;
}
#ftr-sitemap .ftr-l dd dl:first-child {
  margin-top: 0;
}
#ftr-sitemap .ftr-l dd > a + dl {
  margin-top: 10px;
}
#ftr-sitemap .ftr-l dd dt, #ftr-sitemap .ftr-l dd dd, #ftr-sitemap .ftr-l dd li {
  float: left;
}
#ftr-sitemap .ftr-l dd dt {
  width: 200px;
}
#ftr-sitemap .ftr-l dd dd {
  width: 70%;
}
#ftr-sitemap .ftr-l dd dd, #ftr-sitemap .ftr-l dd li {
  margin-right: 10px;
}
#ftr-sitemap .ftr-l dd dd a, #ftr-sitemap .ftr-l dd li a {
  font-weight: normal;
}
#ftr-sitemap .ftr-l dd dd:last-child, #ftr-sitemap .ftr-l dd li:last-child {
  margin-right: 0;
}
#ftr-sitemap .ftr-l .seller dt {
  width: 105px;
  font-weight: bold;
}
#ftr-sitemap .ftr-r {
  float: right;
  width: 25%;
}
#ftr-sitemap .ftr-r dt {
  margin-bottom: 15px;
  font-size: 128.57143%;
  font-weight: bold;
}
#ftr-sitemap .ftr-r dd {
  margin-top: 3px;
}
#ftr-sitemap .ftr-r dl:first-child {
  padding-bottom: 15px;
  border-bottom: 1px solid #d2cec0;
}
#ftr-sitemap .ftr-r dl:first-child dt {
  padding-left: 34px;
  background: url("/common/img/ico-ftr03.png") 0 50% no-repeat;
}
#ftr-sitemap .ftr-r dl:last-child {
  padding-top: 15px;
  border-top: 1px solid #f6f5f2;
}
#ftr-sitemap .ftr-r dl:last-child dt {
  padding-left: 34px;
  background: url("/common/img/ico-ftr01.png") 0 50% no-repeat;
}
#ftr-sitemap .ftr-mdl {
  position: relative;
  width: 100%;
  padding: 0 0 15px 5px;
  overflow: hidden;
  border-top: 1px solid #d2cec0;
  box-sizing: border-box;
}
#ftr-sitemap .ftr-mdl dl {
  width: 810px;
  padding-top: 15px;
  letter-spacing: -.40em;
  text-align: right;
  border-top: 1px solid #f6f5f2;
}
#ftr-sitemap .ftr-mdl dt {
  margin-bottom: 17px;
  font-size: 128.57143%;
  font-weight: bold;
  text-align: left;
  letter-spacing: normal;
}
#ftr-sitemap .ftr-mdl dd {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  text-align: left;
  width: 270px;
  margin-top: 3px;
  *display: inline;
  *zoom: 1;
}
#ftr-sitemap .ftr-secure {
  position: absolute;
  top: 70px;
  right: 0;
  width: 254px;
  font-size: 78.57143%;
}
#ftr-sitemap .ftr-secure p:first-child {
  float: left;
  margin-right: 10px;
}
#ftr-sitemap .ftr-secure p:last-child {
  overflow: hidden;
  line-height: 1.3;
}
#ftr-sitemap .ftr-btm {
  width: 980px;
  margin: 0 auto;
  border-top: 1px solid #d2cec0;
}
#ftr-sitemap .ftr-btm ul {
  padding: 15px 0;
  letter-spacing: -.40em;
  text-align: center;
  border-top: 1px solid #f6f5f2;
}
#ftr-sitemap .ftr-btm ul li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  padding: 0 20px;
  line-height: 1.4;
  border-left: 1px solid #d2cec0;
  *display: inline;
  *zoom: 1;
}
#ftr-sitemap .ftr-btm ul li:first-child {
  border-left: none;
}

#ftr-sitemap .ftr-btm .sp-back {
  border: 1px solid #D3CEC0;
  border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #fff;
}

#ftr-sitemap .ftr-btm ul li.sp-back:first-child {
  border-left: 1px solid #D3CEC0;
  padding: 0;
  margin-top: -5px;
}

#ftr-sitemap .ftr-btm ul li.sp-back:first-child a {
  display: block;
  padding: 5px 20px;
}
#ftr-sitemap .ftr-btm ul li.sp-back:first-child + li {
  border-left: none;
}

#ftr-btmlink {
  position: relative;
  padding: 20px 20px 60px;
  color: #fff;
  box-sizing: border-box;
  background: #598c34;
}
#ftr-btmlink a {
  color: #fff;
}
#ftr-btmlink p:first-child {
  margin-bottom: 30px;
  font-size: 114.28571%;
  font-weight: bold;
}
#ftr-btmlink dl {
  margin-top: 10px;
  font-size: 92.85714%;
  line-height: 1.2;
}
#ftr-btmlink dt, #ftr-btmlink dd, #ftr-btmlink li {
  float: left;
}
#ftr-btmlink dt {
  position: relative;
  width: 220px;
  padding: 0 20px 0 15px;
  box-sizing: border-box;
}
#ftr-btmlink dt:before {
  content: " ";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #386a23;
}
#ftr-btmlink dd {
  width: 760px;
  margin-top: -5px;
}
#ftr-btmlink li {
  margin: 5px 7px 0 0;
  padding-right: 7px;
  border-right: 1px solid #fff;
}
#ftr-btmlink li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
#ftr-btmlink dl + p {
  position: absolute;
  bottom: 0;
  right: 20px;
}

#copyright {
  padding: 10px 0;
  text-align: center;
  color: #fff;
  font-size: 114.28571%;
  background: #598c34;
}
