.content {
  max-width: 850px;
  padding: 2rem 0;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 480px) {
  .content {
    padding: 0;
  }
}
.content .date {
  display: flex;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 4% 0;
  width: 150px;
}
.content .date::before {
  font-family: 'Material Icons';
  content: "\e8b5";
  color: #0059b9;
}
.content .category {
  display: flex;
  background-color: #0059b9;
  width: fit-content;
  font-size: 13px;
  margin: 0 5px 0 0;
}
.content .category a {
  color: #FFF;
  padding: 4px 8px;
}
.content .area {
  background: #0059b9;
  color: #FFF;
  padding: 0 10px;
  font-size: 14px;
  display: block;
  margin: 0 12px 0 0;
}
.content .tag {
  display: flex;
  font-size: 13px;
  flex-wrap: wrap;
  width: 70%;
}
.content .tag p {
  display: flex;
  margin: 0 10px 0 0;
}
.content .tag p::before {
  font-family: 'Material Icons';
  content: "\e9ef";
  color: #0059b9;
}
.content img {
  width: 100%;
  height: auto;
  max-height: 450px;
  object-fit: cover;
}
.content.archive {
  max-width: 1100px;
}
.content.archive h1 {
  font-size: clamp(22px, calc(100vw*28/768), 28px);
  display: flex;
  line-height: 1.4;
  margin: 0 0 4% 0;
  font-weight: 600;
}
.content.archive h1::before {
  content: "";
  border-left: 7px solid #0059b9;
  padding: 2px 10px 10px 0;
}
.content .column_list {
  display: grid;
  grid-template-columns: repeat(3, 30%);
  justify-content: space-between;
  margin: 3% 0;
}
@media screen and (max-width: 768px) {
  .content .column_list {
    grid-template-columns: repeat(2, 48%);
  }
}
@media screen and (max-width: 640px) {
  .content .column_list {
    display: block;
  }
}
.content .column_list li {
  margin: 0 0 40px 0;
}
.content .column_list li picture {
  margin: 0 0 1rem 0;
  display: block;
}
.content .column_list li picture img {
  aspect-ratio: 4/2.5;
  object-fit: cover;
}
.content .column_list li h3 {
  font-size: clamp(20px, calc(100vw*20/768), 20px);
  line-height: 1.3;
  padding: 0 0 5% 0;
}
.content .column_list li h3 a {
  font-weight: 600;
}
.content .column_list li .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.content .column_list li .text br {
  display: none;
}

.fudosan .column .date::before {
  color: #0059b9;
}
.fudosan .column .category {
  background-color: #0059b9;
}
.fudosan .column .tag a::before {
  color: #0059b9;
}

.entry {
  line-height: 1.8;
}
.entry h1 {
  font-size: clamp(24px, calc(100vw*36/768), 36px);
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 480px) {
  .entry h1 {
    padding: 0;
    line-height: 1.4;
  }
}
.entry .head {
  display: flex;
  align-items: center;
  padding: 2% 0 20px;
  font-size: clamp(14px, calc(100vw*16/768), 16px);
  flex-wrap: wrap;
}
.entry .head p {
  display: flex;
  align-items: center;
  margin: 0 1% 0 0;
}
@media screen and (max-width: 480px) {
  .entry .head p.date {
    margin: 8px 10px 0 0;
    padding: 0 0 3% 0;
  }
}
.entry .mainimage {
  padding: 1% 0;
}
.entry .mainimage img {
  width: 100%;
  height: auto;
  max-height: none;
  /*object-fit: cover;
  aspect-ratio:4/3;*/
}
.entry .btn01 {
  margin: 0 0 0.7rem auto;
}
.entry .btn01 a {
  padding: 7px 3px 7px 13px;
  font-weight: 700;
}
.entry .mainread {
  padding: 2% 0;
  font-size: 16px;
  line-height: 1.7;
}
.entry nav.link {
  border: solid 1px #666;
  outline: solid 1px #666;
  outline-offset: 4px;
  margin: 2% 4px;
  padding: 1% 2%;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .entry nav.link {
    margin: 20px 4px;
  }
}
.entry nav.link h3 {
  font-size: clamp(16px, calc(100vw*18/768), 18px);
  margin: 2% 4% 2% 10px;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #CCC;
}
.entry nav.link ul {
  list-style: auto;
  margin: 2% 4% 2% 25px;
}
.entry nav.link ul li {
  list-style: decimal;
  margin: 0 0 0 20px;
}
.entry nav.link ul li a {
  display: block;
  font-weight: 600;
  padding: 7px 0;
  font-size: clamp(15px, calc(100vw*17/768), 17px);
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .entry nav.link ul {
    margin: 2% 4% 2% 8px;
  }
}

