.bProfile {
    display: flex;
    gap: 25px;
    margin-bottom: 40px;
}

.bProfileImg {
    width: 120px;
    min-width: 120px;
    overflow: hidden;
}

.bProfileImg img {
    width: 100%;
    vertical-align: middle;
    border-radius: 7px;
}

.bProfileTtl {
    font-weight: bold;
    font-size: 20px;
}

.bProfileNote {
    padding-left: 15px;
    border-left: 4px solid #D1D1D1;
    font-size: 14px;
    line-height: 1.6;
    color: #444;
}

.bProfileBox .txtCmn {
    margin-bottom: 15px;
}



a.btnCmn {
    display: block;
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    padding: 17px 20px;
    background-color: #AF2341;
    color: #FFF !important;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.3s linear;
}

a.btnCmn .iconArrow {
    padding-right: 40px;
    padding-left: 40px;
    background: url("/img/katari/report-001/icon_arrow.svg") no-repeat right center;
}

.inner1000 {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    padding: 0 15px;
}

/* sideGroup */
.sideGroup01 {
	bottom: 93px;
	position: fixed;
	left: calc((100% - 1084px)/2 - 60px);
	width: 50px;
	z-index: 998;
}
.sideGroup01.active {
	bottom: 15px;
	position: absolute;
}
.sideGroup01 {
	padding-bottom: 0;
}
.sideGroup01 li {
	margin-bottom: 10px;
}
.sideGroup01 li a {
	display: block;
	border-radius: 50%;
	padding: 15px;
}
.sideGroup01 li a img {
	width: 20px;
}
.sideGroup01 li .faceLink {
	background-color: #0866FF;
	transition: all 0.4s ease;
}
.sideGroup01 li .twitterLink {
	background-color: #000000;
	transition: all 0.4s ease;
}

@media screen and (max-width: 1300px) {
    .sideGroup01 {
        left: calc((100% - 1084px) / 2 - 30px);
    }
}

@media screen and (max-width: 1160px) {
    .sideGroup01 {
        display: none;
    }
}

.secCmn {
    position: relative;
    padding-top: 45px;
    padding-bottom: 75px;
    border-top: 1px solid #C6C6C6;
}

.secCmn::before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    width: 300px;
    height: 7px;
    background-color: #AF2341;
    transform: translateX(-50%);
}

.txtCmn {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 2;
    color: #333;
}
.reportList {
    border-radius: 8px;
    background-color: #F8F6F4;
    padding: 25px 40px;
    margin-bottom: 40px;
}
blockquote.reportList {
    position: relative;
    padding-top: 45px;
    padding-bottom: 10px;
}
blockquote.reportList::before {
    position: absolute;
    content: "";
    top: 20px;
    left: 30px;
    width: 22px;
    height: 16px;
    background: url("/img/katari/report-001/icon_question.svg") no-repeat center center;
    background-size: contain;
}

.reportList li {
    position: relative;
    font-size: 16px;
    color: #444444;
    line-height: 1.6;
    padding-left: 15px;
}
.reportList li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background-color: #AF2341 !important;
    border-radius: 50%;
}
.reportList li:not(:last-child) {
    margin-bottom: 7px;
}

.accordion {
    margin-bottom: 80px;
    border-radius: 8px;
    border: 1px solid #C6C6C6;
}
.accordionHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 30px;
    cursor: pointer;
    transition: opacity 0.3s linear;
}

.accordionHead .ttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
}

.accordionHead .txt {
    color: #AF2341 !important;
    font-size: 16px;
    font-weight: bold;
    line-height: 2;
    text-decoration: none;
    transition: text-decoration 0.3s ease-in-out;
}

.accordionBox {
    display: none;
    padding: 0 30px 15px;
}

.listAnchorlink {
    padding-left: 15px;
    list-style: decimal;
}

.listAnchorlink li {
    margin-bottom: 15px;
}

