/***********************
 Table
 ***********************/
.bg-color-1 {
  background-color: #46585c;
}

.bg-color-2 {
  background-color: #7b9497;
}

.bg-color-3 {
  background-color: #e7dfd1;
}

.bg-color-4 {
  background-color: #b4b4b4;
}

.bg-color-5 {
  background-color: #b49769;
}

.c-box {
  background: #43676b;
  font-size: 14px;
  text-align: center;
  color: #fff;
  flex-basis: 30%;
  padding: 8px;
  width: 95%;
}

.c-box--arrow-right {
  position: relative;
  z-index: 10;
}

.c-box--arrow-right::after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  z-index: 10;
  border: 0;
  border-top: 33px solid transparent;
  border-bottom: 33px solid transparent;
  margin-top: -33px;
  top: 50%;
  border-left: 50px solid #43676b;
  left: auto;
  right: -50px;
}

.guide-common .container {
  max-width: 1200px;
}

.guide-common .schedule-guide-content_title {
  color: #46585c;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: left;
}

.guide-common .schedule-guide-content_title span.icon-non-order {
  font-size: 9px;
  vertical-align: middle;
}

table.guide-list {
  margin-top: 20px;
  margin-bottom: 30px;
}

table.guide-list td {
  color: #46585c;
  font-size: 13px;
  padding: 8px 3px;
}

table.guide-list td.table-guide {
  color: #FFF;
  background-color: #7b9497;
  font-size: 15px;
  font-weight: 400;
  padding: 2px 41px;
}

table.guide-list td.table-guide-head-row {
  color: #FFF;
  font-weight: 400;
  vertical-align: middle;
}

td.table-guide:first-child {
  width: 82px;
}

table.guide-list td .text-content {
  margin: 3px 0;
}

table.guide-list td img {
  width: 60px;
  height: auto;
  object-fit: contain;
}

table.guide-list td .text-content-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/***********************
 Description section
 ***********************/
.guide-common .schedule-guide-content_description-section {
  border: 5px solid #b4b4b4;
  border-radius: 37px;
}

.schedule-guide-content_description-section .description-section-item-row {
  margin: 0 auto;
  padding: 20px 10px;
}

.description-section-item .description-section-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #46585c;
  padding: 1px 8px 1px 6px;
  height: 83px;
}

.description-section-item .description-section-text p {
  color: #46585c;
  font-size: 15px;
  font-weight: bold;
  margin: 3px 0 0 0;
  text-align: left;
}

/*------------------------
  Property block
 --------------------------*/

.guide-common .property-item {
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
}

.guide-common .property-item .image-left {
  padding-left: 10px;
}

.guide-common .property-item .image-left img {
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
  max-height: 100px;
  margin-top: 0;
}

.guide-common .property-item .info-block {
  padding-left: 0;
  padding-right: 0;
}

.guide-common .property-item .info {
  text-align: left;
}

.guide-common .property-item .info .info-row div {
  padding-right: 5px;
  line-height: 1.17;
}

.guide-common .property-item .info h3 {
  color: #666666;
  font-size: 12px;
  margin-bottom: 5px;
}

.guide-common .property-item .info h2 {
  color: #43676b;
  font-size: 13px;
  padding-bottom: 4px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  margin-top: -5px;
  margin-bottom: 5px;
}

.guide-common .property-item .info .txt-text {
  margin-top: -2px;
}

.guide-common .property-item .info .txt-text span {
  font-size: 10px;
}

.guide-common .property-item .info .txt-text span {
  color: #666666;
  font-size: 11px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: normal;
}

.guide-common .property-item .box-action {
  border-radius: 5px;
  border: solid 1px #43676b;
  color: #43676b;
  padding: 6px 2px;
  font-size: 11px;
}

.guide-common .property-item .box-action img {
  margin-top: 0;
  width: 30%;
  padding-left: 2px;
}

.guide-common span.date-updated {
  color: #666666;
  font-size: 10px;
  line-height: 1px;
  font-family: 'Noto Sans JP', sans-serif;
  display: block;
  margin-top: 10px;
  text-align: center;
}

.guide-common .button-block {
  padding: 0;
}

.guide-common .button-block a.btn-main {
  border-radius: 0;
  display: inline-flex;
  padding: 14px 19px;
}

/***********************
 Responsive
 ***********************/
