.title {
    margin-bottom: 3%;
}

.detailBox {
    width: 100%;
    margin: auto;
    font-family: "じゅん 201";
    font-size: 1.1em;
}

.detailBox b {
    font-family: "じゅん 501";
}

.detailDate {
    text-align: right;
    font-size: 1.2em;
    padding-right: 3%;
    margin-bottom: 1em;
}

.categoryLink {
    padding: 0.1em 1em 0.3em 1em;
    font-size: 0.8em;
    color: #353535;
    background-color: #E3E3E3;
    border-radius: 50px;
    margin-right: 1%;
}

.detailLead {
    padding: 1%;
    padding-top: 0;
    margin-bottom: 1%;
    font-size: 1.2em;
    font-family: "じゅん 501";
}

.detailContent {
    margin-bottom: 6%;
}

.leftSide {
    display: flex;
}

.rightSide {
    display: flex;
}

.detailContentPhoto {
    display: flex;
    align-items: flex-start;
    gap: 1%;
}

.leftSide .detailContentPhoto {
    order: -1;
    padding-right: 2%;
}

.rightSide .detailContentPhoto {
    padding-left: 2%;
}

.photoCount1_img {
    width: 50%;
}

.photoCount2_img {
    width: 50%;
}

.photoCount3_img {
    width: 75%;
}

.photoCount4_img {
    width: 100%;
}

.leftSide .photoCount0_txt,
.rightSide .photoCount0_txt {
    width: 100%;
}

.leftSide .photoCount1_txt,
.rightSide .photoCount1_txt {
    width: 50%;
}

.leftSide .photoCount2_txt,
.rightSide .photoCount2_txt {
    width: 50%;
}

.leftSide .photoCount3_txt,
.rightSide .photoCount3_txt {
    width: 25%;
}

.photoCount4_txt {
    width: 100%;
}

.detailContentLayout {
    padding: 0 3%;
    margin-bottom: 3%;
}

.detailContentText {
    margin-bottom: 3%;
}

.detailContentPhoto {}

.detailContentPhoto img {
    width: 100%;
    min-width: 0;
}

.detailContentFile {
    display: flex;
    justify-content: center;
    gap: 3%;
    margin-bottom: 3%;
}

.detailContentFile img {
    width: 80px;
}

.detailContentFile p {}

.detailContentFile a {
    max-width: 25%;
    text-align: center;
}

.detailContentFile a:hover p {
    text-decoration: underline;
}

@media screen and (max-width: 1024px) {

    .leftSide,
    .rightSide {
        display: block;
    }

    .leftSide .photoCount1_txt,
    .rightSide .photoCount1_txt {
        width: 100%;
    }

    .leftSide .photoCount2_txt,
    .rightSide .photoCount2_txt {
        width: 100%;
    }

    .leftSide .photoCount3_txt,
    .rightSide .photoCount3_txt {
        width: 100%;
    }

    .photoCount4_img {
        flex-wrap: wrap;
        row-gap: 5px;
    }

    .photoCount1_img {
        width: 100%;
    }

    .photoCount2_img {
        width: 100%;
    }

    .photoCount3_img {
        width: 100%;
    }

    .photoCount4_img img {
        width: 49.5%;
    }
}

@media screen and (max-width: 530px) {

    .photoCount2_img {
        flex-wrap: wrap;
        row-gap: 5px;
    }

    .photoCount2_img img {
        width: 100%;
    }

    .photoCount3_img {
        flex-wrap: wrap;
        row-gap: 5px;
    }

    .photoCount4_img img {
        width: 100%;
    }

    .detailContentFile img {
        width: 65px;
    }
}