﻿@charset "UTF-8";
/* =========================================

東建コーポレーション common CSS

last modify : 2020/06/22 306_kondo パンくずの色を#333から#000に修正

2019/12/13 TCI_sakaguchi パンくず アパート経営事典 .verの修正
2019/09/20 306_kondo 文字の太さ font-weight:bold; を font-weight:600; に変更。
2019/08/22 TCI_sakaguchi 修正版パンくずへの影響を打ち消し
2019/07/16 owaki パンくずをリストタグに変更
2019/07/16 TCI_sakaguchi 修正版パンくず追加、パンくず下の破線を実線に修正。
2019/06/21 306_kondo 虫眼鏡アイコン .ZoomIcon S/M/L サイズ別を追加。
2019/06/14 306_kondo PC用bodyの font-size:16px→17px に修正。汎用クラスに font-size:16px 用の fs_16 を追加。
2019/05/24 306_kondo 印刷用CSS修正
============================================ */
/* ============================================
調整用ベーススタイル（コーディング規約準拠項目）
============================================ */
html,
body {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
div,
span,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
a,
img,
*:after,
*:before {
  box-sizing: border-box;
}
figure,
dl,
dt,
dd,
ol,
ul,
li {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
p,
li,
dl,
table {
  line-break: strict;
  word-break: break-strict;
  word-wrap: break-word;
}
img {
  border: 0;
  line-height: 1;
  vertical-align: bottom;
}
a {
  background: transparent;
  outline: 0 none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/* ============================================
基本設定
============================================ */
section,
article,
aside,
nav,
footer,
header,
figure {
  display: block;
  margin: 0;
  overflow: hidden; /*ipad右余白対策*/
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
div,
span,
p,
pre,
blockquote,
ul,
ol,
li,
dl,
dt,
dd,
address,
form,
select,
option,
input,
label,
section,
nav,
aside,
article,
figure,
figcaption,
header,
footer,
fieldset {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
a:link {
  background-color: transparent;

/* color:#369; */
  color: #00f;
  text-decoration: none;
}
a:visited {
  /* color:#369; */
  color: #00f;
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:hover {
  /* color:#369; */
  color: #f00;
  text-decoration: none;
}
img {
  border: none;
}
b,
strong {
  font-weight: 600 !important;
}
/* サイズ */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: .1px;
  line-height: 0;
  visibility: hidden;
}
.sec_box {
  clear: both;
  overflow: hidden;
}
.red {
  color: #f00;
}
/*-- flex骨子 --*/
.born {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: space-between;
}
.born_start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
/*アンドロイド・コピーライトマーク対応 */
.copy_right_icon {
  color: #333;
  font-family: "Verdana", "Roboto", "Droid Sans", " Arial";
}
.txt_tume {
  letter-spacing: -.05em;
}
/* レスポンシブ 基本設定
------------------------------------------- */
@media only screen and (max-width:759px) {
  .none_sp,
  .none_sp_inline {
    display: none;
  }
  .none_pc {
    display: block;
  }
  .none_pc_inline {
    display: inline-block;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  h1 span,
  h2 span,
  h3 span,
  h4 span,
  h5 span,
  h6 span {
    font-weight: 600;
  }
}
@media screen and (min-width: 760px), print {
  .none_sp {
    display: block;
  }
  .none_pc,
  .none_pc_inline {
    display: none;
  }
  .none_sp_inline {
    display: inline-block;
  }
  html {
    min-width: 1024px;
  }
}
/* ============================================
汎用クラス
============================================ */
/* ------ hover時画像を透過 ------ */
a:hover img.ov {
  filter: alpha(opacity=70);
  -moz-opacity: .7;
       opacity: .7;
}
/* iPad用 */
@media screen and (max-device-width: 1024px) {
  a:hover img.ov {
    opacity: 1 !important;
  }
}
.clear {
  clear: both;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}
.dispnon {
  display: none;
}
.red {
  color: #f00;
}
.linkcolor {
  color: #369;
}
.txt_small {
  font-size: 80%;
  letter-spacing: .05em;
}
.txt_normal {
  font-size: 13px;
}
.txt_mdl {
  font-size: 16px;
  line-height: 22px;
}
.txtsmall {
  font-size: 80%;
}
table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
.block {
  display: block;
}
.flt_l {
  float: left !important;
}
.flt_r {
  float: right !important;
}
.txt_l {
  text-align: left !important;
}
.txt_c {
  text-align: center !important;
}
.txt_r {
  text-align: right !important;
}
.fwB {
  font-weight: 600;
}
.auto {
  margin: 0 auto;
}
.psn {
  position: relative;
}
.none {
  background-image: none !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt80 {
  margin-top: 80px!important;
}
.mr0 {
  margin-right: 0 !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.ml0 {
  margin-left: 0 !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml45 {
  margin-left: 45px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.ml55 {
  margin-left: 55px !important;
}
.ml60 {
  margin-left: 60px !important;
}
.ml70 {
  margin-left: 70px !important;
}
.ml90 {
  margin-left: 90px !important;
}
.ml140 {
  margin-left: 140px !important;
}
.fs_13 {
  font-size: 13px !important;
}
.fs_14 {
  font-size: 14px !important;
}
.fs_15 {
  font-size: 15px !important;
}
.fs_16 {
  font-size: 16px !important;
}
.fs_18 {
  font-size: 18px !important;
}
.fs_19 {
  font-size: 19px !important;
}
.fs_20 {
  font-size: 20px !important;
}
.fs_28 {
  font-size: 28px !important;
}

/* fontSize
-------------------------------------------- */
.size_changer_area {
  padding-right: 3%;
}
.fontSize {
  margin: 4px 0 10px;
  text-align: right;
}
.fontSize li {
  display: inline-block;
  margin-right: 10px;
  transition: .3s;
  vertical-align: bottom;
}
.fontSize li:last-child {
  margin-right: 0;
}
.fontSize .ttl {
  font-size: 16px;
}
.fontSize .changeBtn {
  background-color: #9bbedf;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
}
.fontSize .s {
  font-size: 14px;
  padding: 1px 4px;
}
.fontSize .m {
  font-size: 17px;
  padding: 0 4px;
}
.fontSize .l {
  font-size: 20px;
  padding: 0 4px;
}
.fontSize .changeBtn.active,
.fontSize .changeBtn:hover {
  background-color: #234277;
}
@media only screen and (max-width:759px) {
  .size_changer_area {
    padding-right: 1em;
  }
  .fontSize {
    margin: .5rem 0 0;
  }
  .fontSize li {
    margin-right: .5rem;
  }
  .fontSize .ttl {
    font-size: .8rem;
  }
  .fontSize .s {
    font-size: .6rem;
    padding: .1rem .2rem;
  }
  .fontSize .m {
    font-size: .8rem;
    padding: 0 .2rem;
  }
  .fontSize .l {
    font-size: 1rem;
    padding: 0 .2rem;
  }
}
/* ZoomIcon
-------------------------------------------- */
a[class^="zoomIcon_"] {
  display: inline-block;
  position: relative;
  z-index: 0;
}
a[class^="zoomIcon_"]:after {
  background: url(/responsive/image_cmn/ico-detail-zoom.png) no-repeat 0 0;
  background-size: cover;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 10;
}
.zoomIcon_s:after {
  height: 1.2rem;
  width: 1.2rem;
}
.zoomIcon_m:after {
  height: 1.6rem;
  width: 1.6rem;
}
.zoomIcon_l:after {
  height: 2rem;
  width: 2rem;
}

/* ----------------------------------------------------------
 globalnav
---------------------------------------------------------- */
ul#globalnav {
  -webkit-align-content: center;
          align-content: center;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-box-align: start;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display:         flex;
  display: -webkit-flex;
  -ms-flex-align: start;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-line-pack: justify;
  -ms-flex-line-pack: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin: 0 auto;
  overflow: visible;
  padding: 0 0 5px;
  position: relative;
  width: 960px;
}
ul#globalnav li {
  display: inline-block;
  padding: 0;
  width: 134px;
}
ul#globalnav li a img {
  height: auto;
}
ul#globalnav li.btn_w_2 {
  width: 135px;
}
/* パンくず
-------------------------------------------- */
#breadcrumb {
  margin: 5px auto;
  max-width: 1180px;
  width: 930px;
  /*background-color: #d7edf9;
  border-top: 1px solid #a7cfe4;*/
}

/* パンくず p.ver */
#breadcrumb p {
  border-bottom: 1px solid #c4dcef;
  font-size: .9375rem; /* 15px */
  line-height: 1.125rem; /* 18px */
  margin: 5px;
  padding: 0 0 8px;
  text-align: left;
}
#breadcrumb p a {
  display: inline-block;
  margin-right: 1.8em;
  position: relative;
}
#breadcrumb p a::after {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  right: -1em;
  top: .3em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 7px;
}

/* パンくず ul.ver */
#breadcrumb:not(.revised_edition) ul {
  border-bottom: 1px solid #c4dcef;
  display: -webkit-flex;
  display:         flex;
  -webkit-flex-wrap: nowrap;
          flex-wrap: nowrap;
  font-size: .9375rem; /* 15px */
  line-height: 1.125rem; /* 18px */
  margin: 0 5px;
  overflow: visible;
  padding: 0 0 8px;
  text-align: left;
  white-space: nowrap;
}
#breadcrumb:not(.revised_edition) ul li::after {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  display: block;
  height: 7px;
  left: -1.1em;
  position: absolute;
  top: .3em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 7px;
}
#breadcrumb:not(.revised_edition) ul li:first-child {
  margin-left: 0;
}
#breadcrumb:not(.revised_edition) ul li:first-child::after {
  display: none;
}

