@charset "utf-8";

/* =============================================================================
リセット (html5doctorを利用)
============================================================================= */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, footer, header, nav, main, section, article,
h1, h2, h3, h4, h5, h6, p, address, em, img, small,
dl, dt, dd, ol, ul, li, table, caption, tr, th, td, form {
 margin: 0;
 padding: 0;
 border: 0;
 outline: 0;
 vertical-align: baseline;
 background: transparent;
 box-sizing: border-box;
}

body {
 -webkit-text-size-adjust: 100%;
}

footer, header, nav, section {
 display: block;
}

a {
 margin: 0;
 padding: 0;
 vertical-align: baseline;
 background: transparent;
}

table {
 border-collapse: collapse;
 border-spacing: 0;
}

hr {
 display: block;
 padding: 0;
 width: 94%;
 height: 1px;
 border: 0;
 border-top: 1px solid #ccc;
}

img {
 vertical-align: middle;
}

/* =============================================================================
全ページ・全レイアウト共通
============================================================================= */

/* フォント関連
------------------------------------------------------------------- */

button, input, select, textarea {
 font-family : inherit;
 font-size : 100%;
}

/* 色・書体・行間 ----------------------------- */

html {
 color: #000;
 font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
 line-height: 1.6;
}

/* サイズ (単位 rem) -------------------------- */

html { font-size: 62.5%; } /* 10px */
body { font-size: 1.6em; } /* 16px -- em指定はchromeのバグ対策 */

/* リンク関連 (基本・個別)
------------------------------------------------------------------- */

/* 基本 --------------------------------------- */

a:link {
 text-decoration: none;
}

a:visited {
}

a:hover {
 outline: none;
}

a:active {
}

a:focus {
 outline: none;
}

/* 拡張子別アイコン表示 ---------------------- */

.main_inner a[href$=".pdf"]:after, .top .news a[href$=".pdf"]:after {
 content: "\f1c1";
 font-family: "Font Awesome 5 Free";
 font-size: 1.25em;
 line-height: 1;
 margin: 0 0.4rem;
}

.main_inner .img_pdf a[href$=".pdf"]:after, .main_inner .img_pdf a[href$=".pdf"]:after {
 content: none;
}

.main_inner a[href$=".xls"]:after, .main_inner a[href$=".xlsx"]:after {
 content: "\f1c3";
 font-family: "Font Awesome 5 Free";
 font-size: 1.25em;
 line-height: 1;
 margin: 0 0.4rem;
}

.main_inner a[href$=".doc"]:after, .main_inner a[href$=".docx"]:after {
 content: "\f1c2";
 font-family: "Font Awesome 5 Free";
 font-size: 1.25em;
 line-height: 1;
 margin: 0 0.4rem;
}






/* 全体
------------------------------------------------------------------- */

.wrapper {
 background: #fff;
 margin: 0 auto;
 width: 100%;
}

@media (min-width: 960px) {
 .wrapper {
  max-width: 108rem;
 }
}

/* ヘッダ
------------------------------------------------------------------- */

header {
 margin: 0 auto;
 padding: 1.6rem 0 0.8rem 1.6rem;
 position: relative;
 min-height: 6.4rem;
 width: 100%;
}

.header_inner {
 display: flex;
 align-items: center
}

#sitetitle {
 font-size: 1rem;
 line-height: 1;
}

.header_info {
 display: flex;
 flex-direction: column-reverse;
 margin: 0 6.4rem 0 auto;
}

.header_info li {
 list-style-type: none;
 line-height: 1;
 text-align: right;
}

.business_hours {
 display: none;
}

.phone {
}

.feelfreeto {
 display: none;
}

.phone_number {
 color: #003269;
 display: none;
 font-family: Arial Black, sans-serif;
 font-size: 2.4rem;
 font-weight: bold;
}

.phone i {
 background: #003269;
 border-radius: 50%;
 color: #fff;
 display: inline-block;
 font-size: 2rem;
 line-height: 3.6rem;
 padding: 0;
 width: 3.6rem;
 text-align: center;
 height: 3.6rem;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}

@media (min-width: 768px) {
 .header_inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
 }
 .header_info {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0 1.6rem 0 0;
 }
 .header_info li {
  list-style-type: none;
  line-height: 1;
  text-align: right;
 }
 .business_hours {
  display: block;
  font-size: 1.2rem;
  padding: 0.8rem 0 0 0;
 }
 .phone {
 }
 .feelfreeto {
  display: block;
  font-size: 1.2rem;
 }
 .phone_number {
  color: #003269;
  display: inline;
  font-family: Arial Black, sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
 }
 .phone i {
 }
}
@media (min-width: 960px) {
 .business_hours {

 }
 .phone {

 }
}

