@charset "utf-8";
/**
 * style
 * (c) FOURDIGIT Inc.
 *
 * 1. import
 * 2. html, body
 * 3. HTMLtag, siteCommonClass
 * 4. Layout
 * 5. EachPageStyle
 *
 */
/**
 * 1. import
 */
@import "import/reset.css";
@import "import/util.css";

/* @import "../ext_{bukkenID}/{bukkenID}.css"; */

/**
 * 2. html, body
 */
body {
	background-color: #F9F8F4;
	-webkit-text-size-adjust: 100%;
}

.page {
  color: #333;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.1;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

.inner {
	position: relative;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.wrap {
	max-width: 1300px;
	margin-left: auto;
	margin-right: auto;
	width: 1172px;
}

@media only screen and (max-width:1172px) {

.wrap {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
}

@media only screen and (max-width:1024px) {

#container {
  padding-top: 62px;
}
}

@media only screen and (max-width:1020px) {

.inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
}

/**
 * 3. HTMLtag, siteCommonClass
 */
/* anchor */
a {
	background-image: none;
	background-repeat: no-repeat;
	background-position: top left;
	color: #333;
	text-decoration: none;
}

a:visited {
}

a:hover {
}

a:active {
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

/* heading */
.contentTitle {
/*dont use <h2> selector*/
}

/* cap */
.cap,
.caption {
}

.cap {
  padding-top: 5px;
}

/**
 * 4. Layout
 */
body #container {
	width: 100%;
	text-align: left;
}

body .shldrTxt {
  font-size: 10px;
  line-height: 15px;
}

body #gFooter {
}

/* --------------------------------------------------
loader
 -------------------------------------------------- */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99999;
}

#loader .loaderImg {
  width: 100px;
  height: 88px;
/*
  background: transparent url(../imgs/loader00.png) center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
*/
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#loader .loaderImg img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-opacity: 0;
  opacity: 0;
}

#loader .loaderImg img.anime {
  -moz-opacity: 1;
  opacity: 1;
  transition: all .5s;
  -webkit-transition: all .5s;
}

/*
#loader .loaderImg img.anime:nth-child(1) {
  -webkit-transition-delay: 1.0s;
  transition-delay: 1.0s;
}
#loader.anime .loaderImg img.anime:nth-child(2) {
  -webkit-transition-delay: 2.0s;
  transition-delay: 2.0s;
}
#loader.anime .loaderImg img.anime:nth-child(3) {
  -webkit-transition-delay: 3.0s;
  transition-delay: 3.0s;
}
*/
@media only screen and (max-width:420px) {

#loader .loaderImg {
  width: 80px;
  height: 70px;
}
}

/* --------------------------------------------------
gHeader
 -------------------------------------------------- */
#gHeader {
  padding-top: 30px;
}

.siteTitle a {
	display: block;
	width: 268px;
	height: auto;
	margin: 0 auto 0;
	text-indent: -9999em;
	background: transparent url(../imgs/logo.png) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}

@media only screen and (max-width:1024px) {

#gHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef;
  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.05);
  box-shadow: 0 3px 5px rgba(0,0,0,0.05);
  z-index: 9998;
  transition: all .5s ease-in-out 0s;
  -webkit-transition: all .5s ease-in-out 0s;
}

#gHeader > .inner {
  position: relative;
}

#gHeader.on {
  background-color: #00316c;
}

.siteTitle a {
  width: 195.5px;
  height: 31px;
  margin: 0;
  padding-right: 0;
  background: transparent url(../imgs/sp-logo.png) 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

#gHeader.on .siteTitle a {
  background: transparent url(../imgs/sp-logo_ov.png) 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
}

/* --------------------------------------------------
hamburger
 -------------------------------------------------- */
#hamburger {
  display: none;
}

@media only screen and (max-width: 1024px) {

#hamburger {
  display: block;
  width: 20px;
  height: 16px;
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -7px;
  cursor: pointer;
  z-index: 2;
}

#hamburger .icn {
  position: relative;
  width: 100%;
  height: 100%;
}

#hamburger .icn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #00316c;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