@media screen and (max-width: 1024px) {
  .c-box--arrow-right::after {
    top: 50%;
    right: -49px;
  }

  .description-section-item .description-section-text {
    min-height: 101px;
  }

  .table.guide-list td .text-content-section {
    width: 212px;
  }
}

@media screen and (max-width: 991px) {
  .guide-common .property-item {
    min-height: 188px;
  }

  .guide-common .property-item .box-action {
    float: right;
    width: 19%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .c-box {
    margin-top: 22px;
  }

  .c-box--arrow-right::after {
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    margin-top: -50px;
    top: 50%;
    border-left: 50px solid #43676b;
    right: -50px;
  }

  .description-section-item:first-child {
    margin-bottom: 20px;
  }

  .description-section-item .description-section-text {
    min-height: 101px;
  }

  .description-section-item img {
    margin-top: 0;
  }

  table.guide-list td img {
    width: 65px;
    height: 65px;
  }

  .guide-common .property-item {
    min-height: 200px;
  }

  .guide-common .property-item .box-action {
    float: right;
    width: 25%;
  }

  .guide-common span.date-updated {
    line-height: 14px;
  }
}
@media screen and (max-width: 700px) {
  .c-box {
    width: 93%;
  }

  .guide-common .property-item .image-left img {
    object-fit: contain;
  }

  .guide-common .property-item .box-action {
    font-size: 14px;
    width: 16%;
  }

  .guide-common .property-item .box-action img {
    width: 23px;
  }

  .c-box--arrow-right::after {
    right: -49px;
  }
}


@media screen and (max-width: 414px) {
  .c-box {
    font-size: 10px;
    width: 87%;
    letter-spacing: 1.1px;
    margin-top: 20px;
  }

  .c-box--arrow-right::after {
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    margin-top: -35px;
    top: 50%;
    border-left: 50px solid #43676b;
    right: -49px;
  }

  .schedule-guide-content_description-section .description-section-item-row {
    padding: 10px 10px 28px 10px;
  }

  .description-section-item .description-section-text {
    height: 121px;
  }

  .description-section-item:first-child {
    margin-bottom: 45px;
  }

  .guide-common .property-item {
    margin-bottom: 2px;
  }

  .guide-common .property-item .image-left img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    max-height: fit-content;
  }

  .guide-common .property-item .info h3 {
    font-size: 14px;
  }

  .guide-common .property-item .info h2 {
    font-size: 15px;
  }

  .guide-common .property-item .info .txt-text span {
    font-size: 13px;
  }

  .guide-common span.date-updated {
    font-size: 14px;
    line-height: 12px;
  }

  .guide-common .property-item .box-action {
    padding: 10px 2px;
    margin: 0 auto;
    margin-top: 11px;
    font-size: 14px;
    float: unset;
    width: 112px;
  }
}

@media screen and (max-width: 375px) {
  .c-box {
    font-size: 9px;
    width: 87%;
    letter-spacing: 1.1px;
  }

  .c-box--arrow-right::after {
    border-top: 33px solid transparent;
    border-bottom: 33px solid transparent;
    margin-top: -33px;
    top: 50%;
    border-left: 50px solid #43676b;
  }

  .schedule-guide-content_description-section .description-section-item-row {
    padding: 30px 10px;
  }

  .description-section-item:first-child {
    margin-bottom: 45px;
  }

  .description-section-item img {
    min-height: fit-content;
  }

  .description-section-item:first-child img {
    margin-top: 0;
  }

  .description-section-item .description-section-text {
    height: 110px;
  }

  .description-section-item .description-section-text p {
    font-size: 13px;
  }
}

@media screen and (max-width: 360px) {
  .c-box {
    margin-top: 28px;
  }

  .c-box--arrow-right::after {
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    margin-top: -50px;
    top: 50%;
    border-left: 50px solid #43676b;
  }

  .table.guide-list {
    margin-top: 31px;
  }
}

@media screen and (max-width: 320px) {
  .c-box {
    font-size: 9px;
    width: 87%;
    letter-spacing: 1.1px;
    margin-top: 20px;
  }

  .c-box--arrow-right::after {
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    margin-top: -40px;
    top: 50%;
    border-left: 50px solid #43676b;
  }

  .guide-common .schedule-guide-content_title {
    font-size: 16px;
  }

  .table.guide-list {
    margin-top: 20px !important;
  }
}