@charset "utf-8";
/**
 *  投資(ver4.0.0)PC共通CSS
 */

/* ===================================
共通
=================================== */
body {
  min-width: 1060px;
  line-height: 18px;
  font-family: 'Noto Sans JP', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #463F39;
  background: #EAEEEA;
  position: relative;
}
.mincho {
  font-family: 'Noto Serif JP', serif, "ヒラギノ明朝 Pro","Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", serif;
}
.noto {
  font-family: 'Noto Sans JP', sans-serif, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ","Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a:hover img {
  opacity: 0.80;
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  -ms-filter: "alpha(opacity=80)";
}
a:focus {
  outline: none;
}
.onlySP {
  display: none !important;
}
#panList {
  width: 950px;
  margin: 11px auto;
  font-size: 10px;
  color: #666666;
}
#panList a {
  color: #666;
  text-decoration: none;
}
#panList a:hover {
  color: #227dcb;
  text-decoration: underline;
}
h2#pageTitle {
  width: 60px;
  display: block;
  float: left;
}
#pageMain {
  width: 855px;
  float: right;
  overflow: hidden;
}
#pageWrapper {
  width: 950px;
  min-height: 300px;
  margin: 0 auto 31px;
  background: url(../img/bg_page.png) repeat-y;
  overflow: hidden;
}
.inner {
  width: 1060px;
  margin: 0 auto;
}

/* ===================================
.header
=================================== */
.header {
  padding-bottom: 15px;
  background: url(../img/bg_body.png) repeat-x #FFF;
}

/* ===================================
.headerTxt
=================================== */
.headerTxt {
  height: 20px;
  line-height: 20px;
  text-align: right;
  font-size: 10px;
  color: #666;
}

/* ===================================
.headerLogoBox
=================================== */
.headerLogoBox {
  margin: 17px 0 20px;
}
.headerLogo {
  float: left;
}
.headerInfoBox {
  float: right;
}
.headerInfo {
  width: 390px;
  margin-right: 15px;
  float: left;
}
.headerTelBox {
  text-align: center;
}
.headerTelTxt {
  padding-right: 10px;
  font-size: 11px;
  vertical-align: super;
}
.headerContactBtn {
  margin-top: 10px;
}
.headerContactBtn .formOwner,
.headerContactBtn .resident {
  padding: 5px 0;
  font-size: 10px;
  color: #008AD8;
  text-align: center;
  border: 1px solid #008AD8;
  border-radius: 4px;
  box-sizing: border-box;
  position: relative;
}
.headerContactBtn .formOwner:before,
.headerContactBtn .resident:before {
  content: "";
  box-sizing: border-box;
  border: 4px solid transparent;
  border-left: 6px solid #008AD8;
  position: absolute;
  top: 10px;
  right: 5px;
}
.headerContactBtn .formOwner {
  width: 183px;
  float: left;
}
.headerContactBtn .resident {
  width: 195px;
  float: right;
}
.headerSchedule {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  float: right;
}
.headerScheduleSmall {
  padding-bottom: 5px;
  font-size: 10px;
  vertical-align: text-top;
  display: inline-block;
}
.headerScheduleSmall:last-of-type {
  padding-top: 5px;
}

