@charset "utf-8";

/* ==========================================================

title : 東建ウェブサイト 標準スタイル
scope : 全ページ標準スタイル、ヘッダー、フッター

last modify : 2023/04/27 igarashi 新規ページ作成

memo ： 新トップページ

========================================================== */

/* ----------------------------------------------------------
 初期化
---------------------------------------------------------- */
html {
  margin: 0;
  padding: 0;
}
body,
button,
input,
select,
textarea {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
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;
  overflow: visible;
  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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
img {
  border: none;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  max-width: 100%;
}
table {
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
ul,
ol,
li {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: .7;
}

a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
  background: transparent;
}

/* ------------------------------------ */
/* ▼ font */
/* ------------------------------------ */
.ffM {
  font-family: "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝体","游明朝","Yu Mincho",YuMincho,"ＭＳ Ｐ明朝","HG明朝E","ryo-display-plusn",serif;
}

/* ----------------------------------------------------------
 汎用クラス
---------------------------------------------------------- */
.taC {
  text-align: center;
}
.fwB {
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  .tab {
    display: none!important;
  }
}
@media only screen and (min-width: 768px), print {
  .pc,
  .none_sp {
    display: block!important;
  }
  .sp,
  .none_pc {
    display: none!important;
  }
}
@media only screen and (max-width: 768px) {
  .tab {
    display: block!important;
  }
}
@media only screen and (max-width: 767px) {
  .pc,
  .none_sp {
    display: none!important;
  }
  .sp,
  .none_pc {
    display: block!important;
  }
  .text-medium {
    font-size: 16px;
  }
  .tab {
    display: none!important;
  }
}

/* ----------------------------------------------------------
 body
---------------------------------------------------------- */
body {
  position: relative;
  border-top: none !important;
  text-align: left !important;
}
@media only screen and (max-width: 767px) {
  body {
    /*padding-top: 28.5vw !important;*/
    font-size: 4.267vw;
  }
}
@media only screen and (min-width: 768px), print {
  body {
    /*padding-top: 165px !important;*/
    font-size: 17px;
  }
}

/* ----------------------------------------------------------
 gnav
---------------------------------------------------------- */
.gnav-bg {
  background: #e1f5ec;
}
@media only screen and (max-width: 767px) {
  .gnav-bg {
    border-bottom: 0.267vw solid #ccc;
  }
}
@media only screen and (min-width: 768px), print {
  .gnav-bg {
    border-bottom: 1px solid #ccc;
  }
}

/*============================
#globalNav
============================*/
header#globalNav:after {
 display:none;/*東建側のcssのCMキャラ画像を打ち消し*/
}
header#globalNav {
   background-color: initial;/*ヘッダーカラー指定打ち消し*/
}
#globalNav {
  position: relative;
  display: flex;
  margin: 0 auto;
}
#globalNav .header-logo {
  font-size: 1rem;
  line-height: 1;
}
#globalNav div.gnav-btn {
  text-align: center;
  cursor: pointer;
  line-height: 1.2;
  letter-spacing: 0;
}
#globalNav div.gnav-btn hr {
  display: block;
  border: none;
  background: #3f976c;
}
#globalNav .header-logo img {
  width: auto;
}
@media only screen and (max-width: 767px) {
  #globalNav {
    display: flex;
    padding: 2.67vw;
    justify-content: space-between;
    align-items: center;
  }
  #globalNav .header-logo {
    width: 70%;
  }
  #globalNav .header-logo img {
    height: auto;
  }
  #globalNav ul.gnav-link,
  #globalNav div.header-search {
    display: none;
  }
  #globalNav div.gnav-btn {
    width: 4em;
    padding-top: 1vw;
    font-size: 3vw;
  }
  #globalNav div.gnav-btn hr {
    width: 6.667vw;
    height: 1.334vw;
    margin: 0 auto 0.8vw;
  }
}
@media only screen and (min-width: 768px), print {
  #globalNav {
    width: 962px;
    height: 60px;
    padding: 13px 54px 13px 0;
    box-sizing: border-box;
  }
  #globalNav .header-logo {
    flex-grow: 1;
  }
  #globalNav .header-logo img {
    width: auto;
	  height: 34px;
  }
  #globalNav ul.gnav-link {
		padding: 2px 0 0;
    display: flex;
  }
  #globalNav ul.gnav-link li {
    margin: 0 10px 0 0;
  }
  #globalNav ul.gnav-link li a {
    position: relative;
    display: block;
    height: 30px;
    padding: 0 1.6em 0 0.8em;
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 30px;
  }
  #globalNav ul.gnav-link li a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0.5em;
    bottom: 0;
    margin: auto 0;
    width: 5px;
    height: 5px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    transform: rotate(45deg);
  }
  #globalNav ul.gnav-link li a.gosoudan {
    background: #d24772;
    font-weight: 600;
  }
  #globalNav ul.gnav-link li a.siten {
    background: #35986a;
  }
	#globalNav div.header-search {
		padding: 2px 0 0;
	}
  #globalNav div.header-search form {
    display: flex;
  }
  
  /*============================
  #suggestboxhead
  ============================*/
  #globalNav div.header-search form#IntranetForm.search-site-form input {
    -webkit-appearance: none;
    border-radius: 0;
    background: transparent;
  }
  #globalNav div.header-search form#IntranetForm.search-site-form input#suggestboxhead.search-site-form-input {
    width: 139px;
    height: 30px;
    padding-left: 0.75em;
    border: 1px solid #3f976c;
    border-right: none;
    font-size: 14px;
    outline: none;
    border-radius: 0;
    background: #fff;
  }
  #globalNav div.header-search form#IntranetForm.search-site-form input[name="submit"] {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #3f976c url(../image/ico-free-search.png) 50% 50% / 17px auto no-repeat;
    border: none;
    text-indent: -100em;
    overflow: hidden;
  }
  #globalNav div.gnav-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 4em;
    height: 60px;
    padding: 13px 0 0;
    font-size: 10px;
  }
  #globalNav div.gnav-btn hr {
    width: 25px;
    height: 5px;
    margin: 0 auto 4px;
  }
}

