@charset "utf-8";

/*コースページ個別固定ページ 編集確認用 style*/

.site-main p {
    color: rgb(0 65 75 / 70%);
    margin-bottom: 1em;
    margin-top: 1em;
}
.site-main p > strong {
    color: #00414B;
    font-weight: 500;
}

.site-main img {
    margin: 30px auto;
}

.site-main table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    font-family: "Zen Old Mincho", serif;
    font-size: 1.1em;
    margin-bottom: 30px;
    border-top: solid 1px #dddbdb;
}
.site-main table tr {
    border-bottom: solid 1px #ffffff;
    border-bottom: solid 1px #dddbdb;
    background: #fff;
}

.site-main table td {
    padding: 1em;
}

.site-main table td:nth-of-type(2) {
    background: #fef9f5;
    vertical-align: middle;
    text-align: right;
}
@media screen and (max-width: 768px) {
.site-main table td {
    display: block;
    width: 100%;
}
}
