@charset "utf-8";

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* ===========================================================================
  base
============================================================================= */
html,
body {
  height: 100%;
  font-size: 62.5%;
  color: #333;
  width: 100%;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 1.4rem;
}

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

img {
  max-width: 100%;
}

sup {
  top: -0.5em;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.txt_right {
	text-align: right;
}
/* ===========================================================================
  util
============================================================================= */
.c-red {
  color: #ff4040;
}

.c-blue {
  color: #3436b9;
}

.ta-left {
  text-align: left !important;
}

.ta-center {
  text-align: center !important;
}

.ta-right {
  text-align: right !important;
}

.va-top {
  vertical-align: top;
}

.va-middle {
  vertical-align: middle;
}

.va-bottom {
  vertical-align: bottom;
}

.va-base {
  vertical-align: baseline;
}

.fz-xs {
  font-size: 1rem !important;
}

.fz-s {
  font-size: 1.2rem !important;
}

.fz-m {
  font-size: 1.4rem !important;
}

.fz-l {
  font-size: 1.6rem !important;
}

.fz-xl {
  font-size: 1.8rem !important;
}

.fz-xxl {
  font-size: 2rem !important;
}

.fw-n {
  font-weight: normal !important;
}

.fw-b {
  font-weight: bold !important;
}

.mt00 {
  margin-top: 0 !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb00 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pl0 {
  margin-left: 0;
}

.w-em05 {
  width: 5em;
}

.w-em10 {
  width: 10em;
}

.w-em15 {
  width: 15em;
}

.w-em20 {
  width: 20em;
}

.w-em25 {
  width: 25em;
}

.w-em30 {
  width: 30em;
}

.d-i {
  display: inline !important;
}

.d-ib {
  display: inline-block !important;
}

.d-b {
  display: block !important;
}

.d-none {
  display: none !important;
}

.pc {
  display: block;
}
.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}


/* ===========================================================================
  body
============================================================================= */

/* ===========================================================================
  header
============================================================================= */
.header {
  background: #f8f3ec;
  align-items: center;
  margin-top: 4rem;height: 224px;
}

.header_inner {
  width: 98%;
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.header_logo {
  max-width: 392px;
  width: 100%;height: 85px;
}

.headerNavGmenu {
  display: flex;
  white-space: nowrap;
}

.headerNavGmenu li {
  border: #000000 solid 1px;
  border-radius: 1rem;
  padding: 1rem;
  margin-right: 1rem;
  height: 45px;
}

.headerNavGmenu li::before {
  content: "";
  background: url("/estate/navi/img/icon_tit02.png") left center no-repeat;
  padding-left: 27px;
  background-size: 19px;
}

.header_content {
  display: flex;
  margin-top: 4rem;
}



/* ===========================================================================
  content
============================================================================= */
.content {
  background: #f8f3ec;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.5;
  padding-bottom: 5%;
padding-top:50px;
}
.content.ver_news_page,
.content.ver_pickup {
padding-top:0;
}

.content-inner {
  width: 98%;
  max-width: 1120px;
  padding: 0 0 120px;
  margin: 0 auto;
}

.contentFlex {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
.content {padding-top:0;}
  .content-inner {
    padding: 20px 0 60px;
  }
  .contentFlex {
    display: block;
  }
}

/* ===========================================================================
  contentArea
============================================================================= */
.contentArea {
  width: 67%;
  word-wrap: break-word;
}

@media screen and (max-width: 767px) {
  .contentArea {
    width: 96%;
    margin: 0 auto;
  }
}

/* ===========================================================================
  localMenu
============================================================================= */
.localMenu {
  width: 30%;
}

.localMenu_block01 {
  border-bottom: 0.5px solid#555555;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.localMenu_block01 .toolArea li{
	margin-top:1rem;
}
.localMenu_block01 .tool01{
	margin-right: 1rem;
}

/* ===========================================================================
  localMenu_block02
============================================================================= */
.localMenu_block02 {
  border-bottom: 0.5px solid#555555;
  margin-bottom: 2rem;
  padding-bottom: 3rem;
}

.localMenu_block02>.search05>li {
  border-radius: 1rem;
  margin-top: 0.8rem;
}

.menu__child li a {
  position: relative;
  display: inline-block;
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}
.cat_type02-2color .menu__child li a::before{
  content: "●";
  color:#E66382;
}
.cat_type04-2color .menu__child li a::before{
  content: "●";
  color:#EA8800 ;
}
.cat_type03-2color .menu__child li a::before{
  content: "●";
  color:#84B738 ;
}
.cat_type05-2color .menu__child li a::before{
  content: "●";
  color:#029AD7 ;
}
.localMenu_block02>.search05>li .cat_type_inner {
  width: 100%;
  font-size: 2rem;
  color: #fff;
  border-radius: 1rem;
  padding: 0.7rem 0 0.7rem 0;
  position: relative;
}
.localMenu_block02>.search05>li .cat_type_inner a {
    display: inline-block;
    padding: 0 10rem 0 0;
    color: #fff;
}

.localMenu_block02>.search05>li .cat_type_inner::after {
  content: '';
  display: block;
  position: absolute;
  top: 0.5em;
  right: 1em;
  width: 16px;
  height: 16px;
  border-left: 3px solid #E66382;
  border-bottom: 3px solid #E66382;
  transform: rotate(-45deg);
}

.localMenu_block02>.search05>li .cat_type_inner.cat_type04::after  {
  border-left: 3px solid #EA8800;
  border-bottom: 3px solid #EA8800;
}

.localMenu_block02>.search05>li .cat_type_inner.cat_type03::after  {
  border-left: 3px solid #92C545;
  border-bottom: 3px solid #92C545;
}

.localMenu_block02>.search05>li .cat_type_inner.cat_type05::after  {
  border-left: 3px solid #029AD7;
  border-bottom: 3px solid #029AD7;
}

.localMenu_block02>.search05>li .cat_type_inner:first-child {
  margin-top: 0;
}

.cat_type02-2color .cat_type_inner {
  background: linear-gradient(90deg, #E66382 0%, #E66382 84%, #F2B1C0 84%, #F2B1C0 100%);
}

.cat_type04-2color .cat_type_inner {
  background: linear-gradient(90deg, #EA8800 0%, #EA8800 84%, #F5C380 84%, #F5C380 100%);
}

.cat_type03-2color .cat_type_inner {
  background: linear-gradient(90deg, #84B738 0%, #84B738 84%, #B5E967 84%, #B5E967 100%);
}

.cat_type05-2color .cat_type_inner {
  background: linear-gradient(90deg, #029AD7 0%, #029AD7 84%, #81CCEB 84%, #81CCEB 100%);
}

.search05>li .cat_type_inner::before {
  background: url("../img/icon_tit01.png") left center no-repeat;
  content: "";
  padding: 0 0 0 6.5rem;
}

.search05 .cat_type02-2color .cat_type_inner::before {
  background: url("../img/icon_cat01.png") left center no-repeat;
  background-size: 2.1rem;
  content: "";
  left: 2.5rem;
  position: relative;
}

.search05 .cat_type03-2color .cat_type_inner::before {
  background: url("../img/icon_cat03.png") left center no-repeat;
  background-size: 2.1rem;
  content: "";
  left: 2.5rem;
  position: relative;
}

.search05 .cat_type04-2color .cat_type_inner::before {
  background: url("../img/icon_cat02.png") left center no-repeat;
  background-size: 2.1rem;
  content: "";
  left: 2.5rem;
  position: relative;
}

.search05 .cat_type05-2color .cat_type_inner::before {
  background: url("../img/icon_cat04.png") left center no-repeat;
  background-size: 2.1rem;
  content: "";
  left: 2.5rem;
  position: relative;
}

.menuArea{
    width: 98%;
    max-width: 1120px;
    position: fixed;
    margin: 0 auto;
    bottom: 0;
    right: 0;
    left: 0;
}
.menuAreainner{
    transition: heith 2s;
    position: absolute;
    bottom: 0;
    right: -20px;
    max-width: calc(760px / 2);
    width: 100%;
    z-index: 20;
}
.menuArea .link01{
    cursor: pointer;
}
.menuArea a{
    display: inline-block;
}
.menuArea a.cta01 {
    position: relative;
    top: 45px;
    height: 70px;
}
.menuArea a.cta01 img {
    position: relative;
    top: -45px;
}
.menuArea span{
  position: absolute;
  top: 0.5rem;
  left: 0;
  content: "";
  width:100%;
  height:30px;
  z-index:21;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.menuArea_inner {
  display:flex;
}
.menuArea_inner li{
  width: 45%;
}
.menuArea_inner .menu_content{
  position: absolute;
  top: 7rem;
  left: 1rem;
}
.menuArea_inner .menu_meil{
  position: absolute;
  top: 7rem;
  right: 1rem;
}
.localMenu_title {
  font-size: 1.8rem;
  font-weight: bold;
}

.localMenu_title.tit_type01::before {
  content: "";
  background: url("../img/icon_tit03.png") left center no-repeat;
  padding-left: 30px;
}

.localMenu_title.tit_type02::before {
  content: "";
  background: url("../img/icon_tit04.png") left center no-repeat;
  padding-left: 30px;
}

.localMenu_title.tit_type03::before {
  content: "";
  background: url("../img/icon_tit05.png") left center no-repeat;
  padding-left: 30px;
}

.tagArea li {
  background: #e9e0d1;
  padding: 0.2em 0.8rem;
  margin-right: 0.5rem;
  margin-top: 1rem;
  font-size: 1.2rem;
  border-radius: 1rem;
  display: inline-block;
  white-space: nowrap;
}

.tagArea li a {
  color: #000;
}

@media screen and (max-width: 767px) {
  .localMenu_title {
    margin-top: 1rem;
  }
  .localMenu {
    width: 94%;
    margin: 2rem auto 0;
  }
}

/* ===========================================================================
  searchArea
============================================================================= */
.searchArea .text {
  background: #fff;
  width: 25rem;
  border: #868686 solid 1px;
  border-radius: 1rem 0 0 1rem;
  padding: 1rem 2rem;
  font-size: 1.6rem;
  height: 45px;
}

.searchArea .searchBtn {
  background: #d00020;
  color: #fff;
  padding: 0 2rem;
  font-size: 2rem;
  border-radius: 0 1rem 1rem 0;
  height: 45px;
  position: relative;
  right: 5px;
}


/* ===========================================================================
  searchArea
============================================================================= */
.searchArea {
  display: flex;
  width: 100%;
  padding: 0;
  white-space: nowrap;
}
.localMenu_block02 .searchArea {
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .searchAreaform {
	display:none;
  }
}


/* ===========================================================================
  block01
============================================================================= */
.block01 {
  background-color: #fff;
  border-radius: 1rem;
  margin-top: 5rem;
}

.block01:first-child {
  margin-top: 0;
}

.block01_title {
  width: 100%;
  background: #1a8e86 url("../img/bg_block01.png") left top repeat;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding: 1rem 1rem 1rem 2rem;
  border-radius: 1rem 1rem 0 0;
  position: relative;
  display: flex;
  min-height: 54px;
  justify-content: space-between;
}
.block01_title::before {
  background: url("../img/icon_tit01.png") left center no-repeat;
  content: "";
  padding-left: 30px;
}

.block01_title p {
  text-align: left;
  position: absolute;
  left: 5rem;
  top: 1.3rem;
}

.block01_title.noicon::before {
  background: none;
  padding-left: 0;
}
.block01_title.noicon p {
  left: 3rem;
}
.block01_title.search01::before {
  content: "";
  position: absolute;
  width: 5.5rem;
  height: 5rem;
  left: 1rem;
  top: 0;
}
.cat_ST1 .block01_title.search01::before {
  background: url("../img/icon_search01.png") left center no-repeat;
}
.cat_ST2 .block01_title.search01::before {
  background: url("../img/icon_search02.png") left center no-repeat;
}
.cat_ST3 .block01_title.search01::before {
  background: url("../img/icon_search03.png") left center no-repeat;
}
.cat_ST4 .block01_title.search01::before {
  background: url("../img/icon_search04.png") left center no-repeat;
}
.cat_ST5 .block01_title.search01::before {
  background: url("../img/icon_search05.png") left center no-repeat;
}
.block01_title.search01 p {
  left: 8rem;
}

.block01_title_s {
  font-size: 1.8rem;
  padding-left: 0.5rem;
}

.block01_subtitle {
  font-size: 1.4rem;
  opacity: 0.8;
  margin-left: 2rem;
  font-weight: normal;
  position: relative;
  top: -2px;
}

.block01_inner {
  padding: 3%;
  width: 100%;
}

.total {
  font-size: 1.6rem;
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  font-weight: normal;
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .block01_title {
    font-size: 1.6rem;
  }
  .block01_title.search01::before {
    background-size: 40px;
  }
}


/* ===========================================================================
  newsList
============================================================================= */
.newsList {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
}
.block01 .newsList li {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
margin-right: 4%;
}
.block01 .newsList li:nth-child(2n) {
margin-right: 0;
}
.newsList li > figure,
.newsList li > .textArea {
  width: 60%;
}
.newsList li > .textArea {
  padding: 0 1rem;
}
.newsList a p {
    color: #000;
}
.newsList .tit02 {
  color: #1A8E86;
  font-size: 1.4rem;
}
.newsList .tit03 {
  font-size: 1.8rem;
  font-weight: bold;
}
.newsList .txt01 {
  font-size: 1.6rem;
  color: #000;
  opacity: 0.8;
}
.newsList a {
  width: 40%;
  text-decoration: none;
}
.newsList figure {
  width: 100%;
  max-height: 156px;
  position: relative;
}
.newsList .firstView figure {
    max-height: inherit;
}
.newsList figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px) {

  .newsList {
    display: block;
  }
  .block01 .newsList li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2rem;
  }
  .newsList li > figure {
    width: 40%;
  }
  .newsList li > .textArea {
    width: 60%;
  }
  .newsList .tit03 {
    font-size: 1.6rem;
  }

}


/* ===========================================================================
  newsList02
============================================================================= */
.newsList02 {
  margin-top: 3rem;
}
.newsList02_inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
}
.newsList02 .cat {
  width: inherit;
  max-width: unset;
}
.newsList02 .catArea {
/*  font-size: 1rem; */
  font-size: 1em;
}
.newsList02 .textArea {
    margin-left: 2%;
    width: 68%;
}
.newsList02 a {
    text-decoration: none;
    display: inline-block;
    display: flex;
}
.newsList02 figure {
    max-width: 30%;
    width: 100%;
    position: relative;
}
figure .new {
    display: none;
}
.categoryTop figure.picArea .new img,
figure .new img {
    width: 70%;
}
.firstView figure .new img {
    width: 100%;
}

@media screen and (max-width: 767px) {
  .newsList02 > li {
    display: block;
  }
  .newsList02 figure {
    text-align: center;
    margin-bottom: 1rem;
    width: 40%;
    max-width: 37%;
  }
  .newsList02 .textArea {
    width: 60%;
  }
  .newsList02 .textArea {
    margin-left: 1rem;
  }
}

/* ===========================================================================
  block02
============================================================================= */
.block02 {
  margin-top: 5rem;
}

.search01{
  padding: 1rem 1rem 1rem 0;
}
.search01.problem{
  padding: 1rem 1rem 1rem 8rem;
}
.search01>li {
  display: inline-block;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3.5rem 0.4rem 1rem;
  border-radius: 0 1rem 1rem 1rem;
  width: calc(100% / 5);
  margin-left: 0.8rem;
  background-color: #fff;
  border: 3px solid #E66382;
  position: relative;
}
.localMenu_block02 .search01{
  padding: 1rem 0;
}
.localMenu_block02 .search01>li {
  width: calc(98% / 2);
  margin-bottom: 1rem;
  text-align: center;
  margin-left: 2%;
  padding: 0.5rem 0.4rem 0.5rem;
}
.localMenu_block02 .search01>li:nth-child(odd){
  margin-left: 0;
}
.localMenu_block02 .search01>li img {
display: none;
}

.block02 .search01>li {
  display: flex;
  padding: 2rem 0.4rem;
  text-align: center;
  cursor: pointer;
}
.block02 .search01>li img{
    margin-bottom: 1rem;
}
.search01>li::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  border-left: 24px solid #E66382;
  border-bottom: 24px solid transparent;
}

.search01>li span {
  color:#E66382;
}

.search01>li:nth-of-type(2)::before {
  border-left: 24px solid #B46EC8;
  border-bottom: 24px solid transparent;
}
.search01>li:nth-of-type(3)::before {
  border-left: 24px solid #84B738;
  border-bottom: 24px solid transparent;
}

.search01>li:nth-of-type(4)::before {
  border-left: 24px solid #EA8800;
  border-bottom: 24px solid transparent;
}

.search01>li:nth-of-type(5)::before {
  border-left: 24px solid #029AD7;
  border-bottom: 24px solid transparent;
}

.search01>li:nth-of-type(2) {
  border: 3px solid #B46EC8;
}
.search01>li:nth-of-type(2) span {
  color:#B46EC8;
}

.search01>li:nth-of-type(3) {
/*  border: 3px solid #E66382; */
  border: 3px solid #84B738;
}
.search01>li:nth-of-type(3) span {
/*  color:#E66382; */
  color: #84B738;
}

.search01>li:nth-of-type(4) {
  border: 3px solid #EA8800;
}
.search01>li:nth-of-type(4) span {
  color:#EA8800;
}

.search01>li:nth-of-type(5) {
  border: 3px solid #029AD7;
}
.search01>li:nth-of-type(5) span {
  color:#029AD7;
}


.search01>li:first-child {
  margin-left: 0;
}

.search01>li>a {
  font-size: 1.4rem;
  font-weight: 300;
  color: #000;
  text-align: center;
  margin-top: 1.6rem;
}
.nav01Area_inner .search01>li>a {
    position: absolute;
    left: 0;
    right: 0;
    top: -4rem;
}

@media screen and (max-width: 767px) {
  .searchArea {
   flex-wrap: wrap;
   justify-content: space-between;
  }
  .search01 {
    font-size: 1.5rem;
  }
  .search01>li {
    width: 100%;
    margin-top: 1rem;
    padding: 1rem 0.4rem;
    flex-direction: inherit;
  }
  .search01>li>img {
    width: 10%;
  }
  .search01>li>a {
    width: 85%;
    text-align: left;
    padding-left: 1rem;
    margin-top: 0;
  }
  .search01>li:first-child {
    margin-left:0.8rem;
  }
}

/* ===========================================================================
  block03
============================================================================= */
.block03 {
  margin-top: 5rem;
  display: flex;
  border-radius: 1rem;
  border: 3px solid #D44100;
}
#toppage .block03{
  margin-top: 1rem;
}

.block03_title {
  width: 50%;
  background: #D44100;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 3rem 1rem 3rem 2rem;
}

.block03_title::before {
  background: url("../img/icon_block03.png") left center no-repeat;
  content: "";
  padding-left: 30px;
}

.block03_box {
  background-color: #fff;
  border-radius: 1rem;
}
.block03_box a {
  display: block;
  position: relative;
  padding: 2rem 1rem 2rem 0rem;
  text-decoration: none;
}

.block03>.block03_box .txt01 {
  color: #D44100;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 7rem 0 3rem;
}

.block03>.block03_box .arrow {
    margin-right: 2rem;
    display: inline-flex;
    position: absolute;
    right: -3rem;
    top: calc(50% - 35px/2);
}

.block03>.block03_box .arrow img {
  width: 100%;
  margin-right: 3rem;
}

@media screen and (max-width: 767px) {
  .block03 {
    margin-top: 2rem;
    display: block;
  }
  .block03_title::before {
    background-size: contain;
  }
  .block03_title {
    font-size: 1.6rem;
  }
  .block03_title,
  .block03_box {
    width: 100%;
    padding: 1rem;
  }
  .block03>.block03_box .txt01 {
    padding: 0 3rem 0 1rem;
  }
  .block03>.block03_box .arrow {
    margin-right: 1rem;
  }
  .block03>.block03_box .arrow img {
    width: 70%;
    margin-right: 2rem;
  }
}

/* ===========================================================================
  block04
============================================================================= */
.block04 {
  margin-top: 5rem;
}

.search04>li{
  width: 100%;
}
.search04>li>a {
  font-size: 1.8rem;
  color: #fff;
  border-radius: 1rem;
  padding: 2rem 0 2rem 1.5rem;
  width: 94%;
  display: inline-block;
}

.search04>li>a::before {
  background: url("../img/icon_tit01.png") left center no-repeat;
  content: "";
  padding: 20px;
  position: relative;
  left: -0.5rem;
}

.search04 .cat_type02::before {
  background: url("../img/icon_cat01.png") left center no-repeat;
  background-size: 35px;
  content: "";
}

.search04 .cat_type03::before {
  background: url("../img/icon_cat03.png") left center no-repeat;
  content: "";
}

.search04 .cat_type04::before {
  background: url("../img/icon_cat02.png") left center no-repeat;
  content: "";
}

.search04 .cat_type05::before {
  background: url("../img/icon_cat04.png") left center no-repeat;
  content: "";
}

@media screen and (max-width: 767px) {
  .search04>li {
    margin-top: 1rem;
  }
}



/* ===========================================================================
  firstView
============================================================================= */
.firstView {
  width: 57%;
}
.firstView a {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .firstView {
    width: 100%;
    border-bottom: #707070 solid 1px;
  }
}

/* ===========================================================================
  otherView
============================================================================= */
.otherView {
  width: 40%;
  margin-left: 3%;
}

@media screen and (max-width: 767px) {
  .otherView {
    width: 100%;
    margin-left: 0;
  }
}

/* ===========================================================================
  newsList
============================================================================= */
.newsList_inner {
  display: flex;
}

@media screen and (max-width: 767px) {
  .newsList_inner {
    display: block;
  }
}

/* ===========================================================================
  picArea
============================================================================= */
.picArea {
  position: relative;
  padding-bottom: 1rem;
}

.categoryTop {
  width: 100%;
}
.categoryTop .picArea {
  width: 100%;
  height: 156px;
  overflow: hidden;
}
.categoryTop .picArea img {
	object-fit: cover;
    width: 100%;
    height: 100%;
}

.new {
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .new {
    width: 32px;
  }
}

/* ===========================================================================
  otherView_block
============================================================================= */
.otherView_block {
  border-bottom: #707070 solid 1px;
  margin-bottom: 2rem;
}

/*
.otherView_block:last-child {
  border-bottom: none;
}
*/


/* ===========================================================================
  search01
============================================================================= */
.search01 {}



/* ===========================================================================
  search02
============================================================================= */
.search02 {
  color: #fff;
  font-size: 2rem;
}

/* ===========================================================================
  catArea
============================================================================= */
.catArea {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.cat {
  padding: 0.2rem 1rem;
  color: #fff;
  margin-right: 1rem;
  background-color: #898989;
  white-space: nowrap;
  margin: 0.2rem 0.5rem 0.2rem 0;height: 25px;max-width: 9em;
}
.cat a {
  color: #fff;
}
/*
.otherView .cat {
  font-size: 0.8rem;
}
*/

.otherView .catArea .cat {
    font-size: 1em;
}


.categoryTop .cat {
  font-size: 1rem;
}

.cat_cat{
  display: none;
}

.catArea .cat_column01,
.cat_type02 {
  background-color: #e66382;
}

.catArea .cat_column02,
.cat_type03 {
  background-color: #84B738;
}

.catArea .cat_column04,
.cat_type04 {
  background-color: #ea8800;
}

.catArea .cat_column05,
.cat_type05 { 
  background-color: #029ad7;
}

/* ===========================================================================
  tit01
============================================================================= */
.tit01 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}

.otherView .tit01 {
  font-size: 1.9rem;
}
.textArea .tit01 {
  font-size: 1.9rem;
}

.tit01.icon_type01 {
  background: url("../img/icon_tit02.png") left center no-repeat;
  padding-left: 3rem;
  background-size: 23px;
}

@media screen and (max-width: 767px) {
  .tit01 {
    font-size: 1.6rem;
  }
}

/* ===========================================================================
  txt01
============================================================================= */
.txt01 {
  font-size: 1.6rem;
  color: #555555;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .txt01 {
    font-size: 1.2rem;
  }
}

/* ===========================================================================
  time
============================================================================= */
.time01 {
  color: #7d7d7d;
  font-size: 1rem;
  margin-top: 0.5rem;
  opacity: 0.8;
}

.otherView .time01 {
  margin-top: 1rem;
  text-align: right;
}

/* ===========================================================================
  btn_link
============================================================================= */
.btn_link {
  margin-left: 6rem;
}

.btn_link a {
  font-size: 1.3rem;
  font-weight: bold;
  color: #000;
  width: 100%;
  border-radius: 0.5rem;
  padding: 0.2rem 1rem;
  text-decoration: none;
  background: #fff;
}

.btn_link a::before {
  background: url("../img/icon_tit06.png") left center no-repeat;
  content: "";
  padding: 0 0.5rem 0 2rem;
}

/* ===========================================================================
  toolArea
============================================================================= */
.toolArea{
  display: flex;
  white-space: nowrap;
  margin-top: 0;
}
.tool01 {
}

/* ===========================================================================
  pagetop
============================================================================= */

/* ===========================================================================
  footer
============================================================================= */
.footer {
  background: #fff;
}

.footer_inner {
  width: 98%;
  max-width: 1120px;
  padding: 40px 0;
  margin: 0 auto;
}
.footer_inner a{
  color:#000;
  text-decoration: none;
}
.footer_inner .cat a{
    color: #fff;
}
.footer_titleArea {
  display: flex;
}

.footer_titleArea .btn_link{
    margin-left: 2rem;
}
.footer_titleArea .btn_link a{
    border: #999 solid 1px;
    position: relative;
    top: 0.6rem;
}

.footer_title {
  font-size: 2.4rem;
  font-weight: bold;
}

.footer_inner>ul {
  display: flex;
  margin: 2rem 0;
  width: 100%;
}

.footer_inner>ul>li {
  width: calc(100% / 3);
  border-left: #555555 solid 1px;
}
.footer_inner>ul>li>a {
  display: flex;
  padding: 0 1rem;
}

.footer_inner>ul>li:first-child {
  border-left: none;
}

.footer_inner>ul>li div {
  width: 50%;
}

.footer_inner figure {
    width: 48%;
    margin-right: 2%;
    position: relative;
}

.footer_inner>ul>li>div {
  padding: 0 1rem;
}

.footer .catArea {
/*  font-size: 0.8rem; */
  font-size: 1em;
}



/* ===========================================================================
  single.html
============================================================================= */
/* ===========================================================================
  firstView
============================================================================= */
.newsList_inner02{
  margin-top: 0.5rem;
}

.newsList_inner02>.firstView {
  width: 100%;
}

.newsList_inner02>.firstView>.picArea>img {
  width: 100%;
}

.toc {
  border-left: 2px solid #E66382;
}

.tocTxt01 {
  font-size: 1.8rem;
  color: #E66382;
}

.toc>ul>li {
  font-size: 1.8rem;
  font-weight: normal;
  margin-left: 4.4rem;
  position: relative;
}

.toc>ul>li::before {
  content: "1.";
  position: absolute;
  left: -1.4em;
  color: #E66382;
}

.toc>ul>li:nth-of-type(2):before {
  content: "2.";
}

.toc>ul>li:nth-of-type(3):before {
  content: "3.";
}

.toc>ul>li:nth-of-type(4):before {
  content: "4.";
}


/* ===========================================================================
  categoryTop
============================================================================= */
.categoryTop {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.categoryTop > li {
  width: 31%;
    margin: 1rem 2% 0 0;
}
.categoryTop > li a{
  width: 100%;
  display: inline-block;
  text-decoration: none;
}
.categoryTopArea {
  background: #f8f3ec;
}
.block01_cattop.cat_column04 {
  border-bottom: #ea8800 solid 10px;
}
.block01_cattop.cat_column02 {
  border-bottom: #84B738 solid 10px;
}
.block01_cattop.cat_column01 {
  border-bottom: #E66382 solid 10px;
}
.block01_cattop.cat_column05 {
  border-bottom: #029ad7 solid 10px;
}
.block01_cattop::before {
content: "";
padding: 1.5rem 1rem 1.5rem 2rem;
padding-left: 6rem;
}
.block01_cattop.cat_column01::before {
  background: url("../img/icon_cat01_02.png") left center no-repeat;
  background-size: 3rem;
}
.block01_cattop.cat_column02::before {
  background: url("../img/icon_cat03.png") left center no-repeat;
  background-size: 3rem;
}
.block01_cattop.cat_column04::before {
  background: url("../img/icon_cat02.png") left center no-repeat;
  background-size: 3rem;
}
.block01_cattop.cat_column05::before {
  background: url("../img/icon_cat04.png") left center no-repeat;
  background-size: 3rem;
}

.block01_cattop p {
    left: 7rem;
}
.categoryTitleArea .block01_cattop p {
    left: 6rem;
    top: 0.5rem;
}
.categoryTopArea_inner {
  padding: 3% 0;
}
.categoryTopArea_inner a {
text-decoration: none;
}


.categoryTopArea_inner .tit01 {
  font-size: 1.8rem;  
}
.categoryTopArea_inner .txt01 {
  font-size: 1.2rem;
}
.categoryTopArea_inner .txt02 {
  font-size: 2rem;
}
.categoryTopArea_inner .txt03 {
  font-size: 2.2rem;
}
.categoryTopArea_inner .txt03.catchk_column01 {
  color: #E66382;
}
.categoryTopArea_inner .txt03.catchk_column04 {
  color: #ea8800 ;
}
.categoryTopArea_inner .txt03.catchk_column02 {
  color: #84B738;
}
.categoryTopArea_inner .txt03.catchk_column05 {
  color: #029ad7;
}

.categoryTopArea_inner .txt03::before {
  content: "";
  padding-left: 2rem;
}
.categoryTopArea_inner .catchk_column01::before{
  background: url("../img/icon_chk01.png") left center no-repeat;
  background-size: 25px;
}
.categoryTopArea_inner .catchk_column04::before{
  background: url("../img/icon_chk04.png") left center no-repeat;
  background-size: 25px;
}
.categoryTopArea_inner .catchk_column02::before{
  background: url("../img/icon_chk02.png") left center no-repeat;
  background-size: 25px;
}
.categoryTopArea_inner .catchk_column05::before{
  background: url("../img/icon_chk05.png") left center no-repeat;
  background-size: 25px;
}

@media screen and (max-width: 767px) {
  .categoryTop {
    flex-wrap: wrap;
  }
  .categoryTop > li {
    width: 48%;
  }
  .block01_cattop::before {
    background-size: 30px;
    padding-left: 3rem;
  }
  .categoryTopArea_inner .txt02 {
    font-size: 1.42rem;
  }
.categoryTopArea_inner .txt03 {
  font-size: 1.6rem;
}

}

.childCat ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
}
.childCat li {
  border: #EADAC5 solid 1px;
  border-radius: 1rem;
  background: #fff;
  width: 49%;
  margin-top: 1rem;
  padding-left: 2.2rem;
  position: relative;
}
.childCat li a::before{
  width: 1.8rem;
  height: 1.8rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1rem;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.childCat li a.catchk_column01::before{
  background: #E66382;
}
.childCat li a.catchk_column04::before{
  background: #ea8800;
}
.childCat li a.catchk_column02::before{
  background: #84B738;
}
.childCat li a.catchk_column05::before{
  background: #029ad7;
}


.childCat li a::after{
  width: 0.7rem;
  height: 0.7rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.4rem;
  margin: auto;
  font-weight: bold;
  content: "";
  vertical-align: middle;
}
.childCat li a {
  color: #000;
  display: block;
  padding: 1rem;
  padding-left: 3.5rem;
  text-decoration: none;
}

.detailArea .time01 {
  font-size: 1.4rem;
  text-align: right;
}
.detailArea hr {
  background-color: #555555;
  padding: 2rem 0;
}
.detailArea p {
  font-size: 1.6rem;
  line-height: 1.5;
}
.detailArea h2 {
  font-size: 2.4rem;
  padding: 2rem 0 2rem 6rem;
  position: relative;
  margin: 3rem 0 1rem;
  border-top: #555555 solid 1px;
}
.num {
  position: absolute;
  left: 0;
  top: 1.5rem;
  display: inline-block;
  border-radius: 1rem;
  padding: 0.2em 1.5rem;
  font-weight: bold;
  color: #fff;
  background: #E66382;
}
.num::before {
  content: "";
  /* borderで三角形を作る */
  border-width: 6px;
  border-style: solid;
  border-color: #E66382 transparent transparent transparent;
  position: absolute;
  top: calc(100% / 2 - 6px);
  right: -12px;
  transform: rotate(-90deg);
}

.detailArea h3 {
  font-size: 2.4rem;
  padding: 0 0 0 1rem;
  border-left: #E66382 solid 10px;
  margin: 1.5rem 0;
}
.detailArea h4 {
  color: #E66382;
  position: relative;
  padding: 0.1em 0.3em;
  margin: 1rem 0;
  font-size: 1.9rem;
}
.detailArea h4::before {
	margin-right: 0.5rem;
	content: '●';
}

.detailArea table {
  width: 100%;
  border-top: #8CC6C2 solid 1px;
  border-left: #8CC6C2 solid 1px;
}
.detailArea table tr:nth-child(odd) td {
	background: #F4F9F9;
}
.detailArea th {
  background: #8CC6C2;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  padding: 0.5rem 1rem;
  border-right: #8CC6C2 solid 1px;
  border-bottom: #8CC6C2 solid 1px;
}
.detailArea table td {
	background: #fff;
  font-size: 1.4rem;
  padding: 0.5rem 1rem;
  border-right: #8CC6C2 solid 1px;
  border-bottom: #8CC6C2 solid 1px;
}

.detailArea table td:last-child {
}
.detailArea .box01 {
  background: #F1F1F1;
  border-radius: 1rem;
  padding: 1rem;
}
.detailArea .box02 {
  background: #F1F1F1;
  padding: 2rem;
}
.detailArea .box02Area {
  display: flex;
  justify-content: left;
  margin: 1rem 0 0;
}
.detailArea .box02Area  figure{
  margin-right: 1rem;
}


.tit_step {
/*  font-size: 2rem; */
  font-size: 2.1rem;
  font-weight: bold;
  margin: 3rem 0 2rem;
  position: relative;
  left: -3rem;
}
.tit_step span > span {
  font-size: 1.6rem;
}
.step > span {
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
  margin-right: 1rem;
  padding: 0.5rem 2rem;
}
.cat_ST1 .step > span {
  background: #E66382;
}
.cat_ST2 .step > span {
  background: #B46EC8;
}
.cat_ST3 .step > span {
/*  background: #E66382; */
  background: #84B738;
}
.cat_ST4 .step > span {
  background: #EA8800;
}
.cat_ST5 .step > span {
  background: #029AD7;
}


@media screen and (max-width: 767px) {
  .tit_step {
    font-size: 1.6rem;
    left: 0;
  }
}

/* ===========================================================================
  stepdetail
============================================================================= */
.stepdetail {
  background: #F3F3F3;
  border-radius: 0.5rem;
  font-size: 1.5rem;
  display: block;
}
.step_tit{
  color: #E66382;
  border-bottom: #707070 solid 1px;
  text-align: center;
  margin: 0.5rem 1rem;
  padding: 0.5rem 0;
}
.cat_ST1 .step_tit{
  color: #E66382;
}
.cat_ST2 .step_tit{
  color: #B46EC8;
}
.cat_ST3 .step_tit{
  color: #84B738;
}
.cat_ST4 .step_tit{
  color: #EA8800;
}
.cat_ST5 .step_tit{
  color: #029AD7;
}
.step_txt{
  color: #000000;
  padding: 0.5rem 1rem;
  text-align: center;
  font-weight: bold;
}

.stepArea {
  display: flex;
  word-wrap: break-word;
  justify-content: space-between;
  margin-top: 3rem;
  margin-bottom: 1rem;
  position: relative;
}
.stepArea::before {
  border-bottom:  #F3F3F3 solid 7px;
  content: "";
  width:100%;
  position: absolute;
  top:48%;
}
.stepArea > li {
  width: 23%;
  display: flex;
}

.stepArea a {
	text-decoration: none;
	display: block;
    position: relative;
    padding-bottom: 2rem;
    width: 100%;
}

.stepArea a::after {
  content: "";
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 1rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 8px 6px;
  transform: rotateX( 180deg );
}
.stepArea .catchk_ST1 a::after {
  border-color: transparent transparent #E66382 transparent;
}
.stepArea .catchk_ST2 a::after {
  border-color: transparent transparent #B46EC8 transparent;
}
.stepArea .catchk_ST3 a::after {
/*  border-color: transparent transparent #E66382 transparent;  */
  border-color: transparent transparent #84B738 transparent;
}
.stepArea .catchk_ST4 a::after {
  border-color: transparent transparent #EA8800 transparent;
}
.stepArea .catchk_ST5 a::after {
  border-color: transparent transparent #029AD7 transparent;
}

.searchAreadetail .stepArea a::after {
    content: inherit;
}


@media screen and (max-width: 767px) {
  .stepArea {
    display: block;
  }
  .stepArea > li {
    width: 100%;
    margin-bottom: 1rem;
  }
}


/* ===========================================================================
  category-onayami.html
============================================================================= */
.blockCat01_inner {
  background-color: #fff;
  border: 0.5px solid #EADAC5;
  margin-bottom: 1.8rem;
}

.blockCat01_inner .tit01 {
  font-size: 1.9rem;
  color: #000;
}

.blockCat01_inner .tit01>span {
  font-size: 1.4rem;
}

.block01_title-red {
  background: none;
}

.block01_titleWrap {
  display: flex;
  background-color: #D44100;
  border-radius: 1rem 1rem 0 0;
}

.block01_titleWrap>.btn_link {
  width: 20%;
}

.block01_titleWrap>.btn_link>a {
  background-color: #fff;
}

.categoryTitleArea>.block01_title {
  background: #D44100 none;
  font-size: 3.1rem;
}

.categoryTitleArea>.block01_cattop {
  border-bottom: #FEA083 solid 10px;
}

.categoryTitleArea>.block01_cattop::before {
  background: url(../img/icon_block03.png) no-repeat center;
  padding-left: 3rem;
}

.detailArea_bg>.box01 {
  background-color: #F8F3EC;
  padding: 2rem 0;
}

.detailArea_bg>.box01>.localMenu_title {
  font-size: 1.8rem;
  line-height: 2.7;
}

.detailArea_bg>.box01>.tagArea>li {
  background-color: #E9E0D1;
}

@media screen and (max-width: 767px) {
  .blockCat01_inner .tit01 {
    font-size: 1.6rem;
  }
  .block01_titleWrap>.btn_link {
    width: 40%;
  }
}


.rankingArea {
  margin-top:10px;
  background: #fff;
}
#ranklet-11908 .ranklet-reset table.ranklet-table {
  width: 100%;
  display: flex;
  padding: 0 5%;
}
.ranklet-table a {
  color:#000000;
}
#ranklet-11908 .ranklet-reset tr.ranklet-page {
  border-top:#919191 solid 1px;
  display: block;
}
#ranklet-11908 .ranklet-reset tr.ranklet-page:first-child {
  border-top:none;
}
.ranklet-rank {
  color: #1A8E86;
}
.ranklet-44cfc17773229c3d {
  display: none!important;
}
.ranklet-description {
  display: none;
}