.listAnchorlink li a {
    line-height: 1.4;
    font-size: 16px;
    color: #333;
    transition: color 0.3s linear, text-decoration 0.3s ease-in-out;
    text-decoration: none;
}
.mb50Sp25  {
    margin-bottom: 50px !important;
}
@media screen and (min-width: 1024px) {
    .listAnchorlink li a:hover {
        text-decoration: underline;
        color: #B22B48;
    }
    .accordionHead:hover {
        opacity: 0.7;
    }
    .accordionHead .txt:hover {
        text-decoration: underline;
    }
    a.btnCmn:hover {
        opacity: 0.7;
    }
    .sideGroup01 li .faceLink:hover {
        background-color: #004890;
    }
    .sideGroup01 li .twitterLink:hover {
        background-color: #1576b2;
    }
}

.reportTtl {
    margin-bottom: 40px;
    color: #000;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}
.reportTtl.spaceTop {
    margin-top: 70px;
}
.reportTtlEn {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    color: #999;
}

.reporImg {
    margin: 45px auto;
    max-width: 600px;
}

.reporImg img {
    width: 100%;
    vertical-align: middle;
}

.txtTheme {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.visualMain {
    margin-bottom: 45px;
    padding: 50px 100px 0;
}

.visualImg {
    position: relative;
    margin-bottom: 30px;
}

.visualImg img {
    width: 100%;
    vertical-align: middle;
    border-radius: 10px;
}

.visualImg .visualImgMedia {
    position: absolute;
    width: 68px;
    left: -104px;
    bottom: -7px;
}

.visualHead {
    margin-bottom: 40px;
    border-bottom: 1px solid #C6C6C6;
}

.txtReport {
    margin-bottom: 10px;
    color: #8B8B8B;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
}

.visualTtl {
    margin-bottom: 25px;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.4;
}

.txtDate {
    margin-bottom: 15px;
    color: #B02335;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
}

.txtName {
    margin-bottom: 15px;
    color: #1D1D1D;
    font-size: 20px;
    font-weight: bold;
}

@media screen and (min-width: 766px) {
    .innerSpace {
        padding: 0 50px;
    }
}
@media screen and (max-width: 765px) {
    .secCmn {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .secCmn::before {
        width: 240px;
        height: 5px;
    }

    .txtCmn {
        margin-bottom: 25px;
        font-size: 16px;
        line-height: 2;
        color: #333;
    }
    .reportTtl {
        margin-bottom: 30px;
        font-size: 24px;
    }

    .reportTtl.spaceTop {
        margin-top: 35px;
    }
    .reportTtlEn {
        font-size: 16px;
    }

    .reporImg {
        margin: 30px auto;
        max-width: 100%;
    }

    .txtTheme {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .reportList {
        padding: 20px;
        margin-bottom: 20px;
    }
    .reportList li {
        font-size: 15px;
    }
    .reportList li:before {
        top: 8px;
    }

    a.btnCmn {
        max-width: 315px;
    }

    .boxBtn {
        margin-top: 25px;
    }

    .bProfile {
        margin-bottom: 20px;
        gap: 20px;
    }

    .bProfileTtl {
        margin-bottom: 15px;
    }

    .bProfileBox .txtCmn {
        margin-bottom: 0;
        line-height: 1.4;
    }

    .txtCmn {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .visualMain {
        margin-bottom: 25px;
        padding: 35px 0 0;
    }
    .visualHead {
        margin-bottom: 30px;
    }
    .visualHead .txtCmn {
        margin-bottom: 25px;
        line-height: 1.4;
    }
    .visualImg .visualImgMedia {
        display: none;
    }
    .visualImg {
        margin-bottom: 15px;
    }
    .visualTtl {
        margin-bottom: 30px;
        font-size: 26px;
        line-height: 1.4;
    }
    .txtDate {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.2;
    }
    .accordion {
        margin-bottom: 60px;
    }
    .accordionHead {
        padding: 7px 25px;
    }
    .accordionBox {
        padding: 0 25px 5px;
    }
    .accordionHead .ttl {
        font-size: 15px;
    }
    .accordionHead .txt {
        font-size: 15px;
    }
    .listAnchorlink li a {
        font-size: 15px;
    }
    .mb50Sp25  {
        margin-bottom: 25px !important;
    }
}