@charset "UTF-8";
/******************************

 * style
 *
 * 1. import
 * 2. html, body
 * 3. HTMLtag（各タグ）
 * 4. Layout（共通要素）
 * 5. title（共通要素）

******************************/
/*****
 * 1. import
*****/
@import url(/common/css/import/reset.css);
@import url(/common/css/import/util.css);
@import url(/common/font/font.css);
@import 'https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i,900,900i|Roboto:400,400i,700,700i,900,900i';
.wrap:after {
  content: "";
  display: block;
  clear: both;
}

/* color */
.u-tcMain {
  color: #333 !important;
}

.u-tcSub {
  color: #95989a !important;
}

.u-tcAccent {
  color: #d00058 !important;
}

/* float */
.u-fl {
  float: left !important;
}

.u-fr {
  float: right !important;
}

/* align */
.u-taL {
  text-align: left !important;
}

.u-taR {
  text-align: right !important;
}

.u-taC {
  text-align: center !important;
}

/* size */
.u-txXS {
  font-size: 1.0rem !important;
}

.u-txSS {
  font-size: 1.1rem !important;
}

.u-txS {
  font-size: 1.2rem !important;
}

.u-txM {
  font-size: 1.3rem !important;
}

.u-txL {
  font-size: 1.6rem !important;
}

.u-txLL {
  font-size: 1.8rem !important;
}

.u-txXL {
  font-size: 2.0rem !important;
}

/* Margin Padding */
.u-noMargin {
  margin: 0 !important;
}

.u-noPadding {
  padding: 0 !important;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

/* Clear */
.u-clr {
  clear: both;
}

/* opacity */
.opacity {
  -webkit-transition: .2s;
  transition: .2s;
}

.opacity:hover {
  opacity: 0.7;
}

/*****
 * 2. html, body
*****/
@media screen and (max-width: 737px) {
  html {
    font-size: 62.5%;
    /* 10px */
  }
}

body {
  background-color: #fff;
}

.page {
  min-width: 1200px;
  color: #333333;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  word-wrap: break-word;
  position: relative;
  font-family: Roboto, Helvetica, Arial, sans-serif, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased !important;
}

@media screen and (max-width: 737px) {
  .page {
    min-width: inherit;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }
}

/*****
 * 3. HTMLtag
*****/
/* anchor */
a {
  color: #039;
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  background-position: top left;
}

a:hover {
  color: #13b0ea;
  text-decoration: none;
  background-position: bottom right;
}

a:active {
  color: #13b0ea;
}

/* cap */
.cap, .caption {
  color: #666666;
  font-size: 10px;
  line-height: 15px;
  background: none;
}

.cap {
  padding-top: 5px;
}

/* img */
img {
  max-width: 100%;
  height: auto;
}

img.sp {
  display: none;
}

@media screen and (max-width: 737px) {
  img.sp {
    display: block;
  }
}

@media screen and (max-width: 737px) {
  img.pc {
    display: none;
  }
}

/*****
 * 4. Layout
*****/
/* grandHeader */
#grandHeader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-width: 1200px;
  height: 100%;
  font-weight: 800;
  background-color: #333;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#grandHeader .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 737px) {
  #grandHeader {
    min-width: inherit;
  }
  #grandHeader .wrap {
    position: inherit;
    top: inherit;
    left: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    height: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow-y: scroll;
  }
}

#grandHeader.grandHeader-state-on {
  opacity: 1;
  visibility: visible;
}

#grandHeader .hdrMenu.menu-state-on {
  position: fixed;
  top: 30px;
  right: 30px;
  -webkit-transform: inherit;
  transform: inherit;
  z-index: 10000;
}

#grandHeader .hdrMenu.menu-state-on span {
  background-color: #fff;
}

#grandHeader .hdrMenu.menu-state-on span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

#grandHeader .hdrMenu.menu-state-on span:nth-of-type(2) {
  opacity: 0;
}

#grandHeader .hdrMenu.menu-state-on span:nth-of-type(3) {
  top: 8px;
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