#hamburger .icn span:nth-of-type(1) {
  top: 0;
}

#hamburger .icn span:nth-of-type(2) {
  top: 7px;
}

#hamburger .icn span:nth-of-type(3) {
  bottom: 0;
}

#hamburger .icn span:nth-of-type(1) {
  -webkit-animation: menu-bar01 .75s forwards;
  animation: menu-bar01 .75s forwards;
}
@-webkit-keyframes menu-bar01 {
0% {
  -webkit-transform: translateY(7px) rotate(45deg);
  background-color: #fff;
}
50% {
  -webkit-transform: translateY(7px) rotate(0);
}
100% {
  -webkit-transform: translateY(0) rotate(0);
  background-color: #00316c;
}
}
@keyframes menu-bar01 {
0% {
  -webkit-transform: translateY(7px) rotate(45deg);
  background-color: #fff;
}
50% {
  -webkit-transform: translateY(7px) rotate(0);
}
100% {
  -webkit-transform: translateY(0) rotate(0);
  background-color: #00316c;
}
}

#hamburger .icn span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}

#hamburger .icn span:nth-of-type(3) {
  -webkit-animation: menu-bar02 .75s forwards;
  animation: menu-bar02 .75s forwards;
}
@-webkit-keyframes menu-bar02 {
0% {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  background-color: #fff;
}
50% {
  -webkit-transform: translateY(-7px) rotate(0);
}
100% {
  -webkit-transform: translateY(0) rotate(0);
  background-color: #00316c;
}
}
@keyframes menu-bar02 {
0% {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  background-color: #fff;
}
50% {
  -webkit-transform: translateY(-7px) rotate(0);
}
100% {
  -webkit-transform: translateY(0) rotate(0);
  background-color: #00316c;
}
}

#hamburger.on .icn span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 .75s forwards;
  animation: active-menu-bar01 .75s forwards;
}
@-webkit-keyframes active-menu-bar01 {
0% {
  -webkit-transform: translateY(0) rotate(0);
  background-color: #00316c;
}
50% {
  -webkit-transform: translateY(7px) rotate(0);
}
100% {
  -webkit-transform: translateY(7px) rotate(45deg);
  background-color: #fff;
}
}
@keyframes active-menu-bar01 {
0% {
  transform: translateY(0) rotate(0);
  background-color: #00316c;
}
50% {
  transform: translateY(7px) rotate(0);
}
100% {
  transform: translateY(7px) rotate(45deg);
  background-color: #fff;
}
}

#hamburger.on .icn span:nth-of-type(2) {
  opacity: 0;
}

#hamburger.on .icn span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 .75s forwards;
  animation: active-menu-bar03 .75s forwards;
}
@-webkit-keyframes active-menu-bar03 {
0% {
  -webkit-transform: translateY(0) rotate(0);
  background-color: #00316c;
}
50% {
  -webkit-transform: translateY(-7px) rotate(0);
}
100% {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  background-color: #fff;
}
}
@keyframes active-menu-bar03 {
0% {
  transform: translateY(0) rotate(0);
  background-color: #00316c;
}
50% {
  transform: translateY(-7px) rotate(0);
}
100% {
  transform: translateY(-7px) rotate(-45deg);
  background-color: #fff;
}
}
}

/* ------------------------------------
gNav fixed
------------------------------------ */
.gNavFix #gNav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  padding-top: 13px;
  padding-bottom: 13px;
}

.gNavFix #container {
  padding-top: 70px;
}
#gNav > .inner > ul {
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
}
.gNavFix #gNav > .inner > ul {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
}
.gNavFix #gNav > .inner > ul > li {
  position: relative;
  height: 15px;
}
.gNavFix #gNav > .inner > ul > li:after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background-color: #e0e0e0;
  position: absolute;
  top: 50%;
  right : 0;
  margin-top: 2px;
}
.gNavFix #gNav > .inner > ul > li.logo:after {
    margin-top: -11px;
}
.gNavFix #gNav > .inner > ul > li > a:before {
  content: none;
}
.gNavFix #gNav > .inner > ul > li.information:after {
  content: none;
}