/*============================
#gMenu
============================*/
#gMenu {
  position: fixed;
  top: 0;
  right: 0;
  background: #f7fefb;
  z-index: 101;
  transform: translate(110%, 0);
  transition: transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
#gMenu.open {
  transform: translate(0%, 0);
}
#gMenu ul li {
  width: 100%;
}
#gMenu ul li a {
  position: relative;
  padding-left: 1.6em;
  color: #000;
  line-height: 3;
}
#gMenu ul li a::before {
  content: "▲";
  position: absolute;
  top: 0.1em;
  left: 0.4em;
  bottom: 0;
  width: 1em;
  height: 1em;
  margin: auto 0;
  color: #3f976c;
  transform: rotate(90deg) scale(0.55,0.45);
}
#gMenu ul li a:hover {
  text-decoration: none !important;
}
#gMenu button {
  position: absolute;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

#contents {
  line-height: 1.5;
}

.estate_menu_bg {
  background: #fff;
  z-index: 100;
}
body.navFixed .estate_menu_bg {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1000;
}
.estate_menu ul li a:hover {
  text-decoration: none !important;
}
@media only screen and (max-width: 761px) {
  .estate_menu_bg .estate_menu {
    display: none;
  }
  .estate_menu_bg {
    top: 16.4vw;
  }
  /*============================
  #gMenu
  ============================*/
  #gMenu {
    padding: 8vw 2.4vw 6vw 4vw;
    box-shadow: 0 0 1.334vw rgba(0,0,0,0.5);
  }
  #gMenu ul {
    width: 70vw;
  }
  #gMenu ul li {
    border-bottom: 0.267vw solid #dcd0c2;
  }
  #gMenu ul li a {
    font-size: 4vw;
  }
  #gMenu button {
    top: 3.2vw;
    right: 3.2vw;
  }
  #gMenu button img {
    width: 6.4vw;
  }
  .navFixed .estate_menu_bg .accordion_data .data_has_col {
    max-height: calc(100vh - 12vw);
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 761px), print {
  .estate_menu_bg {
    top: 61px;
    padding: 9px 0;
  }
  .estate_menu {
    width: 962px;
    margin: 0 auto;
  }
  .estate_menu ul {
    display: flex;
    height: 86px;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
  }
  .estate_menu ul li a {
    position: relative;
    display: block;
    width: 235px;
    height: 24px;
    padding: 0 0.8em 0 0;
    /*background: #35986a;*/
    font-size: 15px;
    text-align: center;
    color: #fff;
    line-height: 24px;
    box-sizing: border-box;
  }
  .estate_menu ul li a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0.5em;
    bottom: 0;
    margin: auto 0;
    width: 5px;
    height: 5px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    transform: rotate(45deg);
  }

  .estate_menu_bg .accordion_block {
    display: none;
  }

	.l_green{
		background: #35986A !important;
	}
	
	.l_pink{
		background: #D24772 !important;
	}
	
	.l_yellow{
		background: #C59327 !important;
	}
	
  /*============================
  #gMenu
  ============================*/
  #gMenu {
    padding: 34px 9px 30px 15px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
  }
  #gMenu ul {
    width: 226px;
  }
  #gMenu ul li {
    border-bottom: 1px solid #dcd0c2;
  }
  #gMenu ul li a {
    font-size: 16px;
  }
  #gMenu button {
    top: 13px;
    right: 13px;
  }
  #gMenu button img {
    width: 24px;
  }
}