.entry-content {
  padding: 4% 0;
}
.entry-content h2 {
  margin: -10% 0 0 0;
  padding: 17% 0 20px 0;
  font-size: clamp(22px, calc(100vw*32/768), 32px);
  display: flex;
  line-height: 1.4;
  font-weight: 500;
}
.entry-content h2::before {
  content: "";
  border-left: 7px solid #0059b9;
  padding: 2px 10px 10px 0;
}
.entry-content h3 {
  background-color: #EFEFEF;
  padding: 8px 13px;
  font-weight: 600;
  margin: 25px 0 15px 0;
  font-size: 18px;
  line-height: 1.5;
}
.entry-content h4 {
  font-weight: 700;
  font-size: 17px;
  padding: 0 0 5px 0;
  margin: 15px 0 10px 0;
  border-bottom: 2px dotted #CCC;
}
.entry-content h5 {
  display: inline-block;
  font-size: 16px;
}
.entry-content picture {
  padding: 2% 0 3%;
  display: block;
  width: 100%;
  margin: 0 auto 0 0;
}
.entry-content picture p {
  text-align: right;
  color: #959292;
  font-size: 13px;
}
.entry-content .text {
  margin: 0 0 40px 0;
}
.entry-content .text p {
  padding: 0 0 1.5% 0;
}
.entry-content .text ul {
  padding: 2% 5% 4%;
}
.entry-content .text ul.yellow {
  padding: 15px 20px;
  border: 1px solid #e4e498;
  border-radius: 10px;
  margin: 10px 0 20px;
  background-color: #ffffe7;
}
.entry-content .text ul li {
  list-style: disc;
  border-bottom: 1px dotted #000;
  margin: 0 0 10px;
  list-style-position: inside;
  padding: 0 0 10px 0;
}
.entry-content .text ul li.bbnone {
  border-bottom: none;
}
.entry-content .text ul li.evidence {
  font-size: 1.3rem;
  border-bottom: none;
  list-style: none;
}
.entry-content .text ul li ul li.arw {
  list-style: none;
}
.entry-content .text ul li ul li.arw::before {
  font-family: 'Material Icons';
  content: "\e5c8";
  color: #0059b9;
}
.entry-content .text a {
  color: #0059b9;
  text-decoration: underline;
}
.entry-content .text dl.merit {
  padding: 10px 0 20px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.entry-content .text dl.merit dt {
  line-height: 1;
  padding: 8px;
  width: 22%;
  font-weight: 600;
  text-align: center;
  margin: 5px 0 10px 0;
  font-size: clamp(14px, calc(100vw*15/768), 15px);
  box-sizing: border-box;
  border: 1px solid #CCC;
}
.entry-content .text dl.merit dd {
  width: 76%;
  margin: 5px 0 10px 0;
  padding: 4px 0 8px 0;
  box-sizing: border-box;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .entry-content .text dl.merit dt {
    width: fit-content;
    margin: 5px 0 0px;
  }
  .entry-content .text dl.merit dd {
    width: 100%;
  }
}
.entry-content .text .kanren {
  position: relative;
  padding: 1.5em 1em 1em 2.5em;
  border: 2px solid #2589d0;
  margin: 4% 0 4%;
}
.entry-content .text .kanren div {
  position: absolute;
  top: -.75em;
  left: 1em;
  padding: 0 .5em;
  background-color: #fff;
  color: #2589d0;
  font-weight: 600;
}
.entry-content .text .kanren ul {
  list-style-type: disc;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
}
.entry-content .text .kanren ul li {
  padding: .3em .3em 0.1em 0;
  font-size: 1em;
  border: none;
}
.entry-content .text .kanren ul li::marker {
  color: #2589d0;
  font-size: 1.1em;
}
.entry-content .text .kanren ul li a {
  color: #2589d0;
  border-bottom: dotted 2px #a7b6c4;
}
.entry-content table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1% 0 3%;
}
.entry-content table th {
  padding: 10px;
  background: #f2f2f2;
  border: solid 1px #9b9b9b;
  text-align: center;
}
.entry-content table td {
  padding: 10px;
  border: solid 1px #9b9b9b;
}