/* パンくず アパート経営事典 .ver */
#breadcrumb.revised_edition ul {
  border-bottom: 1px solid #c4dcef;
  display: block;
  font-size: .9375rem; /* 15px */
  letter-spacing: -.4em;
  line-height: 1.125rem; /* 18px */
  margin: 0 5px;
  padding: 0 0 8px;
  text-align: left;
}
#breadcrumb.revised_edition ul li {
  display: inline-block;
  letter-spacing: normal;
  margin-left: 1.8em;
  margin-top: 5px;
  position: relative;
}
#breadcrumb.revised_edition ul li:first-child {
  margin-left: 0;
}
#breadcrumb.revised_edition ul li a::after {
  display: none;
}
#breadcrumb.revised_edition ul li a {
  margin-right: 0;
}
#breadcrumb.revised_edition ul li::before {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  display: block;
  height: 7px;
  left: -1.1em;
  position: absolute;
  top: .3em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 7px;
}
#breadcrumb.revised_edition ul li:first-child:before {
  border-bottom: none;
  border-right: none;
  display: none;
}

@media only screen and (max-width:759px) {
  #breadcrumb.revised_edition ul {
    border-bottom: none;
    margin: 0;
    padding-bottom: .2rem;
    white-space: nowrap;
  }
  #breadcrumb.revised_edition ul li:last-child {
    margin-right: .625rem;
  }
}
.breadcrumbs__wrapper {
  background: #fff;
  height: 40px;
  margin: 0 auto;
  overflow: hidden;
  width: 930px;
}
.breadcrumbs {
  line-height: 40px;
  max-width: 1180px;
  overflow: visible;
}
.breadcrumbs ul {
  -webkit-box-pack: start;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  white-space: nowrap;
}
.breadcrumbs li {
  font-size: .9em;
  padding-right: 1.5em;
}
.breadcrumbs li:not(:last-child) {
  padding-right: 1.5em;
  position: relative;
}
.breadcrumbs li:not(:last-child)::after {
  content: ">";
  display: block;
  height: 15px;
  position: absolute;
  right: 5px;
  top: -1px;
  width: 9px;
}
@media screen and (max-width:768px) {
  .breadcrumbs__wrapper {
    background: #e3f2fd;
    height: 38px;
    width: 100%;
  }
  .breadcrumbs {
    padding: 0 .5em 0 0;
  }
  .breadcrumbs ul {
    display: block;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
            overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .breadcrumbs li {
    display: inline;
    flex: 0 0 40%;
    padding-right: 20px;
  }
  .breadcrumbs li:not(:last-child) {
    padding-right: 1.5em;
    position: relative;
  }
  .breadcrumbs li:not(:last-child)::after {
    content: ">";
    display: block;
    height: 15px;
    position: absolute;
    right: 1.1;
    top: -9px;
    width: 9px;
  }
}

/* totop
-------------------------------------------- */
.totop {
  font-size: 16px;
  padding-left: 1em;
  position: relative;
}
.totop:before {
  border-bottom: .8em solid #369;
  border-left: .4em solid transparent;
  border-right: .4em solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
.totop:hover {
  opacity: .7;
}
@media only screen and (max-width:759px) {
  .totop {
    font-size: .7rem;
  }
}
/* gosoudan_box
-------------------------------------------- */
#gosoudan_box {
  border-top: #e3f2fd solid 2px;
  margin: 0 auto;
  padding-top: 20px;
}
#gosoudan_box .inner {
  background: #005bac;
  color: #fff;
  margin: 0 auto;
  max-width: 100%;
  padding: 25px 0;
  width: 880px;
}
#gosoudan_box .ttl_soudan,
#gosoudan_box .catch_soudan {
  font-weight: 600;
  text-align: center;
}
#gosoudan_box .ttl_soudan {
  font-size: 1.125rem; /* 18px */
}
#gosoudan_box .catch_soudan {
  font-size: 1rem; /* 16px */
}
#gosoudan_box .lst {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}
#gosoudan_box .lst li {
  border-right: solid 1px #fff;
  text-align: center;
  width: 33.3%;
}
#gosoudan_box .lst li:last-of-type {
  border-right: none;
}
.free_dial,
.time_in,
.time_in ul {
  align-items: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.free_dial {
  color: #005bac;
  font-size: 1.125rem; /* 18px */
  margin: 20px auto 0;
}
.free_dial dt {
  font-weight: 600;
  margin-right: 1em;
  padding: 7px 0;
}
.free_dial dd {
  background: url(//www.token.co.jp/image/ico_dial.png) 0 0 no-repeat;
  font-weight: 600;
  padding: 7px 0 7px 35px;
}
.time_in {
  font-size: .9375rem; /* 15px */
  margin-top: 5px; /* 5px */
}
.time_in dt {
  margin-right: .5em;
}
.time_in dd li:nth-of-type(1) {
  margin-right: 1em;
}
/*注目ワード
-------------------------------------------- */
#hotwords {
  background: #fff;
  font-size: .75rem;
  line-height: 1.125rem;
  margin: 20px auto 30px;
  max-width: 100%;
  overflow: hidden;
  text-align: left;
  width: 940px;
}
#hotwords dl dt {
  border-bottom: 4px solid #cc5479;
  color: #cc5479;
  font-size: 1.5rem; /* 24px */
  font-weight: 600;
  line-height: 2rem; /* 32px */
  margin: 0 auto;
  max-width: 100%;
  padding: 0 0 4px 0;
  position: relative;
  text-align: center;
  width: 870px;
}
/*#hotwords dl dt:before {
  background: #cc5479;
  content: '';
  height: 5px;
  margin: auto;
  position: absolute;
  bottom: -3px;
  right: 0;
  left: 0;
  width: 6em;
}*/
#hotwords dl dd {
  border-bottom: none;
  overflow: hidden;
  padding: 10px 4px;
}
#hotwords dl dd ul li {
  border-right: 1px solid #333;
  float: left;
  font-size: .75rem; /* 12px */
  margin: 4px 0;
  padding: 0 9px 0 8px;
  white-space: nowrap;
}
#hotwords dl dd ul li:last-child {
  border-right: none;
}