/* パンくず
-------------------------------------------- */
#breadcrumb {
  margin: 0 auto 5px !important;
  padding-top: 0 !important;
  max-width: 1180px;
  width: 930px;
  /*background-color: #d7edf9;
  border-top: 1px solid #a7cfe4;*/
}
@media (max-width: 767px) {
  #breadcrumb {
    overflow-x: auto;
    width: 100%;
    max-width: 767px;
  }
}
#breadcrumb ul li {
  margin-top: 0 !important;
}

/* パンくず 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: wrap;
          flex-wrap: wrap;
  font-size: .9375rem; /* 15px */
  line-height: 1.4rem; /* 18px */
  margin: 0 5px;
  overflow: visible;
  padding: 0 0 8px;
  text-align: left;
  white-space: nowrap;
}
#breadcrumb:not(.revised_edition) ul li {
  margin-left: 1.8em;
  position: relative;
}
#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: .43em;
  -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:not(.revised_edition) ul {
    padding: 8px 0;
  }
  #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;
  }
}


/* ----------------------------------------------------------
 contact（土地活用、アパート経営・賃貸経営に関するご相談）
---------------------------------------------------------- */
.contact_bg {
  background: #fdf9f1;
}
.contact_title {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 0 0.5px #000;
}
.footer_freedial {
  position: relative;
  background: #d54072;
  color: #fff;
}
#footer_contact {
  letter-spacing: 0;
}
#footer_contact ul li dl {
  text-align: center;
}
#footer_contact ul li dl dt {
  color: #0e502f;
  font-weight: 600;
  line-height: 2;
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  #footer_contact {
    padding: 4vw 4vw 5vw;
  }
  .contact_title {
    font-size: 5.6vw;
    line-height: 1.4;
  }
  .footer_freedial {
    margin: 2.5vw 0 0;
  }
  #footer_contact .freedial-tel {
    padding: 0.5em 0;
    text-align: center;
  }
  #footer_contact .freedial-tel img {
    position: relative;
    top: -0.2em;
    display: inline-block;
    width: 1.6em;
    margin-right: 0.5em;
    vertical-align: middle;
  }
  #footer_contact .freedial-tel b {
    display: inline-block;
    margin-left: 0.8em;
    font-size: 5vw;
  }
  .freedial-date {
    display: flex;
    padding: 0.65em 0;
    margin: 0 2vw;
    border-top: 1px solid #fff;
    font-size: 3.73vw;
    line-height: 1.3;
    flex-flow: column;
    justify-content: center;
    text-align: center;
  }
  .freedial-date b {
    font-size: 4vw;
  }
  #footer_contact ul li {
    margin: 4vw 12vw 0;
  }
  #footer_contact ul li dl dd img {
    border: 0.234vw solid #000;
  }
  #footer_contact ul li dl a,
  #footer_contact ul li dl a:link {
    position: relative;
    display: inline-block;
    width: 190px;
    margin: 2vw 0 0;
    padding: 0.5em 2.2em 0.5em 1.6em;
    font-size: 4vw;
    font-weight: 600;
    color: #fff;
    background: #3f976c;
    box-shadow: 0 0.534vw 0.267vw #0e502f;
    text-decoration: none;
  }
  #footer_contact ul li dl a::after {
    content: "▲";
    position: absolute;
    top: 0;
    right: 0.5em;
    bottom: 0;
    transform: rotate(90deg) scale(0.7, 0.5);
  }
  
  #footer_contact .footer_contact_banners {
    margin: 9vw 0 0;
  }
  #footer_contact .footer_contact_banners figure:not(:first-child) {
    margin-top: 5vw;
  }
  #footer_contact .footer_contact_banners figure a {
    display: block;
  }
  #footer_contact .footer_contact_banners figure figcaption {
    margin-top: 0.4em;
    font-size: 3.49vw;
    line-height: 1.25;
  }
}
@media only screen and (min-width: 768px), print {
  #footer_contact {
    width: 770px;
    padding: 37px 0 42px;
    margin: 0 auto;
  }
  .contact_title {
    font-size: 26px;
  }
  .footer_freedial {
    display: flex;
    justify-content: flex-start;
    height: 63px;
    margin: 15px auto 0;
    font-size: 17px;
    align-items: center;
    box-sizing: border-box !important;
  }
  #footer_contact .freedial-tel {
    padding-left: 46px;
  }
  #footer_contact .freedial-tel img {
    position: relative;
    top: -0.2em;
    display: inline-block;
    width: 31px;
    margin-right: 10px;
    vertical-align: middle;
  }
  #footer_contact .freedial-tel b {
    display: inline-block;
    margin-left: 15px;
    font-size: 24px;
  }
  .freedial-date {
    display: flex;
    width: 320px;
    height: 53px;
    padding: 0 0 0 2em;
    margin-left: auto;
    border-left: 1px solid #fff;
    font-size: 14px;
    line-height: 1.6;
    flex-flow: column;
    justify-content: center;
    box-sizing: border-box !important;
  }
  .freedial-date b {
    font-size: 15px;
  }
  #footer_contact ul {
    display: flex;
    width: 770px;
    margin: 22px auto 0;
    justify-content: space-between;
  }
  #footer_contact ul li {
    width: 230px;
  }
  #footer_contact ul li dl dd img {
    border: 1px solid #000;
  }
  #footer_contact ul li dl a {
    position: relative;
    display: inline-block;
    width: 190px;
    margin: 10px 0 0;
    padding: 0.5em 2.2em 0.5em 1.6em;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #3f976c;
    box-shadow: 0 2px 1px #0e502f;
    text-decoration: none;
    box-sizing: border-box;
  }
  #footer_contact ul li dl a::after {
    content: "▲";
    position: absolute;
    top: 0;
    right: 0.5em;
    bottom: 0;
    transform: rotate(90deg) scale(0.7, 0.5);
  }
  #footer_contact .footer_contact_banners {
    display: flex;
    justify-content: space-between;
    width: 732px;
    margin: 46px auto 0;
  }
  #footer_contact .footer_contact_banners figure {
    width: 360px;
  }
  #footer_contact .footer_contact_banners figure a {
    display: block;
  }
  #footer_contact .footer_contact_banners figure figcaption {
    margin-top: 0.4em;
    font-size: 15px;
    line-height: 1.25;
  }
}

