/* ========================

共通設定

======================== */
/*クリアフィックス*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*padding,border大きさに含む*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*横幅*/
.container {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
}

.container-s {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 35px;
}

@media (min-width:769px) {
  .container-s {
    padding: 0 15px;
  }
}

/*ヘッダー分の空き*/
body {
  -webkit-text-size-adjust: 100%;
  padding-top: 84px;
  color: #474747;
}

@media (min-width:481px) {
  body {
    padding-top: 105px;
  }
}

@media (min-width:769px) {
  body {
    padding-top: 0;
  }
}

/*表示・非表示*/
@media (max-width:480px) {
  .sp-none {
    display: none !important;
  }
}

@media (min-width:481px) and (max-width:768px) {
  .tab-none {
    display: none !important;
  }
}

@media (min-width:769px) {
  .pc-none {
    display: none !important;
  }
}

/* ========================

ヘッダー

======================== */
.header-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  background: #fff;
}

@media (min-width:769px) {
  .header-wrapper {
    position: static;
  }
}

/*ロゴ*/
.header-logos {
  position: relative;
}

.group-name {
  height: 36px;
  padding: 13px 0 0;
  border-bottom: solid 1px #ccc;
  text-align: center;
  line-height: 1
}

.site-name {
  height: 48px;
  padding: 10px 0 0;
  text-align: center;
  line-height: 1
}

.group-name img {
  width: 97px;
  height: auto;
  margin: 0 auto;
}

.site-name img {
  width: 215px;
  height: auto;
  margin: 0 auto;
}

.site-name img,
.group-name img {
  display: inline-block;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
}

.site-name img:hover,
.group-name img:hover {
  opacity: 0.7;
}


@media (min-width:481px) {
  .group-name {
    height: 45px;
    padding: 20px 0 0;
  }

  .site-name {
    height: 60px;
    padding: 10px 0 0;
  }

  .group-name img {
    width: 107px;
  }

  .site-name img {
    width: 300px;
  }
}


@media (min-width:769px) {
  .header-logos {
    border-bottom: solid 1px #ccc;
  }


  .header-logos-container {
    position: relative;
    max-width: 1030px;
    height: 100px;
    margin: 0 auto;
    padding: 0 15px;
  }

  .group-name {
    position: absolute;
    right: 15px;
    bottom: 12px;
    height: auto;
    padding: 0;
    border-bottom: 0;
  }

  .site-name {
    position: absolute;
    left: 15px;
    bottom: 12px;
    height: auto;
    padding: 0;
  }

  .group-name img {
    width: 140px;
    height: auto;
    margin: 0;
  }

  .site-name img {
    width: 290px;
    height: auto;
    margin: 0;
  }
}


/*メニューを開くボタン*/
.open-btn-container {
  position: absolute;
  right: 24px;
  bottom: 19px;
}

#open-btn {
  display: block;
  position: relative;
  width: 15px;
  height: 15px;
}

.open-btn-line {
  display: block;
  position: absolute;
  width: 15px;
  height: 1px;
  background: #666;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.line-top {
  top: 0;
}

.line-middle {
  top: 7px;
}

.line-bottom {
  top: 14px;
}

body.menu-open .line-top {
  transform: translateY(7px) rotate(45deg);
}

body.menu-open .line-middle {
  opacity: 0;
}

body.menu-open .line-bottom {
  transform: translateY(-7px) rotate(-45deg);
}

/*グローバル*/
.gnav {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100px;
}

.gnav-group {
  display: table-row;
}

.gnav-item {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5px 0 6px;
}

[class^="gnav-link"] {
  display: block;
  position: relative;
  padding: 3px 0 25px;
  background-repeat: no-repeat;
  background-position: center bottom 2px;
  background-size: auto 13px;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  color: #808080;
  -webkit-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}

[class^="gnav-link"]::before {
  content: "";
  display: block;
  position: absolute;
  right: -6px;
  top: 0;
  height: 100%;
  width: 1px;
  background: #ccc;
}

.gnav-item:last-child [class^="gnav-link"]::before {
  content: none;
}

[class^="gnav-link"]::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background: #4bc0f2;
  transform: scale(0);
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

[class^="gnav-link"]:hover,
[class^="gnav-link"].stay {
  color: #4bc0f2;
}

[class^="gnav-link"]:hover::after,
[class^="gnav-link"].stay::after {
  transform: scale(1);
}

.gnav-link-01 {
  background-image: url(../images/en_management.png);
}

.gnav-link-01:hover,
.gnav-link-01.stay {
  background-image: url(../images/en_management_blue.png);
}

.gnav-link-02 {
  background-image: url(../images/en_reform.png);
}

.gnav-link-02:hover,
.gnav-link-02.stay {
  background-image: url(../images/en_reform_blue.png);
}

.gnav-link-03 {
  background-image: url(../images/en_property.png);
}

.gnav-link-03:hover,
.gnav-link-03.stay {
  background-image: url(../images/en_property_blue.png);
}

.gnav-link-04 {
  background-image: url(../images/en_outline.png);
}

.gnav-link-04:hover,
.gnav-link-04.stay {
  background-image: url(../images/en_outline_blue.png);
}

.gnav-link-05 {
  background-image: url(../images/en_careers.png);
}

.gnav-link-05:hover,
.gnav-link-05.stay {
  background-image: url(../images/en_careers_blue.png);
}

.gnav-link-06 {
  background-image: url(../images/en_contact.png);
}

.gnav-link-06:hover,
.gnav-link-06.stay {
  background-image: url(../images/en_contact_blue.png);
}



/* ========================

スマホ用メニュー

======================== */
/*フィルター*/
#sp-menu-filter {
  position: fixed;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  display: none;
  z-index: 99997;
}

#sp-menu {
  position: fixed;
  top: 0;
  left: -78%;
  width: 78%;
  height: 100%;
  background: #fff;
  padding: 84px 0 0 0;
  overflow-y: auto;
  z-index: 99998;
}

.sp-menu-group {
  border-top: solid 1px #ccc;
}

.sp-menu-item {
  display: block;
  height: 50px;
  padding: 0 15px 0 25px;
  background: url(../images/arrow_r_gray.png) no-repeat right 20px center;
  background-size: 15px auto;
  border-bottom: solid 1px #ccc;
  font-size: 1.62rem;
  font-weight: 500;
  letter-spacing: .1em;
  color: #808080;
  line-height: 50px;
}

.spm-en {
  display: inline-block;
  height: 11px;
  margin-left: 14px;
}

.spm-en img {
  height: 100%;
  width: auto;
  vertical-align: middle;
}

@media (min-width:481px) {
  #sp-menu {
    padding: 105px 0 0 0;
  }
}

