/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./Site/User/Web/scss/main.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*************************************************
 変数定義
**************************************************/
/*------------------------------------------------
 フォント
------------------------------------------------*/
.wv-font-sm2 {
  font-size: 12px; }

.wv-font-sm {
  font-size: 14px; }

.wv-font-lg {
  font-size: 18px; }

.wv-font-lg2 {
  font-size: 20px; }

.wv-font-lg3 {
  font-size: 24px; }

.wv-font-lg4 {
  font-size: 28px; }

.wv-font-lg5 {
  font-size: 32px; }

/*
 * アイコンフォント
 *
 * 例
 *     <div class="wv-i i-info">テキスト</div>
 *     <div class="wv-i i-search">テキスト</div>
 */
.wv-i {
  list-style: none; }
  .wv-i:before {
    font-family: 'Font Awesome 5 Free';
    color: #005c91;
    margin-right: 3px;
    font-weight: bold; }
  .wv-i.i-info:before {
    content: "\f05a"; }
  .wv-i.i-search:before {
    content: "\f002"; }
  .wv-i.i-hand:before {
    content: "\f0a4"; }
  .wv-i.i-question:before {
    content: "\f059"; }
  .wv-i.i-exclamation:before {
    content: "\f071"; }
  .wv-i.i-search-plus:before {
    content: "\f00e"; }