.gNavFix #gNav > .inner > ul > li.logo {
  display: inline-block;
  height: 34px;
}

@media only screen and (max-width: 1024px) {

.gNavFix #container {
  padding-top: 0;
}
}

/* --------------------------------------------------
gNav
 -------------------------------------------------- */
#gNav {
  padding-top: 25px;
  background-color: #fff;
  border-bottom: 1px solid #efefef;
  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.05);
  box-shadow: 0 3px 5px rgba(0,0,0,0.05);
}

#gNav > .inner > ul {
  font-size: 0;
  letter-spacing: -0.4em;
  text-align: center;
}

#gNav > .inner > ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 39px;
  font-size: 12px;
  padding: 10px 0 0 0;
   letter-spacing: normal;
/*
  text-indent: -9999em;
*/
}

#gNav > .inner > ul > li > a {
  display: block;
  height: 100%;
  position: relative;
  font-weight:bold;
  color:#000;
}

#gNav > .inner > ul > li.on > a,
#gNav > .inner > ul > li > a:hover {
	color: #409C38;
}

#gNav > .inner > ul > li.top > a {
	width: 85px;
}

#gNav > .inner > ul > li.result > a {
	width: 105px;
}

#gNav > .inner > ul > li.sale > a {
	width: 166px;
}

#gNav > .inner > ul > li.info > a {
	width: 105px;
}

#gNav > .inner > ul > li.satei > a {
	width: 115px;
}

#gNav > .inner > ul > li.buy > a {
  width: 166px;
}

#gNav > .inner > ul > li.information > a {
	width: 166px;
}

#gNav > .inner > ul > li.message > a {
	width: 115px;
}

#gNav > .inner > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: -1px;
  z-index: 2;
  background-color: #409C38;
  visibility: hidden;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
}

#gNav > .inner > ul > li.on > a:before,
#gNav > .inner > ul > li > a:hover:before {
  visibility: visible;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}

#gNav > .inner > ul > li.information {
  position: relative;
}

#gNav > .inner > ul > li.logo {
  vertical-align: middle;
  text-indent: 0;
  padding-top: 0;
  display: none;
}

#gNav > .inner > ul > li.logo > a {
  width: 38px;
  height: auto;
  padding-right: 17px;
}

#gNav > .inner > ul > li.logo > a:before {
  content: none;
}

@media only screen and (max-width:1024px) {

#gNav {
  display: none;
  border-bottom: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #409C38;
  border-top: 1px solid #409C38;
  margin-top: 15px;
}

#gNav > .inner > ul > li {
  display: block;
  height: auto;
  padding-top: 0;
  text-indent: 0;
}

#gNav > .inner > ul > li > a {
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

#gNav > .inner > ul > li.top > a,
#gNav > .inner > ul > li.top > a:hover,
#gNav > .inner > ul > li.result > a,
#gNav > .inner > ul > li.result > a:hover,
#gNav > .inner > ul > li.sale > a,
#gNav > .inner > ul > li.sale > a:hover,
#gNav > .inner > ul > li.satei > a,
#gNav > .inner > ul > li.satei > a:hover,
#gNav > .inner > ul > li.buy > a,
#gNav > .inner > ul > li.buy > a:hover,
#gNav > .inner > ul > li.information > a,
#gNav > .inner > ul > li.information > a:hover,
#gNav > .inner > ul > li.info > a,
#gNav > .inner > ul > li.info > a:hover,
#gNav > .inner > ul > li.message > a,
#gNav > .inner > ul > li.message > a:hover {
  width: auto;
  background: none;
}
}

/* --------------------------------------------------
subNav
 -------------------------------------------------- */
.subNav {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 195px;
  padding: 32px 20px 30px 20px;
  background-color: #fff;
  position: absolute;
  top: 23px;
  left: -12px;
  display: none;
  z-index: 9999;
  -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.1);
  box-shadow: 0 3px 5px rgba(0,0,0,0.1);
  transition: all .5s ease-in-out 0s;
  -webkit-transition: all .5s ease-in-out 0s;
}