/* SEO文
-------------------------------------------- */
.comment_box p {
  color: #4d4d4d;
  font-size: .875rem; /* 14px */
  line-height: 1.5;
  margin: 5px auto 30px;
  max-width: 90%;
  width: 704px;
}

@media screen and (min-width: 768px) {
  .comment_box p {
    border: 3px solid #c4def3;
    color: #4d4d4d;
    line-height: 1.5;
    padding: 10px 20px;
  }
  .description_box .description_open,
  .description_box .description_close {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .comment_box p {
    margin: auto;
    max-width: 100%;
  }
}

/* ----------------------------------------------------------
 footer
---------------------------------------------------------- */
.footer {
  background: none;
  border-bottom: 3px solid #418250;
  letter-spacing: 0;
}
body.estate .footer {
  border-bottom: none;
}
.footer_inner {
  margin: 0 auto;
}
.footer-list {
  background-color: #fdf6e5;
  margin-top: 40px;
  padding: 20px;
}
.footer-list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 12px;
  padding-top: 12px;
}
.footer-list_item.border-bottom {
  border-bottom: 1px solid #94b2b8;
}
.footer-list_title {
  font-size: 12px;
  font-weight: 700;
  width: 12.3%;
}
.footer-list_wrap {
  -webkit-box-flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
      flex: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-list_link {
  padding-left: 1em;
  position: relative;
  width: calc(100% / 6);
}
.footer-list-adjust {
  align-items: center;
  display: flex;
  line-height: 1;
}
.footer-list_link::before {
  background-color: #c79a2e;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 5px;
  left: 5px;
  position: absolute;
  top: 4px;
  width: 5px;
}
.footer-list_link:nth-of-type(n + 7) {
  margin-top: 15px;
}
.footer-list_link a {
  color: #369;
  display: block;
  font-size: 12px;
  max-width: 120px;
}

/* 注目ワード */
.footer-word {
  background-color: #fff;
  padding-bottom: 22px;
  padding-top: 40px;
}
body.estate .footer-word {
  padding: 23px 0 21px;
}
.footer-word_title {
  font-size: 15px;
  font-weight: 700;
}
.footer-word_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  max-width: 830px;
}
.footer-word_link {
  align-items: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  margin-top: 7px;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
}
.footer-word_link:not(:last-of-type)::after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
}
body.estate .footer-word_link:not(:last-of-type)::after {
  background: #ccc;
}
.footer-word_link a {
  color: #369!important;
  font-size: 11px;
}
.footer-word_link span {
  font-size: 11px;
}
.footer-word_wrap.type2 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 960px;
}
.footer-word_wrap.type2 .footer-word_link {
  padding-left: 1em;
  padding-right: 1em;
}

