
.contents-top {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
    justify-content: center;
}
.contents-top__inner--top {
    position: relative;
    margin: 0 auto 100px;
    line-height: 3;
    background: #f2f0ec;
    width: 100%;
    padding: 5%;
    border-radius: 5px;
    /* border: 37px solid #fdecbf; */
    text-align: center;
    max-width: 1000px;
    position: relative;
    font-size: 22px;
}
.contents-top__inner--top:before,
.contents-top__inner--top:after {
    position: absolute;
    display: inline-block;
    content: "";
    background: #b6a488;
    width: 1px;
    height: 5em;
    margin: -25px 1.2em;
    vertical-align: middle;
}

.contents-top__inner--top:before {
    transform: rotate(-135deg);
    left: 0px;
    top: 0px;
}

.contents-top__inner--top:after {
    transform: rotate(45deg);
    right: 0px;
    bottom: 0px;
}
.contents-top__inner--top > div {
    background-color: #fff;
    background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #ccc 1px, transparent 1px);
    background-size: 8px 100%, 100% 2.5em;
    line-height: 2.5em;
    padding-bottom: 1px;
}
.contents-top__inner--top > div {
    background-color: #f2f0ec;
    background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #f2f0ec 50%, #f2f0ec 100%), linear-gradient(180deg, #ffffff 2px, transparent 2px);
    background-size: 8px 100%, 100% 2.5em;
    line-height: 2.5em;
    padding-bottom: 3px;
}

.contents-top__inner--top .br {
    display: block;
}
.contents-top__inner--left {
    width: 47.5%;
}
.contents-top__inner--right {
    width: 47.5%;
}

.contents-top__inner--right h2 {
    width: 100%;
}
.contents-top h2 {
    background: #f8b100;
    color: #fff;
    margin-bottom: 40px;
    font-size: min(5vw, 27px);
    padding: 5px;
    border-radius: 3px;
    text-align: center;
}

.contents-top h2.online-title {
    line-height: 1.4;
    padding: 8px 5px;
}
.contents-top h2.online-title > span {
    display: block;
    font-size: 16px;
}

.contents-top h3 {
    margin: 25px 0 15px 0;
    font-size: min(6vw, 22px);
}

.contents-top__inner--in {
    padding: 0 10px 0 20px;
    margin-bottom: 80px;
}
.contents-top__inner--in img {
    width: auto;
    height: 36px;
}
.contents-top__inner--in p {
    line-height: 2;
    margin-bottom: 30px;
}
.contents-top__inner--in table {
    line-height: 2;
    width: 100%;
}
.contents-top__inner--in table tr {
    border-bottom: 2px solid #fff;
}
.contents-top__inner--in table th {
    font-size: 16px;
    background: #ddd;
    padding: 5px 5px 5px 10px;
    width: 9em;
}
.contents-top__inner--in table td {
    background: #f3f3f3;
    padding: 5px 5px 5px 10px;
}
.contents-top__inner--in .form {
    border: 2px solid #89b8c9;
    padding: 20px;
    text-align: center;
    margin-top: 30px;
    background: rgb(137, 184, 201, 0.15);
}
.contents-top__inner--in .form p {
    margin-bottom: 15px;
    text-align: left;
}
.contents-top__inner--in .form h4 {
    border-bottom: 1px dotted #89b8c9;
    margin-bottom: 15px;
    display: inline-block;
    text-align: center;
}
@media (max-width: 1100px) {
    .contents-top {
        margin-bottom: 0px;
    }
    .contents-top__inner--in {
        width: 100%;
    }
    .contents-top__inner--left {
        margin-bottom: 0px;
    }
    .contents-top__inner--in img {
        height: 32px;
    }
    .contents-top__inner--top {
        font-size: 20px;
    }
    .contents-top__inner--left,
    .contents-top__inner--right {
        width: 100%;
    }
    .contents-top h2 {
        margin-bottom: 30px;
    }
    .contents-top ul {
        padding: 0 20px;
        column-count: 2;
    }
}
@media (max-width: 768px) {
    .contents-top__inner--top {
        font-size: 18px;
        margin: 0 auto 60px;
        text-align: left;
        padding: 50px 40px;
    }

    .contents-top__inner--top .br {
        display: none;
    }
    .contents-top__inner--in {
        text-align: center;
    }
    .contents-top__inner--in p {
        text-align: left;
    }
}
@media (max-width: 425px) {
    .title-h1__inner {
        letter-spacing: 0.03em;
    }
    .contents-top__inner--top {
        padding: 50px 20px;
        text-align: left;
        font-size: 16px;
    }
    .contents-top h2 {
        margin-bottom: 20px;
    }
    .contents-top__inner--in p {
        margin-bottom: 20px;
    }
    .contents-top__inner--in {
        margin-bottom: 60px;
    }
}