.subNav > ul > li {
  margin-bottom: 28px;
  text-align:left;
}

.subNav > ul > li:last-child {
  margin-bottom: 0;
}
.subNav > ul > li.off a {
  opacity: 0.5;
}

.subNav > ul > li > a {
  width: 100%;
  display: block;
  position: relative;
  font-size: 12px;
  letter-spacing: 0.1em;
  opacity: 1;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

.subNav > ul > li.on > a:before,
.subNav > ul > li > a:hover {
  -moz-opacity: 0.5;
  opacity: 0.5;
}

@media only screen and (max-width:1024px) {

.subNav {
  width: 87.5%;
  padding: 7px 0 0;
  background-color: #00316c;
  position: static;
  display: block;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 10px auto 0;
  border-top: 1px solid #335a89;
}

.subNav > ul {
  font-size: 0;
  letter-spacing: -0.4em;
}

.subNav > ul > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  display: inline-block;
  margin-bottom: 7px;
  padding: 0 1.78571429% 7px;
  border-bottom: 1px solid #335a89;
  text-align:center;
}

.subNav > ul > li:nth-child(2n) a {
  border-left: 1px solid #335a89;
}

.subNav > ul > li > a {
  font-size: 11px;
  letter-spacing: 0;
  color: #fff;
}

.subNav > ul > li.introduction a,
.subNav > ul > li.greeting a,
.subNav > ul > li.outline a {
  background: none;
}
}

/* --------------------------------------------------
gFooter
 -------------------------------------------------- */
#gFooter {
  padding-top: 65px;
  background-color: #f2f2f2;
}

.ftrLogo {
  width: 231px;
  margin: 0 auto 28px;
}

.ftrTxt {
  max-width: 453px;
  margin: 0 auto 60px;
  text-align: center;
}

/* --------------------------------------------------
fNav
 -------------------------------------------------- */
#fNav {
  padding-bottom: 80px;
}

#fNav .inner {
	font-size: 0;
	letter-spacing: -0.4em;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#fNav .block {
	display: inline-block;
	vertical-align: top;
	width: 20.58823529%;
	margin-left: 4.60784314%;
	font-size: 12px;
	letter-spacing: 0;
	text-align: left;
	padding-top: 29px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #409C38;
}

#fNav .block:first-child {
  margin-left: 0;
}

#fNav .block a {
  opacity: 1;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -ms-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}

#fNav .block a:hover {
  -moz-opacity: 0.5;
  opacity: 0.5;
}

#fNav .block > ul > li {
	position: relative;
	margin-bottom: 20px;
	padding-top: 0em;
	padding-right: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 1.3em;
}

#fNav .block > ul > li:before {
	position: absolute;
	content: '';
	top: 0.35em;
	left: 0.2em;
	height: 0;
	width: 0;
	border-top-width: 4px;
	border-right-width: 0;
	border-bottom-width: 4px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: #409C38;
}

#fNav .block > ul > li + li:last-child {
  margin-bottom: 0;
}

#fNav .block > ul > li > a {
 
}




#fNav .block > ul > li.off a {
  opacity: 0.5;
}

#fNav .block.num03 > ul:first-child > li .toggleBt {
  display: none;
}

#fNav .block.num03 .snav {
  padding-left: 21px;
}

#fNav .block.num03 .snav > li {
  margin-bottom: 11px;
}

#fNav .block.num03 .snav li.top {
  display: none;
}

#fNav .block.num03 .snav > li:last-child {
  margin-bottom: 0;
}

#fNav .block.num03 .snav > li > a {
  display: block;
  width: 100%;
  background: transparent url(../imgs/icn-arrR02.png) 10px center no-repeat;
  -moz-background-size: 4px 5px;
  background-size: 4px 5px;
}
#fNav .fNav_bnr,
#fNav .fNav_bnrsp {
  display: none;
}
#fNav .fNav_bnr img{
display: block;
}
#fNav .fNav_bnrsp img{
    display: none;
}
@media only screen and (max-width:880px) {

#fNav {
  border-top: 4px solid #409C38;
  padding-bottom: 0;
}