/*メインイメージ*/
.main-image {
  position: relative;
  width: 100%;
  padding: 0 0 60%;
  background-image: url(../images/top/main_bg_sp.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.main-copy {
  position: absolute;
  bottom: 40%;
  width: 100%;
  height: 50%;
  max-height: 255px;
  text-align: center;
}

.main-copy img {
  height: 100%;
  width: auto;
}

@media (min-width:481px) and (max-height:780px) {
  .main-copy {
    max-height: 200px;
  }
}

@media (min-width:769px) {
  .main-image {
    height: 526px;
    padding: 0;
    background-image: url(../images/top/main_bg_pc.jpg);
  }
}


/* ========================

フッター

======================== */
/*関連リンク*/
.footer-link {
  background: #f2f2f2;
}

.footer-link-container {
  position: relative;
  padding-top: 40px;
  padding-bottom: 20px;
}

.footer-link-head {
  padding: 0 0 20px;
  margin: 0 0 20px;
  background: url(../images/top/en_link.png) no-repeat center bottom;
  background-size: auto 10px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2em;
  color: #808080;
}

.footer-link-group {
  margin: 0 -5px;
}

.footer-link-group li {
  padding: 0 5px;
  margin: 0 0 10px;
  width: 50%;
  float: left;
}

.footer-link-item {
  display: block;
  border: solid 1px #b1b1b1;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.footer-link-item:hover {
  opacity: 0.7;
}

.footer-link-item img {
  width: 100%;
  vertical-align: bottom;
}

@media (min-width:481px) {
  .footer-link-container {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .footer-link-group {
    margin: 0 -10px;
  }

  .footer-link-group li {
    padding: 0 10px;
    margin: 0 0 20px;
    width: 33%;
  }

  .footer-link-head {
    margin: 0 0 30px;
  }
}

@media (min-width:769px) {
  .footer-link-container {
    padding-bottom: 80px;
  }
}

/*権利表記*/
.copyright-container {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #fff;
}

.copyright-text {
  font-size: 1.2rem;
  text-align: center;
  font-weight: 400;
  color: #808080;
  line-height: 1;
}

@media (min-width:481px) {
  .copyright-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .copyright-text {
    font-size: 1.4rem;
  }
}

@media (min-width:769px) {
  .policy {
    float: left;
    display: table;
  }

  .policy-group {
    display: table-row;
  }

  .policy-item {
    display: table-cell;
    padding: 0 1.5em;
    text-align: center;
    vertical-align: middle;
    border-left: solid 1px #808080;
  }

  .policy-item:first-child {
    padding: 0 1.5em 0 0;
    border-left: 0;
  }

  .policy-item a {
    font-size: 1.4rem;
    color: #808080;
  }

  .policy-item a:hover {
    text-decoration: underline;
  }

  .copyright-text {
    float: right;
  }
}

/*ページトップ*/
.pagetop {
  /*.footer-link-containerが親*/
  display: block;
  position: absolute;
  top: -40px;
  right: 15px;
  z-index: 100;
  width: 40px;
  height: 40px;
  background: url(../images/footer/arrow_t_wh.png) no-repeat center #b2b2b2;
  background-size: 13px auto;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.pagetop:hover {
  opacity: 0.7;
}

@media (min-width:769px) {
  .pagetop {
    top: auto;
    bottom: 10px;
    right: 0;
    background: url(../images/footer/arrow_t_bk.png) no-repeat center #f2f2f2;
    background-size: 13px auto;
  }
}

/*パンくずリスト*/
@media (min-width:769px) {
  .path {
    /*.footer-link-containerが親*/
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0 50px 0 15px;
  }

  .path li {
    display: inline-block;
    color: #808080;
    font-size: 1.4rem;
  }

  .path li a {
    color: #808080;
  }

  .path li a:hover {
    text-decoration: underline;
  }

  .path li::after {
    content: "\03E";
    display: inline-block;
    margin: 0 1em;
  }

  .path li:last-child {
    font-weight: bold;
    ;
  }

  .path li:last-child::after {
    content: none;
  }

}

/* ========================

トップページ

======================== */
/*お知らせ*/
.top-news-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.top-news-head {
  padding: 0 0 20px;
  margin: 0 0 20px;
  background: url(../images/top/en_news.png) no-repeat center bottom;
  background-size: auto 10px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2em;
  color: #808080;
}

.top-news-item {
  padding: 15px 0;
  border-bottom: dotted 1px #ccc;
  cursor: pointer;
}

.top-news-item:hover a {
  text-decoration: underline;
}

.top-news-item:first-child {
  border-top: dotted 1px #ccc;
}

top-news-item::after {
  content: "";
  display: block;
  clear: both;
}

.tn-date,
.news-category,
.news-title {
  display: block;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #808080;
}

.tn-body a {
  color: #808080;
}

@media (min-width:481px) {
  .top-news-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .top-news-head {
    padding: 0 0 34px;
    margin: 0 0 56px;
    background-size: auto 13px;
    font-size: 28px;
  }

  .top-news-item {
    padding: 24px 20px;
    border-bottom-width: 2px;
  }

  .top-news-item:first-child {
    border-top-width: 2px;
  }

  .tn-date,
  .news-category,
  .news-title {
    font-size: 1.6rem;
    line-height: 1.75;
  }

  .tn-date {
    float: left;
    width: 8em;
  }

  .tn-body {
    padding: 0 0 0 8em;
  }
}

/*コンテンツの見出し*/
.sec-head-wrapper {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  margin: 0 0 20px;
}

.sec-head-wrapper.biggerlink {
  cursor: pointer;
}

.filter {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.sec-head-wrapper.biggerlink:hover .filter {
  background-color: rgba(0, 0, 0, 0.4)
}

#privacy .page-title-wrapper .filter {
  background-color: rgba(0, 0, 0, 0.3);
}

#personal .page-title-wrapper .filter {
  background-color: rgba(0, 0, 0, 0.3);
}

.sec-head-group {
  position: relative;
  padding-top: 30px;
  padding-bottom: 20px;
}

.sec-head {
  margin: 0 0 18px;
  padding: 0 0 22px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto 14px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.sec-head-wrapper:hover .sec-head {
  color: #b0e2f6
}

#top-management .sec-head-wrapper {
  background-image: url(../images/top/sec_management_bg_sp.jpg);
}

#top-reform .sec-head-wrapper {
  background-image: url(../images/top/sec_reform_bg_sp.jpg);
}

#top-property .sec-head-wrapper {
  background-image: url(../images/top/sec_property_bg_sp.jpg);
}

#top-management .sec-head {
  background-image: url(../images/pagetitle/en_management_pt.png);
}

#top-reform .sec-head {
  background-image: url(../images/pagetitle/en_reform_pt.png);
}

#top-property .sec-head {
  background-image: url(../images/pagetitle/en_property_pt.png);
}

.sec-lead {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.75;
  color: #fff;
  font-weight: 400;
  min-height: 5.25em;
}

.sec-head-link {
  text-align: center;
}

.sec-head-link a {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/arrow_r_wh.png) no-repeat center;
  background-size: 100%;
  text-align: center;
}

@media (min-width:481px) {
  .sec-head-wrapper {
    margin: 0 0 30px;
  }

  .sec-head-group {
    padding-top: 90px;
    padding-bottom: 40px;
  }

  .sec-head {
    margin: 0 0 30px;
    padding: 0 0 42px;
    background-size: auto 24px;
    font-size: 3.6rem;
  }

  .sec-lead {
    font-size: 1.8rem;
    line-height: 2;
    margin: 0 0 40px;
    min-height: 4em;
  }


  .sec-head-link a {
    width: 21px;
    height: 21px;
  }
}

@media (min-width:769px) {

  #top-management .sec-head-wrapper {
    background-image: url(../images/top/sec_management_bg_pc.jpg);
  }

  #top-reform .sec-head-wrapper {
    background-image: url(../images/top/sec_reform_bg_pc.jpg);
  }

  #top-property .sec-head-wrapper {
    background-image: url(../images/top/sec_property_bg_pc.jpg);
  }

}

/*リンクボタン部分*/
.sec-container {
  padding-bottom: 25px;
}

.grid {
  margin: 0 -15px;
}

.grid::after {
  content: "";
  display: block;
  clear: both;
}

.grid-item {
  padding: 0 15px;
}

.sec-link-item {
  display: block;
  margin: 0 0 15px;
  padding: 15px 50px 15px 20px;
  border-bottom: solid 1px #ebebeb;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: .11em;
  color: #808080;
  background: url(../images/arrow_r_gray.png) no-repeat right 20px center #fff;
  background-size: 15px 15px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.sec-link-item:hover {
  color: #4bc0f2;
  background-color: #f7f7f7;
  background-image: url(../images/arrow_r_blue.png);
}

.space-none {
  letter-spacing: 0;
}

@media (min-width:481px) {
  .sec-container {
    padding-bottom: 62px;
  }

  .grid-item {
    float: left;
    width: 50%;
  }

  .grid-item:nth-child(2n+1) {
    clear: both;
  }

  .sec-link-item {
    border-right: solid 1px #ebebeb;
    margin: 0 0 38px;
  }
}

@media (min-width:769px) {
  .grid-item {
    width: 33.33%;
  }

  .grid-item:nth-child(2n+1) {
    clear: none;
  }

  .grid-item:nth-child(3n+1) {
    clear: both;
  }
}

@media (min-width:1300px) {
  .sec-link-item {
    font-size: 1.8rem;
  }

}


/* ========================

各ページ

======================== */
/*ページタイトル*/
.page-title-wrapper {
  position: relative;
  margin: 0 0 35px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#property .page-title-wrapper {
  margin: 0 0 20px;
}

#management .page-title-wrapper {
  background-image: url(../images/pagetitle/pagetitle_bg_management_sp.jpg);
}

#reform .page-title-wrapper {
  background-image: url(../images/pagetitle/pagetitle_bg_reform_sp.jpg);
}

#property .page-title-wrapper {
  background-image: url(../images/pagetitle/pagetitle_bg_property_sp.jpg);
}

#solution .page-title-wrapper {
  background-image: url(../images/pagetitle/pagetitle_bg_solution_sp.jpg);
}

#outline .page-title-wrapper {
  background-image: url(../images/pagetitle/pagetitle_bg_outline_sp.jpg);
}


.page-title-container {
  padding-top: 75px;
  padding-bottom: 75px;
}

.page-title-container.hassub {
  padding-bottom: 25px;
}

.page-title {
  position: relative;
  padding: 0 0 26px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto 14px;
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: .15em;
  color: #fff;
}

#management .page-title {
  background-image: url(../images/pagetitle/en_management_pt.png);
}

#reform .page-title {
  background-image: url(../images/pagetitle/en_reform_pt.png);
}

#property .page-title {
  background-image: url(../images/pagetitle/en_property_pt.png);
}

#solution .page-title {
  background-image: url(../images/pagetitle/en_solution_pt.png);
}