/* ハンバーガーメニュー -------------------------- */

.menu_btn {
 color: #003269;
 cursor: pointer;
 width: 3rem;
 position: absolute;
 top: 1.4rem;
 right: 1.6rem;
 z-index: 99;
}

.menu_btn li.menu_icon {
 font-size: 0;
 font-weight: bold;
 line-height: 1;
 list-style-type: none;
 text-align: center;
 visibility: hidden;
}

.menu_btn li:before {
 color: #003269;
 content: '\f0c9';
 display: block;
 font-family: "Font Awesome 5 Free";
 font-weight: bold;
 font-size: 4rem;
 visibility: visible;
}

.menu_icon.current:before {
 content: '\f00d';
 display: block;
 font-family: "Font Awesome 5 Free";
 font-weight: bold;
 font-size: 4rem;
}

@media (min-width: 768px) {
 .menu_btn {
  display: none;
 }
}

/* グローバルナビ
------------------------------------------------------------------- */

.global_nav {
 background: #003269;
 display: none;
 position: absolute;
 top: 6.4rem;
 right: 0;
 width: 100%;
 z-index: 99;
}

.global_nav ul {
 display: flex;
 flex-wrap: wrap;
 position: relative;
}

.global_nav li {
 border-bottom: dotted 1px #fff;
 font-weight: bold;
 line-height: 1;
 list-style-type: none;
 width: 100%;
}

.global_nav li:last-child {
 border-bottom: none;
}

.global_nav li a {
 box-sizing: border-box;
 color: #fff;
 display: block;
 position: relative;
 padding: 1.6rem 0 1.6rem 1.6rem;
 width: 100%;
}

.global_nav li a:after {
 content: "\f054";
 color: #fff;
 font-family: "Font Awesome 5 Free";
 font-weight: bold;
 margin-top: -1rem;
 position: absolute;
 right: 1.6rem;
 top: 50%;
}

@media (min-width: 768px) {
 .global_nav {
  display: block;
  position: static;
  margin: 0.8rem 0 0 0;
 }
 .global_nav ul {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-around;
  padding: 0 0.8rem;
  width: 100%;
 }
 .global_nav ul:before {
  content: none;
 }
 .global_nav li {
  align-items: center;
  border-bottom: none;
  font-size: 1.2rem;
  font-weight:normal;
  list-style-type: none;
  margin: 0;
  text-align: center;
  width: auto;
 }
 .global_nav li:last-child {
  border-right: 0;
 }
 .global_nav li a {
  color: #fff;
  display: block;
  padding: 0.8rem 0;
 }
 .global_nav li a:after {
  content: none;
 }
 .global_nav li a:hover {
  border-bottom: solid 4px #cf3;
  color: #fff;
  margin: 0;
  padding: 0.8rem 0 0.4rem 0;
 }
}
@media (min-width: 960px) {
}

/* メイン
------------------------------------------------------------------- */

main {
 display: block; /* IE11対策 */
 margin: 0 auto 2.4rem auto;
 padding: 0.8rem;
}

.main_inner {
 padding: 1.6rem 0.8rem;
}

@media (min-width: 768px) {
 main {
  padding-right: 3.2rem;
  padding-left: 3.2rem;
 }
}
@media (min-width: 960px) {
 main {
  padding-right: 3.2rem;
  padding-left: 3.2rem;
 }
}

/* フッタ
------------------------------------------------------------------- */

footer {
 text-align: center;
}

/* お問い合わせボタン ---------------------------------- */

.inquery_btn {
 margin: 3.2rem auto;
 width: 80%;
}
.inquery_btn li {
 list-style-type: none;
}

.inquery_btn img {
 width: 100%;
}

/* 会社名称等 --------------------------------- */

.footer_address dt {
 line-height: 1;
 margin-bottom: 0.8rem;
}

.footer_address dd {
 font-size: 1.2rem;
}

/* フッタナビ ---------------------------------- */

.footer_nav {
 margin: 4rem 0 ;
}

.footer_nav li {
 font-size: 1.4rem;
 list-style-type: none;
 margin: 0.8rem 0;
}

/* コピーライト --------------------------------- */

.copyright {
 background: #dcdcdc;
 font-size: 1rem;
 line-height: 2;
}