#fNav .inner {
  padding-right: 0;
  padding-left: 0;
}

#fNav .block {
  display: block;
  width: 100%;
  border-top: none;
  margin-left: 0;
  padding-top: 0;
}

#fNav li {
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
}



#fNav .block > ul > li {
  margin-bottom: 0;
}

#fNav .block > ul > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  background-position: 10px center;
}

#fNav .block.num01,
#fNav .block.num02 {
  display: inline-block;
  width: 50%;
}

#fNav .block.num02 {
/*  margin-top: 45px;*/
  border-top: 1px solid #e0e0e0;
}

#fNav .block.num02 li {
  border-left: 1px solid #e0e0e0;
}


#fNav .block.num01 li:last-child {
  border-bottom: none;
}

#fNav .block.num02 li:last-child {
  border-bottom: none;
}

#fNav .block.num02 {
  border-top: 1px solid #e0e0e0;
}





#fNav .block.num03 {
  border-top: 1px solid #e0e0e0;
}

#fNav .block.num03 > ul:first-child > li > a {
  padding-left: 6.8%;
  pointer-events: none;
}

#fNav .block.num03 > ul:first-child > li {
  position: relative;
}

#fNav .block.num03 > ul:first-child > li .toggleBt {
  display: block;
  position: absolute;
  right: 1%;
  top: 50%;
  margin-top: -17px;
  color: #409C38;
  font-size: 27px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

#fNav .block.num03 > ul:first-child > li .toggleBt:after {
  content: "+";
  display: inline;
  vertical-align: middle;
}

#fNav .block.num03 > ul:first-child > li.on .toggleBt:after {
  content: "ー";
}

#fNav .block.num03 .snav {
  display: none;
}

#fNav .block.num03 .snav li.top {
  display: inline-block;
}

#fNav .block.num04 ul {
  font-size: 0;
  letter-spacing: -0.4em;
}

#fNav .block.num04 li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 50%;
  font-size: 12px;
}



#fNav .block.num04 li:first-child {
  border-right: 1px solid #e0e0e0;
}
    #fNav .fNav_bnr img{
display: none;
}
    #fNav .fNav_bnrsp img{
        display: block;
        width: 100%;
    }
}

@media only screen and (max-width:420px) {

#fNav .block li a,
#fNav .block.num04 li a {
  font-size: 10px;
  letter-spacing: -0.05em;
}
}


/* --------------------------------------------------
copyright
 -------------------------------------------------- */
.copyright {
	background-color: #409C38;
	color: #fff;
	text-align: center;
	font-size: 10pt;
	padding-top: 14px;
	padding-bottom: 14px;
}

/* --------------------------------------------------
titleArea
 -------------------------------------------------- */
.titleArea {
  background: #00316c;
}

.titleArea h2.pageTitle {
  text-align: center;
  padding: 7px 0 38px 0;
}

.titleArea h2.pageTitle img {
  width:100%;
  max-width:75px;
}

.titleArea h2.pageTitle span {
  display: block;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  margin: 0;
  padding: 15px 0 0 0;
  letter-spacing: 0.05em;
}

/* --------------------------------------------------
breadcrumbs
 -------------------------------------------------- */
ul.breadcrumbs {
  text-align: left;
  font-size: 0;
  line-height: 1;
  letter-spacing: 0;
  padding: 8px 0 15px;
}

ul.breadcrumbs li {
  display: inline-block;
  font-size: 10px;
  line-height: 15px;
}

ul.breadcrumbs li:last-child {
  color: #409C38;
}

ul.breadcrumbs li:after {
  display: inline-block;
  content: "";
  color: #fff;
  width: 10px;
  height: 15px;
  background: url(../imgs/arrow-breadcrumbs.png) center center no-repeat;
  -webkit-background-size: 10px 30px;
  background-size: 10px 30px;
  margin: 0;
  padding: 0 10px;
  vertical-align: top;
}

ul.breadcrumbs li:last-child:after {
  display: none;
}

ul.breadcrumbs li a {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
}