i.fa-star {
  color: #f4f4f4; }

i.fa-star-half-alt {
  color: #ffe933; }

i.starYellow {
  color: #ffe933; }

.text-red {
  color: red; }

/*-------------------------------------------------
 タグ共通設定
-------------------------------------------------*/
html, body {
  height: 100%;
  color: #333333;
  font: 16px "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝", YuMincho, "HG明朝E", serif; }

@media print {
  body {
    -webkit-print-color-adjust: exact; }
  a[href]:after {
    content: "" !important; }
  abbr[title]:after {
    content: "" !important; } }

a, a:hover, a:focus {
  text-decoration: none;
  transition: 0.5s;
  color: #333333; }

figure {
  margin: 0; }

/*************************************************
 UI部品
*************************************************/
/*------------------------------------------------
 ボタン
------------------------------------------------*/
.btn-primary {
  background-color: #001826;
  border-color: #001826; }

.btn-outline-secondary {
  border-color: #001826; }

.width-half-center {
  width: 50%;
  margin-left: auto !important;
  margin-right: auto !important; }

.box-btnSns {
  padding-top: 15px; }
  .box-btnSns .btnSns {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
    @media screen and (max-width: 768px) {
      .box-btnSns .btnSns {
        margin-left: 0.2rem;
        margin-right: 0.2rem; } }
    .box-btnSns .btnSns img {
      max-height: 50px;
      max-width: 100%; }
      @media screen and (max-width: 768px) {
        .box-btnSns .btnSns img {
          height: 20px; } }

.btnSnsLogin img {
  width: 100%;
  max-width: 300px; }

/*------------------------------------------------
 フォーム
------------------------------------------------*/
input[type="radio"] {
  transform: scale(1.5);
  margin-right: 0.5em; }

input[name="birthday"] {
  width: 120px;
  ime-mode: inactive; }

input[name="zip"] {
  width: 120px;
  ime-mode: inactive; }

/*------------------------------------------------
 ページャ
------------------------------------------------*/
.box-pager .wv-pager {
  margin: 5px;
  text-align: center;
  font-size: 14px; }
  .box-pager .wv-pager ul {
    margin: 0;
    padding: 0; }
    .box-pager .wv-pager ul li {
      display: inline-block; }
      .box-pager .wv-pager ul li a {
        background: #005c91;
        color: white;
        border-radius: 5px;
        padding: 5px 10px; }
        .box-pager .wv-pager ul li a:hover, .box-pager .wv-pager ul li a:active, .box-pager .wv-pager ul li a:focus {
          opacity: 0.7;
          filter: alpha(opacity=70); }
      @media screen and (max-width: 768px) {
        .box-pager .wv-pager ul li {
          margin-left: 2px;
          margin-right: 2px; }
          .box-pager .wv-pager ul li a {
            font-size: 12px;
            padding: 5px 7px; } }
  .box-pager .wv-pager .status-active a {
    opacity: 0.7;
    filter: alpha(opacity=70); }
  .box-pager .wv-pager .summary {
    font-size: 18px; }
    @media screen and (max-width: 768px) {
      .box-pager .wv-pager .summary {
        display: none; } }

/*------------------------------------------------
 テーブル
------------------------------------------------*/
table.wv-table thead tr {
  border-left: dotted 1px #dfdfdf;
  border-right: dotted 1px #dfdfdf;
  border-bottom: dotted 1px #dfdfdf;
  background-color: #EEEEEE; }
  table.wv-table thead tr:first-child {
    border-top: dotted 1px #dfdfdf; }
  table.wv-table thead tr th {
    padding: 10px;
    text-align: center;
    text-shadow: 0 1px 0 #dfdfdf; }

table.wv-table tbody tr {
  border-left: dotted 1px #dfdfdf;
  border-right: dotted 1px #dfdfdf;
  border-bottom: dotted 1px #dfdfdf; }
  table.wv-table tbody tr:first-child {
    border-top: dotted 1px #dfdfdf; }
  table.wv-table tbody tr td {
    padding: 10px;
    text-align: left; }
    table.wv-table tbody tr td:first-child {
      background-color: #F5EDD1; }

/*------------------------------------------------
 定義リスト
------------------------------------------------*/
dl.wv-desc dt {
  background-color: #001826;
  border-top: solid 1px #dfdfdf;
  color: white;
  font-weight: normal;
  padding: 0.5rem; }
  dl.wv-desc dt:last-of-type {
    border-bottom: solid 1px #dfdfdf; }
  @media screen and (max-width: 768px) {
    dl.wv-desc dt {
      background-color: white;
      border: none;
      color: #333333;
      border-left: solid 5px #001826;
      font-weight: bold;
      margin-left: 8px;
      padding: .1rem .5rem; }
      dl.wv-desc dt:last-of-type {
        border: none;
        border-left: solid 5px #001826; } }

dl.wv-desc dd {
  margin-bottom: 0;
  border-top: solid 1px #dfdfdf;
  padding: 0.5rem; }
  dl.wv-desc dd:last-child {
    border-bottom: solid 1px #dfdfdf; }
  @media screen and (max-width: 768px) {
    dl.wv-desc dd {
      border: none; }
      dl.wv-desc dd:last-child {
        border: none; } }

/*------------------------------------------------
 リスト
------------------------------------------------*/
@media screen and (max-width: 768px) {
  .list-group-item {
    padding: 0.25rem 0.25rem; } }

ul.wv-ul-disc {
  list-style-type: disc; }

ul.wv-ul-none {
  list-style-type: none;
  margin-bottom: 10px;
  padding: 0; }

ul.wv-ul-custom {
  font-size: 16px;
  -webkit-padding-start: 20px; }
  ul.wv-ul-custom li {
    list-style: none;
    position: relative; }
    ul.wv-ul-custom li:before {
      font-family: "Font Awesome 5 Free";
      content: "\f0c8";
      font-weight: bold;
      font-style: normal;
      line-height: 1.5;
      color: #005c91;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      position: absolute;
      left: -0.8em; }
  ul.wv-ul-custom > li:before {
    left: -1.2em;
    content: "\f0c8"; }
  ul.wv-ul-custom > li > ul > li:before {
    left: -0.8em;
    content: "\f0da"; }

ul.wv-ul-check {
  -webkit-padding-start: 30px; }
  ul.wv-ul-check > li {
    list-style: none;
    position: relative; }
    ul.wv-ul-check > li:before {
      font-family: "Font Awesome 5 Free";
      content: "\f05d";
      font-weight: bold;
      font-style: normal;
      font-size: 20px;
      line-height: 1.2;
      color: #005c91;
      display: inline-block;
      -webkit-font-smoothing: antialiased;
      position: absolute;
      left: -1.0em; }

ol.wv-ol-parenthesis {
  list-style-type: none;
  padding: 0 0.5em; }
  ol.wv-ol-parenthesis > li {
    padding: 0 30px;
    counter-increment: cnt; }
    ol.wv-ol-parenthesis > li:before {
      position: absolute;
      left: 1.5rem;
      content: "(" counter(cnt) ") "; }

ol.wv-ol-circle {
  counter-reset: number;
  list-style-type: none !important;
  padding: 0.5em; }
  ol.wv-ol-circle li {
    position: relative;
    padding: 0.3em 0.3em 0.3em 30px; }
    ol.wv-ol-circle li:before {
      position: absolute;
      counter-increment: number;
      content: counter(number);
      display: inline-block;
      background: #001826;
      color: white;
      border-radius: 50%;
      left: 0;
      width: 25px;
      height: 25px;
      line-height: 25px;
      text-align: center;
      /*
             top: 50%;
             -moz-transform: translateY(-50%);
             -webkit-transform: translateY(-50%);
             -o-transform: translateY(-50%);
             -ms-transform: translateY(-50%);
             transform: translateY(-50%);
             */ }

.toHelp {
  text-decoration: underline;
  font-weight: bold; }

/*------------------------------------------------
 見出し
------------------------------------------------*/
.title-page {
  padding: 10px;
  border-left: 6px solid #001826;
  font-size: 24px;
  text-shadow: 1px 1px 2px #333; }

.title-sub {
  margin: 5px 0 10px 0;
  padding: 3px 10px;
  border-left: 6px solid #001826;
  font-size: 20px;
  text-shadow: 1px 1px 2px #333; }

.box-title-sub {
  background: rgba(255, 182, 193, 0.5);
  padding: 10px;
  border-radius: 10px;
  font-size: 20px; }

.title-line-left {
  border-left: solid 6px #001826;
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
  text-align: left; }

.title-line-left-sm {
  border-left: solid 6px #001826;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
  text-align: left; }

/*------------------------------------------------
 ボーダー
------------------------------------------------*/
.wv-border-outline {
  border: 1px solid #001826;
  border-radius: 10px;
  padding: 10px; }

/*------------------------------------------------
 水平線
------------------------------------------------*/
.wv-hr1 {
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #fff; }

.wv-hr1-lg {
  border-top: 2px solid #bbb;
  border-bottom: 2px solid #fff; }

.wv-hr2 {
  border-top: 3px double #bbb;
  border-bottom: 3px double #fff;
  margin: 10px 0; }

.wv-hr-dotted {
  border-top: 1px dotted #bbb; }

.wv-border-last {
  border-bottom: 1px solid #dee2e6; }

/*------------------------------------------------
 タブ・メニュー
------------------------------------------------*/
.tabSort .nav .nav-item a.active, .tabSort .nav .nav-item a:hover {
  font-weight: bold; }

@media screen and (max-width: 768px) {
  .tabSort {
    font-size: 12px; } }

.tabMyPage .nav .nav-item a {
  border: 1px solid #6e6e6e; }
  .tabMyPage .nav .nav-item a.active, .tabMyPage .nav .nav-item a:hover {
    font-weight: bold; }

@media screen and (max-width: 768px) {
  .tabMyPage {
    font-size: 10px; }
    .tabMyPage .nav-link {
      padding-left: 0;
      padding-right: 0; } }

/*------------------------------------------------
 モーダルダイアログ
------------------------------------------------*/
#loading {
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -100px 0 0 -100px;
  z-index: 1001;
  display: none; }

#loadingMap {
  position: fixed;
  left: 50%;
  top: 20%;
  margin: -50px 0 0 -50px;
  z-index: 1002;
  display: none; }

.wv-modal-back {
  position: fixed;
  z-index: 1000;
  height: 100%;
  width: 200%;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.70;
  display: none; }

.boxUploadImgModal {
  width: 100%; }
  .boxUploadImgModal .uploadImgModal {
    display: none;
    position: fixed;
    top: 20px;
    z-index: 2000;
    width: 50%;
    background: white;
    padding: 10px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .boxUploadImgModal .uploadImgModal {
        width: 90%; } }
    .boxUploadImgModal .uploadImgModal img {
      max-width: 70%;
      height: auto; }
    .boxUploadImgModal .uploadImgModal input[name="uploadData"] {
      display: none; }
    .boxUploadImgModal .uploadImgModal #execUpload {
      display: none; }
    .boxUploadImgModal .uploadImgModal .editCaution {
      display: none; }

/*------------------------------------------------
 コンポーネント
------------------------------------------------*/
.img-circle {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  margin: 5px; }

.img-circle-lg {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  margin: 5px;
  height: 180px;
  width: 180px; }

.img-circle-sm {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  margin: 5px;
  height: 40px;
  width: 40px; }

.img-circle-ss {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  margin: 5px;
  height: 30px;
  width: 30px; }

.update-time {
  font-size: 12px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  margin: .3rem 0; }

/*
 *
 * 物件リスト（通常レイアウト）
 *
 */
.tatemonoList .tatemonoTitle {
  padding: 0.8rem;
  font-size: 20px;
  font-weight: bold; }
  .tatemonoList .tatemonoTitle a {
    font-weight: bold; }
  .tatemonoList .tatemonoTitle .lblItemStatus {
    padding: .4rem;
    padding-bottom: .15rem;
    font-size: 18px;
    font-weight: bold;
    color: white;
    border-radius: 10px; }
    .tatemonoList .tatemonoTitle .lblItemStatus.new {
      background: #EC660B;
      opacity: 0.8;
      filter: alpha(opacity=80); }
    .tatemonoList .tatemonoTitle .lblItemStatus.recommend {
      background: #005c91;
      opacity: 0.8;
      filter: alpha(opacity=80);
      color: #faf3a0; }

/*
 *
 * 物件リスト（カードレイアウト）
 *
 */
.itemList .card {
  height: 100%; }
  .itemList .card .box-img-thumbnail {
    position: relative; }
    .itemList .card .box-img-thumbnail .lblItemStatus {
      position: absolute;
      top: 0;
      left: 0;
      padding: .5rem;
      font-size: 20px;
      font-weight: bold;
      color: white;
      border-bottom-right-radius: 20px; }
      .itemList .card .box-img-thumbnail .lblItemStatus.new {
        background: #EC660B;
        opacity: 0.8;
        filter: alpha(opacity=80); }
  .itemList .card .card-body {
    line-height: 1.5; }
    .itemList .card .card-body hr {
      margin-top: .2rem;
      margin-bottom: .2rem; }
    .itemList .card .card-body .card-brand {
      font-size: 12px; }
    .itemList .card .card-body .card-title {
      font-size: 18px;
      font-weight: bold;
      color: #000609; }
    .itemList .card .card-body .card-item-title {
      background: #005c91;
      border-radius: 3px;
      color: white;
      padding: 0.2rem;
      font-size: 14px; }
    .itemList .card .card-body .card-item-title-sub {
      background: #6e6e6e;
      border-radius: 3px;
      color: white;
      padding: 0.2rem;
      margin-right: 0.2rem; }
    .itemList .card .card-body .card-recom {
      font-size: 14px; }
    .itemList .card .card-body .card-text {
      font-size: 14px;
      margin-bottom: 2rem; }
    .itemList .card .card-body .card-time {
      position: absolute;
      bottom: 1px; }
  .itemList .card .card-category .card-category_Item {
    background: #001826;
    border-radius: 10px;
    padding: 0 8px;
    font-size: 12px;
    color: white; }

/*
 *
 * 物件詳細
 *
 */
.lblItemDetail {
  padding: .4rem;
  padding-bottom: .15rem;
  font-size: 18px;
  font-weight: bold;
  color: white;
  border-radius: 10px; }
  .lblItemDetail.new {
    background: #EC660B;
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .lblItemDetail.recommend {
    background: #005c91;
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #faf3a0; }

/*-------------------------------------------------
 バリデーション
-------------------------------------------------*/
.wvInvalid {
  background: #d9534f; }

.formErrorMessage {
  color: #d9534f;
  font-size: 14px;
  display: none; }

/*------------------------------------------------
 その他
------------------------------------------------*/
/*
    空白調整
    Bootstrap 空白ユーティリティ
 */
/*
    段落(<>p)の空白調整
    p の Bootstrap デフォルト値：margin-top: 0; margin-bottom: 1rem;
    上下が均等でなく下のみ割り振られているので、フォームのラベル等で利用する際に上下均等にする。
 */
p.mtb-even {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

/*
    表示調整
    Bootstrap 表示ユーティリティ
 */
/*
    垂直方向の余白調整（上下余白）
    用例：<div class="vspace10"></div>
 */
.vspace5 {
  height: 5px; }

.vspace10 {
  height: 10px; }

.vspace20 {
  height: 20px; }

.vspace30 {
  height: 30px; }

.vspace40 {
  height: 40px; }

.vspace50 {
  height: 50px; }

.vspace100 {
  height: 100px; }

.vspace150 {
  height: 150px; }

.vspace200 {
  height: 200px; }

.vspace300 {
  height: 300px; }

.wv-breadCrumb {
  margin-top: 5px;
  font-size: 12px; }

.breadcrumb {
  padding: .3rem .3rem;
  font-size: 12px;
  background: none; }

.mark-status-active {
  background-color: #EC660B;
  color: white;
  padding: 2px 5px;
  margin: 5px 5px;
  border-radius: 3px; }

.mark-require:before {
  background-color: #EC660B;
  color: white;
  padding: 2px 5px;
  margin: 5px 5px;
  border-radius: 3px;
  background-color: #C00C00;
  opacity: 0.7;
  filter: alpha(opacity=70);
  content: "必須";
  margin-left: 1px; }

.mark-status-unchecked {
  background-color: #EC660B;
  color: white;
  padding: 2px 5px;
  margin: 5px 5px;
  border-radius: 3px;
  background-color: #C00C00; }

.annotation {
  color: #333333;
  font-size: 14px; }
  .annotation a {
    font-weight: bold; }

.caution {
  color: #000040;
  font-size: 16px; }
  .caution a {
    font-weight: bold; }

.caution-lg {
  color: #000040;
  font-size: 18px; }
  .caution-lg a {
    font-weight: bold; }

.box-caution {
  color: #000040;
  font-size: 20px;
  padding: 20px; }
  .box-caution a {
    font-weight: bold; }

.box-caution-sm {
  color: #000040;
  font-size: 16px;
  padding: 20px; }
  .box-caution-sm a {
    font-weight: bold; }

.box-caution-ex {
  color: #000040;
  font-size: 20px;
  padding: 20px 15px;
  background: #009df8;
  border: 1px solid #333333;
  border-radius: 8px; }
  .box-caution-ex a {
    font-weight: bold; }

.box-caution-recommend {
  color: #000040;
  color: #0f6674;
  border: 1px dotted #001826;
  border-radius: 10px;
  padding: 10px; }
  .box-caution-recommend a {
    font-weight: bold; }

.box-contents {
  color: #000040;
  font-size: 18px;
  padding: 20px 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #EEEEEE;
  border: 1px solid #333333;
  border-radius: 8px; }
  .box-contents a {
    font-weight: bold; }

.arrow-box {
  position: absolute;
  display: none;
  padding: 10px;
  border-radius: 8px;
  background: #333333;
  color: white; }
  .arrow-box:after {
    position: absolute;
    bottom: 100%;
    left: 5%;
    width: 0;
    height: 0;
    margin-left: -10px;
    border: solid rgba(51, 51, 51, 0);
    border-bottom-color: #333333;
    border-width: 10px;
    pointer-events: none;
    content: " "; }

/*************************************************
 各画面
*************************************************/
/*-------------------------------------------------
 ヘッダー
-------------------------------------------------*/
header {
  color: white; }
  @media screen and (max-width: 768px) {
    header {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 800;
      width: 100%; } }
  header a {
    color: white; }
  header nav {
    background: #001826; }
    header nav .navbar-brand {
      font-size: 15px;
      color: white !important;
      margin-right: 0.5rem; }
      header nav .navbar-brand img {
        width: 30px; }
    header nav .navbar-nav .img-circle-ss {
      margin: 0; }
    @media screen and (max-width: 768px) {
      header nav .navbar-nav li.nav-item {
        width: 100%;
        text-align: left !important; }
      header nav .navbar-brand {
        padding-top: 0;
        padding-bottom: 0; }
        header nav .navbar-brand img {
          width: 50px; } }
  header .mainMenu {
    background: #001826;
    text-align: center; }
    header .mainMenu ul {
      border-bottom: 1px solid #001826; }
      header .mainMenu ul li {
        margin-left: 5px;
        margin-right: 5px;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
        padding: 10px 15px 5px 15px;
        background: white;
        opacity: 0.5; }
        header .mainMenu ul li a {
          color: #495057;
          letter-spacing: 2px;
          text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8); }
        header .mainMenu ul li.active {
          opacity: 1; }
  header .header-alert {
    position: relative; }
    header .header-alert .alert-count {
      display: inline-block;
      background-color: #EC660B;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      font-size: 12px;
      line-height: 35px;
      text-align: center; }
      @media screen and (max-width: 768px) {
        header .header-alert .alert-count {
          width: 35px;
          height: 35px; } }
  header .navbar-light .navbar-nav .nav-link {
    color: white; }
  header .navbar {
    padding-top: .3rem;
    padding-bottom: 0; }
    header .navbar .navbar-toggler {
      background-color: white; }
  header .hr-tabMenuBottom {
    height: 15px;
    background: white; }

.collapsing {
  transition: height 0.1s ease; }

.btnHistoryBack {
  display: none; }

.btnHistoryBackNative {
  display: none;
  position: fixed;
  z-index: 998;
  top: 40px;
  left: 40px; }
  .btnHistoryBackNative a {
    display: block;
    background-color: #005c91;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    color: #333333; }
    .btnHistoryBackNative a p {
      font-size: 16px;
      padding-top: 10px;
      font-weight: bold; }
    .btnHistoryBackNative a i {
      margin-top: -10px;
      font-size: 30px; }

/*-------------------------------------------------
 フッター
-------------------------------------------------*/
footer {
  background: #001826;
  color: white; }
  footer .navbar-brand {
    padding-top: 0; }
  footer a, footer a:hover, footer a:focus {
    color: white; }
  footer .linkSns {
    margin-bottom: 15px; }
    footer .linkSns img {
      width: 50px;
      margin-left: 2%;
      margin-right: 2%; }
  @media screen and (max-width: 768px) {
    footer .foooterMenuTitle {
      padding-bottom: 5px;
      border-bottom: 1px solid white; }
    footer .list-group-item {
      background: none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
      footer .list-group-item:last-child {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; }
    footer .copyright {
      font-size: 12px; } }

/*-------------------------------------------------
 メインエリア
-------------------------------------------------*/
#main {
  padding-top: 80px;
  padding-bottom: 100px; }

/*-------------------------------------------------
 デバッグ
-------------------------------------------------*/
#debug {
  font-size: 12px;
  background: #FFFFB4; }

.box-testInput {
  text-align: center;
  padding: 5px;
  background: #FFFFB4;
  margin: 10px 0; }
  .box-testInput .btn-test {
    background-color: #333333;
    color: white;
    text-align: center;
    line-height: 2.5;
    border-radius: 20px;
    padding: 5px 20px;
    margin: 5px auto; }
    .box-testInput .btn-test:hover {
      cursor: pointer;
      opacity: 0.8;
      filter: alpha(opacity=80); }
  .box-testInput .testInputVal {
    display: none; }

/*-------------------------------------------------
 メッセージ
-------------------------------------------------*/
.master-message {
  font-size: 20px;
  padding: 10px;
  opacity: 0.7; }

.master-message-debug {
  background: #FFFFB4;
  border-radius: 10px;
  padding: 10px; }

.master-message-error {
  background: #d9534f;
  border-radius: 10px;
  padding: 10px; }

.master-message-warning {
  background: #f0ad4e;
  border-radius: 10px;
  padding: 10px; }

.master-message-info {
  background: #5bc0de;
  border-radius: 10px;
  padding: 10px; }

.master-message-success {
  background: #5cb85c;
  border-radius: 10px;
  padding: 10px; }

.master-message-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 20px;
  width: 40%;
  min-height: 200px;
  background: white;
  z-index: 1100; }
  .master-message-dialog .dialog__wrap {
    width: 100%;
    height: 100%; }
    .master-message-dialog .dialog__wrap .dialog__head {
      height: 30px;
      background: black; }
    .master-message-dialog .dialog__wrap .dialog__btn_close {
      width: 50%;
      margin-left: auto;
      margin-right: auto; }
  @media screen and (max-width: 768px) {
    .master-message-dialog {
      width: 90%; } }

.master-message-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 20px;
  width: 40%;
  background: white;
  z-index: 1100; }

/*-------------------------------------------------
 ヘルプ
-------------------------------------------------*/
.help .title {
  font-size: 18px;
  margin-top: 15px; }

.help .question {
  font-size: 18px;
  margin-top: 15px; }
  .help .question i {
    padding-right: 3px; }

/*-------------------------------------------------
 トップ
-------------------------------------------------*/
.boxAppDownload {
  position: relative;
  /* ティッカー（ニーズ） */
  overflow: hidden;
  /* 【重要】はみ出しは非表示（横スクロール出現防止） */
  /* 位置の移動 */
  /* フォント色変更 */
  /* 注意書き（バナー内最下部配置） */ }
  .boxAppDownload .btnAppDownload {
    position: absolute;
    top: 70%;
    left: 40%; }
    @media screen and (max-width: 768px) {
      .boxAppDownload .btnAppDownload {
        left: 10%; } }
    .boxAppDownload .btnAppDownload img {
      width: 30%; }
      @media screen and (max-width: 1500px) {
        .boxAppDownload .btnAppDownload img {
          width: 20%; } }
      @media screen and (max-width: 768px) {
        .boxAppDownload .btnAppDownload img {
          width: 40%; } }
  .boxAppDownload .boxText {
    position: absolute;
    top: 20vh;
    width: 100%;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 2px #1f2335;
    padding-left: 40px;
    padding-right: 40px;
    opacity: 0;
    color: yellow;
    -webkit-animation: fadeIn 2s ease 2s 1 normal forwards;
            animation: fadeIn 2s ease 2s 1 normal forwards; }
    @media screen and (max-width: 768px) {
      .boxAppDownload .boxText {
        top: 10vh; } }
    .boxAppDownload .boxText .boxText-title {
      font-size: 2.4rem; }
    .boxAppDownload .boxText .boxText-catch {
      font-size: 1.4rem; }
    .boxAppDownload .boxText .detail {
      opacity: 0;
      -webkit-animation: fadeIn 4s ease-in-out 3s 1 normal forwards;
              animation: fadeIn 4s ease-in-out 3s 1 normal forwards; }
  .boxAppDownload .needsItem {
    position: absolute;
    width: 100%;
    /* overflow : hidden; */
    /* boxAppDownload で当て済みなので不要 */ }
  .boxAppDownload .itemSlideToLeft p {
    /*padding-left: 100%;*/
    /* 最初は右寄せ → ランダム化のためインラインに変更 */
    white-space: nowrap;
    /* 【重要】ボックスサイズが指定されている場合にも自動改行しない */
    -webkit-animation: slideToLeft 10s linear infinite;
            animation: slideToLeft 10s linear infinite; }
  .boxAppDownload .needsItem a {
    color: white;
    font-weight: bold;
    text-shadow: 1px 3px 2px #333;
    -webkit-animation: animeColorChange 10s ease-in-out infinite;
            animation: animeColorChange 10s ease-in-out infinite; }
    .boxAppDownload .needsItem a:hover {
      color: yellow; }

@-webkit-keyframes slideToLeft {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-120%); }
  /* 100%だと端まで行かない */ }

@keyframes slideToLeft {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-120%); }
  /* 100%だと端まで行かない */ }

@-webkit-keyframes animeColorChange {
  0% {
    opacity: 0; }
  20% {
    opacity: 0.8; }
  50% {
    opacity: 1.0; }
  80% {
    opacity: 0.5; }
  100% {
    opacity: 0; } }

@keyframes animeColorChange {
  0% {
    opacity: 0; }
  20% {
    opacity: 0.8; }
  50% {
    opacity: 1.0; }
  80% {
    opacity: 0.5; }
  100% {
    opacity: 0; } }
  .boxAppDownload .needsCaution {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: yellow; }
    @media screen and (max-width: 768px) {
      .boxAppDownload .needsCaution {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 14px; } }

/* 注意書き（バナー外直下配置） */
@-webkit-keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.telop-alert {
  font-size: 18px;
  font-weight: bold;
  color: #ff3b19;
  -webkit-animation: blink 1s ease-in-out infinite alternate;
          animation: blink 1s ease-in-out infinite alternate; }
  @media screen and (max-width: 768px) {
    .telop-alert {
      font-size: 14px; } }

/* 段差で背景画像のアニメーションを実行 */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes bgAnime {
  0% {
    opacity: 0;
    transform: scale(1, 1); }
  25% {
    opacity: 1;
    transform: scale(1.1, 1.1); }
  100% {
    opacity: 1;
    transform: scale(1.2, 1.2); } }

@keyframes bgAnime {
  0% {
    opacity: 0;
    transform: scale(1, 1); }
  25% {
    opacity: 1;
    transform: scale(1.1, 1.1); }
  100% {
    opacity: 1;
    transform: scale(1.2, 1.2); } }

.boxSearchSelect .btnSearchSelect {
  width: 100%;
  text-align: center; }
  .boxSearchSelect .btnSearchSelect a {
    font-size: 14px;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .boxSearchSelect .btnSearchSelect a {
        font-size: 10px; } }
  .boxSearchSelect .btnSearchSelect img {
    width: 80%;
    max-width: 100px; }
    @media screen and (max-width: 768px) {
      .boxSearchSelect .btnSearchSelect img {
        width: 60%; } }

#keywordModal .modal-dialog {
  margin: 20rem auto; }

.nav-pills .nav-link.active {
  background: #001826; }

.top-check-square {
  font-size: 18px;
  margin-right: 3px;
  color: #001826; }

.basicList .active {
  background: #f0ad4e; }

/*-------------------------------------------------
 物件一覧
-------------------------------------------------*/
.tatemono-searchForm {
  padding: 10px 30px;
  background: #fafafa;
  border: 1px solid #c3c3c3;
  border-radius: 10px;
  width: 100%;
  text-align: left; }
  @media screen and (max-width: 768px) {
    .tatemono-searchForm {
      padding: 10px 10px; } }
  .tatemono-searchForm .areaCheckList {
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 0.5rem; }
    .tatemono-searchForm .areaCheckList .prefList {
      margin-bottom: 0; }
      .tatemono-searchForm .areaCheckList .prefList .lblPref {
        font-size: 18px;
        font-weight: bold; }
  .tatemono-searchForm .searchForm__keyword input {
    display: inline-block;
    max-width: 486px; }
  .tatemono-searchForm .searchForm__btn .btn {
    font-size: 14px; }
  .tatemono-searchForm .boxToggleForm {
    display: none; }
  .tatemono-searchForm .btnCloseForm, .tatemono-searchForm .btnOpenForm {
    font-size: 18px;
    display: none; }
  .tatemono-searchForm .showClosed, .tatemono-searchForm .showOpened {
    display: none; }

.tatemonoType {
  margin-bottom: 5px; }
  .tatemonoType .tatemonoType__label {
    background-color: #EC660B;
    color: white;
    padding: 2px 5px;
    margin: 5px 5px;
    border-radius: 3px;
    background: #005c91;
    font-size: 12px;
    margin: 0; }

.niceIcon {
  color: #EC660B; }

/*-------------------------------------------------
 プロフィール
-------------------------------------------------*/
.profileHeaderImg .imgProfileCover {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 400px; }
  @media screen and (max-width: 400px) {
    .profileHeaderImg .imgProfileCover {
      height: 300px; } }
  .profileHeaderImg .imgProfileCover .img-Cover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* X方向に-50%移動, Y方向に-50%移動 */
    width: 100%;
    height: auto; }
  .profileHeaderImg .imgProfileCover .btnChangeProfileCover {
    position: absolute;
    bottom: -10px;
    width: 100%;
    padding-right: 10px;
    font-size: 15px;
    color: white; }
    .profileHeaderImg .imgProfileCover .btnChangeProfileCover .openUploadImgModal {
      cursor: pointer;
      background: rgba(0, 0, 0, 0.2);
      border-radius: 20px;
      padding: 5px 20px; }

.profileHeaderImg .boxImgProfileIcon {
  width: 150px;
  position: absolute;
  bottom: 20px;
  left: 5%; }
  .profileHeaderImg .boxImgProfileIcon .imgProfileIcon {
    position: relative; }
    .profileHeaderImg .boxImgProfileIcon .imgProfileIcon img {
      border-radius: 50%;
      height: 80px;
      width: 80px;
      margin: 5px;
      height: 120px;
      width: 120px;
      border: 5px solid white; }
    .profileHeaderImg .boxImgProfileIcon .imgProfileIcon .btnChangeProfileIcon {
      position: absolute;
      bottom: 20%;
      left: 10%;
      font-size: 12px;
      color: white;
      width: 100px; }
      .profileHeaderImg .boxImgProfileIcon .imgProfileIcon .btnChangeProfileIcon .openUploadImgModal {
        cursor: pointer;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 20px;
        padding: 5px 5px; }
    .profileHeaderImg .boxImgProfileIcon .imgProfileIcon .btnFollow {
      position: absolute;
      bottom: 20%;
      left: 10%;
      font-size: 12px;
      color: white;
      width: 100px; }
      .profileHeaderImg .boxImgProfileIcon .imgProfileIcon .btnFollow .confirmRegist {
        cursor: pointer;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 20px;
        padding: 5px 5px; }
        .profileHeaderImg .boxImgProfileIcon .imgProfileIcon .btnFollow .confirmRegist a {
          color: white;
          font-weight: bold; }

/*-------------------------------------------------
 静的ページ
-------------------------------------------------*/
a.help-link {
  text-decoration: underline;
  font-weight: bold; }

.help-aster {
  font-size: 14px;
  color: #0f6674;
  margin-left: 10px; }

/*-------------------------------------------------
 広告タグ（カエレバ専用）
-------------------------------------------------*/
.shoplinkamazon a, .shoplinkkindle a, .shoplinkrakuten a, .shoplinkyahoo a {
  transition: all ease-in-out .3s;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 13px; }

.shoplinkamazon a:hover, .shoplinkkindle a:hover, .shoplinkrakuten a:hover, .shoplinkyahoo a:hover {
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px); }

.shoplinkamazon a {
  background: #FF9901;
  border-radius: 7px;
  color: #fff; }

.shoplinkkindle a {
  background: #007dcd;
  border-radius: 7px;
  color: #fff; }

.shoplinkrakuten a {
  background: #c20004;
  border-radius: 7px;
  color: #fff; }

.shoplinkyahoo a {
  background: #7b0099;
  border-radius: 7px;
  color: #fff; }

.booklink-image {
  zoom: 1.2; }

.kaerebalink-box, .booklink-box {
  border: 1px #9C9996 solid;
  box-shadow: 2px 2px 4px gray;
  margin: 20px 0;
  display: flex;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  justify-content: space-around; }

.booklink-footer {
  display: none; }

.kaerebalink-info, .booklink-info {
  width: 43%;
  font-size: 16px; }

@media screen and (max-width: 640px) {
  .kaerebalink-box, .booklink-box {
    display: block; }
  .kaerebalink-info, .booklink-info {
    width: 100%; }
  .kaerebalink-image, .booklink-image {
    margin: 0 0 20px 0 !important;
    text-align: center;
    float: none !important; }
  .kaerebalink-name, .booklink-name {
    text-align: center; } }

/*-------------------------------------------------
 物件チャット（コメント投稿）
-------------------------------------------------*/
.commentUserList .commentTop:first-of-type {
  border-top: 1px dotted #001826;
  padding-top: 15px; }

.commentUserList .commentTop {
  border-bottom: 1px dotted #001826; }

.commentList .commentUserName {
  font-size: 12px; }

.commentList .commentBody .fukidashi {
  padding: 10px;
  border-radius: 10px;
  background: red;
  display: inline-block;
  text-align: left; }

.commentList .commentBody .bg-color-user {
  background: #ddf5cb; }

.commentList .commentBody .bg-color-dealer {
  background: #dffffd; }

.commentList .commmentInsTime {
  font-size: 12px; }

.commentList .btnCommentDel {
  font-size: 12px; }


/*# sourceMappingURL=main.css.map*/