#outline .page-title {
  background-image: url(../images/pagetitle/en_outline_pt.png);
}

#privacy .page-title {
  background-image: url(../images/pagetitle/en_privacy_pt.png);
}

#personal .page-title {
  background-image: url(../images/pagetitle/en_personal_pt.png);
}

.page-title-sub {
  margin: 40px 0 0;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
}

@media (min-width:481px) {
  .page-title-wrapper {
    margin: 0 0 60px;
  }

  #property .page-title-wrapper {
    margin: 0 0 40px;
  }

  .page-title-container {
    padding-top: 90px;
    padding-bottom: 75px;
  }

  .page-title-container.hassub {
    padding-top: 90px;
    padding-bottom: 75px;
  }

  .page-title {
    padding: 0 0 45px;
    background-size: auto 22px;
    font-size: 3.6rem;
  }

  .page-title-sub {
    font-size: 1.8rem;
    line-height: 2;
  }
}

@media (min-width:769px) {
  .page-title-wrapper {
    margin: 0 0 100px;
  }

  #management .page-title-wrapper {
    background-image: url(../images/pagetitle/pagetitle_bg_management_pc.jpg);
  }

  #reform .page-title-wrapper {
    background-image: url(../images/pagetitle/pagetitle_bg_reform_pc.jpg);
  }

  #property .page-title-wrapper {
    background-image: url(../images/pagetitle/pagetitle_bg_property_pc.jpg);
  }

  #solution .page-title-wrapper {
    background-image: url(../images/pagetitle/pagetitle_bg_solution_pc.jpg);
  }

  #outline .page-title-wrapper {
    background-image: url(../images/pagetitle/pagetitle_bg_outline_pc.jpg);
  }

  .page-title-sub {
    margin: 50px 0 0;
    font-size: 2rem;
    letter-spacing: 0.2em;
  }

}

/*リード文*/
.lead {
  margin: 0 0 20px;
}

.lead.privacy {
  margin: 0 0 25px;
}

.lead-text {
  text-align: center;
  font-size: 1.2rem;
  color: #808080;
}


@media (min-width:481px) {
  .lead {
    margin: 0 0 40px;
  }

  .lead.privacy {
    margin: 0 0 70px;
  }

  .lead-text {
    font-size: 1.8rem;
    letter-spacing: .2em;
  }
}

@media (min-width:769px) {
  .lead-text {
    font-size: 2rem;
  }
}

/*サービス一覧*/
.service-item {
  position: relative;
  margin: 0 0 40px;
  padding: 20px 20px 55px;
  border: solid 1px #ccc;
  cursor: pointer;
}

.service-item::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -5px;
  background: url(../images/page/targeticon.png) no-repeat center;
  background-size: cover;
  opacity: 0.6;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.service-item:hover::after {
  opacity: 1;
}

.service-img {
  padding: 0 80px;
  margin: 0 0 15px;
  text-align: center;
}

.service-img img {
  width: 100%;
  max-width: 200px;
  height: auto;
}

.service-body h2 {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: #808080;
}

.service-body h2 a {
  color: #808080;
}

.service-body p {
  margin: 10px 0 0;
  font-size: 1.1rem;
  line-height: 2;
  text-align: center;
  color: #808080;
}

@media (min-width:481px) {
  .service-container {
    padding-bottom: 45px;
  }

  .service-item {
    display: table;
    width: 100%;
    margin: 0 0 50px;
    padding: 30px 70px 30px 30px;
  }

  .service-item::after {
    width: 18px;
    height: 18px;
    bottom: 30px;
    left: auto;
    right: 25px;
    margin-left: 0;
  }

  .service-box {
    display: table-row;
  }

  .service-img {
    display: table-cell;
    width: 33%;
    padding: 0 20px 0 0;
    text-align: left;
    vertical-align: middle;
  }

  .service-img img {
    max-width: none;
  }

  .service-body {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 20px;
  }

  .service-body h2 {
    font-size: 2.0rem;
    text-align: left;
  }

  .service-body p {
    margin: 20px 0 0;
    font-size: 1.4rem;
    text-align: left;
  }

}

@media (min-width:769px) {
  .service-item {
    padding: 50px 70px 50px 50px;
  }

  .service-img {
    padding: 0 40px 0 0;
  }

  .service-body {
    padding: 0 0 0 40px;
  }

  .service-body h2 {
    font-size: 2.8rem;
  }

  .service-body p {
    margin: 30px 0 0;
    font-size: 1.7rem;
  }

}



/* ========================

不動産トップ

======================== */
/*最初の図*/
.solution-list {
  text-align: center;
}

.solution-list img {
  width: 100%;
  max-width: 950px;
}

@media (min-width:481px) {
  #property .lead {
    margin: 50px 0 60px;
  }
}

/*セクションのタイトル*/
.sol-sec .sec-head-wrapper {
  position: relative;
}

.sol-sec .sec-head-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 100%;
}

#sol-sale.sol-sec .sec-head-wrapper::after {
  background: rgba(130, 200, 20, 0.4);
}

#sol-buyers.sol-sec .sec-head-wrapper::after {
  background: rgba(240, 140, 180, 0.4);
}

#sol-rent.sol-sec .sec-head-wrapper::after {
  background: rgba(255, 180, 20, 0.4);
}

.sol-sec .sec-head-group {
  padding-bottom: 35px;
}

.sec-head img {
  width: auto;
  height: 25px;
}

#sol-sale .sec-head-wrapper {
  background-image: url(../images/solution/sec_sale_bg_sp.jpg);
}

#sol-buyers .sec-head-wrapper {
  background-image: url(../images/solution/sec_buyers_bg_sp.jpg);
}

#sol-rent .sec-head-wrapper {
  background-image: url(../images/solution/sec_rent_bg_sp.jpg);
}

#sol-sale .sec-head {
  background-image: url(../images/solution/en_sale_pt.png);
}

#sol-buyers .sec-head {
  background-image: url(../images/solution/en_buyers_pt.png);
}

#sol-rent .sec-head {
  background-image: url(../images/solution/en_rent_pt.png);
}

@media (min-width:481px) {
  .sec-head img {
    height: 51px;
  }

  .sol-sec .sec-head-wrapper::after {
    height: 11px;
  }

}

@media (min-width:769px) {
  #sol-sale .sec-head-wrapper {
    background-image: url(../images/solution/sec_sale_bg_pc.jpg);
  }

  #sol-buyers .sec-head-wrapper {
    background-image: url(../images/solution/sec_buyers_bg_pc.jpg);
  }

  #sol-rent .sec-head-wrapper {
    background-image: url(../images/solution/sec_rent_bg_pc.jpg);
  }
}

/*リンク部分*/
.sol-link-container {
  max-width: 667px;
}

.sec-link-group .grid-item {
  padding: 0;
}

.sol-sec .sec-link-item {
  padding: 15px 50px 15px 35px;
  background-position: right 35px center;
}