@media (min-width: 768px) {
 footer {
  margin: 0 auto;
  text-align: left;
 }
 .inquery_btn {
  margin: 3.2rem auto;
  width: auto;
 }
 .inquery_btn li {
  text-align: center;
 }
 .inquery_btn img {
  width: auto;
 }
 .footer_inner {
  padding: 1.6rem;
 }
 .footer_address {
   margin: 0 0 3.2rem 0;
  }
 .footer_nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items:flex-start;
  justify-content: space-between;
  margin: 0 1.6rem;;
 }
 .footer_nav ul {
  margin: 0 0 0.8rem 0;
 }
 .footer_nav li {
  list-style-type: none;
  margin: 0 0 0.8rem 0;
 }
 .copyright {
  line-height: 3;
  text-align: center;
 }
}
@media (min-width: 960px) {
 footer {
 }
 .inquery_btn {
  margin: 3.2rem auto;
  width: auto;
 }
 .inquery_btn li {
  text-align: center;
 }
 .inquery_btn img {
  width: auto;
 }
 .footer_inner {
  display: flex;
  justify-content: space-between;
  padding: 1.6rem;
 }
 .footer_nav li {
  margin: 0 1.6em 0 0;
 }
}


/* その他のナビゲーション関連
------------------------------------------------------------------- */

/* ページのトップに戻るナビ ------------------------------ */

.pagetop_nav {
 position: fixed;
 right: 1.6rem;
 bottom: -100px;
 cursor: pointer;
 font-size: 1rem;
 line-height: 1;
 text-align: center;
}

.pagetop_nav a {
 display: block;
 background: #000;
 color: #fff;
 height: 3.2rem;
 opacity: 0.5;
 padding: 0.2rem 0.8rem 1.6rem 0.8rem;
 text-decoration: none;
 width: 3.2rem;
}

.pagetop_nav a:before {
 display: block;
 content: '\f077';
 font-family: "Font Awesome 5 Free";
 font-size: 2.2rem;
 font-weight: bold;
}

/* 前のページに戻る ------------------------------------ */

.prev_nav {
 color: #003269;
 margin: 4rem auto 0 auto;
 text-align: center;
}

.prev_nav li {
 display: inline-block;
 list-style-type: none;
 text-align: center;
}

.prev_nav li:before {
 content: "\f137";
 font-family: "Font Awesome 5 Free";
 font-weight: bold;
 margin-right: 0.4rem;
}

/* 次のページに進む ------------------------------------ */

.next_nav {
 color: #003269;
 margin: 4rem auto 0 auto;
 text-align: center;
}

.next_nav li {
 display: inline-block;
 list-style-type: none;
 text-align: center;
}

.next_nav li:before {
 content: "\f138";
 font-family: "Font Awesome 5 Free";
 font-weight: bold;
 margin-right: 0.4rem;
}

/* ページネーション ------------------------------------ */

.pagination {
 margin: 2.4rem auto;
 text-align: center;
}

.pagination li {
 margin: 0;
 list-style: none;
 display: inline-block;
}

.pagination li a,
.pagination li .page-numbers {
 border: solid 1px #ccc;
 border-radius: 0.4rem;
 display: inline-block;
 padding: 0.8rem 1.3rem;
 text-decoration: none;
}

.pagination li a:hover {
 background: #ccc;
 border: solid 1px #ccc;
}

.pagination li .page-numbers.current {
 background: #003269;
 border: solid 1px #003269;
 color:#fff;
}












/* =============================================================================
各カテゴリごと
============================================================================= */

/* トップページ
------------------------------------------------------------------- */

/* トップビジュアル ---------------------------------- */

.main_visual {
 margin: 0 auto 0.8rem auto;
}

.main_visual img {
 width: 100%;
}

@media (min-width: 768px) {
}
@media (min-width: 960px) {
}

/* 新着情報 ---------------------------------- */

.news {
 border: solid 4px #003269;
 margin: 0 auto 2.4rem auto;
 padding: 0.8rem 0;
}

.news h2 {
 background: #003269;
 color: #fff;
 font-size: 1.6rem;
 margin: 0 0.8rem;
 padding: 0.4rem 0;
 text-align: center;
}

.news dl {
 margin: 1.6rem 0.8rem;
 max-height: 20rem;
 min-height: 12rem;
 overflow-y:scroll;
}

.news dt {
 margin: 0 0.8rem;
}

.news dd {
 margin: 0 0.8rem 0.8rem 1.6em;
 line-height: 1.2;
}

/* 記事一覧へのリンク */

.news .goto_news-list {
 margin: 0 2.4rem 0 0;
 position: relative;
 text-align: right;
}