/* ============================================
印刷用
============================================ */
@media print {
  /* 表示しない */
  .none_pc {
    display: none;
  }
  /* 背景画像を表示する */
  * {
    -webkit-print-color-adjust: exact;
  }
  /* 表示幅を調整する
-------------------------------------------- */
  body {
    min-width: 1024px;
  }
  /* 改行しない
-------------------------------------------- */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  th,
  td,
  dt {
    page-break-inside: avoid;
  }
}

.grecaptcha-badge {
  z-index: 10000;
}

/* ----------------------------------------------------------
資料請求でマンガプレゼント
---------------------------------------------------------- */

.present {
  border: 1px solid #005bac;
  margin: 40px auto 0;
  position: relative;
}
.present figure {
  overflow: visible!important;
}
.present p {
  font-size: 15px;
  line-height: 1.2;
  margin: -45px 0 0 405px;
  padding: 0 20px 0 1em;
  position: absolute;
  text-align: left;
  text-indent: -1em;
}
/*
----------------------------------------------------------------------------
資料請求でマンガプレゼント .present.comic 2018/08/24 306_kondo
---------------------------------------------------------------------------- */
.present.comic {
  background: url(/estate/comic/image/bg-adcomic.png) 50% 80% no-repeat #cbeafa;
  border: 0;
  height: 520px;
  margin-bottom: 20px;
  position: relative;
  width: 880px;
}
.present.comic .ttl_adcomic {
  left: 28px;
  margin: 0;
  position: absolute;
  top: 20px;
}
.present.comic .lnk_adcomic {
  position: absolute;
  right: 28px;
  top: 20px;
}
.present.comic .txt_adcomic {
  font-size: 15px;
  line-height: 1.5;
  margin-left: 365px;
  position: absolute;
  right: 28px;
  text-align: left;
  top: 415px;
}
/*
資料請求でマンガプレゼント 直下のお問合せ
.present.comic + #gosoudan_box  2018/08/24 306_kondo
----------------------------------------------------- */
.present.comic + #gosoudan_box {
  border-top: none !important;
  padding: 0;
}
.present.comic + #gosoudan_box .inner {
  border: 1px solid #005bac;
}
.bottom_line {
  border-bottom: 1px dotted #ccc;
  margin: auto;
  padding-bottom: 30px;
  width: 880px;
}
/*map*/
.schematic_area {
  background: url("/official_site/image/img_schematic.png") no-repeat scroll 0 0;
  height: 650px;
  margin: 18px auto 0;
  padding: 0;
  position: relative;
  width: 870px;
}
/*
関連リンク（相続税・税金お役立ち情報）
2018/10/02 #link_tax を二段組の表示に対応。306_kondo
2018/10/02 a:hover を汎用クラスに移動。306_kondo
2018.08.07 #link_tax a:hover を追加。342_mori
--------------------------------------------------------------*/
#link_tax {
  margin: 40px auto 50px;
}
@media screen and (min-width: 768px), print {
#link_tax {
  width: 950px;
}
}
#link_tax p {
  background: #eaf3ff;/*背景色*/
  border-bottom: solid 3px #516ab6;/*下線*/
  color: #010101;/*文字色*/
  font-size: 22px;
  font-weight: bold;
  padding: .5em;/*文字周りの余白*/
  text-align: center;
}
#link_tax ul {
  align-content: space-between;
  display: flex;
  flex-wrap: wrap;

/* justify-content: space-around; */
  width: 100%;
}
#link_tax li {
  font-size: 14px;
  line-height: 1.5;
  margin: 1rem 12.75px 0;
  text-align: center;
  width: 212px;
}
#link_tax li img {
  border: 1px solid #ccc;
  margin-bottom: 5px;
}

.half_brackets {
  display: inline-block;
  overflow: visible;
  width: .4em;
}