.icon-target {
  display: inline-block;
  width: 1em;
  height: 0.8em;
  margin: 0 0 0 5px;
  vertical-align: middle;
  background: url(../images/page/targeticon.png) no-repeat center;
  background-size: contain;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.sec-link-item:hover .icon-target {
  background-image: url(../images/page/targeticon_blue.png)
}

@media (min-width:481px) {
  .sol-link-container {
    margin: 0 auto;
  }

  .sec-link-group .grid-item {
    padding: 0 15px;
  }

  .sol-sec .sec-link-item {
    padding: 15px 50px 15px 20px;
    background-position: right 20px center;
  }

  .sol-sec .grid-item {
    width: 50%;
  }

}

@media (min-width:769px) {
  .sol-sec .grid-item {
    width: 50%;
  }
}

/*青いナビゲーション*/
.sc-item {
  border: solid 1px #00a0d7;
  padding: 3px;
  margin: 0 0 15px;
  background: #fff;
}

.sc-item.biggerlink {
  cursor: pointer;
}

.sc-box {
  padding: 8px;
  background: #f2f2f2;
}

.sc-link {
  text-align: center;
}

.sc-link a {
  display: block;
  padding: 9px 40px 9px 8px;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: left;
  color: #fff;
  background-color: #00a0d7;
  background-image: url(../images/solution/bluelink_cover.png), url(../images/arrow_r_wh.png);
  background-repeat: repeat-X, no-repeat;
  background-position: center, right 8px center;
  background-size: auto 100%, 15px auto;
  border: solid 1px #00a0d7;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.sc-item.biggerlink:hover .sc-link a {
  color: #00a0d7;
  background-color: #fff;
  background-image: url(../images/solution/bluelink_cover.png), url(../images/arrow_r_navy.png);
}

.sc-text {
  font-size: 1.2rem;
  line-height: 1.6;
  margin: 5px 0 0;
  color: #00a0d7;
  letter-spacing: 0;
}

@media (min-width:481px) {
  .sol-cont-group {
    margin-left: -10px;
    margin-right: -10px;
  }

  .sol-cont-group li {
    float: left;
    width: 33%;
    padding: 0 10px;
  }

  .sc-box {
    padding: 20px 15px;
    background: #f2f2f2;
  }

  .sc-link a {
    padding: 14px 40px 14px 15px;
    font-size: 2rem;
    background-position: center, right 15px center;
  }

  .sc-text {
    font-size: 1.5rem;
    line-height: 1.7;
    margin: 15px 0 0;
  }
}

@media (min-width:769px) {
  .sol-cont-group {
    margin-left: -20px;
    margin-right: -20px;
  }

  .sol-cont-group li {
    padding: 0 20px;
  }

}

/*売買物件*/
.sol-property-head {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.2em;
  color: #808080;
}

/*スライダー部分*/
.sp-slider-box {
  padding: 0 50px;
  margin: 0 0 25px;
}

.sp-slider-item {
  position: relative;
}

.sp-slider-item.biggerlink {
  cursor: pointer;
}

.sp-category {
  position: absolute;
  text-align: center;
  top: 8px;
  left: 8px;
  min-width: 50px;
  background: #808080;
  font-size: 0.7rem;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  padding: 3px 5px;
}

.sp-photo img {
  width: 100%;
  height: auto;
}

.sp-body {
  padding: 8px 0 0;
}

.sp-name {
  margin: 0 0 3px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.3;
  color: #808080;
}

.sp-name a {
  color: #808080;
}

.sp-train,
.sp-subway {
  font-size: 1.15rem;
  line-height: 1.3;
  color: #808080;
}

.sp-price {
  margin: 3px 0 0;
  font-size: 1.3rem;
  line-height: 1.3;
  color: #808080;
}

.slick-arrow {
  display: block;
  position: absolute;
  top: 25%;
  width: 25px;
  height: 25px;
  border: solid 2px #fff;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 4px auto;
  background-color: #808080;
  font-size: 0;
  z-index: 100;
}

.slick-prev {
  left: -12px;
  background-image: url(../images/arrow_prev_wh.png);
}

.slick-next {
  right: -12px;
  background-image: url(../images/arrow_next_wh.png);
}

@media (min-width:481px) {
  .sol-property-head {
    margin: 0 0 56px;
    font-size: 28px;
  }

  .sp-slider-box {
    padding: 0;
    margin: 0 0 70px;
  }

  .sp-body {
    padding: 13px 15px 0;
  }

  .sp-name {
    margin: 0 0 5px;
    font-size: 1.6rem;
  }

  .sp-train,
  .sp-subway {
    margin: 0 0 5px;
    font-size: 1.35rem;
  }

  .sp-price {
    margin: 8px 0 0;
    font-size: 1.6rem;
  }


  .slick-arrow {
    width: 30px;
    height: 30px;
  }

  .slick-prev {
    left: -15px;
  }

  .slick-next {
    right: -15px;
  }

}

@media (min-width:769px) {
  .sp-category {
    min-width: 100px;
    top: 16px;
    left: 16px;
    font-size: 1.4rem;
    padding: 7px 10px;
  }

  .sp-slider-box {
    margin: 0 0 100px;
  }

  .sp-body {
    padding: 18px 30px 0;
  }

  .sp-name {
    margin: 0 0 10px;
    font-size: 1.8rem;
  }

  .sp-train,
  .sp-subway {
    font-size: 1.5rem;
    margin: 0 0 10px;
  }

  .sp-price {
    margin: 10px 0 0;
    font-size: 1.8rem;
  }

  .slick-arrow {
    width: 50px;
    height: 50px;
    background-size: 8px auto;
    border-width: 4px;
  }

  .slick-prev {
    left: -25px;
  }

  .slick-next {
    right: -25px;
  }
}

@media (min-width:1300px) {
  .sp-body {
    padding: 18px 60px 0;
  }

  .sp-name,
  .sp-train,
  .sp-subway,
  .sp-price {
    letter-spacing: 0.1em;
  }
}

/*売買物件はこちら*/
.sol-property-link {
  text-align: center;
}

.sol-property-link.sollink {
  margin-bottom: 20px;
}

.sol-property-link a {
  display: block;
  padding: 20px 60px 20px 35px;
  margin: 0 -15px;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: left;
  color: #fff;
  background-color: #00a0d7;
  background-image: url(../images/arrow_r_wh.png), url(../images/solution/bluelink_cover.png);
  background-repeat: no-repeat, repeat-X;
  background-position: right 35px center, center;
  background-size: 15px auto, auto 100%;
  border: solid 1px #00a0d7;
  font-weight: 700;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.sol-property-link.sollink a {
  background-image: url(../images/arrow_r_wh.png), url(../images/solution/bluelink_cover.png), url(../images/solution/bg_sollink_sp.png);
  background-repeat: no-repeat, repeat-X, no-repeat;
  background-position: right 35px center, center, right bottom;
  background-size: 15px auto, auto 100%, contain;
}

.sol-property-link a:hover {
  color: #00a0d7;
  background-color: #fff;
  background-image: url(../images/arrow_r_navy.png), url(../images/solution/bluelink_cover.png);
}

.sol-property-link.sollink a:hover {
  color: #00a0d7;
  background-color: #fff;
  background-image: url(../images/arrow_r_navy.png), url(../images/solution/bluelink_cover.png), url(../images/solution/bg_sollink_sp.png);
}

@media (min-width:481px) {
  .sol-property-link {
    margin-bottom: 40px;
  }

  .sol-property-link.sollink {
    margin-bottom: 40px;
  }

  .sol-property-link a {
    display: inline-block;
    min-width: 440px;
    padding: 10px 60px 10px 25px;
    margin: 0;
    background-position: right 25px center, center;
    background-size: 18px auto, auto 100%;
    font-size: 2.7rem;
  }

  .sol-property-link.sollink a {
    min-width: 100%;
  }

}

@media (min-width:769px) {

  .sol-property-link.sollink a {
    padding: 40px 90px 40px 50px;
    min-width: 100%;
    background-image: url(../images/arrow_r_wh.png), url(../images/solution/bluelink_cover.png), url(../images/solution/bg_sollink_pc.png);
    background-position: right 60px center, center, right bottom;
    background-size: 18px auto, auto 100%, auto;
  }

  .sol-property-link.sollink a:hover {
    color: #00a0d7;
    background-color: #fff;
    background-image: url(../images/arrow_r_navy.png), url(../images/solution/bluelink_cover.png), url(../images/solution/bg_sollink_pc.png);
  }

}


/*お知らせ*/
@media (min-width: 481px) {
  #property .top-news-container {
    padding-bottom: 100px;
  }
}


/* ========================

不動産コンテンツ

======================== */
/*ページタイトル*/
.solution-title-wrapper {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#sale .solution-title-wrapper {
  background-image: url(../images/pagetitle/pagetitle_bg_sale_sp.jpg);
}

#buyers .solution-title-wrapper {
  background-image: url(../images/pagetitle/pagetitle_bg_buyers_sp.jpg);
}

#rent .solution-title-wrapper {
  background-image: url(../images/pagetitle/pagetitle_bg_rent_sp.jpg);
}

.solution-title-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 100%;
}

#sale .solution-title-wrapper::after {
  background: rgba(130, 200, 20, 0.4);
}

#buyers .solution-title-wrapper::after {
  background: rgba(240, 140, 180, 0.4);
}

#rent .solution-title-wrapper::after {
  background: rgba(255, 180, 20, 0.4);
}

.solution-title-container {
  padding-top: 35px;
  padding-bottom: 75px;
}

.solution-title {
  position: relative;
  width: 70%;
  margin: 0 auto;
  padding: 25px 25px 36px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.85);
  background-repeat: no-repeat;
  background-position: center bottom 15px;
  background-size: auto 12px;
  text-align: center;
}

.solution-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 13px;
  background: url(../images/pagetitle/pagetitle_bottom.png) no-repeat center top;
  background-size: auto 100%;
}

#sale .solution-title {
  background-image: url(../images/pagetitle/en_sale_pt.png);
}

#buyers .solution-title {
  background-image: url(../images/pagetitle/en_buyers_pt.png);
}

#rent .solution-title {
  background-image: url(../images/pagetitle/en_rent_pt.png);
}

.solution-title img {
  width: 100%;
  max-width: 404px;
  height: auto;
}


@media (min-width:481px) {
  .solution-title-wrapper::after {
    height: 11px;
  }

  .solution-title-container {
    padding-top: 35px;
    padding-bottom: 50px;
  }

  .solution-title {
    padding: 45px 25px 72px;
    border-radius: 30px;
    background-position: center bottom 33px;
    background-size: auto 18px;
  }

  .solution-title::after {
    height: 25px;
  }
}

