/* --------------------------------------------------*/
/* report
/* --------------------------------------------------*/
.mtTxt {
	margin-top: 45px;
}
.mt4r {
	margin-top: 4rem;
}
.bold {
	font-weight: bold;
}
.c-report hr {
    width: 88%;
    margin: 50px auto 0;
}
.c-report h3 {
    width: 88%;
    margin: 0 auto;
    font-size:  3.4rem;
    line-height: 3.4rem;
    text-align: left;
    position: relative;
    font-style: normal;
}
.c-report h3 span {
    font-size:  1.6rem;
    line-height: 4.5rem;
}
.c-report h3 span.date {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size:  1.3rem;
    line-height: 1.3rem;
}
.c-report h4 {
	font-size: 2.4rem;
	margin-top: 40px;
}
.c-report h5 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 40px;
}
.c-report h4 + h5 {
	margin-top: 15px;
}
.c-report .p-report-wrapper {
    width: 88%;
    margin: 0 auto;
		margin-top: 40px;
}
.c-report .p-report-wrapper a {
	color: inherit;
	text-decoration: none;
}
.c-report .p-report-wrapper a:hover {
	text-decoration: underline;
}
.c-report-mv {
    width: 88%;
    margin: 0 auto;
}
.c-report-full-img {
	margin-top: 45px;
  width: 100%;
}
.m-report-mv-lead {
    margin-top: 45px;
		display: flex;
		justify-content: space-between;
	align-items: flex-start;
}
.m-report-mv-leadImg {
	width: 48%;
}
.m-report-content {
    margin-top: 30px;
    overflow: hidden;
}
.p-report-wrapper .m-report-content:nth-of-type(n+2) {
    margin-top: 50px;
}
.c-report .p-report-wrapper .txtList {
	display: flex;
	flex-wrap:wrap;
}
.c-report .p-report-wrapper .txtListItem {
	margin-right: 15px;
}
.c-report .p-report-wrapper .txtListItem-sub {
	font-size: 1.4rem;
}
.c-report .p-report-wrapper .imgList {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.c-report .p-report-wrapper .imgListItem {
	width: 47.5%;
	margin-top: 45px
}
.c-report .p-report-wrapper .imgListItem img {
	width: 100%
}
.c-report .txtRight-break img {
    float: left;
    margin-right: 35px;
    margin-bottom: 25px;
}
.c-report .txtRight-break p:nth-of-type(n+2) {
    margin-top: 18px;
}

.c-report .txtLeft-break img {
    float: right;
    margin-left: 35px;
    margin-bottom: 25px;
}
.c-report .txtLeft-break p:nth-of-type(n+2) {
    margin-top: 20px;
}
.c-report .txtRight {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.c-report .txtRight img {
    margin-right: 35px
}
.c-report .txtLeft {
	display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;

}
.c-report .txtLeft img {
    margin-left: 35px
}
.c-report-gallery {
    margin-top: 20px;
}
.c-report-gallery h4 {
    text-align: center;
	font-style: italic;
}
.c-report-gallery .m-gallery-list{
    margin-top: 50px;
	width: 576px;
	margin-left: auto;
	margin-right: auto;
}

.c-report-gallery .m-gallery-item {
    margin: 0px 10px;
}

.m-gallery-item img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 14px;
}

.m-gallery-item.slick-slide {
/*	opacity: 0;*/
}
.m-gallery-item.slick-slide.slick-current {
/*	opacity: 1;*/
}
.c-report .slick-prev::before{
    content: url(../img/icon_arrow.png);
}
.c-report .slick-next::before{
    content: url(../img/icon_arrow.png);
}