/* --------------------------------------------------
h3.cttl
 -------------------------------------------------- */
h3.cttl {
  text-align: center;
  padding: 70px 0;
}

@media screen and (max-width: 420px) {

h3.cttl {
  padding: 14% 0;
}
}

h3.cttl span {
  display: block;
  font-size: 10px;
  line-height: 40px;
  color: #409C38;
  font-weight: bold;
}

/* --------------------------------------------------
pagetop
 -------------------------------------------------- */
#pagetop {
  position: fixed;
  bottom: 60px;
  right: 20px;
  width: 60px;
  height: 60px;
  z-index: 10;
}

@media screen and (max-width: 880px) {

#pagetop {
  display: none;
}
}

/* ---------------------------------------------------------
Idle Link
----------------------------------------------------------*/
.off a,
.active a {
  pointer-events: none;
  cursor: default;
}
.off a  {
  opacity: 0.5;
}

/* ---------------------------------------------------------
lNav
----------------------------------------------------------*/
ul.lNav {
  width: 100%;
  text-align: center;
  font-size: 0;
  line-height: 1;
  letter-spacing: 0;
  margin: 0 auto;
  padding: 0;
}

ul.lNav li {
  position: relative;
  display: inline-block;
  width: 25%;
  border-right: 1px solid #1a467b;
  box-sizing: border-box;
  background: #00316c;
  vertical-align: top;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 880px) {

ul.lNav li {
  width: 50%;
  border-bottom: 1px solid #1a467b;
}
}

ul.lNav li:last-child {
  border: none;
}

@media screen and (max-width: 880px) {

ul.lNav li:nth-child(2) {
  border-right: none;
}

ul.lNav li:nth-child(3) {
  border-bottom: none;
}
}

ul.lNav li.on, ul.lNav li:hover {
  background: #409C38;
}

ul.lNav li.off, ul.lNav li.off:hover {
  background: #00316c;
}

ul.lNav li.off:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../about/imgs/bg-lNav-off.png) center center no-repeat;
  background-size: cover;
  z-index: 1;
}

ul.lNav li.off:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../about/imgs/bg-lNav-off2.png) center center no-repeat;
  z-index: 2;
}

ul.lNav li a {
  display: block;
}

ul.lNav li a:hover {
  opacity:1 !important;
}

ul.lNav li .linkTitle {
  padding: 25px 0 15px 0;
}

ul.lNav li .linkTitle img {
  width:100%;
  max-width:75px;
}

ul.lNav li.off .linkTitle {
  opacity: .5;
}

ul.lNav li .linkTitle span {
  display: block;
  font-size: 15px;
  line-height: 18px;
  min-height: 36px;
  color: #fff;
  font-weight: bold;
  padding: 15px 0 0 0;
}

/* ---------------------------------------------------------
ph
----------------------------------------------------------*/
.ph img {
  width: 100%;
}

#detail .ph {
    max-height: 397px;
    /*overflow: hidden;*/
}

#detail .ph img {
    max-height: 397px;
    overflow: hidden;
}

#detail .side .title {
  font-size: 12px;
}

@media screen and (max-width: 880px) {
  #new .horizontal-scroll .ph img {
    max-height: 137px;
    overflow: hidden;
  }
}

/* ---------------------------------------------------------
sns
----------------------------------------------------------*/
.fb-like {
  display: block !important;
  text-align: right;
}

.sns {
  position: relative;
  display: block;
  text-align: right !important;
  padding: 6% 0 0 0;
}

.sns img {
  position: relative;
  display: inline-block;
  vertical-align: top;
  z-index: 1;
}

.sns a:hover {
  opacity:1 !important;
}

.sns:after {
  display: inline-block;
  content: url("../../common/imgs/ico-fb2.png");
  vertical-align: top;
}

.sns span {
  display: inline-block;
  text-align: right !important;
  font-size: 11px;
  line-height: 15px;
  font-weight: bold;
  color: #409C38;
  padding: 0 0 0 3px;
  border-top: 1px solid #409C38;
  border-bottom: 1px solid #409C38;
  box-sizing: border-box;
  vertical-align: top;
}