@media (min-width:769px) {
  .solution-title {
    width: 100%;
  }

  #sale .solution-title-wrapper {
    background-image: url(../images/pagetitle/pagetitle_bg_sale_pc.jpg);
  }

  #buyers .solution-title-wrapper {
    background-image: url(../images/pagetitle/pagetitle_bg_buyers_pc.jpg);
  }

  #rent .solution-title-wrapper {
    background-image: url(../images/pagetitle/pagetitle_bg_rent_pc.jpg);
  }

}

/*ナビゲーション*/
.sn-wrapper {
  margin: 0 0 40px;
}

.sn-container {
  max-width: 1030px;
  margin: 0 auto;
}

.sn-item {
  float: left;
  width: 50%;
}

.sn-item a {
  display: block;
  padding: 15px 5px;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  background-color: #00a0d7;
  background-image: url(../images/solution/bluelink_cover.png);
  background-repeat: repeat-X;
  background-position: center;
  background-size: auto 100%;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.sn-item:nth-child(2n) a {
  border-right: 0;
}

.sn-item a:hover,
.sn-item a.stay {
  color: #00a0d7;
  background-color: #fff;
}

@media (min-width:481px) {
  .sn-wrapper {
    margin: 0 0 70px;
  }

  .sn-item {
    width: 33.33%;
  }

  .sn-item:nth-child(2n) a {
    border-right: solid 1px #fff;
  }

  .sn-item:nth-child(3n) a {
    border-right: 0;
  }
}

@media (min-width:769px) {
  .sn-wrapper {
    margin: 70px 0 100px;
  }

  .sn-container {
    padding: 0 15px;
  }

  .solution-nav {
    border: solid 1px #00a0d7;
    background: #00a0d7;
  }

  .sn-item {
    width: 16.66%;
  }

  .sn-item a {
    padding: 11px 5px;
    border-bottom: 0;
  }

  .sn-item:nth-child(3n) a {
    border-right: solid 1px #fff;
  }

  .sn-item:last-child a {
    border-right: 0;
  }
}

/*セクション*/
.solution-sec,
.mb-basic {
  margin-bottom: 40px;
}

@media (min-width:481px) {

  .solution-sec,
  .mb-basic {
    margin-bottom: 75px;
  }
}

@media (min-width:769px) {

  .solution-sec,
  .mb-basic {
    margin-bottom: 100px;
  }
}

/*導入*/
.solution-lead {
  margin: 0 0 30px;
}

.sl-container {
  position: relative;
}

.sl-image {
  text-align: center;
  margin-bottom: 20px;
}

.sl-image img {
  width: 75px;
  height: auto;
}

.sl-text {
  font-size: 1.2rem;
  text-align: center;
  color: #808080;
}

@media (min-width:481px) {
  .solution-lead {
    margin: 0 0 65px;
  }

  .sl-image {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-bottom: 0;
  }

  #sale .sl-image {
    margin-left: -300px;
  }

  #buyers .sl-image {
    margin-left: -300px;
  }

  #rent .sl-image {
    margin-left: -330px;
  }

  .sl-image img {
    width: 90px;
  }

  .sl-text {
    font-size: 1.7rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}

@media (min-width:769px) {
  .solution-lead {
    margin: 0 0 100px;
  }

  .sl-image {
    margin-top: -75px;
  }

  #sale .sl-image {
    margin-left: -420px;
  }

  #buyers .sl-image {
    margin-left: -400px;
  }

  #rent .sl-image {
    margin-left: -480px;
  }

  .sl-image img {
    width: 150px;
  }

  .sl-text {
    font-size: 2rem;
    letter-spacing: 0.2em;
  }
}

/*大見出し*/
.ss-head {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #808080;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 25px;
}

.ss-head span {
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: solid 1px #00a0d7;
}

#sale .ss-head span {
  border-bottom-color: #82c814;
}

#buyers .ss-head span {
  border-bottom-color: #f08cb4;
}

#rent .ss-head span {
  border-bottom-color: #ffb414;
}

@media (min-width:481px) {
  .ss-head {
    letter-spacing: 0.1em;
    font-size: 2.5rem;
    margin-bottom: 45px;
  }

}

@media (min-width:769px) {
  .ss-head {
    letter-spacing: 0.1em;
    font-size: 3.0rem;
    line-height: 1.5;
    margin-bottom: 70px;
  }

  .ss-head span {
    padding-bottom: 10px;
  }
}

/*ステップ*/
.step {
  position: relative;
  padding: 0 20px;
  margin: 0 0 40px;
}

.step-head {
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: dotted 1px #ccc;
  line-height: 1.2;
  color: #808080;
  padding-bottom: 8px;
  letter-spacing: .11em
}

.step-no {
  margin-right: 0.5em;
}

#sale .step-no {
  color: #82c814;
}

#buyers .step-no {
  color: #f08cb4;
}

#rent .step-no {
  color: #ffb414;
}

.step-text {
  margin-bottom: 20px;
  padding-top: 8px;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #808080
}

.step-text:last-child {
  margin-bottom: 0;
}

.step-photo {
  display: none;
}

@media (min-width:481px) {
  .step {
    margin: 0 0 70px;
  }

  .step-head {
    font-size: 2.0rem;
    padding-bottom: 10px;
  }

  .step-text {
    margin-bottom: 35px;
    padding-top: 10px;
    font-size: 1.5rem;
  }

  .step-p {
    margin-right: 230px;
  }

  .step-photo {
    display: block;
    width: 200px;
    position: absolute;
    right: 20px;
    bottom: 0;
  }

  .step-photo img {
    width: 100%;
    height: auto;
  }
}

@media (min-width:769px) {
  .step {
    padding: 0;
    margin: 0 0 100px;
  }

  .step-head {
    font-size: 2.2rem;
    line-height: 1.5;
    padding-bottom: 15px;
    border-bottom-width: 2px;
  }

  .step-text {
    margin-bottom: 50px;
    padding-top: 15px;
    font-size: 1.75rem;
    letter-spacing: 0.08em;
  }

  .step-p {
    margin-right: 350px;
  }

  .step-photo {
    right: 0;
    width: 300px;
  }
}

/*買取もお任せ*/
.oisogi {
  margin: 0 0 25px;
}

.buy-service {
  padding: 0 20px;
  margin-bottom: 25px;
}

.bs-item {
  border: solid 1px #82c814;
  border-radius: 5px;
  margin-bottom: 20px;
}

.bs-box {
  padding: 15px;
  border: solid 2px #fff;
  border-radius: 5px;
  background: #f2f2f2;
}

.bs-title {
  margin: 0 0 10px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #82c814;
  background: #fff;
  line-height: 2;
  letter-spacing: 0.1em;
  /*  font-weight: bold;*/
}

.bs-title::before {
  content: "";
  display: inline-block;
  background: url(../images/solution/check.png) no-repeat center;
  background-size: contain;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}

.bs-text {
  font-size: 1.1em;
  line-height: 1.57;
  color: #808080
}

@media (min-width:481px) {
  .oisogi {
    margin: 0 0 50px;
  }

  .buy-service .grid-item {
    width: 50%;
  }

  .bs-title {
    font-size: 2.0rem;
  }

  .bs-text {
    font-size: 1.4em;
  }
}

@media (min-width:769px) {
  .buy-service {
    padding: 0;
    margin-bottom: 40px;
  }

  .bs-item {
    border: solid 2px #82c814;
    border-radius: 10px;
    margin-bottom: 20px;
  }

  .bs-box {
    padding: 30px 44px;
    border: solid 4px #fff;
    border-radius: 10px;
    background: #f2f2f2;
  }

  .bs-title {
    margin: 0 0 30px;
    font-size: 3.2rem;
  }

  .bs-text {
    font-size: 1.6em;
  }

}

/*こんな方には買取が*/
.buy-reco {
  padding: 0 20px;
  margin-bottom: 40px;
}

.br-head {
  font-size: 1.4rem;
  line-height: 1.75;
  margin: 0 0 15px;
  color: #808080;
}

.br-reason {
  margin-bottom: 25px;
}

.br-reason li {
  font-size: 1.2rem;
  color: #9fa0a0;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.br-reason li::before {
  content: "\025cf";
  color: #82c814;
}

.br-tel {
  padding: 20px 0;
  border-top: dotted 1px #ccc;
  border-bottom: dotted 1px #ccc;
  font-size: 1.1rem;
  color: #808080;
  line-height: 1.5;
}

.mazu {
  display: block;
}

.br-phone-no {
  display: inline-block;
  font-size: 1.32em;
  font-weight: 400;
}

.br-phone-no a {
  color: #808080;
}