/* ===================================
.menu
=================================== */
.menu {
  margin-bottom: 53px;
}
.menu li {
  font-size: 11px;
  text-align: center;
  border-left: 1px solid #D5D5D5;
  box-sizing: border-box;
  float: left;
  position:relative;
  z-index: 100;
}
.menu>li:last-child {
  border-right: 1px solid #D5D5D5;
}
.menu li a {
  text-align: center;
  z-index: 100;
}
.navi01 {width:69px}
.navi02 {width:84px}
.navi03 {width:111px}
.navi04 {width:163px}
.navi05 {width:103px}
.navi06 {width:127px}
.navi07 {width:95px}
.navi08 {width:96px}
.navi09 {width:106px}
.navi10 {width:106px}
.navi02 a,
.navi03 a,
.navi04 a,
.navi05 a,
.navi06 a,
.navi08 a {
  padding-right: 10px;
}
.navi02 > a:after,
.navi03 > a:after,
.navi04 > a:after,
.navi05 > a:after,
.navi06 > a:after,
.navi08 > a:after {
  content: "";
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 3px solid transparent;
  border-top: 5px solid #000;
  position: absolute;
  right: 10px;
  top: 8px;
}
.menu li a { 
  color: #463F3A; 
  text-decoration: none
}
.menu li a:hover { 
  color: #008AD8;
  text-decoration: underline;
}
.menu li .sub {
  padding: 10px 3px 7px;
  margin-left: -1px;
  background: #000;
  opacity: 0.80;
  position: absolute;
  top: 18px;
  left: 0;
}
.menu .sub li {
  border-left: none;
}
.menu .sub li a {
  padding: 3px 0 3px 15px;
  display:block;
  color:#fff;
  text-align: left;
  background: url(../img/ico_pointer02.gif) no-repeat 5px 1em;
  opacity: 1;
}
.menu li .sub {
  position:absolute;
  display: none;
}
.menu ul.navi02s a {width: 130px;}
.menu ul.navi03s a {width: 148px;}
.menu ul.navi04s a {width: 195px;}
.menu ul.navi05s a {width: 152px;}
.menu ul.navi06s a {width: 170px;}
.menu ul.navi08s a {width: 170px;}