.news .goto_news-list:after {
 content: "\f054";
 font-family: "Font Awesome 5 Free";
 font-weight: bold;
 margin-top: -0.82rem;
 position: absolute;
 right: -1.6rem;
 top: 30%;
}

@media (min-width: 960px) {
 .news {
  width: 96rem;
 }
}

/* カテゴリ ---------------------------------- */

.category {
 margin: 0 auto 3.2rem auto;
}

.category li {
 list-style-type: none;
 margin: 0 auto 1.6rem auto;
 text-align: center;
}

.category img {
 margin: 0 auto;
 width: 100%;
}

@media (min-width: 768px) {
 .category {
 }
 .category ul {
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
 }
 .category li {
  margin: 0 1.6rem 2.4rem 1.6rem;
 }
 .category img {
  width: auto;
 }
}
@media (min-width: 768px) and (max-width: 959px) {
 .category li {
  width: 26vw;
 }
 .category img {
  width: 100%;
 }
}
@media (min-width: 960px) {
 .category {
  width: 96rem;
 }
 .category ul {
 }
 .category li {
  margin: 0 0.75rem 2.4rem 0.75rem;
  width: 30rem;
 }
}

/* イントロダクション ---------------------------------- */

.introduction {
 background: url(../image/introduction_bg_sp.jpg) no-repeat center bottom;
 margin: 0 auto;
}

.introduction h2 {
 line-height: 1
}

.introduction h2 img {
 width: 100%;
}

.introduction ul {
 display: flex;
 flex-wrap: wrap;
 justify-content: space-around;
 list-style-type: none;
 padding: 1.6rem auto;
}

.introduction li {
 margin: 0.8rem 0;
 text-align: center;
}

@media (min-width: 768px) {
 .introduction {
  background: url(../image/introduction_bg.jpg) no-repeat 50% 100%;
  background-size: contain;
  margin: 0 auto;
 }
 .introduction ul {
  justify-content: center;
 }
 .introduction li {
  margin: 0.8rem;
  text-align: center;
 }
}
@media (min-width: 768px) and (max-width: 959px) {
 .introduction li {
  margin: 0.8rem;
  text-align: center;
  width: 12vw;
 }
 .introduction li img {
  width: 100%;
 }
}

@media (min-width: 960px) {
 .introduction {
  background: url(../image/introduction_bg.jpg) no-repeat 50% 100%;
  width: 88rem;
 }
 .introduction ul {
 }
 .introduction li {
  width: 12rem;
 }
}



/* サブページ
------------------------------------------------------------------- */

.main_inner h1 {
 background: #003269;
 color: #fff;
 font-size: 1.8rem;
 line-height: 1.2;
 margin: 0 auto 3.2rem auto;
 padding: 0.8rem;
}

.main_inner h2 {
 border-bottom: solid 4px #ccc;
 font-size: 1.6rem;
 line-height: 1.2;
 margin: 0 auto 1.6rem auto;
 padding: 0 0 0.8rem 0.8rem;
 position: relative;
}

.main_inner h2:after {
 position: absolute;
 bottom: -4px;
 left: 0;
 z-index: 2;
 content: '';
 width: 16%;
 height: 4px;
 background: #003269;
}

.main_inner h3 {
 border-left: solid 10px #003269;
 font-size: 1.6rem;
 line-height: 1.2;
 margin: 0 auto 1.6rem auto;
 padding: 0 0 0 0.8rem;
}

.main_inner p, .main_inner dl {
 margin: 0 1.6rem 2.4rem 1.6rem;
}

.main_inner ul, .main_inner ol {
 margin: 0 1.6rem 2.4rem 3.2rem;
}

.main_inner ul p, .main_inner ol p, .main_inner dl p {
 margin-left: 0;
}

.main_inner ul ul, .main_inner ol ul, .main_inner dl ul,
.main_inner ul ol, .main_inner ol ol, .main_inner dl ol {
 margin-left: 2.4rem;
}

.main_inner ul dl, .main_inner ol dl, .main_inner dl dl {
 margin-left: 0;
}

.main_inner dd {
 margin: 0 0 0 1em;
}

.main_inner img {
 height: auto;
 max-width: 100%;
 width: 100%;
}

.table_common {
 margin: 0 0 2.4rem 0;
 table-layout: fixed;
 max-width: 100%;
 width: 100%;
}

.table_common th {
 background: #dcdcdc;
 font-weight: normal;
}

.table_common th, .table_common td {
 border: solid 1px #ccc;
 padding: 0.4rem 0.8rem;
 text-align: left;
}