.fudosan .entry-content h2::before {
  border-left: 7px solid #0059b9;
}

.author {
  padding: 3% 4%;
  width: 100%;
  margin: 0 auto;
  border-radius: 15px;
  box-sizing: border-box;
  background: #f7f7f7;
}
.author h3 {
  border-bottom: 1px solid #CCC;
  padding: 0 0 2% 0;
  margin: 0 0 4% 0;
  font-size: clamp(13px, calc(100vw*16/768), 16px);
  font-weight: 500;
}
.author dl {
  display: grid;
  justify-content: space-between;
  width: 100%;
  grid-template-columns: 17% 80%;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .author dl {
    grid-template-columns: 30% 65%;
  }
}
.author dl dt {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.author dl dt img {
  width: 106%;
  height: 107%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.author dl dd {
  font-size: clamp(12px, calc(100vw*14/768), 14px);
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.author dl dd .cname {
  width: 100%;
  padding: 0 0 2% 0;
}
.author dl dd h4 {
  font-size: clamp(14px, calc(100vw*18/768), 18px);
  padding: 0 0 0 2%;
  font-weight: 500;
}
.author dl dd .comment {
  padding: 2% 0 0 0;
  font-size: 13px;
  line-height: 1.4;
}
.author .cv {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 4% auto 2%;
  justify-content: space-between;
  max-width: 480px;
}
.author .cv .tel {
  padding-left: 45px;
  position: relative;
}
.author .cv .tel::before {
  content: '';
  background-image: url("../img/tel.png");
  background-size: cover;
  width: 46px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.author .cv .tel a {
  font-size: 34px;
}
.author .cv .tel p {
  font-weight: 400;
  font-size: 11px;
  text-align: center;
}
.author .cv .mail {
  background-color: #F7931E;
  color: white;
  border-radius: 20px;
  line-height: 43px;
  width: 180px;
  text-align: center;
  font-size: 14px;
  padding-right: 12px;
}
.author .cv .mail a {
  position: relative;
}
.author .cv .mail a::after {
  content: '';
  background-image: url("../img/arrow-wh.svg");
  background-size: cover;
  width: 5px;
  height: 8px;
  position: absolute;
  right: -8%;
  top: 51%;
  transform: translate(0, -50%);
}

.related {
  margin: 0 0 8%;
}
.related h2 {
  font-size: clamp(18px, calc(100vw*22/768), 22px);
  background: #0059b9;
  padding: 0.6% 14px;
  margin: 0 0 3% 0;
  color: #FFF;
}
.related ul li {
  display: grid;
  grid-template-columns: 25% 72%;
  justify-content: space-between;
  margin: 0 0 3%;
}
@media screen and (max-width: 480px) {
  .related ul li {
    display: block;
    margin: 0 0 13%;
  }
}
.related ul li picture {
  margin: 0 0 5% 0;
  display: block;
}
.related ul li picture img {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.related ul li h3 {
  font-size: clamp(18px, calc(100vw*20/768), 20px);
  line-height: 1.3;
  padding: 0 0 2% 0;
}
.related ul li h3 a {
  font-weight: 600;
}
.related ul li .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.related ul li .text br {
  display: none;
}
.related ul li .text + div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.related ul li .text + div .date {
  margin: 10px 10px 0 0;
}
.related ul li .text + div .tag {
  margin: 2% 0 0 0;
}
.related .btn {
  border: 1px solid #CCC;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
.related .btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  padding: 1rem 2rem;
  line-height: 1.4;
}
.related .btn a::after {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 20px;
}

.fudosan .related h2 {
  background: #0059b9;
}

/*# sourceMappingURL=column.css.map */