@media screen and (max-width: 737px) {
  #grandHeader .hdrMenu.menu-state-on {
    top: 15px;
    right: 15px;
  }
}

@media screen and (max-width: 737px) {
  #grandHeader .hdrMenu {
    top: 15px;
    right: 15px;
  }
}

.grandNav li {
  margin-top: 40px;
}

.grandNav li:first-child {
  margin-top: 0;
}

.grandNav a {
  width: 120px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.grandNav .long_grandNav {
  width: auto;
}

.grandNav a:hover {
  color: #ccc;
}

.grandNav .grandNav__suv-btn i {
  display: none;
}

.grandNav .grandNav__suv {
  display: inline-block;
  vertical-align: middle;
}

.grandNav .grandNav__suv li {
  float: left;
  margin-top: 0;
  margin-left: 20px;
}

.grandNav .grandNav__suv li:first-child {
  margin-left: 0;
}

.grandNav .grandNav__suv a {
  width: auto;
  font-size: 14px;
}

@media screen and (max-width: 737px) {
  .grandNav {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #fff;
  }
  .grandNav li {
    margin-top: 40px;
  }
  .grandNav a {
    width: inherit;
  }
  .grandNav .grandNav__suv-btn a {
    position: relative;
  }
  .grandNav .grandNav__suv-btn i {
    display: none;
  }
  .grandNav .grandNav__suv-btn.grandNav__suv-btn-active i {
    -webkit-transform: translateY(-50%) rotateX(180deg);
    transform: translateY(-50%) rotateX(180deg);
  }
  .grandNav .grandNav__suv {
    display: block;
    padding-top: 3px;
    padding-left: 18px;
  }
  .grandNav .grandNav__suv li {
    float: none;
    margin-left: 0;
    margin-top: 12px;
  }
  .grandNav .grandNav__suv a {
    width: inherit;
    font-size: 14px;
  }
}

@media screen and (max-width: 737px) {
  #index.index .grandNav {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #fff;
  }
}

.sp-gNav, .sp-contact, .sp-tel {
  display: none;
}

@media screen and (max-width: 737px) {
  .sp-gNav, .sp-contact, .sp-tel {
    display: block;
  }
  .sp-gNav a, .sp-contact a, .sp-tel a {
    color: #fff;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
  }
}

.sp-gNav {
  margin-bottom: 30px;
}

.sp-gNav li {
  margin-top: 30px;
}

.sp-gNav li:first-child {
  margin-top: 0;
}

.sp-tel a, .sp-contact a {
  position: relative;
  display: block;
  width: 85.71428571428571%;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 0;
  border: 2px solid #fff;
  border-radius: 4px;
  box-sizing: border-box;
}

.sp-tel i, .sp-contact i {
  position: absolute;
  top: 50%;
  left: 12px;
  font-size: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sp-tel span, .sp-contact span {
	position: relative;
	left: 50%;
	margin-left: -64px;
}

.sp-tel {
  margin-bottom: 15px;
}

.sp-tel span {
  display: inline-block;
}

.sp-tel em {
  display: block;
  font-size: 10px;
  font-style: normal;
  text-align: left;
  text-transform: uppercase;
}

.sp-tel strong {
  display: block;
  font-size: 14px;
  line-height: 14px;
}

.sp-contact a {
  padding: 12px 0;
}


/* Header */
#gHeader {
  padding: 5px 0;
  border-bottom: 2px solid #e6e6e6;
}

#gHeader .wrap {
  position: relative;
}

#gHeader.header-state-fix {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  padding-bottom: 7px !important;
  padding-top: 5px !important;
  border-bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: headerFix .7s ease-in-out 0s forwards;
  animation: headerFix .7s ease-in-out 0s forwards;
  /* pNav */
}

#gHeader.header-state-fix + #container {
  margin-top: 64px;
}

#gHeader.header-state-fix #gNav a {
  color: #fff;
}

#gHeader.header-state-fix #pNav a {
  color: #fff;
}

