@charset "UTF-8";
/* =====
 * 一般ページ　レイアウト
============================================================================= */
/* -----
 * ページヘッダー
----------------------------------------------------------------------------- */

/* -----
 * MainContents
----------------------------------------------------------------------------- */
#MainContents > h2 {
  font-size: 27.2px;
  font-size: 1.7rem;
}

#MainContents .button {
  width: 460px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
}

#MainContents .button a {
  display: block;
  text-indent: 0;
  line-height: 1.5;
}

#MainContents .button a .str {
  vertical-align: middle;
}

#MainContents .button.link a {
  color: #0b79b2;
  border: 2px solid #0b79b2;
  background-color: #fff;
  padding: 15px;
}

#MainContents .button.link a:after {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-image: url(../images/common/icon-outlink.png);
  position: static;
  vertical-align: middle;
  margin-left: 5px;
  -webkit-transform: none;
          transform: none;
}

#MainContents .button.request a {
  font-size: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

#MainContents .button.request a:before {
  display: inline-block;
  content: "";
  width: 25px;
  height: 19px;
  background: transparent url(../images/common/icon-email.png) 50% 50% no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  vertical-align: middle;
  margin-right: 12px;
}

#MainContents .section {
  margin-top: 60px;
}

#MainContents .section > h3 {
  font-size: 22.88px;
  font-size: 1.43rem;
  border-bottom: 1px solid #40a4d7;
}

#MainContents .section > h4 {
  color: #04679a;
}

#MainContents .section:first-child {
  margin-top: 0;
}

#MainContents .section ul {
  list-style: none;
  padding: 0;
}

#MainContents .section ul.check-list li {
  margin-top: 1em;
  padding-left: 35px;
  text-indent: -35px;
}

#MainContents .section ul.check-list li:first-child {
  margin-top: 0;
}

#MainContents .section ul.check-list li:before {
  display: inline-block;
  content: "";
  width: 23px;
  height: 23px;
  vertical-align: middle;
  margin-right: 12px;
  background: transparent url(../images/it-contract/icon-check.png) 0 0 no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

#MainContents .section.center,
#MainContents .section .center {
  text-align: center;
}

/* -----
 * OtherPageWrapper (お気に入り・各種お問い合わせ)
----------------------------------------------------------------------------- */
#OtherPageWrapper {
  width: 960px;
  margin: 35px auto 0;
}

#OtherPageWrapper .head-section {
  display: table;
  width: 100%;
  border-collapse: separate;
  line-height: 1.5;
}

#OtherPageWrapper .head-section .title {
  font-size: 22.4px;
  font-size: 1.4rem;
  display: table-cell;
  vertical-align: middle;
  background-color: #fff;
  border: 5px solid #f1f1f1;
  padding: 10px 20px 10px 15px;
}

#OtherPageWrapper .section-title {
  font-size: 22.88px;
  font-size: 1.43rem;
  background-color: #40a4d7;
  color: #fff;
  line-height: 1.5;
  padding: 10px 15px;
  margin: 0 0 20px;
}

/* -----
 * ナビゲーション
----------------------------------------------------------------------------- */
.pager-wrapper {
  margin-top: 50px;
  text-align: center;
}

.pager-wrapper .pager {
  display: inline-block;
  font-size: 14px;
}

.pager-wrapper .pager nav a {
  text-decoration: none;
}

.pager-wrapper .pager nav .first {
  margin-right: 0.5em;
}

.pager-wrapper .pager nav .last {
  margin-left: 0.5em;
}

.pager-wrapper .pager nav .num {
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  background-color: #f1f1f1;
  text-align: center;
  line-height: 30px;
  margin: 0 5px;
}

.pager-wrapper .pager nav .num.current {
  background-color: #5bacd6;
  color: #fff;
}

.pager-wrapper .pager .count {
  font-size: 11px;
  margin-top: 0.5em;
  color: #666;
}

.pager-wrapper.head {
  margin-top: 40px;
  text-align: left;
}

.pager-wrapper.head .sort {
  width: 180px;
  float: left;
  font-size: 13px;
}

.pager-wrapper.head .sort select {
  width: 100%;
  border-color: #5bacd6;
}