.search05 li {
  list-style:none;
}
.search05 ul.menu__child {
  display:none;
}
.search05 .menu__child {
  background: #fff;
  color:#000;
  display: block;
  padding: 1rem 2rem;
  font-size:1.4rem;
  border-radius: 0 0 1rem 1rem;
  
}
.search05 .menu__child a {
  color:#000;
  text-decoration: none;
  font-weight: normal;
}
.search05 .menu__child dl {
    display: flex;
    width:100%;
}
.search05 .menu__child dt {
    width:100%;
    margin-top: 0.5rem;
}
.search05 .menu__child dd {
  display: none;
  color:#969696;
  font-weight: normal;
  position: relative;
  width:60%;
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}
.search05 .menu__child dd::befor {
  content: "...";
  position: absolute;
  bottom: 0;
}



.headerNavGmenu li.active {
	background: repeating-linear-gradient( -45deg, #5c5c5c, #5C5C5C 2px, #515151 0, #515151 8px );
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #fff;
    font-weight: bold;
	border-bottom: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-bottom: 20px;
    height: 45px;
}
.headerNavGmenu li.active::before {
	background: url("/estate/navi/img/icon_tit02_active.png") left center no-repeat;
}
.nav01Area {
	display:none;
	background: repeating-linear-gradient( -45deg, #5c5c5c, #5C5C5C 2px, #515151 0, #515151 8px );
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	position: absolute;
	z-index: 3;
	width: 100vw;
	left: 0;
	padding: 1rem 0;
}
.nav01Area_inner {
	max-width: 1120px;
	width: 100%;
	margin: 0 auto;
}
.nav01Area_inner a:hover {
	text-decoration: none;
}
.nav01Area_inner .search01 > li > img {
	position: absolute;
    top: -2.5rem;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.nav01Area_inner .search01 .tit {
	font-weight: bold;
    text-align: center;
    font-size: 1.6rem;
}


.nav01Area.menuCat{
}

.menuCat .menuCat_inner{
  width:94%;
  margin-right: 1%;
  border-radius: 1rem;
}

.menuCat li {

}

.menuCat .cat_tit a{
    font-size: 1.8rem;
    color: #fff;
    font-weight: bold;
    width: 100%;
    display: inline-block;
    padding: 0 0 2rem 2rem;
}


.menuCat .cat_tit a.cat01::before {
  background: url("../img/icon_cat01.png") left center no-repeat;
  background-size: 35px;
    content: "";
    width: 3rem;
    height: 3rem;
    position: relative;
    left: -1rem;
    display: inline-block;
    top: 1rem;
}

.menuCat .cat_tit a.cat03::before {
  background: url("../img/icon_cat03.png") left center no-repeat;
  background-size: 27px;
    content: "";
    width: 3rem;
    height: 3rem;
    position: relative;
    left: -1rem;
    display: inline-block;
    top: 1rem;
}

.menuCat .cat_tit a.cat02::before {
  background: url("../img/icon_cat02.png") left center no-repeat;
  background-size: 25px;
    content: "";
    width: 3rem;
    height: 3rem;
    position: relative;
    left: -1rem;
    display: inline-block;
    top: 1rem;
}


.menuCat .cat_tit a.cat05::before {
  background: url("../img/icon_cat04.png") left center no-repeat;
  background-size: 27px;
    content: "";
    width: 3rem;
    height: 3rem;
    position: relative;
    left: -1rem;
    display: inline-block;
    top: 1rem;
}

.menuCat .cat_img{
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
.menuCat .catlist {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.menuCat .catlist li{
    width: 100%;
    text-align: left;
}


.menuCat .catlist li a{
    color: #fff;
    position: relative;
    padding: 0.5rem 0 0 3rem;
    margin: 0;
    text-indent: -1.6rem;
/*    font-size: 1.4rem; */
    font-size: 1.5rem;
    background: inherit;
    border: none;
    display: inline-block;
    white-space: normal;
    font-weight: bold;
}
.menuCat .catlist li a::before{
    margin-right: 0.5rem;
    content: '●';
    background: none;
}


.listNum {
	font-size: 1.4rem;
	text-align: left;
    text-indent: -1.5rem;
    padding-left: 1.5rem;
    width: 94%;
    margin: 0 auto;
}
.listNum li {
    line-height: 1.2;
    margin-top:1rem;
    white-space: break-spaces;
}
.listNum li a{
	color: #000;
}


.problem_tit {
	padding: 1rem 1rem 1rem 8rem;
}

.categoryTop .newsList02_inner{
  margin-top:0;
}
.newsList02 {
  margin-top:0;
}
.newsList02 a::first-child{
  margin-top:0;
}

.profileArea01 p,
.profileArea02 p{
  font-size:1.2rem;
  margin-top:1rem;
}
.profileArea02 {
  display: flex;
  witth: 100%;
}
.profile {
  width: 45%;
}
.profile.type02 {
  border-left:#555 solid 1px;
  width: 55%;
  padding-left: 3rem;
  margin-left: 2rem;
}
.profileArea01 p.profilename,
.profileArea02 p.profilename {
  color:#5C463B;
  font-size:1.5rem;
  font-weight: bold;
}

.profileArea01 p.profiletitle,
.profileArea02 p.profiletitle {
  color:#000;
  font-size:1.5rem;
}
.profileArea01 p.profiletitle span,
.profileArea02 p.profiletitle span {
  font-size:1.8rem;
  font-weight: bold;
}
.profiletxtarea p{
    margin-top: 0;
    line-height: 2;
}

.canrenArea .txt03 {
  font-size:2.1rem;
  font-weight: bold;
}
.canrenArea .txt03::before {
  background: url("/estate/navi/item/icon_chk02.png") left center no-repeat;
  content: "";
  padding-left: 3rem;
}

.canrenArea .picArea {
  padding-bottom: 1rem;
}

.canrenArea h3.tit01 {
  font-size: 2.2rem;
  border-left:none;
  font-weight: bold;
  border:none;
  padding: 0;
  margin: 0.5rem 0;
  border: none;
  background: inherit;
}



#editor .detailArea h3.tit01 {
    border-left: none;
    font-size: 2.2rem;
    margin: 0;
    padding: 0;
    color: #333;
}
#editor .detailArea h3.tit01::before {
	margin-right: 0;
	content: inherit;
    background: none;
}
#editor .detailArea .canrenArea .categoryTop h3.tit01 {
    font-size: 1.8rem;
}

#editor .detailArea h2 {
    font-size: 2.2rem;
    font-weight: bold;
    padding: 0.2rem 0 0 1rem;
    border-left: #E66382 solid 10px;
    margin: 1.5rem 0;
    border-bottom: none;
    border-top: none;
    background: inherit;
}
#editor .detailArea h2::before {
	content: inherit;
}
#editor .detailArea h3.headline {
    color: #E66382;
    position: relative;
    padding: 2rem 0 0 2.5rem;
    margin: 1rem 0;
    font-size: 1.9rem;
    background: inherit;
    border: none;
    line-height: 1.5;
}
#editor .detailArea h3::before {
    margin-right: 0.5rem;
    content: '・';
    background: none;
    position: absolute;
    top: 41%;
    left: 0;
}
#editor .detailArea .boxLayout01 h3.headline {
    padding: 0;
    color: #333;
}
#editor .detailArea .boxLayout01 h3.headline::before {
	content: inherit;
}