#gHeader.header-state-fix .pNav__contact a {
  border: 1px solid #fff;
}

#gHeader.header-state-fix .pNav__contact a:hover {
  background-color: #fff;
}

#gHeader.header-state-fix #pNav .pNav__contact a:hover {
  color: #333;
}

#gHeader.header-state-fix #pNav .pNav__tel a:hover {
  color: #333;
}

#gHeader.header-state-fix #pNav .pNav__tel a:hover {
  color: #fff;
}

#gHeader.header-state-fix .hdrMenu span {
  background-color: #fff;
}

@-webkit-keyframes headerFix {
  0% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}

@keyframes headerFix {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}

@media screen and (max-width: 737px) {
  #gHeader {
    padding: 8px 0 6px;
    border-bottom: 0;
    background-color: #333;
  }
}

/* hdrLogo */
.hdrLogo {
  float: left;
  margin-right: 20px;
}

@media screen and (max-width: 737px) {
  .hdrLogo {
    margin-top: 4px;
    margin-right: 0;
  }
}

.hdrKeyword {
  display: none;
  clear: both;
  padding-top: 10px;
}

.hdrKeyword > div {
  position: relative;
}

.hdrKeyword button {
  display: inline-block;
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  padding: 3px 10px;
  border-radius: 0 3px 3px 0;
  background-color: #003894;
  color: #fff;
}

/* gNav */
#gNav {
  float: left;
}

#gNav li {
  float: left;
}

#gNav a {
  display: block;
  color: #333;
  font-weight: 800;
  font-family: 'Lato', sans-serif;
  padding: 15px 10px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#gNav a:hover {
  color: #999;
}

.header-state-fix #gNav a:hover {
  color: #fff;
}

@media screen and (max-width: 737px) {
  #gNav {
    display: none;
  }
}

/* pNav */
#pNav {
  float: right;
  padding: 8px 0;
}

#pNav div {
  float: left;
}

#pNav div:first-child {
  margin-right: 25px;
}

#pNav div:last-child {
  margin-right: 0;
}

#pNav a {
  display: block;
  color: #333;
  font-weight: 800;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (max-width: 737px) {
  #pNav {
    display: none;
  }
}

.pNav__contact a {
  font-size: 12px;
  padding: 8px 27px;
  border: 1px solid #333;
  border-radius: 2px;
  text-align: center;
}

.pNav__contact a:hover {
  background-color: #333;
}

#pNav .pNav__contact a:hover {
  color: #fff;
}

.pNav__tel {
  text-align: right;
  margin-top: 3px;
}

#pNav .pNav__tel a {
  pointer-events: none;
}

#pNav .pNav__tel a:hover {
  color: #999;
}

.pNav__tel i, .pNav__tel span {
  display: inline-block;
  vertical-align: middle;
}

.pNav__tel i {
  font-size: 20px;
  margin-right: 10px;
}

.pNav__tel span {
  font-size: 10px;
}

.pNav__tel span em {
  font-style: normal;
  text-transform: uppercase;
}

.pNav__tel span strong {
  display: block;
  font-size: 14px;
  line-height: 14px;
}

.header-state-fix #pNav .pNav__tel a:hover {
  color: #fff;
}

/* hdrMenu */
.hdrMenu,
.hdrMenu span {
  display: inline-block;
  cursor: pointer;
  box-sizing: border-box;
}

.hdrMenu {
  position: absolute;
  top: 50%;
  right: -72px;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hdrMenu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  margin-bottom: 0;
  background-color: #333;
}

.hdrMenu span:nth-of-type(1) {
  top: 0;
}

.hdrMenu span:nth-of-type(2) {
  top: 50%;
  margin-top: -2px;
}

.hdrMenu span:nth-of-type(3) {
  bottom: 0;
}