.pager-wrapper.head .pager {
  float: right;
}

.pager-wrapper.head .pager .count {
  text-align: right;
}



/* =====
 * 個別ページ　レイアウト
============================================================================= */
/* -----
 * BookmarkContents
----------------------------------------------------------------------------- */
/* -----
 * 物件リスト
----------------------------------------------------------------------------- */
#BookmarkContents {}

#BookmarkList {
  margin:15px auto;
  overflow: auto !important;
  word-wrap: normal;
}

#BookmarkItems { margin:0 0; font-size:85%;}
#BookmarkItems th, #BookmarkItems td {vertical-align:middle; border-bottom:solid 1px #CCCCCC;}
#BookmarkItems th {width:100px; padding:3px 6px; background:#F5F5F5; box-sizing: border-box;}
#BookmarkItems td {width:215px; padding:0 3px; box-sizing: border-box;}

#BookmarkItems .itemAction { width:100%; }
#BookmarkItems .itemAction a.toDetail { display:block; width:60px; float:left; }
#BookmarkItems .itemAction a.toInquire { display:block; width:120px; float:right; }

/* 物件比較テーブル 操作ボタン */
#BookmarkItems .controll th {background:#333366; color:#FFFFFF;}
#BookmarkItems .controll td {background:#333366; border-left:dotted 1px #FFFFFF;}
#BookmarkItems .controll div {height:18px; position:relative;}
/* 削除 */
#BookmarkItems .controll .delete {
  float: right;
  height: 16px;
  display: block;
  margin:0 3px 0 0;
  padding: 0 19px 0 0;
  font-size: 12px;
  line-height: 16px;
  background:url("../images/common/icon-cross01.png") right center no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  vertical-align: middle;
  color: #ffffff;
  text-decoration: none;
}

#BookmarkContents .contact-foot-section {
  margin: 20px 0;
}

#BookmarkContents .contact-foot-section .asset {
  display: table;
  width: 600px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  border-spacing: 10px;
}

#BookmarkContents .contact-foot-section .asset .inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  line-height: 1.5;
}

#BookmarkContents .contact-foot-section .asset a.general-btn__email:before {
  display: inline-block;
  content: "";
  width: 25px;
  height: 19px;
  background: transparent url(../images/common/icon-email.png) 50% 50% no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  vertical-align: middle;
  margin-right: 12px;
}

#BookmarkContents .contact-foot-section .asset a.general-btn__email:before .str {
  display: inline-block;
  vertical-align: middle;
}

#BookmarkContents .contact-foot-section .asset a.general-btn__close:after {
  width: 10px;
  height: 10px;
  background: transparent url(../images/common/icon-cross01.png) 50% 50% no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  vertical-align: middle;
}

#noItem {text-align:center; margin:100px 0;}
#noItem p {margin-bottom:30px;}


/* -----
 * フォーム
----------------------------------------------------------------------------- */
.form-section {
  padding: 35px 0;
}

.form-section .banner-area {
  text-align: center;
}

.form-section .note {}

.form-box {
  width;100%;
  margin:20px auto;
}

.form-box .form-table {width:100%; margin-top:20px;}
.form-box .form-table th, .form-box .form-table td {padding:10px; border-bottom:solid 1px #CCCCCC;}
.form-box .form-table th {width:250px; text-align:right; vertical-align:top; background:#F5F5F5;}

.form-table .form-inputlist {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.form-table .form-inputlist li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.form-table .icon-must {
  display: block;
  padding: 3px 5px;
  float:left;
  font-size: 85%;
  color: #ffffff;
  background-color: #ff6600;
  font-weight: bold;
}

.form-table .colL {width:100px; padding:10px; float:left; text-align:right; font-weight:bold;}
.form-table .colR {width:auto; padding:10px 0; float:left;}

.form-table .ti {width:300px;}
.form-table .ta {width:500px; height:200px;}

.form-box .submit-area {
  padding: 20px 0;
  text-align: center;
}
.form-box .submit-area .btn__back {
  background: #e7f7ff;
  color: #0b79b2;
  border: 3px solid #0b79b2;
  padding: 12px 32px 12px 12px;
}
.form-box .submit-area .btn__back:after {
  display: none;
}
.form-box .errMess {color:#CC0000; font-size:93%; font-weight:bold;}

.form-box #agreementForm {
  margin-top:10px;
  padding:20px;
  background:#e3eaf3;
  border:solid 3px #CCCCCC;
}
.form-box #agreementForm dt a {
  padding-right:10px;
  background:url("../images/common/icon-outlink.png") no-repeat right center;
  -webkit-background-size: 8px 8px;
          background-size: 8px 8px;
}
.form-box #agreementForm dd {
  padding: 0;
  margin: 0;
}
.form-box #agreementForm dd p.colL {
  width:150px;
  float:left;
  margin:10px 20px 10px 10px;
  padding:30px 15px;
  background:#FFFFFF;
  border-top:solid 1px #CCCCCC;
  border-left:solid 1px #CCCCCC;
}
.form-box #agreementForm dd p.colR {
}