@media (min-width:481px) {
  .buy-reco {
    margin-bottom: 75px;
  }

  .br-head {
    font-size: 2.2rem;
    margin: 0 0 20px;
  }

  .br-reason {
    margin-bottom: 40px;
  }

  .br-reason li {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.1em;
    margin-right: 1.15em;
  }

  .br-tel {
    padding: 30px 0;
    border-top: dotted 2px #ccc;
    border-bottom: dotted 2px #ccc;
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.11em;
    font-weight: 500;
  }
}

@media (min-width:769px) {
  .buy-reco {
    padding: 0;
    margin-bottom: 100px;
  }

  .br-reason {
    margin-bottom: 60px;
  }

  .br-reason li {
    font-size: 1.8rem;
    letter-spacing: 0.15em;
  }

  .br-tel {
    padding: 50px 0;
    font-size: 2rem;
    text-align: center;
  }

  .mazu {
    display: inline-block;
  }

  .br-phone-no {
    font-size: 1em;
  }
}




/* ========================

不動産ソリューションページ

======================== */
/*タイトル*/
#solution .page-title-wrapper {
  margin-bottom: 0;
}

/*テキストと写真が横並び*/
.ss-photo-box {
  margin-bottom: 15px;
}

.ss-photo-box::after {
  content: "";
  display: block;
  clear: both;
}

.ss-p-head {
  padding-bottom: 13px;
  margin-bottom: 13px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.57;
  font-weight: 500;
  color: #808080;
  border-bottom: dotted 1px #ccc;
}

.ss-p-text {
  margin-bottom: 13px;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #808080;
}

.ss-p-photo img {
  width: 100%;
  height: auto;
}

@media (min-width:481px) {
  .ss-p-head {
    font-size: 1.7rem;
    text-align: left;
  }

  .ss-p-text {
    font-size: 1.4rem;
  }

  .ss-p-photo {
    float: right;
    width: 30%;
  }

  .ss-p-body {
    float: left;
    width: 70%;
    padding: 0 30px 0 0;
  }

  .ss-p-body.no-photo {
    float: none;
    width: 100%;
    padding: 0;
  }
}

@media (min-width:769px) {
  .ss-photo-box {
    margin-bottom: 50px;
  }

  .ss-p-head {
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    border-bottom: dotted 2px #ccc;
  }

  .ss-p-text {
    font-size: 1.8rem;
    line-height: 2;
  }

  .ss-p-body {
    float: left;
    width: 70%;
    padding: 0 60px 0 0;
  }
}

/*タスク*/
.ss-t-group {
  margin: 0 -6px;
}

.ss-t-item {
  float: left;
  width: 50%;
  padding: 0 6px;
}

.ss-t-item.col-3 {
  width: 33.33%;
}

.task {
  border: solid 1px #00a0d7;
  padding: 2px;
  margin-bottom: 10px;
}

.task-box {
  color: #00a0d7;
  font-size: 1.3rem;
  padding: 20px 5px;
  text-align: center;
  background: #f2f2f2;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media (min-width:769px) {
  .ss-t-group {
    margin: 0 -9px;
  }

  .ss-t-item {
    width: 25%;
    padding: 0 9px;
  }


  .task {
    padding: 3px;
  }

  .task-box {
    font-size: 2.1rem;
    padding: 30px 5px;
  }
}

/*小見出し*/
.ss-head-s {
  margin-top: 10px;
  margin-bottom: 13px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.57;
  font-weight: 500;
  color: #808080;
}

@media (min-width:481px) {
  .ss-head-s {
    margin-top: 40px;
    margin-bottom: 19px;
    font-size: 1.7rem;
    text-align: left;
  }
}

@media (min-width:769px) {
  .ss-head-s {
    margin-top: 60px;
    margin-bottom: 25px;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
}

/*図表*/
.flow {
  padding: 0 20px;
}

.flow img,.assen img {
  width: 100%;
  height: auto;
}

@media (min-width:481px) {
  .flow {
    padding: 0;
  }
}

/*事例*/
.sample-head {
  margin: 20px 0 10px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}

.sample-photo {
  margin: 0 -5px 15px;
}

.sample-photo-item {
  position: relative;
  float: left;
  width: 50%;
  padding: 0 5px;
}

.sample-photo-item span {
  display: block;
  position: absolute;
  top: 5px;
  left: 10px;
  width: 45px;
  text-align: center;
  font-size: 1.1rem;
  color: #fff;
  padding: 2px 0;
  background: #808080;
}

.sample-photo-item img {
  width: 100%;
  height: auto;
}

.sample-text {
  font-size: 1.1rem;
  line-height: 1.5;
  color: #808080;
}

@media (min-width:481px) {
  .sample-text {
    font-size: 1.4rem;
    line-height: 1.5;
  }

}

@media (min-width:769px) {
  .sample-head {
    margin: 35px 0 20px;
    font-size: 2.4rem;
  }


  .sample-photo {
    margin: 0 -10px 20px -10px;
  }

  .sample-photo-item {
    padding: 0 10px;
  }

  .sample-photo-item span {
    top: 20px;
    left: 30px;
    width: 100px;
    font-size: 1.4rem;
    padding: 5px 0;
    letter-spacing: 0.1em;
  }

  .sample-photo-item img {
    width: 100%;
    height: auto;
  }

  .sample-text {
    font-size: 1.8rem;
    line-height: 2;
  }

}

/*業務内容*/
.job-container {
  border-top: solid 1px #00a0d7;
  border-left: solid 1px #00a0d7;
}

.job-item {
  border-right: solid 1px #00a0d7;
  border-bottom: solid 1px #00a0d7;
  padding: 7px 15px 15px;
}

.job-name {
  font-size: 1.8rem;
  color: #00a0d7;
  letter-spacing: 0.1em;
}

.job-list li {
  border-top: dotted 1px #ccc;
  line-height: 1.5;
  font-size: 1.3rem;
  padding: 3px 0 3px 1.2em;
  text-indent: -1.2em;
}

.job-list li:last-child {
  padding-bottom: 0;
}

.job-list li::before {
  content: "\025cf";
  margin-right: 0.2em;
}

.job-list li.blank::before {
  content: "\00a0";
}

.job-list li.blank {
  display: none;
}

@media (min-width:481px) {
  .job-container {
    display: table;
    table-layout: fixed;
    width: 100%;
  }

  .job-group {
    display: table-row;
  }

  .job-item {
    display: table-cell;
    padding: 20px 25px 30px;
  }

  .job-name {
    font-size: 1.7rem;
    margin-bottom: 3px;
  }

  .job-list li {
    font-size: 1.4rem;
    padding: 7px 0 7px 1.2em;
  }

  .job-list li.blank {
    display: block;
  }
}

@media (min-width:769px) {
  .job-item {
    padding: 20px 25px 30px;
  }

  .job-name {
    font-size: 2.6rem;
    margin-bottom: 8px;
  }

  .job-list li {
    border-top: dotted 2px #ccc;
    font-size: 1.8rem;
    padding: 10px 0 10px 1.2em;
  }

}


/* ========================

用地募集

======================== */

/*ページタイトル*/
.estate-title-container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.waku {
  position: absolute;
  top: 15px;
  left: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: solid 2px #fff;
  border-radius: 10px;
}

.estate-title-container {
  background-image: url(../images/pagetitle/pagetitle_bg_estate_sp.jpg);
}

.estate-title-box {
  padding-top: 75px;
  padding-bottom: 75px;
}

.estate-title {
  position: relative;
  padding: 0 0 26px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto 14px;
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: .15em;
  color: #00A0D7;
}

#estate .estate-title {
  background-image: url(../images/pagetitle/en_estate_pt.png);
}

#resale .estate-title {
  background-image: url(../images/pagetitle/en_resale_pt.png);
}


@media (min-width:481px) {

  .estate-title-box {
    padding-top: 90px;
    padding-bottom: 75px;
  }

  .estate-title {
    padding: 0 0 50px;
    background-size: auto 20px;
    font-size: 3.6rem;
  }
}

@media (min-width:769px) {

  .waku {
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: solid 4px #fff;
    border-radius: 15px;
  }

  .estate-title-wrapper {
    background-image: url(../images/pagetitle/pagetitle_bg_estate_pc.jpg);
  }

}

@media (min-width:1001px) {
  .estate-title-container {
    border-radius: 30px;
  }
}

/*導入*/
.estate-lead {
  margin: 0 0 20px;
}

.el-text {
  font-size: 1.2rem;
  text-align: center;
  color: #808080;
}