.table_common td p, .table_common td dl {
 margin-left: 0;
}

.table_common td ul, .table_common td ol {
 margin-bottom: 0;
 margin-left: 2.4rem;
}

.main_inner strong {
 font-weight: bold;
}

@media (min-width: 768px) {
 .main_inner h1 {
  font-size: 2.4rem;
  margin: 0 auto 3.2rem auto;
  padding: 0.8rem 1.6rem 0.8rem 2.4rem;
 }

 .main_inner h2 {
  font-size: 2rem;
  margin: 0 auto 1.6rem auto;
  padding: 0 0 0 0.8rem;
 }

 .main_inner p {
  margin: 0 1.6rem 2.4rem 1.6rem;
 }

 .main_inner ul {
  margin: 0 1.6rem 2.4rem 2.4rem;
 }
}

























/* 新着情報・各種お知らせ
------------------------------------------------------------------ */

.news_list dt {
 margin: 0 0 0 0.8rem;
}

.news_list dd {
 margin: 0 0 0.8rem 1.6em;
 line-height: 1.2;
}



/* 会社概要
------------------------------------------------------------------ */

/* 不動産鑑定士・スタッフの紹介 ---------------------------------- */


.main_inner .real_estate_appraiser dt {
 border-bottom: solid 1px #003269;
 margin-bottom: 0.8rem;
}

.main_inner .real_estate_appraiser ul {
 margin-right: 0;
}

.name {
 font-size: 2.4rem;
}

.main_inner .profile {
 margin: 0;
 padding: 0;
}

.profile div {
 flex-wrap: wrap;
 margin: 0;
/* padding: 0.8rem;*/
}

.main_inner .profile dt {
 border-bottom: none;
 margin: 0;
 
}

.profile dd {
}

.profile dd li {
  margin-left: -0.4em;
}

.staff dt {
 border-bottom: solid 1px #ccc;
 margin-bottom: 0.8rem;
}

.greeting_name {
  text-align: right;
 }

.greeting_message {
  margin-left: 1.6rem;
 }

#privacy p {
 margin-bottom: 0.5em;
}

#privacy .list {
 margin-left: 3.2rem;
 text-indent:-1.6rem;
}

#privacy ul.list-list li {
 margin-left: 1.6rem;
}

#privacy table.list-table {
 margin-left: 3.2rem;
 max-width: 90%;
 width: 90%;
 
}

#privacy .list2 {
 margin-left: 4.8rem;
 text-indent:-1.6rem;
}

#privacy ul.list2-list li {
 margin-left: 3.2rem;
}

#privacy ul, #privacy ol {
 margin-top: 0.5em;
 margin-bottom: 0.5em;
 margin-left: 4rem;
}

/* 個人情報保護方針 ---------------------------------- */


#privacy  {
}






























/* お問い合わせ
------------------------------------------------------------------- */

.inquiry {
 border-top: solid 1px #ccc;
 margin-bottom: 2.4rem;
 width: 100%;
}

.inquiry th, .inquiry td{
 display: block;
 vertical-align: middle;
 width: 100%;
}

.inquiry th {
 font-weight: normal;
 padding: 0.8rem;
 text-align: left;
}

.inquiry td {
 border-bottom: solid 1px #ccc;
 padding: 0 0.8rem 2.4rem 0.8rem;
}

.inquiry input, .inquiry textarea {
 padding: 0.8rem;
}

.inquiry input[type="text"],
.inquiry textarea {
 width: 94%;
}

.inquiry  textarea {
 height: 10em;
}

.inquiry_btn {
 margin: 0 auto;
 text-align: center;
}

@media (min-width:768px) {
 .inquiry {
  margin: 2.4rem 0;
  table-layout: fixed;
  width: 100%;
  word-break: break-all;
 }
 .inquiry th, .inquiry td {
  display: table-cell;
 }
 .inquiry th {
  background: #f5f5f5;
  border-bottom: solid 1px #ccc;
  border-left: solid 4px #003269;
  text-align: left;
  width: 25%;
 }
 .inquiry td {
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
  padding: 0.8rem;
  width: 75%;
 }
 .inquiry input[type="text"],
 .inquiry textarea {
  width: 96%;
 }
}
@media (min-width:1080px) {
 .inquiry th {
  width: 16rem;
 }
 .inquiry td {
  width: 75.2rem;
 }
 .inquiry input[type="text"] {
 }
 .inquiry  textarea {
  height: 5em;
 }
}


/* アクセス
------------------------------------------------------------------ */

.access_gmap {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 56.25%;
}
.access_gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