@media screen and (max-width: 737px) {
  .hdrMenu {
    position: inherit;
    top: inherit;
    right: inherit;
    -webkit-transform: inherit;
    transform: inherit;
    width: 20px;
    height: 16px;
    float: right;
    margin-top: 8px;
    margin-left: 25px;
  }
  .hdrMenu span {
    height: 2px;
    background-color: #fff;
  }
  .hdrMenu span:nth-of-type(2) {
    margin-top: -1px;
  }
}

/* spNav */
#spNav {
  float: right;
  margin-top: 6px;
  display: none;
}

#spNav li {
  float: left;
  margin-left: 15px;
}

#spNav li:first-child {
  margin-left: 0;
}

#spNav li a {
  color: #fff;
  font-size: .7rem;
  font-family: 'Lato', sans-serif;
  line-height: 7px;
  letter-spacing: .05rem;
  text-decoration: none;
}

#spNav li i, #spNav li span {
  display: block;
  text-align: center;
}

#spNav li i {
  font-size: 16px;
  margin-bottom: 5px;
}

@media screen and (max-width: 737px) {
  #spNav {
    display: block;
  }
}

.spNav__search {
  display: none;
}

#index .spNav__search, #search .spNav__search {
  display: block;
}

#search.index .spNav__search, #search.new .spNav__search {
  display: none;
}

/* Container */
#container {
  position: relative;
  text-align: left;
  background-color: transparent;
}

.wrap {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 737px) {
  .wrap {
    width: inherit;
    padding: 0 20px;
    box-sizing: border-box;
  }
  #index .spNav__search {
    display: none;
  }
}

/* mainContent */
#mainContent > .wrap {
  padding-top: 75px;
}
#article_Inshigt > .wrap {
  padding-top: 75px;
}

.page.buy_investment #mainContent > .wrap {
  padding-top: 0;
}

@media screen and (max-width: 737px) {
  #mainContent > .wrap {
    padding-top: 40px;
  }
  #article_Inshigt > .wrap {
  padding-top: 0;
}
}

@media screen and (max-width: 737px) {
  #index #mainContent > .wrap, #search #mainContent > .wrap, #search_details #mainContent > .wrap, #search_special #mainContent > .wrap {
    padding-top: 0;
  }
}

/* cvArea */
#cvArea {
  margin: 110px 0 150px;
  text-align: center;
}

#cvArea .titleA {
  margin-bottom: 15px;
}

@media screen and (max-width: 737px) {
  #cvArea {
    margin: 100px 0 70px;
  }
}

.cvBtn {
  margin-top: 50px;
}

.cvBtn ul {
  text-align: center;
  letter-spacing: -.40em;
}

.cvBtn li {
  display: inline-block;
  letter-spacing: normal;
  margin-right: 62px;
}

.cvBtn li:last-child {
  margin-right: 0;
}

.cvBtn li i, .cvBtn li span {
  display: inline-block;
  vertical-align: middle;
}

.cvBtn li i {
  font-size: 28px;
}

.cvBtn a {
  display: block;
  color: #333;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.cvBtn a:hover {
  text-decoration: none;
}

.cvBtn .cvBtn__tel a {
  text-align: left;
  pointer-events: none;
}

.cvBtn .cvBtn__tel a:hover {
  color: #999;
}

.cvBtn .cvBtn__tel i {
  margin-right: 30px;
}

.cvBtn .cvBtn__tel span {
  font-weight: bold;
}

.cvBtn .cvBtn__tel em {
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}

.cvBtn .cvBtn__tel strong {
  display: block;
  font-size: 16px;
  line-height: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 800;
}

.cvBtn .cvBtn__contact i {
  margin-right: 25px;
}

