@charset "UTF-8";

.project__wrap {
    display: flex;
    justify-content: space-between;
}

.project-left {
    width: 73%;
    line-height: 160%;
    font-size: 14px;
}

.project-right {
    width: 25%;
}

.project-content {
    margin-bottom: 30px;
}

.project-title {
    margin: 20px 0;
}

p.p_title {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 22px;
    color: #009865;
    border-bottom: solid 1px #c9d4de;
    padding: 0 0 15px;
    margin: 10px 0;
}

.project-content__top {
    /* width: 100%; */
    background: url(../../project2023/img/project2023-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 30px;
}

/*---テーブル02---*/

.Table02 table {
    width: 540px;
    border-collapse: collapse;
}

.Table02 td {
    border: 1px solid #c3c3c3;
    vertical-align: top;
    padding: 5px;
}

.text_number {
    padding-left: 22px !important;
}

.Table02 td p {
    margin-left: -20px;
}

.text_num,
.text_num2,
.text_num3,
.text_num4,
.text_num5,
.text_num6,
.text_num7 {
    position: relative;
}

.text_num::before {
    position: absolute;
    content: "①";
    left: -17px;
}

.text_num2::before {
    position: absolute;
    content: "②";
    left: -17px;
}

.text_num3::before {
    position: absolute;
    content: "③";
    left: -17px;
}

.text_num4::before {
    position: absolute;
    content: "④";
    left: -17px;
}

.text_num5::before {
    position: absolute;
    content: "⑤";
    left: -17px;
}

.text_num6::before {
    position: absolute;
    content: "⑥";
    left: -17px;
}

.text_num7::before {
    position: absolute;
    content: "⑦";
    left: -17px;
}

/* Table02のスタイル ------------------------------------------------*/

.Table02 .project-table th {
    width: 20%;
    border: 1px solid #c3c3c3;
}

.Table02 .project-table td {
    width: 80%;
    border: 1px solid #c3c3c3;
}

.Table02 .project-table td,
.Table02 .project-table th {
    padding: 10px !important;
}

.Table02 .project-result {
    height: 1700px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.Table02 .table__result-list ul {
    counter-reset: count 0;
}

.Table02 .table__result-list li {
    position: relative;
    padding-left: 27px;
    margin-bottom: 10px;
}

.Table02 .table__result-list li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "（"counter(count) "）";
    counter-increment: count 1;
}

/* /Table02のスタイル -------------------------------------------------*/



.Pro_Cont01_360 {
    width: 540px;
    height: 360px;
    background: url(../../project2023/img/project2023-bg.jpg) no-repeat left bottom;
    padding: 30px;
    margin: -24px 0px 0px 0px;
    position: relative;
    z-index: 2;
}
.project2023-result {
    height: 1925px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.project-table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}

.project-table th,
.project-table td {
    border: 1px solid #ddd;
    vertical-align: middle;
    padding: 10px;
    text-align: left;
}

.project-table th {
    width: 14%;
}

.project-table td {
    width: 86%;
}

.project-image img {
    display: block;
    width: 100%;
    margin-top: 10px;
}

.project-table__text {
    margin-bottom: 20px;
    padding-left: 15px;
}

.project-right__area {
    float: none !important;
    margin-bottom: 20px;
}

.project-right__bottom-area {
    margin-top: 20px;
}

.project-right__title {
    margin-bottom: 5px;
}

.project-link {
    margin-top: 10px;
}

.project-link a {
    display: block;
    margin-bottom: 5px;
}

.project-image__box-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
}

.project-image__box-wrap img {
    width: 49.5%;
    display: block;
    margin-bottom: 10px;
    height: 100%;
}

.taC {
    text-align: center;
}

.mt6 {
    margin-top: 6px;
}

.Table02 .project-table th {
    text-align: center;
}