#editor .tableType02 .cellLv3{
    background: #8CC6C2;
    font-weight: normal;
    color: #333;
}
.tableType01 .cellLv2, .tableType02 .cellLv2{
    background: #8CC6C2;
    font-weight: normal;
    color: #333;
}

.grossary {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.grossary li {
    margin: 8px 4px;
}
.grossary li a {
    display: block;
    padding: 5px 10px;
    border-radius: 12px;
    background-color: #f5f5f5;
    color: #333;
    font-size: 1.2rem;
    line-height: 1.25;
    width: 100%;
}

.nav03{
    display: none;
}

.searchAreadetail {
	display:none;
    background: #fff;
    border-radius: 1rem;
  position: relative;
  margin-top: 10px;
}

.searchArea01detail::before{
	content: "";
	position: absolute;  
	border-left:2px solid #E66382;
	left: 9%;
	height: 20px;
	top: -20px;
}
.searchArea01detail::after{
    content: "●";
    color: #E66382;
    position: absolute;
    left: calc(9% - 0.7rem);
    top: -10px;
    font-size: 14px;
}
.searchArea02detail::before{
	content: "";
	position: absolute;  
	border-left:2px solid #B46EC8;
	left: 29%;
	height: 20px;
	top: -20px;
}
.searchArea02detail::after{
    content: "●";
    color: #B46EC8;
    position: absolute;
    left: calc(29% - 0.7rem);
    top: -10px;
    font-size: 14px;
}
.searchArea03detail::before{
	content: "";
	position: absolute;  
/*	border-left:2px solid #E66382;  */
	border-left:2px solid #84B738;
	left: 49%;
	height: 20px;
	top: -20px;
}
.searchArea03detail::after{
    content: "●";
    color: #E66382;
    color: #84B738;
    position: absolute;
    left: calc(49% - 0.7rem);
    top: -10px;
    font-size: 14px;
}
.searchArea04detail::before{
	content: "";
	position: absolute;  
	border-left:2px solid #EA8800;
	left: 69%;
	height: 20px;
	top: -20px;
}
.searchArea04detail::after{
    content: "●";
    color: #EA8800;
    position: absolute;
    left: calc(69% - 0.7rem);
    top: -10px;
    font-size: 14px;
}
.searchArea05detail::before{
	content: "";
	position: absolute;  
	border-left:2px solid #029AD7;
	left: 89%;
	height: 20px;
	top: -20px;
}
.searchArea05detail::after{
    content: "●";
    color: #029AD7;
    position: absolute;
    left: calc(89% - 0.7rem);
    top: -10px;
    font-size: 14px;
}

/* ===========================================================================
	エディタ関連打消し
============================================================================= */


.detailArea table.tableType02 td {
  /*border-right: none;*/
}

.detailArea table.tableType02 {
	border-left: #8CC6C2 solid 1px;
}
.detailArea table.tableType02 td:last-child{
    border-right: #8CC6C2 solid 1px;
}
.tableType02 th {
    border-bottom: 1px solid #F4F9F9;
    border-right: 1px solid #F4F9F9;
}
.detailArea table.tableType02 td{
    border-bottom: 1px solid #8CC6C2;
    border-right: 1px solid #8CC6C2;
}

em{
font-style:italic;
}

blockquote {
    position: relative;
    padding: 1rem 1rem 1rem 1rem;
    box-sizing: border-box;
    background: #efefef;
    color: #555;
}
blockquote:before{
    display: inline-block;
    font-family: sans-serif;
    color: #cfcfcf;
    font-size: 90px;
    line-height: 1;
}
blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

hr {
    display: block;
    padding: 0!important;
}


.newsList_inner02 h1{
	font-size: 2.4rem;
    padding: 2rem 0 2rem 0;
    position: relative;
    margin: 3rem 0 1rem;
    border-top: #555555 solid 1px;
    font-weight: bold;
}
.newsList_inner02 h2 {
    font-size: 2.2rem;
    font-weight: bold;
    padding: 0.2rem 0 0 1rem;
    border-left: #E66382 solid 10px;
    margin: 1.5rem 0;
    border-bottom: none;
    border-top: none;
    background: inherit;
}
.newsList_inner02 h3 {
    color: #E66382;
    position: relative;
    padding: 2rem 0 0 2rem;
    margin: 1rem 0;
    font-size: 1.9rem;
    background: inherit;
    border: none;
    font-weight: bold;
}
.newsList_inner02 h4 {
    padding: 9px 25px 8px;
    background: #aeae9f;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: bold;
}
.newsList_inner02 h4::before {
    margin-right: 0;
    content: none;
}
.newsList_inner02 h5 {
    font-size: 1.8rem;
    font-weight: bold;
}
.newsList_inner02 h6 {
    font-size: 1.6rem;
    font-weight: bold;
}

.newsList_inner02 ul,
.newsList_inner02 ol {
    padding-left: 2rem;
}
.newsList_inner02 ul > li {
	list-style-type: disc;
	line-height:1.5rem;
}
.newsList_inner02 ol > li {
	list-style-type: decimal;
	line-height:1.5rem;
}
.newsList_inner02 ul.grossary {
    padding-left: 0;
}
.newsList_inner02 ul.grossary li {
	list-style-type: none;
    line-height: inherit;
}
.newsList_inner02 ul.listType-dot01,
.newsList_inner02 ul.listType-dot02,
.newsList_inner02 ul.listLayout01,
.newsList_inner02 ul.listLayout02,
.newsList_inner02 ul.listLayout03,
.newsList_inner02 o.listLayout01,
.newsList_inner02 ol.listLayout02,
.newsList_inner02 ol.listLayout03 {
    padding-left: 0;
}
.newsList_inner02 ul.listType-dot01 > li,
.newsList_inner02 ul.listType-dot02 > li,
.newsList_inner02 ul.listLayout01 li,
.newsList_inner02 ul.listLayout02 li,
.newsList_inner02 ul.listLayout03 li,
.newsList_inner02 ol.listLayout01 li,
.newsList_inner02 ol.listLayout02 li,
.newsList_inner02 ol.listLayout03 li {
    list-style: inherit;
    line-height: inherit;
}
.morebtn{
    cursor: pointer;
    color: blue;
    font-weight: bold;
}

.newsList_inner02 .box02 {
    background: #F1F1F1;
    padding: 2rem;
}
.newsList_inner02 .box02Area {
    display: flex;
    justify-content: left;
    margin: 1rem 0 0;
}
.newsList_inner02 .box02Area figure {
    margin-right: 1rem;
    width: 30%;
}

/* ===========================================================================
印刷除外
============================================================================= */
@media print{
.header_content{display:none;}
#js-menuArea{display:none;}

}

/********************************************/
/*Date 202303*/
/********************************************/
.top_bnr_box {
    margin-top: 5rem;
}
.top_bnr_box .bnr_item {
    margin-bottom: 25px;
}

.top_bnr_box .bnr_item_pc {
    margin-bottom: 25px;
}

.top_bnr_box .bnr_item_ｓｐ {
    margin-bottom: 15px;
}

/********************************************/
/*パンくず*/
/********************************************/
.header {
  margin-top: 0;
  height: auto;
}
.n_bread_crumb {
  background-color: #f8f3ec;padding-top: 139px;
}
@media screen and (max-width: 767px) {
	.n_bread_crumb {
	  padding-top: 47px;
	}
}
.n_bread_crumb .content-inner{
  padding-top: 15px;
  padding-bottom: 20px;
}

.n_bread_crumb .list li {
  position: relative;
  display: inline;
  padding-top: 3px;
  line-height: 1.3;
}
.n_bread_crumb .list li:after {
  content: '>';
  padding-right: 10px;
  padding-left: 10px;
}
.n_bread_crumb .list li:last-child:after {
  content: none;
}
.n_bread_crumb .list li:first-child {
  padding-left: 30px;
}
.n_bread_crumb .list li:first-child:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: '';
  width: 15px;
  height: 15px;
  background: url(../img/com_bread_ic01.png) no-repeat center / 100%;
  margin: auto;
}
.n_bread_crumb .list li a {
  color: #000;
  text-decoration: underline;
}