.cvBtn .cvBtn__contact span {
  font-family: 'Lato', sans-serif;
  font-weight: 800;
  padding: 10px 50px;
  width: 76px;
  border: 2px solid #333;
  border-radius: 3px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.cvBtn .cvBtn__contact span:hover {
  color: #fff;
  background-color: #333;
}

@media screen and (max-width: 737px) {
  .cvBtn {
    margin-top: 38px;
  }
  .cvBtn li {
    border-radius: 3px;
    border: 2px solid #333;
    margin: 0 auto;
    width: 220px;
    box-sizing: border-box;
    display: block;
  }
  .cvBtn li:last-child {
    margin-right: auto;
  }
  .cvBtn a {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    padding: 6px 0;
    margin: 0;
    border: 0;
    border-radius: 3px;
  }
  .cvBtn i {
    position: absolute;
    top: 50%;
    left: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cvBtn .cvBtn__tel {
    margin-bottom: 14px;
  }
  .cvBtn .cvBtn__tel a {
    pointer-events: auto;
  }
  .cvBtn .cvBtn__tel i {
    font-size: 23px;
  }
  .cvBtn .cvBtn__tel span {
  }
  .cvBtn .cvBtn__tel em {
    display: block;
    font-size: 10px;
    text-align: left;
  }
  .cvBtn .cvBtn__tel strong {
    font-size: 14px;
    line-height: 14px;
  }
  .cvBtn .cvBtn__contact a {
    padding: 0;
    box-sizing: border-box;
    text-align: left;
  }
  .cvBtn .cvBtn__contact i {
    margin-right: 0;
    font-size: 23px;
    left: 10px;
  }
  .cvBtn .cvBtn__contact span {
    border: 0;
    border-radius: 0;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }
  .cvBtn .cvBtn__tel span,
  .cvBtn .cvBtn__contact span {
  	position: relative;
    left: 50%;
    margin-left: -58px;
  }
}

/* fBreadcrumb */
#fBreadcrumb {
  padding-bottom: 16px;
  border-bottom: 1px solid #ddd;
}

#fBreadcrumb ul {
  padding-left: 200px;
  padding-right: 120px;
}

#fBreadcrumb li {
  float: left;
}

#fBreadcrumb li:before {
  content: '/';
  margin: 0 0 0 3px;
}

#fBreadcrumb li:first-child:before {
  display: none;
}

#fBreadcrumb li a {
  color: #333;
  text-decoration: none;
}

@media screen and (max-width: 737px) {
  #fBreadcrumb {
    font-size: 10px;
    padding-bottom: 40px;
  }
  #fBreadcrumb ul {
    padding-left: 0;
    padding-right: 0;
  }
  #fBreadcrumb li {
    padding: 2px 0;
  }
}

/* Footer */
#gFooter {
  position: relative;
}

#gFooter > .wrap:first-child {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 737px) {
  #gFooter > .wrap:first-child {
    padding-bottom: 60px;
  }
}

/* ftrLogo */
.ftrLogo {
  position: absolute;
  left: 50%;
  top: -38px;
  margin-left: -490px;
}

@media screen and (max-width: 737px) {
  .ftrLogo {
    left: 20px;
    top: -26px;
    margin-left: 0;
  }
}

/* fNav */
#fNav {
  float: right;
}

#fNav li {
  float: left;
  margin-right: 3px;
}

#fNav li::before {
  content: '｜';
  font-size: 12px;
  margin-right: 3px;
}

#fNav li:first-child::before {
  display: none;
}

#fNav a {
  color: #333;
  font-size: 12px;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
}

#fNav a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 737px) {
  #fNav {
    float: none !important;
    margin-bottom: 20px;
  }
}

/* btnSitemap */
.btnSitemap {
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: -490px;
  padding: 5px 25px 5px 15px;
  background-color: #ddd;
  cursor: pointer;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.btnSitemap::after {
  content: '▼';
  position: absolute;
  right: 7px;
  top: 50%;
  font-size: 10px;
  margin-left: 7px;
  -webkit-transform: rotateX(0) scale(0.8) translateY(-50%);
  transform: rotateX(0) scale(0.8) translateY(-50%);
}

.btnSitemap.btnSitemap-state-on::after {
  -webkit-transform: rotateX(180deg) scale(0.8) translateY(50%);
  transform: rotateX(180deg) scale(0.8) translateY(50%);
}

@media screen and (max-width: 737px) {
  .btnSitemap {
    right: 0;
    margin-right: 0;
  }
}

/* grandFooter */
#grandFooter {
  display: none;
  padding: 40px 0 45px;
  background-color: #efefec;
}