@media (min-width:481px) {
  .estate-lead {
    margin: 0 0 40px;
  }

  .el-lead {
    margin: 0 0 65px;
  }

  .el-text {
    font-size: 1.7rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}

@media (min-width:769px) {
  .estate-lead {
    margin: -30px 0 50px;
  }

  .el-text {
    font-size: 1.8rem;
    letter-spacing: 0.2em;
  }
}

/*大見出し*/
.el-head {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #808080;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 25px;
}

.el-head span {
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: solid 1px #00a0d7;
}

@media (min-width:481px) {
  .el-head {
    letter-spacing: 0.1em;
    font-size: 2.5rem;
    margin-bottom: 45px;
  }

}

@media (min-width:769px) {
  .el-head {
    letter-spacing: 0.1em;
    font-size: 3.2rem;
    line-height: 1.5;
    margin-bottom: 70px;
  }

  .el-head span {
    padding-bottom: 10px;
  }
}

/*有効活用*/
.estate-conditions-box {
  border-bottom: dotted 1px #ccc;
  margin: 20px 20px;
}

.ec-item {
  border-top: dotted 1px #ccc;
  padding: 18px 0;

}
.ec-item .ec-form a {
	max-width: 200px;
	margin:15px auto 0;
	padding:5px 0;
	display: block;
	color:#FFF;
	font-size:18px;
	font-weight: bold;
	text-align: center;
background: rgb(0,94,155);
background: linear-gradient(180deg, rgba(0,94,155,1) 0%, rgba(2,157,213,1) 50%, rgba(0,94,155,1) 100%);
}

.ec-head {
  margin: 0 auto 16px;
  max-width: 160px;
  border: solid 1px #00a0d7;
  padding: 2px;
}

.ec-head-box {
  display: block;
  letter-spacing: 0.1em;
  font-size: 1.0rem;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  padding: 2px;
  color: #00a0d7;
  background: #f2f2f2;
}

.ec-text {
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
  color: #00a0d7;
  font-weight: 700;
  letter-spacing: 0.05;
}

.ec-text a {
  color: #00a0d7;
}

sup {
  vertical-align: top;
  font-size: 0.5em;
}

@media (min-width:481px) {
  .estate-conditions-box {
    width: 100%;
    margin: 40px 0 70px;
    border-bottom: dotted 2px #ccc;
  }

  .ec-item {
    display: table;
    width: 100%;
    border-top: dotted 2px #ccc;
    padding: 35px 0;
  }

  .ec-title {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
    width: 37%;
  }

  .ec-head {
    margin: 0;
    width: 100%;
    max-width: none;
    padding: 3px;
  }

  .ec-head-box {
    font-size: 1.4rem;
    padding: 7px 10px;
  }

  .ec-body {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
  }

  .ec-text {
    font-size: 1.7rem;
    text-align: left;
  }
}

@media (min-width:769px) {
  .ec-head-box {
    font-size: 1.8rem;
  }

  .ec-text {
    font-size: 2.35rem;
  }
}

/*土地活用*/
.estate-use {
	max-width: 860px;
	margin: 0 auto 100px;
}
.estate-use p.com {
	margin:0 0 40px;
}
.estate-use .estate-use-box {
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
}
.estate-use .estate-use-box dl {
	margin:0 0 20px;
	width:48%;
	border:1px solid #CCC;
}
.estate-use .estate-use-box dl dt {
	margin:5px;
	padding:15px 0;
	font-size:1.7rem;
	text-align: center;
	font-weight:bold;
	background-color: #005876;
	color: #FFF;
}
.estate-use .estate-use-box dl dd {
	margin:0 0 5px;
	padding:5px 10px;
	font-size:1.4rem;
	line-height: 1.6;
}
.estate-use .estate-use-box dl dd a {
	display: block;
	color:#002C7B;
	text-align: right;
}
.estate-use .estate-use-box dl dd a::before {
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	background-image: url(../images/arrow_r_gray.png);
	background-size: contain;
	vertical-align: middle;
}

/*パーキング*/
.estate-parking {
}
	
.estate-parking img {
max-width: 100%;
height: auto;
width /***/:auto;
margin: 0;
padding: 0;
vertical-align:bottom;
}

.estate-parking {
	margin:0 0 40px;
}
.estate-parking h3 {
	margin:0 0 20px;
	line-height: 1.6;
	font-size:1.7rem;
	text-align: center;
}
.estate-parking p {
	font-size:1.2rem;
}

.estate-parking.pk-box1 h3 {
	display:inline-block;
	padding-bottom: 10px;
	border-bottom: 1px dotted #666;
}
.estate-parking.pk-box1 div:first-child {
	margin: 0 0 20px;
}
.estate-parking.pk-box1 div:last-child {
}

.estate-parking.pk-box3 ul {
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
}
.estate-parking.pk-box3 ul li {
display: flex;
justify-content: center;
align-items: center;
	width:49%;
	height: 60px;
	margin:0 0 10px;
	font-size:1.6rem;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
	position: relative;
	color:#029DD5;
	border:1px solid #029DD5;
	background-color: #F0F0F0;
}
.estate-parking.pk-box3 ul li:after{
  content: "";
  border: solid 1px #FFF;
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}


.estate-parking.pk-box4 > div {
	display: flex;
	flex-flow: row wrap;
	justify-content:space-around;
	border-top: 1px solid #029DD5;
	border-left: 1px solid #029DD5;
}
.estate-parking.pk-box4 dl {
  width: calc(50% - 1px);
	border-right: 1px solid #029DD5;
	border-bottom: 1px solid #029DD5;
}
.estate-parking.pk-box4 dl dt {
	margin:15px 15px 10px;
	padding:0 0 10px;
	font-size:1.5rem;
	color:#029DD5;
	border-bottom: 1px dotted #B1B1B1;
}
.estate-parking.pk-box4 dl dd {
	margin:0 15px 15px;
	line-height: 1.6;
	font-size:1.3rem;
}
.estate-parking.pk-box5 > div {
	display: flex;
	flex-flow:row wrap;
	justify-content: space-between;
}
.estate-parking.pk-box5 > div .pk-list {
	width: 49%;
	padding:0;
}
.estate-parking.pk-box5 > div .pk-list img{
	margin:0 0 10px;
}
.estate-parking.pk-box5 > div .pk-list h5{
	margin:0 0 5px;
	font-size:1.6rem;
	color:#029DD5;
}
.estate-parking.pk-box5 > div .pk-list p{
	font-size:1.5rem;
}
@media (min-width:769px) {

.estate-parking h3 {
	font-size:2.0rem;
	text-align: left;
}
.estate-parking p {
	font-size:1.5rem;
}
.estate-parking.pk-box1 {
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
}
.estate-parking.pk-box1 div:first-child {
	width:60%;
	margin: 0;
}
.estate-parking.pk-box1 div:last-child {
	width:39%;
}
.estate-parking.pk-box3 ul li {

	width:24%;
	}

.estate-parking.pk-box4 dl {
  width: calc(33.3333333333% - 1px);
}
.estate-parking.pk-box4 dl dt {
	font-size:1.8rem;
}

.estate-parking.pk-box5 > div {
	justify-content:flex-start;
}
.estate-parking.pk-box5 > div .pk-list {
	width: calc(33% - 20px);
	padding:0 10px;
}
}
/* ========================

買取再販

======================== */
/*導入*/
#resale .ss-t-container {
  max-width: 745px;
  margin: 0 auto;
}

#resale .task-box {
  text-align: center;
  padding: 10px 15px;
}

#resale .task-box img {
  max-width: 110px;
  width: 100%;
}

.rl-text {
  border-top: dotted 1px #ccc;
  padding: 15px 0 0;
  margin: 15px 0 0;
}

@media (min-width:481px) {
  .rl-text {
    padding: 30px 0 0;
    margin: 30px 0 0;
  }

  #resale .task-box {
    padding: 20px 15px;
  }
}

@media (min-width:769px) {
  .rl-text {
    border-top: 0;
    padding: 50px 0 0;
    margin: 50px 0 0;
  }

  #resale .task-box {
    padding: 30px 15px;
  }
}

/*強調*/
strong {
  color: #00a0d7;
}

/*ポイント*/
.point-head {
  background: #00a0d7;
  margin: 0 0 8px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 5px 10px;
  letter-spacing: 0.1em;
  font-weight: 500;
}

.point-head span {
  font-weight: 600;
  margin-left: 0.5em;
}

.point-text {
  color: #808080;
  font-size: 1.1rem;
  line-height: 1.5;
  margin: 0 0 15px;
}

.point-caution {
  font-size: 0.9rem;
  color: #808080;
  letter-spacing: 0;
}

.point-photo {
  display: none;
}

@media (min-width:481px) {
  .point-container {
    display: table;
    width: 100%;
  }

  .point-body {
    display: table-cell;
    padding-right: 30px;
  }

  .point-photo {
    display: table-cell;
    width: 30%;
    background: url(../images/solution/point_photo.jpg) no-repeat center;
    background-size: cover;
    height: 100%;
  }

  .point-head {
    margin: 0 0 15px;
    font-size: 1.7rem;
    padding: 5px 15px;
  }

  .point-text {
    font-size: 1.3rem;
    line-height: 1.5;
    margin: 0 0 30px;
    letter-spacing: 0.1em;
  }

}