/* コピー */
.footer-copy {
  font-size: 14px;
  line-height: initial;
  text-align: center;
}
.footer-copy_text {
  background-color: #fdf6e5;
  font-size: 12px;
  padding: 10px;
  text-align: center;
}
body.estate .footer-copy_text {
  background: transparent;
}
.footer-copy_bottom {
  background-color: #cc5479;
  color: #fff;
  font-size: 13px;
  padding-bottom: 6px;
  padding-top: 6px;
}
.footer-estate-copy_bottom {
  background: #3c9468;
  color: #fff;
  font-size: 13px;
  margin: 12px 0 0;
  padding: 6px 0;
}

/* フッターナビゲーション */
.footer-nav {
  line-height: 1.5;
  text-align: left;
  clear: both;
}
.footer-nav h2 {
  font-weight: 600;
}
.footer-nav ul li {
  margin: 0.5em 0 0 0.7em;
}
.footer-nav ul li a {
  display: inline;
  color: #369;
}
.footer-nav ul li a.blank {
  position: relative;
}
.footer-nav ul li a.blank::after {
  content: url(/responsive/image_cmn/ico_link_blank.png);
  position: absolute;
  top: 0;
  left: calc(100% + 0.4em);
  bottom: 0;
  margin: auto 0;
  transform: scale(0.5);
}
@media only screen and (max-width: 767px) {
  .footer-nav {
    margin: 2em auto 0;
    border-top: 0.267vw solid #ccc;
    border-bottom: 0.267vw solid #ccc;
  }
  .footer-nav .footer-nav-estate {
    padding: 4vw 0;
  }
  .footer-nav .footer-nav-estate h2,
  .footer-nav .footer-nav-wrap h2 {
    margin-left: 1em;
  }
  .footer-nav .footer-nav-estate-wrap,
  .footer-nav .footer-nav-section ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0.5em;
  }
  .footer-nav .footer-nav-estate-wrap ul {
    width: 50%;
  }
  .footer-nav ul:nth-child(3) {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .footer-nav ul li {
    margin: 0.5em 0.5em 0;
    padding-left: 1em;
    text-indent: -1em;
    box-sizing: border-box;
    font-size: 3.2vw;
  }
  .footer-nav ul:nth-child(3) li,
  .footer-nav .footer-nav-section ul li {
    width: calc(50% - 1em);
  }
  .footer-nav ul li a {
    text-shadow: 0 0 0.02em #369;
  }
  .footer-nav .footer-nav-wrap {
    border-top: 0.267vw solid #ccc;
  }
  .footer-nav .footer-nav-wrap .footer-nav-section {
    padding: 1em 0;
  }
  .footer-nav .footer-nav-wrap .footer-nav-section:nth-child(2) {
    border-top: 0.267vw solid #ccc;
    border-bottom: 0.267vw solid #ccc;
  }
  .footer-nav ul li a.blank::after {
    left: calc(100% + 0.8em);
  }
}
@media print, screen and (min-width: 768px) {
  .footer-nav {
    width: 940px;
    margin: 40px auto 0;
    font-size: 14px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .footer-nav .footer-nav-estate {
    padding: 28px 0;
  }
  .footer-nav h2 {
    font-size: 14px;
    font-weight: 600;
  }
  .footer-nav .footer-nav-estate h2 {
    margin-left: 32px;
  }
  .footer-nav ul li a {
    text-shadow: 0 0 0.25px #369;
  }
  .footer-nav .footer-nav-estate-wrap {
    display: flex;
  }
  .footer-nav .footer-nav-estate-wrap ul {
    padding: 0 32px;
    flex-basis: 33.3%;
  }
  .footer-nav .footer-nav-wrap {
    display: flex;
    border-top: 1px solid #ccc;
    padding: 28px 0;
  }
  .footer-nav .footer-nav-wrap .footer-nav-section {
    padding: 0 32px 25px;
    flex-basis: 33.3%;
  }
  .footer-nav .footer-nav-wrap .footer-nav-section:nth-child(2) {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
}

/* 前デザインの余計なborderを削除 */
#wrap_inner {
  border-bottom: none;
}

@media only screen and (max-width: 1023px) {
  header.header {
    padding-top: 10px;
  }
  .header_text {
    text-align: center;
  }
  .footer-word {
    padding: 20px 0;
  }
  .footer-word_wrap.type2 .footer-word_link {
    padding-left: .5em;
    padding-right: .5em;
  }
  .header-lower {
    margin-top: 10px;
    margin-right: 0;
    margin-left: 0;
  }
  .contact_box-text span:first-of-type {
    font-size: 13px;
  }
  .footer-list_link {
    width: calc(100% / 4);
  }
  .footer-list_link:nth-of-type(n + 5) {
    margin-top: 15px;
  }
  .footer-list_title {
    width: 14%;
  }
  .footer-list_item {
    margin-left: 3%;
  }
}

@media only screen and (max-width: 767px) {
  header.header {
    padding-top: initial;
  }
  .header-upper {
    background-color: #fff;
    padding: 10px;
    position: relative;
    z-index: 11000;
  }
  .header-lower {
    margin-top: 10px;
  }
  .header-btn span {
    align-items: center;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(56,129,74,1)), color-stop(36%, rgba(48,97,60,1)), to(rgba(27,78,40,1)));
    background: linear-gradient(180deg, rgba(56,129,74,1) 0%, rgba(48,97,60,1) 36%, rgba(27,78,40,1) 100%);
    border-radius: 5px;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-direction: column;
        flex-direction: column;
    font-size: 14px;
    min-width: 83px;
    padding: .5em;
    white-space: nowrap;
  }
  .header-btn span::before {
    background: url(../../image/ico-arrow01.png) no-repeat center / contain;
    content: "";
    display: inline-block;
    height: 16px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: -webkit-transform .3s ease;
            transition: -webkit-transform .3s ease;
            transition:         transform .3s ease;
            transition:         transform .3s ease, -webkit-transform .3s ease;
    width: 8px;
  }
  .header-btn.is-open span::before {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: -webkit-transform .3s ease;
            transition: -webkit-transform .3s ease;
            transition:         transform .3s ease;
            transition:         transform .3s ease, -webkit-transform .3s ease;
  }
  .nav-sp {
    background-color: #3a6845;
    bottom: 0;
    left: 0;
    margin-top: 62px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: translateY(-170%);
            transform: translateY(-170%);
    -webkit-transition: -webkit-transform .3s ease;
            transition: -webkit-transform .3s ease;
            transition:         transform .3s ease;
            transition:         transform .3s ease, -webkit-transform .3s ease;
    z-index: 100;
    z-index: 10000;
  }
  .nav-sp.is-open {
    -webkit-transform: translateY(.2%);
            transform: translateY(.2%);
    -webkit-transition: -webkit-transform .3s ease;
            transition: -webkit-transform .3s ease;
            transition:         transform .3s ease;
            transition:         transform .3s ease, -webkit-transform .3s ease;
            overflow-y: scroll;
  }
  .nav-sp_wrap.col5 .nav-sp_item:nth-of-type(5),
  .nav-sp_wrap.col5 .nav-sp_item:nth-of-type(6) {
    display: none;
  }
  .nav-sp_wrap .nav_icon {
    margin-right: 10px;
  }
  .nav-sp_wrap .nav-sp_item:first-of-type .nav_icon {
    background: url(../../image/icon-nav01.png) no-repeat center / contain;
    display: inline-block;
    height: 20px;
    width: 20px;
  }
  .nav-sp_wrap .nav-sp_item:nth-of-type(2) .nav_icon {
    background: url(../../image/icon-nav02.png) no-repeat center / contain;
    display: inline-block;
    height: 11px;
    width: 20px;
  }
  .nav-sp_wrap .nav-sp_item:nth-of-type(3) .nav_icon {
    background: url(../../image/icon-nav03.png) no-repeat center / contain;
    display: inline-block;
    height: 23px;
    width: 19px;
  }
  .nav-sp_wrap .nav-sp_item:nth-of-type(4) .nav_icon {
    background: url(../../image/icon-nav04.png) no-repeat center / contain;
    display: inline-block;
    height: 20px;
    width: 20px;
  }
  .nav-sp_wrap .nav-sp_item:nth-of-type(5) .nav_icon {
    background: url(../../image/icon-nav05.png) no-repeat center / contain;
    display: inline-block;
    height: 20px;
    width: 20px;
  }
  .nav-sp_wrap .nav-sp_item:nth-of-type(6) .nav_icon {
    background: url(../../image/icon-nav06.png) no-repeat center / contain;
    display: inline-block;
    height: 20px;
    width: 19px;
  }
  .nav-sp_wrap .nav-sp_item:nth-of-type(7) .nav_icon {
    background: url(../../image/icon-nav07.png) no-repeat center / contain;
    display: inline-block;
    height: 20px;
    width: 19px;
  }
  .nav-sp_item {
    position: relative;
  }
  .nav-sp_item::after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    content: "";
    display: inline-block;
    height: 10px;
    position: absolute;
    right: 12%;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    width: 10px;
  }
  .nav-sp_item a {
    align-items: center;
    border-bottom: 1px solid #fff;
    -webkit-box-align: center;
    color: #fff;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    font-size: 17px;
    padding: 1em 2.7em 1em 2.6em;
    position: relative;
    text-decoration: none;
  }
  .nav-sp_close-btn {
    align-items: center;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(56,129,74,1)), color-stop(36%, rgba(48,97,60,1)), to(rgba(27,78,40,1)));
    background: linear-gradient(180deg, rgba(56,129,74,1) 0%, rgba(48,97,60,1) 36%, rgba(27,78,40,1) 100%);
    border: 1px solid #fff;
    border-radius: 5px;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    font-size: 18px;
    justify-content: space-between;
    margin: 2em auto 0;
    max-width: 120px;
    padding: .5em 1em;
  }
  .nav-sp_close-btn::after {
    background: url(../../image/ico_close01.png) no-repeat center / contain;
    content: "";
    display: inline-block;
    height: 17px;
    width: 17px;
  }
  .contact_box {
    padding: 30px 15px;
  }
  .contact_box-btn .btn {
    padding: .5em .8em;
  }
  .contact_box-btn .btn > span {
    font-size: 15px;
  }
  .contact_boxes {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .contact_box {
    width: 100%;
  }
  .contact_box-btn .btn {
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    margin: 0 auto;
    max-width: 250px;
  }
  .contact_box-img {
    margin: 0 auto;
  }
  .contact_box-phone img {
    display: inline;
    vertical-align: middle;
  }
  .footer-list_wrap {
    margin-top: 20px;
    padding-left: 2em;
  }
  .footer-list_title {
    font-weight: 700;
    padding-left: 2em;
    width: 100%;
  }
  .footer-list_item {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .footer-list_link {
    width: calc(100% / 2);
  }
  .footer-list_link:nth-of-type(n + 3) {
    margin-top: 10px;
  }
  .footer-list_link a {
    max-width: 90%;
  }
  .footer-copy_text {
    letter-spacing: -.05em;
    text-align: left;
  }
  .footer-copy_bottom {
    font-size: 10px;
  }
}

@media only screen and (max-width: 813px) {
  #estatenav {
    display: none;
  }
}

/* fontSize
-------------------------------------------- */
.size_changer_area {
  padding-right: 3%;
}
.fontSize {
  margin: 4px 0 10px;
  text-align: right;
}
.fontSize li {
  display: inline-block;
  margin-right: 10px;
  -webkit-transition: .3s;
          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: bold;
}
.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 screen and (max-width: 640px) {
  .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;
  }
}