#grandFooter .wrap {
  position: relative;
}

#grandFooter ul {
  float: left;
  width: 200px;
  font-weight: bold;
}

#grandFooter ul li {
  margin-top: 20px;
}

#grandFooter ul li:first-child {
  margin-top: 0;
}

#grandFooter ul a {
  color: #000;
  font-family: 'Lato', sans-serif;
  text-decoration: none;
}

#grandFooter ul a:hover {
  text-decoration: underline;
}

#grandFooter ul.grandFooter__semi a {
  color: #333;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}

#grandFooter .grandFooter__suv {
  float: none;
  width: auto;
  margin-top: 12px;
  font-weight: normal;
}

#grandFooter .grandFooter__suv li {
  margin-top: 5px;
}

#grandFooter .grandFooter__suv li:first-child {
  margin-top: 0;
}

#grandFooter .grandFooter__suv a {
  color: #333;
  font-size: 13px;
}

#grandFooter .grandFooter__suv a::before {
  content: '- ';
}

@media screen and (max-width: 737px) {
  #grandFooter {
    padding: 30px 0;
  }
  #grandFooter ul {
    float: none;
    width: auto;
    margin-top: 30px;
  }
  #grandFooter ul:first-child {
    margin-top: 0;
  }
  #grandFooter ul li {
    margin-top: 15px;
  }
  #grandFooter ul.grandFooter__semi {
    margin-top: 60px;
  }
}

.fbButton {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 737px) {
  .fbButton {
    right: 20px;
  }
}

/* copyRight */
.copyRight {
  padding: 30px 0;
}

.copyRight .copyRight__text {
  float: left;
  font-size: 11px;
}

@media screen and (max-width: 737px) {
  .copyRight .copyRight__text {
    float: none;
    text-align: center;
  }
}

#search.map .copyRight {
  padding: 30px 0;
}

#index.index .copyRight, #index.rent .copyRight, #index.buy .copyRight {
  padding: 30px 0;
}

@media screen and (max-width: 737px) {
  #index .copyRight, #search .copyRight, #search_details .copyRight, #search_special .copyRight, #index.rent .copyRight, #index.buy .copyRight {
    padding: 30px 0 80px;
  }
}

@media screen and (max-width: 737px) {
  #index.index .copyRight, #index.offices .copyRight {
    padding: 30px 0;
  }
}

/* pagetop */
.pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  transition-property: opacity;
}

.pagetop.pagetop-state-hidden {
  opacity: 0;
}

@media screen and (max-width: 737px) {
  .pagetop {
    bottom: 65px;
    right: 15px;
  }
}

/* floatCV */
.floatCV {
  position: absolute;
  top: 75px;
  right: 50px;
  z-index: 99;
}

@media screen and (min-width: 737px) {
  .floatCV-map {
    right: 10px;
  }
}

@media screen and (min-width: 737px) {
  .CV_map {
    background-color: white;
    padding: 15px;
  }
}

.floatCV.floatCV-mTop {
  top: 140px;
}

.floatCV.floatCV-state-fix {
  position: fixed;
  top: 94px !important;
}

.floatCV-map {
  top: 680px;
}

.floatCV li {
  margin-top: 25px;
}

.floatCV li:first-child {
  margin-top: 0;
}

.floatCV li.floatCV__call {
  display: none;
}

.floatCV a {
  display: block;
  color: #003894;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.floatCV a:hover {
  color: #0daeea;
}

.floatCV i {
  display: block;
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 5px;
}

.floatCV span {
  font-size: 12px;
  font-family: 'Lato', sans-serif;
}

@media screen and (max-width: 1280px) {
  .floatCV {
    right: auto;
    left: 50%;
    margin-left: 510px;
  }
}

@media screen and (max-width: 1200px) {
  .floatCV {
    right: auto;
    left: 1110px;
    margin-left: 0;
  }
}