@media (min-width:769px) {
  .point-container {
    display: table;
    width: 100%;
  }

  .point-body {
    display: table-cell;
    padding-right: 30px;
  }

  .point-photo {
    display: table-cell;
    width: 30%;
    background: url(../images/solution/point_photo.jpg) no-repeat center;
    background-size: cover;
    height: 100%;
  }

  .point-head {
    margin: 0 0 15px;
    font-size: 2.2rem;
    padding: 5px 15px;
  }

  .point-text {
    font-size: 1.7rem;
    line-height: 1.5;
    margin: 0 0 30px;
    letter-spacing: 0.1em;
  }

  .point-caution {
    font-size: 1.2rem;
  }
}

/*問い合わせ*/
.resale-contact {
  padding: 15px 0;
  border-top: dotted 1px #ccc;
  border-bottom: dotted 1px #ccc;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.1em;
}

.resale-contact a {
  color: #00a0d7;
}

.r-tel {
  display: block;
  font-size: 2rem;
  color: #00a0d7;
  font-weight: 700;
}

.r-time {
  display: block;
  font-size: 1.12rem;
  color: #808080;
}

@media (min-width:480px) {
  .resale-contact {
    padding: 35px 0;
  }

  .r-tel {
    display: inline-block;
    font-size: 3rem;
  }

  .r-time {
    display: inline-block;
    font-size: 1.5rem;
  }
}

@media (min-width:769px) {
  .r-tel {
    display: inline-block;
    font-size: 4rem;
  }

  .r-time {
    display: inline-block;
    font-size: 2rem;
  }
}


/* ========================

不動産下部お問い合わせ

======================== */
#solution-contat {
	max-width: 800px;
	margin:0 5% 70px;
	padding:30px 20px;
	border:1px solid #970002;
	border-top:7px solid #970002;
	text-align: center;
}
#solution-contat h3 {
margin: 0 0 20px;
background-size: auto 13px;
font-size: 20px;
  font-weight: 700;
	color:#970002;
}
#solution-contat p.txt {
margin: 0 0 30px;
}
#solution-contat .btn a {
	display: block;
	width:95%;
	margin: 0 auto;
	padding:10px 0;
	color:#FFF;
	background-color: #970002;
	text-decoration: none;
	font-size: 1.6rem;
	font-weight: 700;
	border:1px solid #970002;
background-image: url(../images/arrow_r_wh.png), url(../images/solution/bluelink_cover.png);
background-repeat: no-repeat, repeat-X;
background-position: right 25px center, center;
background-size: 18px auto, auto 100%;
}
#solution-contat .btn a:hover {

	color:#970002;
	background-color: #FFF;
}
@media (min-width:769px) {
#solution-contat {
	margin:0 auto 70px;
}
#solution-contat h3 {
font-size: 28px;
}
#solution-contat .btn a {
	width:400px;
	font-size: 2.7rem;
	}
}
/* ========================

会社概要

======================== */
.outline-table {
  border-top: dotted 1px #ccc;
  width: 100%;
}

.outline-table th,
.outline-table td {
  text-align: left;
  vertical-align: top;
  color: #808080;
  font-size: 1.2rem;
  line-height: 1.8;
  padding: 15px 0;
  border-bottom: dotted 1px #ccc;
}

.outline-table a {
  color: #808080;
}

.outline-table th {
  font-weight: 700;
  padding: 15px 15px 15px 0;
  white-space: nowrap;
}

.outline-table li {
  margin-bottom: 10px;
}

.outline-table li:last-child {
  margin-bottom: 0;
}

@media (min-width:481px) {

  .outline-table th,
  .outline-table td {
    font-size: 1.6rem;
    line-height: 2.0;
    padding: 25px 20px;
    letter-spacing: 0.1em;
  }
}

@media (min-width:769px) {
  .outline-table {
    border-top: dotted 2px #ccc;
  }

  .outline-table th,
  .outline-table td {
    border-bottom: dotted 2px #ccc;
  }
}





/* ========================

TFC

======================== */


#tfc-container img {
max-width: 100%;
height: auto;
width /***/:auto;
margin: 0;
padding: 0;
vertical-align:bottom;
}
.tfc-title-container {
	margin:0 0 40px;
	padding:20px;
	background-color: #00a0d7;
	text-align: center;
}
.tfc-title-container h1 {
	color:#FFF;
	font-size: 2.4rem;
}
.tfc-header {
	text-align: center;
}
.tfc-header h2 {
	margin:0 0 30px;
}
.tfc-header p {
	margin:0 0 40px;
}

.tfc-member-container {
	background-color: #e8e8e8;
}
.tfc-member {
	max-width: 1030px;
	margin:0 auto;
	padding: 30px 0;
}
.tfc-member .member-title {
	overflow: hidden;
	margin:0 0 30px;
}
.tfc-member .member-title h3 {
	float: left;
	margin:0 20px 0 0;
	font-size: 3.2rem;
	color:#00a0d7;
}
.tfc-member .member-title p {
	font-size: 1.2rem;
	line-height: 1.6;
}
.member-privilege {
	max-width: 1030px;
	margin:0 auto;
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between;
}
.member-privilege .note {
	width:30%;
	margin:0 0 20px;
	background-color: #FFF;
	text-align: center;
}
.member-privilege .note h4 {
	padding:10px 20px;
	color:#FFF;
	background-color: #00a0d7;
	font-size: 2.2rem;
}
.member-privilege .note dl {
	padding:20px 30px;
}
.member-privilege .note dl dt {
	display: inline-block;
	margin:0 0 10px;
	padding:3px 5px;
	font-size: 1.4rem;
	line-height: 1.2;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

.member-privilege .note dl dd span {
	display: block;
	margin:10px 0 0;
}

.tfc-member-footer {
	padding:30px;
	background-color: #00a0d7;
	text-align: center;
}
.tfc-member-footer h3 {
	margin:0 0 20px;
}
.tfc-member-footer p {
	display: inline-block;
	padding:20px 0 0;
border-top: 1px solid #FFF;
}
.tfc-bn {
	margin:40px 10px;
	text-align: center;
}

@media (max-width:769px) {
.tfc-title-container h1 {
	font-size: 1.8rem;
	line-height: 1.6;
}
.tfc-header h2 {
	margin:0 5% 30px;
}
.tfc-header p {
	margin:0 5% 40px;
	text-align: left;
font-size: 1.2rem;
}

.tfc-member {
	padding: 30px 5%;
}
.tfc-member .member-title {
	overflow: hidden;
	margin:0 0 30px;
}
.tfc-member .member-title h3 {
	float: none;
	margin:0 0 10px;
	font-size: 2.2rem;
}
.tfc-member .member-title p {
	font-size: 1.2rem;
	line-height: 1.6;
}
.member-privilege {
	max-width: 1030px;
	margin:0 auto;
	display: block;
}
.member-privilege .note {
	width:auto;
}
.member-privilege .note dl {
	padding:10px 20px;
}
.tfc-bn {
	margin:20px 10px 60px;
	text-align: center;
}
	
}





/* ========================

追加

======================== */
#sec-sodan .sec-head-link a {
  background: url(../images/arrow_r_navy.png) no-repeat center;
  background-size: 100%;
}

	
#sec-sodan .sec-logo img,#sec-solution .sec-head img {
max-width: 100%;
height: auto;
width /***/:auto;
margin: 0;
padding: 0;
vertical-align:bottom;
}
  #sec-solution {
    background-image: url(../images/solution/sec_sol_bg_pc.png);
  }
  #sec-sodan .sec-logo {
	  margin:0 0 20px;
    text-align: center;
  }

  #sec-sodan .sec-lead {
	  color:#4F4F4F;
}
  #sec-sodan {
	  margin:0 0 60px;
    background-color:#E8E8E8;
  }

  #sec-sodan .sec-head {
	  font-size: 2rem;
	  color:#0b5c76;
  }

#sol-sol .filter {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

#sol-sol .sec-head-wrapper.biggerlink:hover .filter {
  background-color: rgba(0, 0, 0, 0.15)
}



@media (min-width:769px) {
#sol-sol .sol-cont-group {
     margin-left: 0px !important; 
     margin-right: 0px !important; 
}
  #sec-sodan .sec-head {
	  font-size: 2.8rem;
	  color:#0b5c76;
  }
}





@media (min-width: 481px){
  #sec-solution .sec-head-group {
    padding-top: 60px;
    padding-bottom: 40px;
}
  #sec-solution .sec-head {
    margin: 0 0 30px;
    padding: 0;
}
  #sec-sodan .sec-head {
    margin: 0 0 25px;
    padding: 0;
}

  #sec-sodan .sec-head-group {
    padding-top: 30px;
    padding-bottom: 30px;
}

}

iframe.buy {
	width:100%;
	height: 400px;
	margin:0 0 40px;
}