html, body{
  scroll-behavior: smooth;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400&display=swap');
.blog-head {
  text-align: center;
}

.blog-head-title {
  display: block;
  font-size: 21px;
  line-height: 1.43;
  font-weight: 900;
  color: #ec3423;
  margin-top: 20px;
  letter-spacing: 2.1px;
}

@media (max-width: 480px) {
  .blog-head-title {
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 1.5;
    margin-top: 10px;
  }
}

.blog-head-border {
  width: 100%;
  height: 5px;
  background-color: #ec3423;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .blog-head-border {
    height: 4px;
    margin-top: 10px;
  }
}

.blog-kv {
  position: relative;
  display: flex;
  justify-content: center;
  /* background-image: url(../img/blog01/main.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: darken;
  height: 450px;
}
.blog-kv:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(0, 0, 0);
  opacity: 0.4;
}

@media all and (-ms-high-contrast: none) {
  .blog-kv {
    opacity: 0.9;
  }
}

@media (max-width: 768px) {
  .blog-kv {
    height: 260px;
  }
}

.blog-kv-wrap {
  display: flex;
  align-items: flex-end;
  position: relative;
  width: 1120px;
  height: 100%;
  margin: 0 10px;
  z-index: 2;
}

@media (max-width: 1200px) {
  .blog-kv-wrap {
    width: 100%;
    margin: 0 auto;
  }
}

.blog-kv-wrap-new {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 20px;
  left: 0;
  font-size: 18px;
  color: #ffffff;
  background-color: #ec3423;
  font-weight: 900;
  width: 70px;
  height: 70px;
}

@media (max-width: 768px) {
  .blog-kv-wrap-new {
    width: 40px;
    height: 40px;
    top: 10px;
    left: 20px;
    font-size: 12px;
  }
}

@media all and (-ms-high-contrast: none) {
  .blog-kv-wrapper {
    background-color: black;
    position: relative;
  }
}

.blog-kv-item {
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media (max-width: 768px) {
  .blog-kv-item {
    margin: 0 20px 10px;
  }
}

.blog-kv-day {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.25;
}

@media (max-width: 768px) {
  .blog-kv-day {
    font-size: 12px;
    line-height: 1.67;
  }
}

.blog-kv-txt {
  font-size: 40px;
  line-height: 1.45;
  font-weight: bold;
}

@media (max-width: 768px) {
  .blog-kv-txt {
    font-size: 24px;
  }
}

@media (max-width: 1200px) {
  .breadcrumb-wrap {
    margin: 0 20px;
  }
}

@media (max-width: 480px) {
  .breadcrumb-wrap {
    height: 16px;
  }
}

.breadcrumb-area {
  max-width: 1120px;
  width: 100%;
  margin: 20px auto 0;
}

@media (max-width: 768px) {
  .breadcrumb-area {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }
}

.breadcrumb-ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 1.43;
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  .breadcrumb-ul {
    margin: 0;
    font-size: 11px;
  }
}

.breadcrumb-li {
  position: relative;
  margin-right: 25px;
}

@media (max-width: 768px) {
  .breadcrumb-li {
    margin-right: 15px;
  }
}

.breadcrumb-li::after {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  top: 2px;
  right: -16px;
  bottom: 0;
  margin: auto;
  border-bottom: 1px solid #051533;
  border-right: 1px solid #051533;
  transform: rotate(-45deg);
}

@media (max-width: 768px) {
  .breadcrumb-li::after {
    top: 0;
    right: -12px;
  }
}

.breadcrumb-li:last-of-type::after {
  display: none;
}

.breadcrumb-a {
  color: #051533;
}

.breadcrumb-li:last-of-type a {
  color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

.blog-article {
  display: flex;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .blog-article {
    margin: 0 20px;
    width: auto;
  }
}

.blog-article-left {
  width: 100%;
  max-width: 730px;
  margin-right: 140px;
}

@media (max-width: 768px) {
  .blog-article-left {
    margin-right: 0;
  }
}

.blog-sns {
  margin-top: 20px;
  display: flex;
  font-size: 11px;
  line-height: 1.45;
}

@media (max-width: 768px) {
  .blog-sns {
    margin-top: 12px;
  }
}

@media all and (-ms-high-contrast: none) {
  .blog-sns-twitter {
    display: none;
  }
}

.blog-sns-txt {
  margin-left: 5px;
}

.blog-sns-facebook {
  display: flex;
  width: 80px;
  background-color: #3b5998;
  justify-content: center;
  padding: 7px 9px;
  border-radius: 5px;
  color: #fff;
}

.blog-sns-facebook-img {
  width: 100%;
  height: auto;
  max-width: 8.3px;
}

.blog-sns iframe {
  width: auto !important;
  max-width: 100px;
  height: auto !important;
  max-height: 30px;
  border-radius: 5px !important;
  margin-right: 5px;
}

.blog-read {
  margin-top: 20px;
}

.blog-read-txt {
  font-size: 18px;
  color: #000;
  line-height: 1.44;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .blog-read-txt {
    font-size: 16px;
  }
}

.blog-read-txt:last-of-type {
  margin-bottom: 0;
}

.blog-topics {
  border: solid 1px #5f6a80;
  padding: 30px;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .blog-topics {
    padding: 20px;
    margin-top: 30px;
  }
}

.blog-topics-title {
  font-size: 18px;
  text-align: center;
  color: #5f6a80;
  line-height: 1.44;
  font-weight: bold;
}

.blog-topics-anchor {
  text-align: left;
}

@media (max-width: 768px) {
  .blog-topics-anchor {
    font-size: 14px;
  }
}

.blog-topics ul {
  margin: 20px 0 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
}

.blog-topics li {
  margin-bottom: 10px;
}

.blog-topics li :hover {
  opacity: 0.8;
}

.blog-topics li:last-of-type {
  margin-bottom: 0;
}

.blog-topics a {
  color: #5f6a80;
}
.blog-topics a span {
  display: block;
  font-size: 14px;
  padding-left: 1rem;
}

.blog-text {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .blog-text {
    margin-top: 50px;
  }
}

.blog-text-wrap {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .blog-text-wrap {
    margin-bottom: 50px;
  }
}

.blog-text-title, .blog-text h2 {
  font-size: 31px;
  font-weight: bold;
  line-height: 1.45;
  color: #051533;
  margin-bottom: 30px;
  border-left: 5px solid #051533;
  border-radius: 3px;
  padding-left: 10px;
}

@media (max-width: 768px) {
  .blog-text-title {
    font-size: 22px;
  }
}

.blog-text-particle-txt, .blog-text p {
  font-size: 18px;
  color: #000;
  line-height: 1.44;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .blog-text-particle-txt {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}

.blog-text-particle-txt:last-of-type {
  margin-bottom: 0;
}
.blog-text-particle-txt-bold {
  font-size: 20px;
  font-weight: bold;
}

.blog-text-sub {
  font-size: 24px;
  line-height: 1.46;
  color: #051533;
  margin: 60px 0 30px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .blog-text-sub {
    font-size: 20px;
    margin: 50px 0 20px;
  }
}

.blog-text-img, .blog-text img{
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.blog-text-img-440 {
  display: block;
  width: 440px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .blog-text-img-440 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .blog-text-img {
    margin-bottom: 20px;
  }
}

.blog-cv-content {
  padding: 30px;
  background-color: #f8f8f8;
}

@media (max-width: 768px) {
  .blog-cv-content {
    padding: 20px;
  }
}

.blog-cv-wrap {
  display: flex;
}

@media (max-width: 768px) {
  .blog-cv-wrap {
    justify-content: center;
  }
}

.blog-cv-img {
  width: 100%;
}

@media (max-width: 768px) {
  .blog-cv-img {
    min-width: 100px;
  }
}

.blog-cv-img img {
  width: 100%;
  height: auto;
}

.blog-cv-right {
  margin-left: 30px;
}

@media (max-width: 768px) {
  .blog-cv-right {
    margin-left: 25px;
    max-width: 350px;
  }
}

.blog-cv-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .blog-cv-title {
    font-size: 16px;
  }
}

.blog-cv-day {
  font-size: 14px;
  color: #051533;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .blog-cv-day {
    font-size: 11px;
    line-height: 1.45;
  }
}

.blog-cv-txt {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .blog-cv-txt {
    font-size: 14px;
  }
}

.blog-cv-button {
  display: inline-block;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.43;
  color: #ffffff;
  background-color: #ec3423;
  padding: 10px 106px;
  border-radius: 25px;
  border: solid 1px #ec3423;
  text-align: center;
  transition: all 0.2s;
}

@media (max-width: 768px) {
  .blog-cv-button {
    display: none;
  }
}

.blog-cv-button:hover {
  color: #ec3423;
  background-color: #fff;
}

.blog-cv-button-sp {
  display: none;
}

@media (max-width: 768px) {
  .blog-cv-button-sp {
    display: block;
    font-weight: bold;
    line-height: 1.43;
    color: #ffffff;
    background-color: #ec3423;
    font-size: 18px;
    padding: 10px 68px;
    border-radius: 25px;
    text-align: center;
    max-width: 280px;
    margin: 20px auto 0;
  }
}

.blog-cv-button-wrap {
  text-align: center;
}

.blog-day {
  font-size: 16px;
  line-height: 1.25;
  color: #191919;
  margin-top: 50px;
}

@media (max-width: 768px) {
  .blog-day {
    font-size: 12px;
    line-height: 1.67;
  }
}

.blog-relation-wrap {
  margin-top: 100px;
  text-align: center;
}

@media (max-width: 768px) {
  .blog-relation-wrap {
    margin-top: 50px;
  }
}

.blog-relation-wrap.new {
  display: none;
}

@media (max-width: 768px) {
  .blog-relation-wrap.new {
    display: block;
  }
}

.blog-relation-title {
  font-size: 16px;
  font-weight: bold;
  color: #ec3423;
  line-height: 1.5;
}

.blog-relation-title-sub {
  position: relative;
  font-weight: bold;
  font-size: 31px;
  line-height: 1.45;
  color: #051533;
}

@media (max-width: 480px) {
  .blog-relation-title-sub {
    font-size: 23px;
  }
}

.blog-relation-title-sub-border-right {
  background-color: #051533;
  width: 100%;
  max-width: 260px;
  min-width: 80px;
  height: 1px;
  position: absolute;
  top: 25px;
  left: 0;
}

@media (max-width: 1100px) {
  .blog-relation-title-sub-border-right {
    top: 22px;
    max-width: 175px;
  }
}

@media (max-width: 920px) {
  .blog-relation-title-sub-border-right {
    top: 22px;
    max-width: 120px;
  }
}

@media (max-width: 768px) {
  .blog-relation-title-sub-border-right {
    top: 22px;
    max-width: 260px;
  }
}

@media (max-width: 700px) {
  .blog-relation-title-sub-border-right {
    top: 17px;
    max-width: 160px;
  }
}

@media (max-width: 480px) {
  .blog-relation-title-sub-border-right {
    max-width: 100px;
  }
}

.blog-relation-title-sub-border-left {
  background-color: #051533;
  width: 100%;
  max-width: 260px;
  min-width: 80px;
  height: 1px;
  position: absolute;
  top: 25px;
  right: 0;
}

@media (max-width: 1100px) {
  .blog-relation-title-sub-border-left {
    top: 22px;
    max-width: 175px;
  }
}

@media (max-width: 920px) {
  .blog-relation-title-sub-border-left {
    top: 22px;
    max-width: 120px;
  }
}

@media (max-width: 768px) {
  .blog-relation-title-sub-border-left {
    top: 22px;
    max-width: 260px;
  }
}

@media (max-width: 700px) {
  .blog-relation-title-sub-border-left {
    top: 17px;
    max-width: 160px;
  }
}

@media (max-width: 480px) {
  .blog-relation-title-sub-border-left {
    max-width: 100px;
  }
}

.blog-relation-img {
  display: flex;
  margin-top: 33px;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .blog-relation-img {
    display: block;
  }
}

.blog-relation-img-content {
  max-width: 233px;
}

@media (max-width: 768px) {
  .blog-relation-img-content {
    max-width: 100%;
    margin-bottom: 5px;
    margin-right: 0;
  }
}

.blog-relation-img:last-child {
  margin-right: 0;
}

.blog-relation-img-content:hover {
  opacity: 0.9;
}

@media (max-width: 768px) {
  .blog-relation-img-item {
    display: flex;
  }
}

.blog-relation-img-item img {
  width: 100%;
  height: auto;
}

.blog-relation-img-item p {
  text-align: left;
  line-height: 1.5;
  font-size: 16px;
  color: #051533;
}

@media (max-width: 768px) {
  .blog-relation-img-item p {
    margin-left: 10px;
  }
}

@media (max-width: 768px) {
  .blog-relation-img-item-set {
    max-width: 100px;
    width: 100%;
  }
}

.blog-relation-img-item:last-of-type {
  margin-right: 0;
}

.blog-page-top {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
  color: #ec3423;
  border-radius: 25px;
  border: solid 1px #ec3423;
  background-color: #fff;
  transition: all 0.2s;
  padding: 12px 196px;
}

@media (max-width: 768px) {
  .blog-page-top {
    padding: 12px 65px;
    max-width: 280px;
    margin: 0 auto;
  }
}

.blog-page-top:hover {
  color: #fff;
  background-color: #ec3423;
}

.blog-page-top:hover::before {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

.blog-page-top-wrap {
  margin: 100px auto;
  text-align: center;
}

.blog-page-top::before {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  top: 5px;
  bottom: 0;
  left: 20px;
  margin: auto;
  border-bottom: 2px solid #ec3423;
  border-right: 2px solid #ec3423;
  transform: rotate(135deg);
}

.blog-article-right {
  width: 100%;
  max-width: 250px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .blog-article-right {
    display: none;
  }
}

.blog-article-right-wrap {
  text-align: center;
  background-color: #f8f8f8;
  padding: 30px 25px 20px;
  margin-bottom: 100px;
}

.blog-article-right-new {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.43;
  color: #ec3423;
}

.blog-article-right-title {
  font-size: 24px;
  line-height: 1.46;
  font-weight: bold;
  color: #051533;
  margin-bottom: 30px;
}

.blog-article-right-topics {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  padding: 30px;
  border: solid 1px #5f6a80;
  color: #5f6a80;
}

.blog-article-right-topics-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
  text-align: center;
}

.blog-article-right-topics-anchor {
  font-size: 16px;
  line-height: 1.5;
}

.blog-article-right-topics-anchor ul {
  padding: 0;
}

.blog-article-right-topics-anchor li {
  margin-bottom: 10px;
}

.blog-article-right-topics-anchor li :hover {
  opacity: 0.8;
}

.blog-article-right-topics-anchor li:last-of-type {
  margin-bottom: 0;
}

.blog-article-right-topics-anchor a {
  color: #5f6a80;
}
.blog-article-right-topics-anchor a span {
  display: block;
  font-size: 14px;
  padding-left: 1rem;
}

.blog-article-img {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blog-article-img img {
  width: 100%;
}

.blog-article-img p {
  margin-top: 5px;
  font-size: 14px;
  text-align: left;
  line-height: 1.43;
  color: #051533;
}

.blog-article-img-new {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
  color: #ffffff;
  line-height: 1.5;
  background-color: #ec3423;
  font-weight: 900;
  width: 30px;
  height: 30px;
}

.blog-article-img:hover {
  opacity: 0.8;
}

.img-pc {
  display: block !important;
  margin-top: 60px;
  margin-bottom: 10px;
}
.img-sp {
  display: none !important;
}
.img-pcsp {
  padding-top: 30px;
}
.img-pcsp img {
  width: 100%;
}

@media (max-width: 768px) {
  .img-pc {
    display: none !important;
  }
  .img-sp {
    display: block !important;
    width: 100%;
    margin-top: 30px;
  }
  .img-sp img {
    width: 100%;
  }
}

.anchor-pc img:hover {
  opacity: 0.7;
}

.longurl {
  word-break: break-all;
}

.blog-article-right-topics-2 {
  top: 30px;
  padding: 30px;
  border: solid 1px #5f6a80;
  color: #5f6a80;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}

.common-text-link-accent-target {
  display: inline-block;
}

.common-text-link-accent-target:hover {
  text-decoration: underline;
}

.asterisk {
  position: relative;
}

.asterisk::after {
  content: 'â€»';
  position: absolute;
  top: 0;
  left: 0px;
  font-size: 12px;
}

.asterisk-text {
  font-size: 14px;
}

.blog-list-blackpoint {
  padding: 0;
}

.blog-list-blackpoint li {
  padding-left: 2em;
  position: relative;
  margin-bottom: 10px;
}

.blog-list-blackpoint li::before {
  content: '●';
  position: absolute;
  top: 3px;
  left: 0;
}

.blog-list-unordered {
  padding: 0;
}

.blog-list-unordered li {
  padding-left: 2em;
  position: relative;
}

.blog-list-unordered li::before {
  content: 'ãƒ»';
  position: absolute;
  top: 3px;
  left: 5px;
}

/* .common-text-link-accent-target:after {
  content: '';
  width: 0px;
  height: 1px;
  display: block;
  background: blue;
  transition: 0.3s;
}

.common-text-link-accent-target:hover::after {
  width: 100%;
} */

.blog-text-box {
  display: block;
  background: #f3f4f6;
  line-height: 1.4;
  padding: 30px;
  margin-bottom: 20px;
}

.mt-30 {
  margin-top: 30px;
}
.blog-article-left a {
  word-break: break-all;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.common-table {
  width: 100%;
  border: 1px solid #d1d3d4;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .common-table {
    /*      table-layout:fixed*/
    text-align: left;
  }
}

@media screen and (min-width: 769px) {
  .common-table-s {
    max-width: 784px;
  }
}

.common-table-th {
  font-size: 15px;
  font-weight: 700;
  line-height: 2.07;
  border: 1px solid #d1d3d4;
  /* background: #f5f5f5; */
  padding: 10px;
  vertical-align: middle;
}

@media screen and (min-width: 769px) {
  .common-table-th {
    font-size: 16px;
    line-height: 1.63;
    padding: 15px;
  }
}

.common-table-th-center {
  text-align: center;
}

.common-table-td {
  font-size: 15px;
  line-height: 1.87;
  border: 1px solid #d1d3d4;
  padding: 10px;
  vertical-align: middle;
}

@media screen and (min-width: 769px) {
  .common-table-td {
    font-size: 16px;
    line-height: 2.13;
    padding: 10px 15px;
    min-width: 145px;
  }
}

.common-table-td-small {
  font-size: 11px;
}

@media screen and (min-width: 769px) {
  .common-table-td-small {
    font-size: 12px;
  }
}

.common-table-td-center {
  text-align: center;
}

.common-table-td-right {
  text-align: right;
}

.common-table-td-break {
  word-break: break-all;
}

.common-table-scroll {
  white-space: nowrap;
}

.common-table-scroll-wrap {
  overflow-x: scroll;
}

@media screen and (min-width: 769px) {
  .common-table-scroll-wrap {
    overflow-x: hidden;
  }
  .blog-relation-img-item-set {
    min-height: 156px;
  }
}
table {
  margin-bottom: 20px !important;
  text-align: center;
}
th,
td {
  font-weight: 300 !important;
  line-height: 1.2 !important;
  height: 80px;
}
th.heightautotd,
td.heightautotd {
  height: auto;
  line-height: 2.13 !important;
}
th.leasemodel,
td.leasemodel {
  font-weight: 900 !important;
}
th.w5 {
  width: 5%;
}
.blog-relation-img-item-set {
  display: flex;
  min-height: 66px;
}
.blog-relation-img-item img {
  object-fit: cover;
}
@media screen and (min-width: 769px) {
  .blog-relation-img-item-set {
    min-height: 156px;
  }
}