.bukkenDetail .floatCV {
  top: 0;
  position: absolute;
  right: auto;
  left: 50%;
  margin-left: 520px;
  z-index: 99;
}

@media screen and (max-width: 737px) {
  .floatCV {
    position: fixed !important;
    top: inherit !important;
    bottom: 0;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    background-color: #003399;
  }
  .bukkenDetail .floatCV {
    margin-left: 0 !important;
  }
  .floatCV li {
    float: right;
    width: 50%;
    margin-top: 0;
  }
  .floatCV li.floatCV__call {
    display: block;
  }
  .floatCV li.floatCV__print {
    display: none;
  }
  .floatCV a {
    color: #fff;
    padding: 8px 0 6px;
  }
  .floatCV a:hover {
    color: #fff;
  }
  .floatCV i {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: -3px;
  }
  .floatCV span {
    font-size: .9rem;
    line-height: 9px;
  }
  .floatCV.floatCV-state-fix {
    top: inherit !important;
    left: inherit;
  }
  .floatCV.floatCV-01 li {
    width: 100%;
  }
  .floatCV.floatCV-03 li {
    width: 33.3333333333%;
  }
  .floatCV.floatCV-04 li {
    width: 25%;
  }
  .floatCV.floatCV-mTop {
    top: inherit;
  }
}

#search.index .floatCV, #search.new .floatCV, #search.buy_investment.results .floatCV {
  top: 125px;
}

@media screen and (max-width: 737px) {
  .fcvContainer .copyRight {
    padding: 30px 0 80px;
  }
}

/* bukkenDetail */
.bukkenDetail {
  position: relative;
}

.bukkenDetail .floatCV.floatCV-state-fix {
  position: fixed;
  top: 94px;
  right: auto;
  left: 50%;
  margin-left: 520px;
}

.offices {
  /* gNav */
}

.offices #gNav {
  float: left;
  line-height: calc(17/14);
}

.offices #gNav > ul {
  display: flex;
  align-items: center;
  height: 51px;
}

.offices#index .propertySearch .searchDetail .searchDetail__unit .searchDetail__item .columnDetail:first-child .columnDetail__item:last-child {
  max-width: none !important;
  flex: initial !important;
}

.owners .hdrLogo {
  margin-right: 5px;
}

@media screen and (max-width: 737px) {
  .owners .hdrLogo {
    margin-right: 0;
  }
}

/*****
 * 5. title
*****/
.titleA {
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  text-align: center;
}

.titleA br.sp {
  display: none;
}

@media screen and (max-width: 737px) {
  .titleA br.sp {
    display: block;
  }
}

/* pageTitle */
.pageTitle {
  margin-bottom: 80px;
}

@media screen and (max-width: 737px) {
  .pageTitle {
    margin-bottom: 60px;
  }
}

/* contentWrap */
.contentWrap {
  position: relative;
}

.contentWrap .floatCV {
  top: 0;
}

/* unitSort */
.unitSort {
  font-size: 0;
  letter-spacing: -1em;
  word-spacing: -1em;
}

.unitSort__result, .unitSort__sort {
  display: inline-block;
  font-size: 14px;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: middle;
}

.unitSort__result {
  padding-top: 18px;
}

.unitSort__sort {
  margin-left: 20px;
}

.unitSort__sort > p {
  margin-bottom: 3px;
  font-size: 10px;
  font-weight: bold;
}

.unitSort__select {
  width: 180px;
}

@media screen and (max-width: 737px) {
  .unitSort__result, .unitSort__sort {
    display: block;
  }
  .unitSort__result {
    padding-top: 0;
  }
  .unitSort__sort {
    margin-top: 15px;
    margin-left: 0;
    text-align: left;
  }
  .unitSort__select {
    width: auto;
  }
}

.head_text h1 {
  font-size: 10px;
  line-height: 20px;
}

@media screen and (max-width: 737px) {
  .head_text {
    display: none;
  }
}