.form-table #areaTerms li,
.form-table #trafficTerms li,
.form-table #budgetTerms li,
.form-table #intimeTerms li,
.form-table #rtypeTerms li,
.form-table #numberTerms li,
.form-table #reasonTerms li,
.form-table #parkTerms li,
.form-table #womansstaffTerms li {width:160px; float:left;}
.form-table li.w320 {width:320px !important;}


/* -----
 * リンク集
----------------------------------------------------------------------------- */
.link-section {
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}
.link-section .column-box {
  width:100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.link-section .column-box dt {
  position: relative;
  padding: 0 0 0 15px;
  margin: 15px 0 5px 0;
  font-weight: bold;
  background:url("../images/common/icon-arrow01.png") no-repeat left center;
  -webkit-background-size: 6px 10px;
          background-size: 6px 10px;
  line-height: 100%;
}
.link-section .column-box dt:before,
.link-section .column-box dt:after {
  display: block;
  content: "";
  width: 10px;
  border-right: 2px solid #8db4ca;
  position: absolute;
  left: -5px;
}
.link-section .column-box dt:before {
  top: 50%;
  bottom: 0;
  -webkit-transform: skewX(-30deg);
          transform: skewX(-30deg);
}
.link-section .column-box dt:after {
  top: 0;
  bottom: 50%;
  -webkit-transform: skewX(30deg);
          transform: skewX(30deg);
}
.link-section .column-box dd {
  padding: 0 0 0 15px;
  margin: 0;
  font-size: 90%;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (max-width:767px) {
  /* smart phone */
  #MainContents > h2 {
    font-size: 18px;
  }
  #MainContents .button {
    width: auto;
  }
  #MainContents .button a {
    font-size: inherit !important;
    letter-spacing: 0;
  }
  #MainContents .button.request a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #MainContents .section {
    margin-top: 40px;
  }
  #MainContents .section > h3 {
    font-size: 18px;
  }
  #MainContents .section ul {
    list-style: none;
    padding: 0;
  }
  #MainContents .section ul.check-list li {
    padding-left: 25px;
    text-indent: -25px;
  }
  #MainContents .section ul.check-list li:before {
    width: 18px;
    height: 18px;
    margin-right: 7px;
  }
  #OtherPageWrapper {
    width: auto;
    margin: 25px 0 40px;
  }

  #OtherPageWrapper .head-section {
    display: block;
    width: auto;
    padding: 0 20px;
  }

  #OtherPageWrapper .head-section .title {
    font-size: 16px;
    display: block;
    background-color: transparent;
    border: none;
    padding: 0 0 0.5em;
    margin: 0;
    border-bottom: 1px solid #ddd;
  }

  #OtherPageWrapper .section-title {
    font-size: 18px;
    padding: 7px 10px;
  }

  /* -----
   * ナビゲーション
  ----------------------------------------------------------------------------- */
  .pager-wrapper {
    margin-top: 30px;
  }
  .pager-wrapper .pager {
    font-size: 12px;
  }
  .pager-wrapper .pager nav .num {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    line-height: 20px;
    margin: 0 3px;
  }
  .pager-wrapper.head {
    margin-top: 0;
    text-align: center;
  }
  .pager-wrapper.head .sort {
    width: auto;
    float: none;
    margin-top: 20px;
    padding: 10px 0;
    position: relative;
  }
  .pager-wrapper.head .sort:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -20px;
    left: -20px;
    background-color: #f1f1f1;
    z-index: -1;
  }
  .pager-wrapper.head .sort select {
    width: 180px;
  }
  .pager-wrapper.head .pager {
    float: none;
    margin-top: 25px;
  }

  /* -----
   * 物件リスト
  ----------------------------------------------------------------------------- */
  #BookmarkContents .contact-foot-section {
    padding: 0 20px;
  }
  #BookmarkContents .contact-foot-section .asset {
    display: block;
    width: auto;
    height: auto;
  }
  #BookmarkContents .contact-foot-section .asset .inner {
    display: block;
    margin: 10px 0;
  }
  #BookmarkContents .contact-foot-section .asset a.general-btn__email:before {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #BookmarkContents .contact-foot-section .asset a.general-btn__email:after {
    display: none;
  }
  #BookmarkContents .contact-foot-section .asset a.general-btn__close:after {
    display: none;
  }


  /* -----
   * フォーム
  ----------------------------------------------------------------------------- */
  .form-section {
    padding: 35px 20px;
  }

  .form-section .banner-area {
  }

  .form-section .note {}

  .form-box {
  }

  .form-box .form-table {}
  .form-box .form-table th, .form-box .form-table td { display:block; padding:10px; border-bottom:solid 1px #CCCCCC;}
  .form-box .form-table th {width:100%; text-align:left; box-sizing: border-box; -webkit-box-sizing: border-box;}

  .form-table .form-inputlist {
  }
  .form-table .form-inputlist li {
  }

  .form-table .icon-must {
    float:right;
  }

  .form-table .colL {width:auto; padding:0; float:none; text-align:left; font-weight:bold;}
  .form-table .colR {width:auto; padding:0; float:none;}

  .form-table .ti {width:100%;}
  .form-table .ta {width:100%; height:auto;}

  .form-box .submit-area {
    padding: 20px 0;
    text-align: center;
  }
  .form-box .errMess {color:#CC0000; font-size:93%; font-weight:bold;}

  .form-box #agreementForm {
    margin-top:10px;
    padding:20px;
    background:#e3eaf3;
    border:solid 3px #CCCCCC;
  }
  .form-box #agreementForm dt a {
    padding-right:10px;
    background:url("../images/common/icon-outlink.png") no-repeat right center;
    -webkit-background-size: 8px 8px;
            background-size: 8px 8px;
  }
  .form-box #agreementForm dd {
    padding: 0;
    margin: 0;
  }
  .form-box #agreementForm dd p.colL {
    width:auto;
    float:none;
    margin:10px 20px 10px 10px;
    padding:30px 15px;
    background:#FFFFFF;
    border-top:solid 1px #CCCCCC;
    border-left:solid 1px #CCCCCC;
  }
  .form-box #agreementForm dd p.colR {
  }

  .form-table li.w320 {width:auto !important;}


  /* -----
   * リンク集
  ----------------------------------------------------------------------------- */
  .link-section .column-box {
    width:90%;
    margin: 0 auto;
  }

}


/* -----
 * サイトマップ
----------------------------------------------------------------------------- */
.sitemap {}
.sitemap ul {
  margin: 0;
  padding: 0;
}
.sitemap li {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0 0 0 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style-type: disc;
  list-style-position: inside;
}
@media screen and (max-width:767px) {
  .sitemap ul {
    margin: 0;
    padding: 0;
  }
  .sitemap li {
    float: none;
    width: auto;
    margin: 0 0 0 2em;
    padding: 0;
    list-style-position: outside;
  }
}

dl.detail_newbuild{
    line-height: 1em;
font-size:1.2em;
padding-top: 1em;
background: #dcf3ff;
}

.detail_newbuild dt{
    font-weight: bold;
    margin-left: 2em;
    width: 6em;
color: #04679a;
}

.detail_newbuild dd{
    margin-left: 8em;
    position: relative;
    top: -1em;
}
