@charset "UTF-8";
#newslist #tabs {
  overflow: hidden;
  zoom: 1;
  margin: 0 0 100px;
  background: url("../image/common/tab_bar.png") bottom left repeat-x;
}

#newslist #tabs li {
  width: 260px;
  float: left;
  margin-right: 20px;
}

#newslist #tabs li:last-child {
  float: right;
  margin-right: 0;
}

#newslist #tabs li a {
  /*display: block;
  padding: 28px 0 30px;*/
  display: table-cell;
  width: 260px;
  height: 80px;
  background: url("../image/common/tab_bg_off.png") top center no-repeat;
  line-height: 1.2;
  font-size: 1.1em;
  color: #604c3f;
  -webkit-transition: 0;
  transition: 0;
  text-align: center;
  vertical-align: middle;
}

#newslist #tabs li a span {
  font-size: 0.8em;
}

#newslist #tabs li.current a,
#newslist #tabs li a:hover {
  background: url("../image/common/tab_bg_on.png") top center no-repeat #fff;
}

/*-------------------------------------------------------------------
	newsbox
-------------------------------------------------------------------*/
#newsbox li {
  width: 327px;
  float: left;
  margin: 0 50px 60px 0;
}

#newsbox li:nth-child(3n) {
  margin-right: 0;
}

#newsbox li a {
  display: block;
  position: relative;
}

#newsbox li a:hover {
  opacity: 0.7;
}

#newsbox li a dl dd {
  color: #604c3f;
  margin: 20px 0 0;
}

#newsbox li a dl dd .time {
  color: #9fa0a0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#newsbox li a .cat {
  /*position: absolute;*/
  top: -30px;
  left: 0;
  width: auto;
  height: auto;
  text-align: center;
  line-height: 30px;
  color: #604c3f;
  border-radius: 0;
  font-weight: 600;
  background: #ccc;
  font-size: 13px;
  padding: 0px 8px;
  display: inline-block;
  margin-left: 8px;
}

#newsbox li a .cat.notice,
#newsbox li a .cat.notices {
  background: #decfd6;
}

#newsbox li a .cat.event,
#newsbox li a .cat.events {
  background: #ddeaf5;
}

#newsbox li a .cat.blog,
#newsbox li a .cat.blogs {
  background: #f7dfab;
}

/*-------------------------------------------------------------------
	detail
-------------------------------------------------------------------*/
#detail .catname {
  margin: 0 0 30px;
}

#detail .catname span {
  display: inline-block;
  /*width: 250px;*/
  line-height: 1;
  padding: 10px 15px;
  text-align: center;
  background: #ccc;
}

#detail .time {
  font-size: 1.5em;
  color: #9fa0a0;
  line-height: 1;
  margin: 0 0 30px;
}

#detail h1 {
  font-size: 3.4rem;
  line-height: 1.4;
  margin: 0 0 30px;
}

@media screen and (max-width: 768px) {
  #detail h1 {
    font-size: 2.25rem;
    text-align: left;
  }
}
#detail .txtbox {
  overflow: hidden;
  zoom: 1;
  position: relative;
  border-top: 1px solid #7a6a56;
  padding: 40px 0 0;
}

#detail .linkbox {
  margin: 100px 0 0;
  line-height: 1;
  text-align: center;
}

#detail .linkbox li {
  display: inline-block;
  width: 255px;
  margin-right: 20px;
}

/*コラム一覧*/
aside.widget {
  margin-bottom: 40px;
}

.subSection-title {
  font-size: 2rem;
  background-color: #524B40;
  color: #ffffff;
  padding: 10px;
  margin-bottom: 10px;
}

#detail .linkbox li:last-child {
  margin-right: 0;
}

#detail .linkbox li a {
  display: block;
  color: #7a6a56;
  border: 1px solid #7a6a56;
  padding: 10px 0;
}

#detail .linkbox li a:hover {
  background: #7a6a56;
  color: #fff;
}

#detail .formlink {
  margin: 80px 0 0;
}

#detail .formlink a {
  display: block;
  padding: 50px 3%;
  text-align: center;
}

#detail h2 {
  color: #524B40;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #a0a0a0;
  margin: 2em 0 20px;
}

#detail h3 {
  color: #524B40;
  font-size: 22px;
  margin: 1.5em 0 0.5em;
  font-weight: bold;
}

#detail .txtbox img {
  margin: 15px auto;
}

#detail .txtbox p {
  margin-bottom: 14px;
}

#detail .txtbox p:after,
#detail .txtbox p:before {
  content: "";
  clear: both;
  display: block;
}