.sns i:after {
  position: relative;
  display: inline-block;
  content: url("../../common/imgs/ico-fb1.png");
  vertical-align: top;
  margin: 0 0 0 -3px;
  z-index: 0;
}

/* ---------------------------------------------------------
vol
----------------------------------------------------------*/

#detail .info .vol span{
    display: inline-block;
    text-align: right !important;
    font-size: 11px;
    line-height: 15px;
    font-weight: bold;
    color: #409C38;
    padding: 0 0 0 3px;
    border-bottom: 1px solid #409C38;
    box-sizing: border-box;
    vertical-align: top;
}
/* ---------------------------------------------------------
date
----------------------------------------------------------*/
#new .date {
  padding: 20px 0 6px 0;
}
#category .date {
  padding: 15px 0 4px 0;
}
.date span {
  display: inline-block;
  font-family: Verdana;
  font-size: 10px;
  line-height: 10px;
  font-weight: bold;
  padding: 0 0 5px 0;
}

.date span:after {
  display: inline-block;
  content: "update";
  color: #cebb89;
  padding: 0 5px;
}
/*.date:after {
  display: inline-block;
  font-size: 10px;
  line-height: 14px;
  font-weight: bold;
  color: #fff;
  padding: 0 5px 2px 5px;
}*/

/*.date i:after {
  display: inline-block;
  font-size: 10px;
  line-height: 14px;
  font-style: normal;
  font-weight: bold;
  color: #fff;
  margin: 0 2px 0 0;
  padding: 0 5px 2px 5px;
}*/

.icnArea {
  margin: 0 20px;
  font-size: 0;
  letter-spacing: -0.4em;
}
#detail .icnArea {
    margin: 0;
}
#category .icnArea {
  margin: 0 13px;
}
.icnArea li {
  display: inline-block;
  font-size: 10px;
  line-height: 14px;
  font-weight: bold;
  color: #fff;
  margin: 0 2px 2px 0;
}
.icnArea li:after {
  display: inline-block;
  font-size: 10px;
  line-height: 14px;
  font-style: normal;
  font-weight: bold;
  color: #fff;
  padding: 2px 5px 2px 5px;
}

.icnArea .hand01:after {
  content: "建物のこと";
  background: #7790b9;
  border-top: 2px solid #3b548a;
}

.icnArea .hand02:after {
  content: "土地のこと";
  background: #b99477;
  border-top: 2px solid #97684a;
}

.icnArea .hand03:after {
  content: "住宅ローン";
  background: #b9778e;
  border-top: 2px solid #97475f;
}

.icnArea .hand04:after {
  content: "保険・税金";
  background: #a8756e;
  border-top: 2px solid #764437;
}

.icnArea .hand05:after {
  content: "その他いろいろ";
  background: #6ea875;
  border-top: 2px solid #377645;
}

.icnArea .buyer:after {
  content: "お客様の気持ち";
  background: #7790b9;
  border-top: 2px solid #3b548a;
}

.icnArea .seller:after {
  content: "営業スタッフの思い";
  background: #8a77b9;
  border-top: 2px solid #433776;
}

.icnArea .relaxed:after {
  content: "役に立つトピック";
  background: #926ea8;
  border-top: 2px solid #613776;
}

.icnArea .tears:after {
  content: "わかる！な出来事";
  background: #a86ea1;
  border-top: 2px solid #763769;
}

.icnArea .funny:after {
  content: "笑えるエピソード";
  background: #a86e83;
  border-top: 2px solid #763749;
}

.icnArea .heartwarming:after {
  content: "心あたたまるお話";
  background: #a8756e;
  border-top: 2px solid #764437;
}

.icnArea .sympathy:after {
  content: "泣けるストーリー";
  background: #a8926e;
  border-top: 2px solid #766237;
}

.icnArea .area1:after {
  content: "中央･京王･東京都下エリア";
  background: #77b99f;
  border-top: 2px solid #488871;
}

.icnArea .area2:after {
  content: "横浜･川崎･湘南エリア";
  background: #77a6b9;
  border-top: 2px solid #598c9e;
}

