h2.s5-jirei-title{
    color: black;
}

.s5-jirei-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-top:100px ;
}
.s5-jirei-container a:hover{
    text-decoration: none;
    transition: opacity 0.3s ease;
    opacity: 0.7;
}

.s5-jirei-row {
    display: flex;
    gap: 30px;
    padding: 20px;
    margin: 20px;
    border: 1px solid #d5d5d5;
}
.s5-jirei-left-column {
    width: 65%;
    background-color: #ffffff;
}
.s5-jirei-right-column {
    width: 35%;
    background-color: #ffffff;
    padding: 20px;
}
.s5-jirei-title {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 0px;
}
.s5-jirei-description {
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
    padding: 20px 0;
    min-height: 4em;
}
.s5-jirei-notice {
    font-size: 75%;
}
.s5-jirei-button {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.625;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    width: 127px;
    background-color: #2D75C7;
    padding: 12px 0;
    position: relative;
}
.s5-jirei-image-placeholder {
    width: 100%;
    aspect-ratio: 16 / 9;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666666;
}

@media (max-width: 768px) {
    .s5-jirei-row {
        flex-direction: column;
    }
    .s5-jirei-left-column, .s5-jirei-right-column {
        width: 100%;
    }
    .s5-jirei-right-column {
        padding: 0px;
    }
}

/* 0805 */

.c5-inquiry-banner {
  text-align: center;
  margin: 40px auto;
}
.c5-inquiry-banner a{
  transition: opacity 0.3s ease;
}
.c5-inquiry-banner a:hover{
    opacity: 0.7;
}
.c5-inquiry-link {
  display: inline-block;
  max-width: 100%;
}
.c5-inquiry-img {
  width: 100%;
  max-width: 585px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .c5-inquiry-img {
    max-width: 100%;
  }
}
