@charset "UTF-8";
.size-sp{
    display: none;
}

.found-review__text {
    margin-top: 12px;
    line-height: 1.4;
}

.font-size-default {
    font-size: 1.6rem;
}

.m-list-note__item + .m-list-note__item {
    margin: 0px;
}

.found-review__text-sice-pc{
    margin-top: 0px;
}

.found-review__wappar {
    margin-top: 32px ;
}

.accordion {
    margin-top: 20px ;
    font-size: 1.8rem;
}

.accordion-step-01 {
    display: flex;
    align-items: center;
}

.accordion-step-02 {
    display: flex;
    align-items: center;
}

.accordion-step-03 {
    display: flex;
    align-items: center;
}

.accordion-step-04 {
    display: flex;
    align-items: center;
}

.accordion-step-01:before {
    content: '';
    display: inline-block;
    width: 45px;
    height: 35px;
    background-image: url(/assets/img/corp/product_governance_report/product-governance-report-step-01.png) ;
    background-repeat: no-repeat;
    background-size: contain;
}

.accordion-step-02:before {
    content: '';
    display: inline-block;
    width: 45px;
    height: 35px;
    background-image: url(/assets/img/corp/product_governance_report/product-governance-report-step-02.png) ;
    background-repeat: no-repeat;
    background-size: contain;
}

.accordion-step-03:before {
    content: '';
    display: inline-block;
    width: 45px;
    height: 35px;
    background-image: url(/assets/img/corp/product_governance_report/product-governance-report-step-03.png) ;
    background-repeat: no-repeat;
    background-size: contain;
}

.accordion-step-04:before {
    content: '';
    display: inline-block;
    width: 45px;
    height: 35px;
    background-image: url(/assets/img/corp/product_governance_report/product-governance-report-step-04.png) ;
    background-repeat: no-repeat;
    background-size: contain;
}

.accordion:not([open]) {
    margin-bottom: 7px;
}

.accordion[open]{
    padding-bottom: 0.5em;
}

.accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0.8em 2em 0.8em 1em;
    border-radius: 5px;
    background-color: #ffffff;
    color: #333333;
    border: solid 2px #e60000;
    font-weight: 600;
    cursor: pointer;
}

.accordion summary::-webkit-details-marker {
    display: none;
}

.accordion summary::before,
.accordion summary::after {
    width: 3px;
    height: 1.2em;
    background-color: #e60000;
    content: '';
}

.accordion summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion summary::after {
    transition: rotate .3s;
}

.accordion[open] summary::after {
    rotate: 90deg;
}

.accordion .text-motion {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion[open] .text-motion {
    transform: none;
    opacity: 1;
}


.disclaimer-title {
    font-size: 1.8rem;
    font-weight: 600;
}



.accordion-report {
    margin-top: 40px;
    font-size: 1.8rem;
}

.accordion-report:not([open]) {
    margin-bottom: 7px;
}
.accordion-report[open]{
    padding-bottom: 0.5em;
}

.accordion-report summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0em 2em 0em 0em;
    background-color: #ffffff;
    color: #333333;
    font-size: 2rem;
    font-weight: 600;
    cursor: pointer;
    border-bottom: 2px solid #c5c5c5;
    padding-bottom: 10px;
}
.accordion-report-title {
    padding-left: 12px;
    border-left: 3px solid #b40001;
}


.accordion-report summary::-webkit-details-marker {
    display: none;
}

.accordion-report summary::before,
.accordion-report summary::after {
    width: 3px;
    height: 1.2em;
    background-color: #e60000;
    content: '';
}

.accordion-report summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion-report summary::after {
    transition: rotate .3s;
}

.accordion-report[open] summary::after {
    rotate: 90deg;
}

.accordion-report .text-motion {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-report[open] .text-motion {
    transform: none;
    opacity: 1;
}

.m-list-note {
    margin: 20px 10px;
}
.margin-0px {
    margin: 0px;
}
.margin-top-10px {
    margin-top: 10px !important;
}

.margin-top-20px {
    margin-top: 20px !important;
}

.margin-top-30px {
    margin-top: 30px !important;
}

.margin-top-70px {
    margin-top: 70px;
}
.margin-bottom-10px {
    margin-bottom: 10px !important;
}

.m-list-news {
    margin-top: 16px !important;
}
/* archor link list */
.product-uniq-link-list {
    margin-top: 24px;
}
.product-uniq-link-list__link {
    display: inline-block;
    position: relative;
    padding-left: 13px;
    text-decoration: underline;
}
.product-uniq-link-list__link::before {
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    border-top: 2px solid #0950b3;
    border-right: 2px solid #0950b3;
    content: "";
}
.product-uniq-link-list__link--anchor::before {
    width: 0;
    height: 0;
    transform: none;
    border: 0 solid transparent;
    border-top: 5px solid #0950b3;
    border-right-width: 3px;
    border-left-width: 3px;
    background-color: transparent;
}
.product-uniq-link-list__link:hover,
.product-uniq-link-list__link:focus,
.product-uniq-link-list__link:active {
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    .font-size-default {
        font-size: 1.4rem;
    }

    .accordion-report summary {
        font-size: 1.6rem;
    }

    .accordion {
        font-size: 1.4rem;
    }

    .accordion-step-01:before{
        width: 35px;
        height: 30px;
    }

    .accordion-step-02:before{
        width: 35px;
        height: 30px;
    }

    .accordion-step-03:before{
        width: 35px;
        height: 30px;
    }

    .accordion-step-04:before{
        width: 35px;
        height: 30px;
    }

    .disclaimer-title {
        font-size: 1.6rem;
    }

    .m-hdg-lv2__title {
        font-size: 1.8rem;
    }

    .accordion summary::before {
        right: 1.5em;
    }

    .accordion summary {
        padding: 0.8em 1.5em 0.8em 1em;
    }

    .size-pc {
        display: none;
    }

    .size-sp {
        display: inline;
    }

    .found-review__text-sice-pc {
        display: none;
    }
}

@media screen and (min-width: 768px){
    .accordion-report {
        font-size: 1.6rem;
    }
    /* archor link list */
    .product-uniq-link-list {
        margin-top: 32px;
    }
}

/* uniq-news-box　最新情報 */
.uniq-news-box {
    width: 100%;
    background-color: #eeeeee;

}

.uniq-news-box__inner {
    padding: 5px 20px;
    max-height: 75vw;
    overflow-y: scroll;
}

.uniq-news-box__list {
    height: 100%;
}

.uniq-news-box__item {
    display: flex;
    flex-direction: column;
    padding: 15px 0;
    border-top: 1px solid #000000;
    row-gap: 10px;
}

.uniq-news-box__item:first-child {
    border-top: none;
}

.uniq-news-box__item:last-child {
    border-bottom: 1px solid #000000;
}

.uniq-news-box__link {
    color: #000000;
}

.uniq-news-box__link:hover {
    text-decoration: underline;
}

.uniq-news-box__date {
    font-size: 1.2rem;
}

@media screen and (min-width: 768px){
    .uniq-news-box {
        padding: 0 25px;
    }

    .uniq-news-box__inner {
        max-height: 250px;
    }

    .uniq-news-box__item {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        column-gap: 30px;
    }
    .uniq-news-box__date {
        font-size: 1.4rem;
        width: 100px;
        flex-shrink: 0;
    }
}