.icnArea .area3:after {
  content: "船橋・市川・千葉エリア";
  background: #b98077;
  border-top: 2px solid #a15d52;
}

.icnArea .area4:after {
  content: "埼玉エリア";
  background: #baaa77;
  border-top: 2px solid #938656;
}

.icnArea .area5:after {
  content: "小田急線･横浜線エリア";
  background: #7782b9;
  border-top: 2px solid #596498;
}

.icnArea .theme1:after {
  content: "新築";
  background: #7790b9;
  border-top: 2px solid #3b548a;
}

.icnArea .theme2:after {
  content: "中古";
  background: #8a77b9;
  border-top: 2px solid #433776;
}

.icnArea .theme3:after {
  content: "建売り";
  background: #926ea8;
  border-top: 2px solid #613776;
}

.icnArea .theme4:after {
  content: "注文住宅";
  background: #a86ea1;
  border-top: 2px solid #763769;
}

.icnArea .theme5:after {
  content: "マンション";
  background: #a86e83;
  border-top: 2px solid #763749;
}

.icnArea .theme6:after {
  content: "リノベーション（リフォーム）";
  background: #a8756e;
  border-top: 2px solid #764437;
}

.icnArea .theme7:after {
  content: "お買換え（ご売却）";
  background: #a8926e;
  border-top: 2px solid #766237;
}

.icnArea .theme8:after {
  content: "ファミリー";
  background: #a1a86e;
  border-top: 2px solid #677637;
}

.icnArea .theme9:after {
  content: "ご夫婦";
  background: #83a86e;
  border-top: 2px solid #487637;
}

.icnArea .theme10:after {
  content: "二世帯（同居）";
  background: #6ea875;
  border-top: 2px solid #377645;
}

#mainContent a {
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

#mainContent a:hover {
	opacity: 1;
}

#new ul li a,
#category .tabContents ul li a {
  display:block;
  padding:0 0.5em;
}

#detail a .title {
  color:#333;
}

@media screen and(max-width: 880px) {
  #detail a .title {
    font-size: 12px !important;
  }
}

/* ---------------------------------------------------------
pager
----------------------------------------------------------*/
ul.pager {
  text-align:center !important;
  font-size:0;
  line-height:1;
  letter-spacing:0;
  width:100%;
  max-width:1020px;
  margin:0 auto;
  padding:1% 0 0 0 !important;
}

ul.pager li {
  display:inline-block;
  font-size:12px;
  line-height:24px;
  width:auto !important;
  padding:inherit !important;
}

ul.pager li a {
  display:inline-block !important;
}

ul.pager li.back a,
ul.pager li.next a {
  display:inline-block;
}

ul.pager li.back {
  display:none !important;
}

ul.pager li.next {
  display:inline-block;
}

ul.pager li.back:after,
ul.pager li.next:before {
  display:inline-block;
  content:"...";
  width:2em;
}

ul.pager li a:hover,
ul.pager li.active a {
  color:#409C38;
  font-weight:bold;
  opacity: 1 !important;
}


br.sp {
  display:none;
}

@media screen and (max-width: 420px) {
br.sp {
  display:block !important;
}
}

/* ---------------------------------------------------------
News Area
----------------------------------------------------------*/

#newsBox {
	width: 780px;
	height: 375px;
	text-align: center;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #1EAA33;
	border-bottom-color: #1EAA33;
	margin-bottom: 45px;
	margin-top: 45px;
}


.spil_news {
	width: 780px;
	overflow: hidden;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 375px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12pt;
	color: #F00;
}


/* ---------------------------------------------------------
privacy policy Area
----------------------------------------------------------*/


.lead {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 50px;
	padding-left: 50px;
}


#kojin {
	margin-top: 55px;
	padding-bottom: 25px;
}

.p_sen {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #409C38;
	padding-bottom: 15px;
}

.pmidashi {
	text-align: center;
	font-size: 15pt;
	letter-spacing: 0.3em;
}


/* ---------------------------------------------------------
sale_results
----------------------------------------------------------*/


#navsection {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
}
