@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.complaints {
    padding: 11px 0;
}
.headLine02 {
    margin-bottom: 50px;
}
.mainBox p {
	letter-spacing: 0.2em;
}
.topPhoto {
    width: 100%;
    margin-bottom: 53px;
}
.topPhoto img {
    width: 100%;
}
.topPhoto span {
    margin-top: 18px;
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0.2em;
}
.midTxt {
	margin-bottom: 103px;
	font-size: 1.7rem;
    line-height: 2;
	text-align: center;
}
.photoBox {
    margin-bottom: 47px;
    display: flex;
    justify-content: space-between;
}
.photoBox ul {
    width: 372px;
}
.photoBox .photo.bigBox {
    margin-right: 35px;
    width: 634px;
}
.photoBox .photo img {
    width: 100%;
}
.photoBox p {
    margin: 13px 0 16px;
    font-size: 1.6rem;
    font-family: "Noto Serif JP";
}
.midTxt.special {
    margin-bottom: 35px;
}
.photoList {
    margin: -32px 0 18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.photoList li {
    margin-top: 26px;
    width: 48.66%;
}
.photoList li img {
    width: 100%;
}
@media all and (max-width: 896px) {
    .topPhoto {
        margin-bottom: 40px;
    }
    .topPhoto span {
        margin-top: 9px;
        font-size: 1.4rem;
    }
    .midTxt {
        margin-bottom: 50px;
        font-size: 1.6rem;
    }
    .photoBox {
        display: block;
    }
    .photoBox .photo.bigBox {
        margin-right: 0;
        width: auto;
    }
    .photoBox p {
        margin: 6px 0 16px;
        font-size: 1.4rem;
    }
    .photoBox ul {
        width: auto;
    }
    .photoList {
        margin: 0 0 45px;
        display: block;
    }
    .photoList li {
        margin-top: 20px;
        width: auto;
    }
}
@media all and (max-width: 374px) {
    .midTxt {
        margin-bottom: 40px;
        font-size: 1.5rem;
    }
}