/********************************************/
/*date 202309 Ajust*/
/********************************************/
ul.newsList.ver_pickup li:nth-child(2),
ul.newsList.ver_pickup li:first-child {
    padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
   ul.newsList.ver_pickup li:nth-child(2),
   ul.newsList.ver_pickup li:first-child {
       padding-bottom: 0;
   }
}
.nav01Area_inner .search01 .tit a {
    color: inherit;
}


/********************************************/
/*header 帯*/
/********************************************/
.news_band_block {
  position: relative;
  top: 20px;
  width: 98%;
  max-width: 1120px;
  margin: 0 auto;
  background-color: #d2c19a;
}
.news_band_block .link {
  text-align: center;
}
.news_band_block .link .sp_only {
  display: none;
}
.news_band_block .link a {
  display: inline-block;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  color: #322916;
  text-decoration: underline;
  font-size: 1.5rem;
  font-weight: bold;
}
.content {
    padding-top: 40px;
}
.side_top_banner{min-height:157px;}


/**********************************/
/*230319 Ajust*/
/**********************************/
.detailArea .time01 small {
  display: block;
  margin-bottom: 5px;
}
.snsListWrap {
  margin-top: 10px;
}
.post_tag_list {
  margin-top: 10px;
  text-align: right;
  font-size: 0
}
.post_tag_list li {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 8px;
  padding: 0.4em 1em;
  border-radius: 5px;
  background-color: #E9E0D1;
  font-size: 13px;
  color: #7B7B7B;
  line-height: 1.1;
}
.post_tag_list li:first-child {
  margin-left: 0;
}
.post_tag_list li a {
    color: inherit;
}
@media screen and (max-width: 767px) {
  .post_tag_list li {
    font-size: 13px;
  }
}

.newsList_inner02 h3 {
  border-bottom: 1px solid #E66382;
  padding-left: 0;
  margin-bottom: 1.5em;
  padding-bottom: 0.5em;
}
#editor .detailArea h3::before {
  content: none;
}

.categoryTopArea_inner .catchk_column01::before {
  margin-right: 7px;
}
.childCat ul {
  margin-top: 0;
  margin-bottom: 3rem;
}
.childCat li a {
  font-size: 1.8rem;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}