/* ===================================
.headVoice
=================================== */
.headVoice {
  height: 70px;
  background: url(../img/bg_voice.png) left top/100% no-repeat;
  clear: both;
  position: relative;
}
.headVoiceList {
  position: absolute;
  top: 11px;
  left: 284px;
}
.headVoiceList li {
  float: left;
  padding-right: 10px;
}
.headVoiceList li:last-child {
  padding-right: none;
}
.headVoiceList li a .count:before {
  content: "";
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 3px solid transparent;
  border-left: 5px solid #0089D8;
  position: absolute;
  top: 22px;
  right: 7px;
}
.headVoiceList li a {
  width: 248px;
  height: 48px;
  box-sizing: border-box;
  padding: 6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  background: #fafafa; /* Old browsers */
  background: -moz-linear-gradient(top, #fafafa 0%, #eaeeea 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fafafa 0%,#eaeeea 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fafafa 0%,#eaeeea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#eaeeea',GradientType=0 ); /* IE6-9 */
  border: 1px solid #D9DFD9;
  box-sizing: border-box;
  border-radius: 3px;
  position: relative;
}
.headVoiceList li a span {
  font-size: 16px;
  font-weight: 600;
}
.headVoiceList li a .menuTit {
  padding-left: 15px;
}
.headVoiceList li a span.small {
  padding-left: 2px;
  font-size: 12px;
}
.headVoiceList li a span.count {
  color: #0089D8;
  font-size: 18px;
  padding-right: 25px;
}
.headVoiceList li a span.small01 {
  font-size: 12px;
}

/* ===================================
.formLink
=================================== */
.formLink {
  margin: 15px 0 0;
}
.formLink .txtContact {
  padding: 6px 0 0 5px;
  font-size: 14px;
  font-weight: 500;
  color: #0089D6;
  float: left;
}
.formLinkBox {
  float: right;
}
.formLinkBox .linkInvest,
.formLinkBox .linkManagement,
.formLinkBox .linkProperty {
  width: 265px;
  padding: 7px 0 7px 20px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  position: relative;
  box-sizing: border-box;
}
.formLinkBox .linkInvest:after,
.formLinkBox .linkManagement:after,
.formLinkBox .linkProperty:after {
  position: absolute;
  content: "";
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 3px solid transparent;
  border-left: 5px solid #fff;
  position: absolute;
  right: 20px;
  top: 12px;
}
.formLinkBox .linkInvest:after,
.formLinkBox .linkProperty:after {
  border-left: 5px solid #0089D8;
}
.formLinkBox .linkInvest {
  margin-right: 10px;
  color: #0089D8;
  background: #FDF200;
  float: left;
}
.formLinkBox .linkManagement {
  color: #FFF;
  background: #0089D8;
  float: left;
  margin-right: 10px;
}

.formLinkBox .linkProperty {
  color: #008BD4;
  background: #EAF7FD;
  border: solid 1px #008BD4;
  float: right;
}

.formLinkBox .btnInvest,
.formLinkBox .btnManagement,
.formLinkBox .btnProperty{
  position: relative;
}
.formLinkBox .btnInvest:before,
.formLinkBox .btnManagement:before,
.formLinkBox .btnProperty:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 14px;
  background-image: url(../img/ico_topMail_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: -30px;
}
.formLinkBox .btnInvest:before,
.formLinkBox .btnProperty:before {
  background-image: url(../img/ico_topMail_02.png);
}

/* ===================================
.footer
=================================== */
.footer {
  background: #FFF;
  margin-bottom: 40px;
}
.footerBnrList {
  width: 1060px;
  margin: 0 auto;
  position: relative;
}
.footerBnrListWrapper {
  margin: 0 auto;
  overflow: hidden;
}
.footerBnrList::before {
  position: absolute;
  content: "";
  width: 100vw;
  height: 200px;
  background: -moz-linear-gradient(left, rgba(255,255,255,1) 93%, rgba(255,255,255,0) 99%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 93%,rgba(255,255,255,0) 99%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to right, rgba(255,255,255,1) 93%,rgba(255,255,255,0) 99%,rgba(255,255,255,0) 100%);
  top: 0;
  left: -100vw;
  z-index: 20;
}
.footerBnrList::after {
  position: absolute;
  content: "";
  width: 100vw;
  height: 200px;
  background: -moz-linear-gradient(right, rgba(255,255,255,1) 93%, rgba(255,255,255,0) 99%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(right, rgba(255,255,255,1) 93%,rgba(255,255,255,0) 99%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to left, rgba(255,255,255,1) 93%,rgba(255,255,255,0) 99%,rgba(255,255,255,0) 100%);
  top: 0;
  right: -100vw;
  z-index: 20;
}
.footerBnrList .slick-track {
  margin: 0 auto;
}
.footerBnrList .slick-dots {
    margin: 23px 0 12px -15px;
    text-align: center;
}
.footerBnrList .slick-dots li {
    margin: 0 5px;
    display: inline-block;
}
.footerBnrList .slick-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #DDD;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
  cursor: pointer;
  outline: none;
}
.footerBnrList .slick-dots button:hover {
  opacity: 0.7;
}
.footerBnrList .slick-active button {
  background: #0089D8;
}
/* ===================================
.footerAboutusBox
=================================== */
.footerAboutusBox {
  padding: 51px 0 56px;
  border-top: 1px solid #EAEEEA;
}
.footerLogoBox {
  float: left;
}
.footerLogoLink {
  margin-top: 5px;
  display: block;
}
.footerInfoBox {
  float: right;
}
.footerTelText {
  padding-right: 5px;
  vertical-align: super;
}
.footerSchedule {
  padding-top: 5px;
  text-align: right;
}

/* ===================================
.footerCopyrightBox
=================================== */
.footerCopyrightBox {
  padding: 16px 0;
  color: #463F39;
  background: #EAEEEA;
}
.footerCopyrightBox .footerCopyright {
  float: left;
}
.footerCopyrightBox .footerLinkList {
  float: right;
}
.footerCopyrightBox .footerLinkItem {
  margin-right: 12px;
  float: left;
}
.footerCopyrightBox .footerLinkItem:last-of-type {
  margin-right: 0;
}
.footerCopyrightBox .footerLinkItem a {
  color: #463F39;
}

/* ===================================
.footerBnrList
=================================== */
.footerBnrList {
  padding: 50px 0;
}
.footerBnrList .footerLinkItem {
  margin: 0 6px;
  float: left;
}
.footerBnrList .footerLinkItem a {
  width: 122px;
  height: 100px;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-size: 100%;
}
.footerBnrList .footerLinkItem .footerLinkItemSale {
  background-image: url(../img/bnr_foot_sale_01.png);
}
.footerBnrList .footerLinkItem .footerLinkItemManagement {
  background-image: url(../img/bnr_foot_management_01.png);
}
.footerBnrList .footerLinkItem .footerLinkItemRent {
  background-image: url(../img/bnr_foot_rent_01.png);
}
.footerBnrList .footerLinkItem .footerLinkItemCorp {
  background-image: url(../img/bnr_foot_corp_01.png);
}
.footerBnrList .footerLinkItem .footerLinkItemCs {
  background-image: url(../img/bnr_foot_cs_01.png);
}
.footerBnrList .footerLinkItem .footerLinkItemRecruit {
  background-image: url(../img/bnr_foot_recruit_01.png);
}
.footerBnrList .footerLinkItem .footerLinkItemMquarto {
  background-image: url(../img/bnr_foot_mquarto_01.png);
}
.footerBnrList .footerLinkItem .footerLinkItemHybrid {
  background-image: url(../img/bnr_foot_hybrid_01.png);
}
.footerBnrList .footerLinkItem .footerLinkItemRebreathfund {
  background-image: url(../img/bnr_foot_rebreathfund_01.png);
}
.footerBnrList .footerLinkItem:last-child {
  margin-right: 0;
}

/* ===================================
.sideBnr
=================================== */
.sideBnr {
  width: 100%;
  align-items: center;
  height: 60px;
  position: fixed;
  bottom: 0;
  display: flex;
  box-shadow: 2px 0 4px 0 gray;
  box-sizing: border-box;
  padding: 0 10px;
  justify-content: center;
  background-color:rgba(255,255,255,0.95);
  z-index: 99999;
  font-size: 16px;
  color: #008BD4;
  font-weight: bold;
  line-height: 1.4;
}
.sideBnr .sideBnrLinkInvest,
.sideBnr .sideBnrLinkManagement,
.sideBnr .sideBnrLinkProperty{
  width: 260px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: bold;
  position: relative;
}

.sideBnr .sideBnrLinkInvest:after,
.sideBnr .sideBnrLinkManagement:after,
.sideBnr .sideBnrLinkProperty:after {
  position: absolute;
  content: "";
  box-sizing: border-box;
  width: 7px;
  height: 9px;
  border: 4px solid transparent;
  border-left: 6px solid #fff;
  position: absolute;
  right: 3%;
  top: 17px;
}
.sideBnr .sideBnrLinkInvest:after,
.sideBnr .sideBnrLinkProperty:after {
  border-left: 6px solid #0089D8;
}

.sideBnr .sideBnrText{
  display: block;
  min-width: 130px;
  margin-right: 3vw;
}

.sideBnr .sideBnrLinkInvest{
  background-color: #FCF00E;
  color: #008BD4;
}

.sideBnr .sideBnrLinkManagement{
  background-color: #008BD5;
  color: #FFF;
}

.sideBnr .sideBnrLinkProperty{
  background-color: #EAF7FD;
  border: solid 1px #008BD4;
  color: #008BD4;
}

.sideBnr .sideBnrLinkInvest,
.sideBnr .sideBnrLinkManagement{
  margin-right: 10px;
}

.sideBnr .sideBnrLinkInvest:hover,
.sideBnr .sideBnrLinkManagement:hover,
.sideBnr .sideBnrLinkProperty:hover{
  opacity: 0.7;
}

/*-------チャットボックス-------*/

.goqsmile-chat-window .chat-window-toggled{
  bottom: 60px;
  height: 60px;
} 
.goqsmile-chat-window .chat-window-toggled .chat-header{
  height:30px;
}

.goqsmile-chat-window .chat-window{
  bottom:60px;
}

/*-------チャットボックス-------*/

/* ===================================
旧ページcommonスタイル(下層で使用されているためそのまま移行)
=================================== */
#wrapper {
  width: 950px;
  min-height: 300px;
  margin: 0 auto 31px;
  background: none;
  overflow: hidden;
}

#wrapper .sbox01Contents {
  width: 860px;
  padding-left: 90px;
  background: url(/kanri/common/img/bg_subtitle01.gif) repeat-y left;
  position: relative;
  margin-top: 20px;
  min-height: 400px;
  height: auto!important;
}

#wrapper .sbox01 .sbox01Contents .sbox01Title {
  width: 60px;
  position: absolute;
  top: 0;
  left: 0;
}

.emeNotes {
  width: 950px;
  margin: 0 auto 15px;
  padding: 15px;
  font-size: 12px;
  border: 2px solid #F00;
  box-sizing: border-box;
  background: #FFF;
}
.emetitle {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
}
.emeHours {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #F00;
}
.emeLink {
  display: block;
  margin: 5px 0;
  width: 340px;
}
.emeLink:hover {
  color:#F00;
}
.emeLinkTxt {
  font-size: 16px;
}