/*===============================================
  画面の横幅が1024px以下に適用
===============================================*/
@media screen and (max-width: 1024px) {
  #newslist #tabs li {
    width: 24%;
    float: left;
    margin-right: 1%;
  }
  #newslist #tabs li a {
    background-size: 100% auto;
    padding: 25px 0;
  }
  #newslist #tabs li.current a,
  #newslist #tabs li a:hover {
    background-size: 100% auto;
  }
  /* newsbox */
  #newsbox li {
    width: 32%;
    float: left;
    margin: 0 2% 40px 0;
  }
}
/*===============================================
  画面の横幅が768px以下に適用
===============================================*/
/*===============================================
  画面の横幅が640px以下に適用
===============================================*/
@media screen and (max-width: 640px) {
  br.pc {
    display: none;
  }
  #newslist #tabs {
    overflow: hidden;
    zoom: 1;
    margin: 0 0 50px;
    background: none;
  }
  #newslist #tabs li,
  #newslist #tabs li:last-child {
    width: 48%;
    float: left;
    margin: 0 0 20px;
  }
  #newslist #tabs li:nth-child(even) {
    float: right;
  }
  #newslist #tabs li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    background: none;
    line-height: 1;
    text-align: center;
    font-size: 1.1em;
    color: #604c3f;
    border: 1px solid #604c3f;
    width: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 75px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #newslist #tabs li.current a,
  #newslist #tabs li a:hover {
    background: #604c3f;
    color: #fff;
  }
  /* newsbox */
  #newsbox li,
  #newsbox li:nth-child(3n) {
    width: 48%;
    float: left;
    margin: 0 0 50px;
  }
  #newsbox li:nth-child(even) {
    float: right;
  }
  #newsbox li a .cat {
    position: absolute;
    top: -20px;
    left: 0;
    width: auto;
    height: auto;
    text-align: center;
    line-height: 20px;
    color: #604c3f;
    border-radius: 0;
    font-weight: 600;
    font-size: 10px;
    padding: 0px 8px;
  }
  /* formbox */
  #formbox {
    margin: 70px 0 0;
    background: #f7f8f8;
    padding: 50px 0;
  }
  #formbox h3 {
    margin-bottom: 30px;
  }
  #formbox table td .short {
    width: 30%;
  }
  #formbox table td .middle {
    width: 70%;
  }
  #formbox table td .long {
    width: 96%;
  }
  #formbox table select {
    border: 1px solid #a0a0a0;
    height: 40px;
    padding: 3px 2%;
    font-family: inherit;
    line-height: 1.2;
    width: 80%;
  }
  #formbox table th,
  #formbox table td {
    display: block;
    padding-bottom: 30px;
  }
  #formbox table th {
    width: auto;
    padding-bottom: 10px;
  }
  #detail .linkbox li {
    width: 32%;
    margin-right: 1%;
    font-size: 0.85em;
  }
  #detail h2 {
    color: #524B40;
    font-size: 22px;
    font-weight: bold;
    border-bottom: 2px solid #a0a0a0;
    margin: 2em 0 5px;
  }
}
#toc_container {
  border: 1px solid #ddd;
  padding: 15px;
}

#titlebox img {
  width: 100%;
}

#detail blockquote {
  position: relative;
  padding: 30px 15px 8px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
}

#detail blockquote:before {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 3px;
  content: "“";
  font-family: sans-serif;
  color: #cfcfcf;
  font-size: 90px;
  line-height: 1;
}

#detail blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
  font-size: 0.85em;
  font-weight: normal;
}

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

.post_14350_table th,
.post_14350_table td {
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 5px 3px;
  text-align: center;
}

.breadcrumb li {
  display: inline-block;
  padding: 3px 0;
  margin: 0;
  list-style: none;
  line-height: 1.2;
  font-size: 14px;
}

.breadcrumb li + li::before {
  content: ">";
  margin-left: 0.5em;
  margin-right: 0.5em;
  font-size: 12px;
}

.breadcrumb li:first-child a::before {
  content: "";
  background: url(https://r-house-nagoya.com/wp/wp-content/themes/kunimatsu/images/home.svg) center no-repeat;
  padding: 8px;
  margin-right: 2px;
}

.breadcrumb li a:hover {
  opacity: 0.7;
}

.breadcrumb {
  margin: 10px auto;
  max-width: 1100px;
}

table, th, td {
  border: 1px solid #a2a2a2;
  padding: 1em;
}

table {
  margin-top: 40px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.col-main {
  width: 70%;
}

.col-sub {
  width: 25%;
  font-size: 1.6rem;
}

.entry_list li {
  padding: 15px 0;
  border-bottom: 1px solid #888888;
}

.entry_list li img {
  height: auto;
}

.info-detail .detail-tags > li {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  .row {
    display: block;
  }
  .col-main {
    width: 100%;
  }
  .col-sub {
    width: 100%;
    margin-top: 50px;
  }
}
.sideBar a {
  text-decoration: none;
  color: #524B40;
  line-height: 1.2;
}

.e_thumb {
  margin-bottom: 1rem;
}

.info-date {
  margin-top: 5px;
  color: #646464;
}

.category_list li a {
  padding: 5px 0;
  display: block;
}

.category_list li a:before {
  content: "≫ ";
}

.term_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.term_list li {
  margin-right: 10px;
  margin-bottom: 10px;
}

.term_list li a {
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
  background-color: #e4e4e4;
  border: 1px solid #524B40;
}

.archive_list li a {
  padding: 5px 0;
  display: block;
}

.column_nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}

.column_nav li {
  width: 48%;
}

.column_nav li a {
  border: 1px solid #B8B8B8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  height: 100%;
}

.column_nav_btn img {
  width: 12rem;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .column_nav_btn img {
    width: 10rem;
  }
}

.inner_text {
  padding: 1rem;
  font-size: 14px;
}

.text_point {
  margin-bottom: 10px;
  font-weight: bold;
}

.column_nav_title {
  line-height: 1.5;
}

.next_btn .text_point {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .pagination.column_nav {
    display: block;
  }
  .column_nav li {
    width: 100%;
  }
  .prev_btn {
    margin-bottom: 10px;
  }
}
#toc_container {
  width: 100%;
}