* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:root {
    --theme-color: #2e71d6;
    --theme-bg-color: #ecf4ff;
}

body.page-cpahakusho2025 {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

.l-header {
    padding: 80px 20px;
    background: var(--theme-color) url(../images/bg-header.png) top left/15px 15px repeat
}

.l-header .title,
.l-header .subtitle {
    z-index: 2;
    margin-right: auto;
    margin-left: auto
}

.l-header .title {
    max-width: calc(900px / 2)
}

.l-header .subtitle {
    max-width: 680px;
    margin-top: 30px
}

.l-header:before,
.l-header:after {
    position: absolute;
    top: 0;
    width: 20%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    content: ''
}

.l-header:before {
    left: 0;
    background-image: url(../images/header-bg-left.png);
    background-position: right center
}

.l-header:after {
    right: 0;
    background-image: url(../images/header-bg-right.png);
    background-position: left center
}

.cpahakusho2025 .container {
    max-width: 1040px
}

.cpahakusho2025 .data {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #fff url(../images/bg-contents.png);
    background-size: 8px 8px
}

.cpahakusho2025 .data .pie .image {
    /*width: 95%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 95%*/
}

.cpahakusho2025 .data .pie img {
    /* position: absolute;
  top: 0;
  left: 0;*/
    /* width: 100%;
  height: 100%*/
}

.cpahakusho2025 .data .pie .count.is-appear {
    visibility: visible
}

.cpahakusho2025 .sub .title {
    background-color: var(--theme-color);
    text-align: center
}

.cpahakusho2025 .sub .body {
    padding: 30px;
    background: #fff
}

.cpahakusho2025 .outline dl {
    display: table;
    width: 100%;
    margin-top: 0.75em;
    line-height: 1.5
}

.cpahakusho2025 .outline dl:first-child {
    margin-top: 0
}

.cpahakusho2025 .outline dt,
.cpahakusho2025 .outline dd {
    display: table-cell;
    vertical-align: top
}

.cpahakusho2025 .outline dt {
    width: 90px;
    font-weight: 700
}

.cpahakusho2025 .outline dt:before {
    float: right;
    content: '：'
}

.cpahakusho2025 .outline .text {
    margin-top: 1.5em;
    font-size: 93%;
    letter-spacing: 0;
    line-height: 1.7em
}

.cpahakusho2025 .outline .text p {
    font-size: 86%
}

.cpahakusho2025 .detail .body {
    padding: 20px 13px
}

.cpahakusho2025 .detail .body img {
    max-width: 350px
}

.cpahakusho2025 .detail a {
    max-width: 400px;
    padding: 10px 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 37.5px;

    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    justify-content: center;
}

.cpahakusho2025 .detail ul {
    display: table;
    width: 100%;
    table-layout: fixed
}

.cpahakusho2025 .detail li {
    display: table-cell;
    padding-right: 7px;
    padding-left: 7px;
    vertical-align: top
}

.cpahakusho2025 .detail .type {
    padding: 50px 36px;
    font-size: 129%;
    text-align: center
}

.cpahakusho2025 .detail .type .label {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    display: inline-block;
    width: 150px;
    margin-bottom: 1em;
    border-radius: 20px;
    background: #fff
}

.cpahakusho2025 .detail .type p {
    padding-top: 1em;
    padding-bottom: 3em;
    font-size: 90%;
    text-align: center;
}

.cpahakusho2025 .notice ul,
.cpahakusho2025 .notice li {
    list-style-type: disc
}

.cpahakusho2025 .notice ul {
    margin-bottom: 20px;
    margin-left: 1.5em
}

.cpahakusho2025 .notice ul:last-child {
    margin-bottom: 0
}

.cpahakusho2025 .notice li {
    padding-top: 10px;
    line-height: 1.5
}

.cpahakusho2025 .notice li p {
    padding-top: 10px;
    font-size: 86%
}

.page-cpahakusho2025 .path {
    margin-bottom: 0
}

.p-overview {
    background: #fff
}

.p-chart {
    margin-top: 4%
}

.p-chart-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    background-color: #fff
}

.p-chart-title__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.p-chart--goumier .p-chart-title__icon {
    background-color: var(--theme-color)
}

.p-chart--blue .p-chart-title__icon {
    background-color: #2b4380
}

.p-chart-title__question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold;
    letter-spacing: 0em;
    line-height: 1.3
}

.p-chart--goumier .p-chart-title__question {
    color: var(--theme-color)
}

.p-chart--blue .p-chart-title__question {
    color: #2b4380
}

.p-chart--goumier .p-chart-contents {
    background-color: var(--theme-bg-color);
}

.p-chart--blue .p-chart-contents {
    background-color: #eeeff1
}

.p-chart-contents__textblock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.p-chart-contents__bubble {
    position: relative;
    background-color: #fff
}

.p-chart-contents__title,
.p-chart-half-contents__title {
    font-weight: bold;
    line-height: 1.4
}

.p-chart-contents__title span,
.p-chart-half-contents__title span {
    z-index: 0;
    position: relative;
    top: -10px;
    border-bottom: 15px solid #fdf748
}

.p-chart-contents__title span strong,
.p-chart-half-contents__title span strong {
    position: relative;
    top: 10px
}

.p-chart-contents__text {
    font-weight: bold;
    line-height: 1.6
}

.p-chart-pie {
    position: relative
}

.p-chart-half-outer {
    margin-top: 4%
}

.p-chart-half-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    background-color: #fff
}

.p-chart-half-title__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.p-chart--blue .p-chart-half-title__icon {
    background-color: #2b4380
}

.p-chart--goumier .p-chart-half-title__icon {
    background-color: var(--theme-color)
}

.p-chart-half-title__question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 10px 0px 20px;
    font-weight: bold;
    line-height: 1.3;
    text-align: left
}

.p-chart--blue .p-chart-half-title__question {
    color: #2b4380
}

.p-chart--goumier .p-chart-half-title__question {
    color: var(--theme-color)
}

.p-chart-half-contents__textblock {
    width: 100%
}

.p-chart-half-contents__bubble {
    position: relative;
    background-color: #fff
}

.p-chart-half-contents__bubble span {
    z-index: 0;
    position: relative;
    top: -5px;
    border-bottom: 5px solid #fdf748
}

.p-chart-contents__text span {
    display: block !important;
    font-size: 75% !important;
    line-height: 1.5 !important;
    margin-top: 5px !important;
    top: auto !important;
    border-bottom: none !important;
}

.p-chart-half-contents__bubble span strong {
    position: relative;
    top: 5px
}

.p-chart-half-contents__title span {
    z-index: 0;
    position: relative;
    top: -10px;
    border-bottom: 15px solid #fdf748
}

.p-chart-half-contents__title span strong {
    position: relative;
    top: 10px
}

.p-chart-half-pie {
    width: 95%;
    margin-right: auto;
    margin-left: auto
}

.p-chart-answer-text {
    position: absolute;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    font-weight: bold
}

.p-chart--goumier .p-chart-answer-text {
    color: var(--theme-color)
}

.p-chart--blue .p-chart-answer-text {
    color: #2b4380
}

.p-chart-count {
    position: absolute;
    left: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    font-weight: bold;
    letter-spacing: 0;
    text-align: center
}

.p-chart--goumier .p-chart-count {
    color: var(--theme-color) !important
}

.p-chart--blue .p-chart-count {
    color: #2b4380 !important
}

.p-chart-type,
.p-chart-type--more-margin {
    margin-bottom: 20px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
}

.p-chart--goumier .p-chart-type,
.p-chart--goumier .p-chart-type--more-margin {
    color: var(--theme-color)
}

.p-chart--blue .p-chart-type,
.p-chart--blue .p-chart-type--more-margin {
    color: #2b4380
}

.p-chart-type--more-margin {
    margin-bottom: 30px
}

.p-chart-not-applicable {
    z-index: 1;
    position: absolute;
    height: auto !important
}

.p-analysis {
    margin-top: 4%;
    border: #2b4380 solid 4px;
    border-radius: 5px
}

.p-analysis-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
    background-color: #fff
}

.p-analysis-title__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #2b4380
}

.p-analysis-title__question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2b4380;
    font-weight: bold;
    letter-spacing: 0em;
    line-height: 1.3
}

.p-analysis-contents {
    background-color: #fff
}

.p-analysis-list-item {
    border-bottom: 1px solid #2b4380;
    color: #2b4380;
    font-weight: bold;
    line-height: 1.4
}

.p-pdf {
    background-color: #fff
}

.p-title-header-sub {
    display: block;
    z-index: 1;
    margin-top: 55px;
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
    background-color: #fff;
    color: var(--theme-color);
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: center
}

.c-title-content {
    background-color: var(--theme-color);
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: center
}

.c-text-caption {
    color: #555
}

.p-button-download-upper,
.p-button-download-pdf-2024,
.p-button-download-pdf-2019 {
    display: block;
    position: relative;
    width: 100%;
    border-radius: 3px;
    -webkit-box-shadow: 2px 4px 15px rgba(65, 44, 134, 0.4);
    box-shadow: 2px 4px 15px rgba(65, 44, 134, 0.4);
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: center
}

.p-button-download-upper {
    background-color: var(--theme-color)
}

.p-button-download-pdf-2024 {
    background-color: #7d55c7;
}

.p-button-download-pdf-2020 {
    background-color: #942b2f
}

.p-button-download-pdf-2019 {
    background-color: #9486be
}

.p-button-download-pdf-2024 {
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top: 0;
}

.p-button-download-pdf-2024 P {
    line-height: 1.25;
}

.p-button-download-pdf-2024 span {
    display: block;
    font-size: 61%;
}

.c-icon-download {
    position: absolute
}

.c-icon-link {
    position: absolute
}

@media screen and (min-width: 768px) {
    .cpahakusho2025 .outline dl {
        font-size: 110%
    }

    .p-overview {
        padding-top: 60px;
        padding-bottom: 80px
    }

    .p-chart.p-chart--goumier {
        border: var(--theme-color) solid 4px;
        border-radius: 5px
    }

    .p-chart.p-chart--blue {
        border: #2b4380 solid 4px;
        border-radius: 5px
    }

    .p-chart--goumier .p-chart-title {
        border-bottom: 4px solid var(--theme-color)
    }

    .p-chart--blue .p-chart-title {
        border-bottom: 4px solid #2b4380
    }

    .p-chart-title__icon {
        width: 115px;
        padding: 20px 0
    }

    .p-chart-title__question {
        width: calc(100% - 115px);
        padding: 2.5% 3%;
        font-size: 3.6vw
    }

    .p-chart-contents {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse nowrap;
        flex-flow: row-reverse nowrap;
        padding: 50px 40px 50px
    }

    .p-chart-contents-v {
        display: block;
    }

    .p-chart-contents-v .p-chart-pie {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .p-chart-contents-v .p-chart-contents__textblock {
        margin-right: auto;
        margin-left: auto;
    }

    .p-chart-contents-v .p-chart-contents__bubble {
        margin-top: 30px;
        width: 100%;
    }

    .p-chart-contents-v .p-chart-contents__bubble:after {
        border-top: 15px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 15px solid #fff;
        border-left: 20px solid transparent;
        top: -30px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .p-chart-contents__textblock {
        width: 55%
    }

    .p-chart-contents__bubble {
        width: 92%;
        padding: 30px;
        border-radius: 15px
    }

    .p-chart-contents__bubble:after {
        position: absolute;
        top: calc(50% - 15px);
        right: -20px;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 20px solid #fff;
        content: ""
    }

    .p-chart-contents__title,
    .p-chart-half-contents__title {
        margin-bottom: 5%;
        font-size: 2.4vw
    }

    .p-chart-contents__text {
        font-size: 20px;
    }

    .p-chart-pie {
        width: 45%
    }

    .p-chart-half-outer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .p-chart-half {
        width: 48%;
        border-radius: 5px
    }

    .p-chart-half.p-chart--blue {
        border: #2b4380 solid 4px;
        background-color: #eeeff1
    }

    .p-chart-half.p-chart--goumier {
        border: var(--theme-color) solid 4px;
        background-color: var(--theme-bg-color);
    }

    .p-chart--blue .p-chart-half-title {
        border-bottom: 4px solid #2b4380
    }

    .p-chart--goumier .p-chart-half-title {
        border-bottom: 4px solid var(--theme-color)
    }

    .p-chart-half-title__icon {
        width: 90px
    }

    .p-chart-half-title__question {
        width: calc(100% - 90px);
        padding-top: 4%;
        padding-bottom: 4%;
        font-size: 3vw
    }

    .p-chart-half-title__question br {
        display: none
    }

    .p-chart-half-contents {
        padding: 30px 20px 20px
    }

    .p-chart-half-contents__textblock {
        margin-top: 50px
    }

    .p-chart-half-contents__bubble {
        width: 100%;
        padding: 30px;
        border-radius: 15px
    }

    .p-chart-answer-text {
        top: calc(50% - 2.5vw);
        font-size: 2.5vw
    }

    .p-chart-count {
        top: calc(50% + 2vw)
    }

    .p-chart-count .num {
        font-size: 5vw
    }

    .p-chart-count .per {
        font-size: 3vw
    }

    .p-chart-type,
    .p-chart-type--more-margin {
        font-size: 2.4vw
    }

    .p-chart-not-applicable {
        top: 40px !important;
        left: 0px !important;
        width: 42% !important
    }

    .p-analysis {
        border: #2b4380 solid 4px;
        border-radius: 5px
    }

    .p-analysis-title {
        border-bottom: 4px solid #2b4380
    }

    .p-analysis-title__icon {
        width: 115px;
        padding: 20px 0
    }

    .p-analysis-title__question {
        width: calc(100% - 115px);
        padding: 20px 0px 20px 20px;
        font-size: 38px
    }

    .p-analysis-contents {
        padding: 40px
    }

    .p-analysis-list {
        margin-bottom: 40px
    }

    .p-analysis-list-item {
        padding-bottom: 20px;
        font-size: 26px
    }

    .p-analysis-list-item:nth-of-type(2) {
        padding-top: 20px
    }

    .p-analysis-caption {
        margin-top: 5px;
        font-size: 12px
    }

    .p-pdf {
        padding: 40px
    }

    .p-pdf-button {
        margin-top: 40px
    }

    .p-pdf-button-item:nth-of-type(n+2) {
        margin-top: 30px
    }

    .l-section-content {
        margin-top: 80px
    }

    .p-title-header-sub {
        width: 680px;
        border-radius: 30px;
        font-size: 24px
    }

    .p-title-header-sub br {
        display: none
    }

    .c-title-content {
        padding-top: 28px;
        padding-bottom: 28px;
        font-size: 30px
    }

    .c-text-overview {
        font-size: 16px
    }

    .c-text-caption {
        margin-top: 3px;
        margin-left: 1.2em !important;
        font-size: 11px;
        text-indent: -1.2em !important
    }

    .p-button-download-upper,
    .p-button-download-pdf-2024,
    .p-button-download-pdf-2019 {
        height: 70px;
        padding-top: 20px;
        font-size: 26px
    }

    .p-button-download-pdf-2024 {
        padding-top: 0;
        height: 90px;
    }

    .p-button-download-upper {
        margin-top: 60px
    }

    .c-icon-download {
        top: 18px;
        left: 30px;
        width: 30px;
        height: auto
    }

    .c-icon-link {
        top: 18px;
        left: 30px;
        width: 36px;
        height: auto
    }

    .c-icon-q {
        width: 60px;
        height: 71px
    }
}

@media print {
    .cpahakusho2025 .outline dl {
        font-size: 110%
    }

    .p-overview {
        padding-top: 60px;
        padding-bottom: 80px
    }

    .p-chart.p-chart--goumier {
        border: var(--theme-color) solid 4px;
        border-radius: 5px
    }

    .p-chart.p-chart--blue {
        border: #2b4380 solid 4px;
        border-radius: 5px
    }

    .p-chart--goumier .p-chart-title {
        border-bottom: 4px solid var(--theme-color)
    }

    .p-chart--blue .p-chart-title {
        border-bottom: 4px solid #2b4380
    }

    .p-chart-title__icon {
        width: 115px;
        padding: 20px 0
    }

    .p-chart-title__question {
        padding: 20px;
        font-size: 38px
    }

    .p-chart-title__question {
        width: calc(100% - 115px);
        padding: 2.5% 3%;
        font-size: 3.6vw
    }

    .p-chart-contents {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse nowrap;
        flex-flow: row-reverse nowrap;
        padding: 30px 40px 50px
    }

    .p-chart-contents__textblock {
        width: 55%
    }

    .p-chart-contents__bubble {
        width: 92%;
        padding: 30px;
        border-radius: 15px
    }

    .p-chart-contents__bubble:after {
        position: absolute;
        top: calc(50% - 15px);
        right: -20px;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 20px solid #fff;
        content: ""
    }

    .p-chart-contents__title,
    .p-chart-half-contents__title {
        margin-bottom: 15px;
        font-size: 32px
    }

    .p-chart-contents__title,
    .p-chart-half-contents__title {
        margin-bottom: 5%;
        font-size: 2.8vw
    }

    .p-chart-contents__text {
        font-size: 22px
    }

    .p-chart-contents__text {
        font-size: 2vw
    }

    .p-chart-pie {
        width: 45%
    }

    .p-chart-half-outer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .p-chart-half {
        width: 48%;
        border-radius: 5px
    }

    .p-chart-half.p-chart--blue {
        border: #2b4380 solid 4px;
        background-color: #eeeff1
    }

    .p-chart-half.p-chart--goumier {
        border: var(--theme-color) solid 4px;
        background-color: var(--theme-bg-color);
    }

    .p-chart--blue .p-chart-half-title {
        border-bottom: 4px solid #2b4380
    }

    .p-chart--goumier .p-chart-half-title {
        border-bottom: 4px solid var(--theme-color)
    }

    .p-chart-half-title__icon {
        width: 90px
    }

    .p-chart-half-title__question {
        font-size: 32px
    }

    .p-chart-half-title__question {
        width: calc(100% - 90px);
        padding-top: 4%;
        padding-bottom: 4%;
        font-size: 3vw
    }

    .p-chart-half-title__question br {
        display: none
    }

    .p-chart-half-contents {
        padding: 30px 20px 20px
    }

    .p-chart-half-contents__textblock {
        margin-top: 50px
    }

    .p-chart-half-contents__bubble {
        width: 100%;
        padding: 30px;
        border-radius: 15px
    }

    .p-chart-answer-text {
        top: calc(50% - 25px);
        font-size: 26px
    }

    .p-chart-answer-text {
        top: calc(50% - 2.5vw);
        font-size: 2.5vw
    }

    .p-chart-count {
        top: calc(50% + 20px)
    }

    .p-chart-count {
        top: calc(50% + 2vw)
    }

    .p-chart-count .num {
        font-size: 58px
    }

    .p-chart-count .num {
        font-size: 5vw
    }

    .p-chart-count .per {
        font-size: 30px
    }

    .p-chart-count .per {
        font-size: 3vw
    }

    .p-chart-type,
    .p-chart-type--more-margin {
        font-size: 24px
    }

    .p-chart-type,
    .p-chart-type--more-margin {
        font-size: 2.4vw
    }

    .p-chart-not-applicable {
        top: 50px !important;
        left: 10px !important;
        width: 160px !important
    }

    .p-chart-not-applicable {
        top: 40px !important;
        left: 0px !important;
        width: 42% !important
    }

    .p-analysis {
        border: #2b4380 solid 4px;
        border-radius: 5px
    }

    .p-analysis-title {
        border-bottom: 4px solid #2b4380
    }

    .p-analysis-title__icon {
        width: 115px;
        padding: 20px 0
    }

    .p-analysis-title__question {
        width: calc(100% - 115px);
        padding: 20px 0px 20px 20px;
        font-size: 38px
    }

    .p-analysis-contents {
        padding: 40px
    }

    .p-analysis-list {
        margin-bottom: 40px
    }

    .p-analysis-list-item {
        padding-bottom: 20px;
        font-size: 26px
    }

    .p-analysis-list-item:nth-of-type(2) {
        padding-top: 20px
    }

    .p-analysis-caption {
        margin-top: 5px;
        font-size: 12px
    }

    .p-pdf {
        padding: 40px
    }

    .p-pdf-button {
        margin-top: 40px
    }

    .p-pdf-button-item:nth-of-type(n+2) {
        margin-top: 30px
    }

    .l-section-content {
        margin-top: 80px
    }

    .p-title-header-sub {
        width: 680px;
        border-radius: 30px;
        font-size: 24px
    }

    .p-title-header-sub br {
        display: none
    }

    .c-title-content {
        padding-top: 28px;
        padding-bottom: 28px;
        font-size: 30px
    }

    .c-text-overview {
        font-size: 16px
    }

    .c-text-caption {
        margin-top: 3px;
        margin-left: 1.2em !important;
        font-size: 11px;
        text-indent: -1.2em !important
    }

    .p-button-download-upper,
    .p-button-download-pdf-2024,
    .p-button-download-pdf-2019 {
        height: 70px;
        padding-top: 20px;
        font-size: 26px
    }

    .p-button-download-upper {
        margin-top: 60px
    }

    .c-icon-download {
        top: 18px;
        left: 30px;
        width: 30px;
        height: auto
    }

    .c-icon-link {
        top: 18px;
        left: 30px;
        width: 36px;
        height: auto
    }

    .c-icon-q {
        width: 60px;
        height: 71px
    }
}

@media screen and (max-width: 767px) {
    .cpahakusho2025 .outline dl {
        font-size: 100%
    }

    .l-header:before,
    .l-header:after {
        width: 50%;
        opacity: 0.6
    }

    .cpahakusho2025 .data {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .p-overview {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .p-chart.p-chart--goumier {
        border: var(--theme-color) solid 3px;
        border-radius: 3px
    }

    .p-chart.p-chart--blue {
        border: #2b4380 solid 3px;
        border-radius: 3px
    }

    .p-chart--goumier .p-chart-title {
        border-bottom: 3px solid var(--theme-color)
    }

    .p-chart--blue .p-chart-title {
        border-bottom: 3px solid #2b4380
    }

    .p-chart-title__icon {
        width: 15%;
        padding: 4%
    }

    .p-chart-title__question {
        width: 85%;
        padding-top: 3%;
        padding-right: 4%;
        padding-bottom: 3%;
        padding-left: 4%;
        font-size: 5.6vw
    }

    .p-chart-contents {
        padding: 10% 5%
    }

    .p-chart-contents__textblock {
        width: 100%
    }

    .p-chart-contents__bubble {
        width: 100%;
        margin-top: 10%;
        padding: 5% 3% 5% 5%;
        border-radius: 10px
    }

    .p-chart-contents__title,
    .p-chart-half-contents__title {
        margin-bottom: 5%;
        font-size: 5.6vw
    }

    .p-chart-contents__text {
        font-size: 3.6vw
    }

    .p-chart-pie {
        width: 100%
    }

    .p-chart-half {
        width: 100%;
        border-radius: 3px
    }

    .p-chart-half.p-chart--blue {
        border: #2b4380 solid 3px;
        background-color: #eeeff1
    }

    .p-chart-half.p-chart--goumier {
        border: var(--theme-color) solid 3px;
        background-color: var(--theme-bg-color);
    }

    .p-chart-half:nth-of-type(2) {
        margin-top: 4%
    }

    .p-chart--blue .p-chart-half-title {
        border-bottom: 3px solid #2b4380
    }

    .p-chart--goumier .p-chart-half-title {
        border-bottom: 3px solid var(--theme-color)
    }

    .p-chart-half-title__icon {
        width: 15%;
        padding: 4%
    }

    .p-chart-half-title__question {
        width: 85%;
        padding-top: 3%;
        padding-right: 4%;
        padding-bottom: 3%;
        padding-left: 4%;
        font-size: 5.6vw
    }

    .p-chart-half-title__question br {
        display: none
    }

    .p-chart-half-contents {
        padding: 5%
    }

    .p-chart-half-contents__bubble {
        width: 100%;
        margin-top: 5%;
        padding: 5% 3% 5% 5%;
        border-radius: 10px
    }

    .p-chart-answer-text {
        top: calc(50% - 6vw);
        font-size: 5.2vw
    }

    .p-chart-count {
        top: calc(50% + 2vw)
    }

    .p-chart-count .num {
        font-size: 10vw
    }

    .p-chart-count .per {
        font-size: 6vw
    }

    .p-chart-type,
    .p-chart-type--more-margin {
        font-size: 6vw !important
    }

    .p-chart-not-applicable {
        top: 12vw !important;
        left: 3vw !important;
        width: 38% !important
    }

    .p-analysis {
        border: #2b4380 solid 3px;
        border-radius: 3px
    }

    .p-analysis-title {
        border-bottom: 3px solid #2b4380
    }

    .p-analysis-title__icon {
        width: 15%;
        padding: 4%
    }

    .p-analysis-title__question {
        width: 85%;
        padding-top: 3%;
        padding-right: 4%;
        padding-bottom: 3%;
        padding-left: 4%;
        font-size: 5.6vw
    }

    .p-analysis-title__question br {
        display: none
    }

    .p-analysis-contents {
        padding: 5%
    }

    .p-analysis-list {
        margin-bottom: 5%
    }

    .p-analysis-list-item {
        padding-bottom: 5%;
        font-size: 4vw
    }

    .p-analysis-list-item:nth-of-type(2) {
        padding-top: 5%
    }

    .p-analysis-caption {
        margin-top: 5px;
        font-size: 11px;
        line-height: 1.4
    }

    .p-pdf {
        padding: 5%
    }

    .p-pdf-button {
        margin-top: 5%
    }

    .p-pdf-button-item:nth-of-type(n+2) {
        margin-top: 5%
    }

    .l-section-content {
        margin-top: 40px
    }

    .p-title-header-main {
        text-align: center
    }

    .p-title-header-main img {
        width: 80%
    }

    .p-title-header-sub {
        width: 90%;
        padding: 3% 0%;
        border-radius: 60px;
        font-size: 3.6vw;
        line-height: 1.4
    }

    .c-title-content {
        padding-top: 5%;
        padding-bottom: 5%;
        font-size: 5.4vw
    }

    .c-text-caption {
        margin-top: 2px;
        margin-left: 1.2em !important;
        font-size: 10px;
        text-indent: -1.2em !important
    }

    .p-button-download-upper {
        margin-top: 30px;
        padding-top: 5%;
        padding-bottom: 5%;
        padding-left: 5%;
        font-size: 4.8vw
    }

    .p-button-download-pdf-2024,
    .p-button-download-pdf-2019 {
        padding-top: 5%;
        padding-bottom: 5%;
        padding-left: 5%;
        font-size: 4.2vw
    }

    .c-icon-download {
        top: 0;
        bottom: 0;
        left: 20px;
        width: 20px;
        height: auto;
        margin: auto
    }

    .c-icon-link {
        top: 0px;
        bottom: 0px;
        left: 20px;
        width: 20px;
        height: auto;
        margin: auto
    }

    .c-icon-q {
        width: 100%;
        height: auto
    }
}

@media screen and (min-width: 1080px) {
    .p-chart-title__question {
        padding: 20px;
        font-size: 38px
    }

    .p-chart-contents__title,
    .p-chart-half-contents__title {
        margin-bottom: 15px;
        font-size: 32px
    }

    .p-chart-contents__text {
        font-size: 22px
    }

    .p-chart-half-title__question {
        font-size: 32px
    }

    .p-chart-answer-text {
        top: calc(50% - 25px);
        font-size: 26px
    }

    .p-chart-count {
        top: calc(50% + 20px)
    }

    .p-chart-count .num {
        font-size: 58px
    }

    .p-chart-count .per {
        font-size: 30px
    }

    .p-chart-type,
    .p-chart-type--more-margin {
        font-size: 24px
    }

    .p-chart-not-applicable {
        top: 50px !important;
        left: 10px !important;
        width: 160px !important
    }
}



.cpahakusho2025 .dl {
    background: #fff;
    font-size: 143%;
}

.cpahakusho2025 .dl .btns {
    margin-top: 65px;
}

.cpahakusho2025 .dl .btns ul {
    display: table;
    margin-right: auto;
    margin-left: auto;
}

.cpahakusho2025 .dl .btns li {
    display: table-cell;
    padding-right: 12px;
    padding-left: 12px;
}

.cpahakusho2025 .dl .btns a {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 40px;
    -webkit-box-shadow: 0 6px 27px rgba(65, 44, 134, 0.4);
    -moz-box-shadow: 0 6px 27px rgba(65, 44, 134, 0.4);
    -ms-box-shadow: 0 6px 27px rgba(65, 44, 134, 0.4);
    box-shadow: 0 6px 27px rgba(65, 44, 134, 0.4);
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 450px;
    height: 70px;
    text-align: center;
}

.cpahakusho2025 .dl .btns a img {
    max-width: 450px;
}


.cpahakusho2025 .dl .btns .btn01 a {
    background-color: var(--theme-color);
}

.cpahakusho2025 .dl .btns .btn02 a {
    background-color: #f2c920;
}

@media screen and (max-width: 767px) {
    .cpahakusho2025 .dl {
        font-size: 115%;
    }

    .cpahakusho2025 .dl .btns {
        margin-top: 40px;
    }
}

@media screen and (max-width: 640px) {

    .cpahakusho2025 .dl .btns ul,
    .cpahakusho2025 .dl .btns li {
        display: list-item;
    }

    .cpahakusho2025 .dl .btns li {
        padding-right: 0;
        padding-left: 0;
    }

    .cpahakusho2025 .dl .btns a {
        -webkit-box-shadow: 0 3px 12px rgba(65, 44, 134, 0.4);
        -moz-box-shadow: 0 3px 12px rgba(65, 44, 134, 0.4);
        -ms-box-shadow: 0 3px 12px rgba(65, 44, 134, 0.4);
        box-shadow: 0 3px 12px rgba(65, 44, 134, 0.4);
        max-width: 300px;
        height: 50px;
        display: flex;
        align-items: center;
        flex-flow: row nowrap;
        justify-content: center;
    }

    .cpahakusho2025 .dl .btns .btn02 {
        padding-top: 20px;
    }
}

@media screen and (max-width: 480px) {
    .cpahakusho2025 .dl {
        font-size: 100%;
    }

    .cpahakusho2025 .dl .btns {
        margin-top: 40px;
    }
}

.cpahakusho2025 .detail .type01 {
    background: var(--theme-bg-color);
}

.cpahakusho2025 .detail .type01 a {
    background-color: var(--theme-color);
    -webkit-box-shadow: 0 6px 27px rgba(65, 44, 134, 0.4);
    -moz-box-shadow: 0 6px 27px rgba(65, 44, 134, 0.4);
    -ms-box-shadow: 0 6px 27px rgba(65, 44, 134, 0.4);
    box-shadow: 0 6px 27px rgba(65, 44, 134, 0.4);
}

.cpahakusho2025 .detail .type02 {
    background: #fdf7e0;
}

.cpahakusho2025 .detail .type02 a {
    background-color: #f2c920;
    -webkit-box-shadow: 0 6px 27px rgba(134, 70, 44, 0.4);
    -moz-box-shadow: 0 6px 27px rgba(134, 70, 44, 0.4);
    -ms-box-shadow: 0 6px 27px rgba(134, 70, 44, 0.4);
    box-shadow: 0 6px 27px rgba(134, 70, 44, 0.4);
}

.cpahakusho2025 .sub+.p-pdf .p-pdf-button {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .cpahakusho2025 .detail .body {
        padding: 20px;
    }

    .cpahakusho2025 .detail a {
        margin-right: auto;
        margin-left: auto;
    }

    .cpahakusho2025 .detail ul,
    .cpahakusho2025 .detail li {
        display: list-item;
    }

    .cpahakusho2025 .detail li {
        padding-right: 0;
        padding-left: 0;
    }

    .cpahakusho2025 .detail .type {
        font-size: 115%;
        padding: 30px 20px;
    }

    .cpahakusho2025 .detail .type .label {
        width: 100px;
    }

    .cpahakusho2025 .detail .type p {
        padding-bottom: 1em;
        height: auto !important;
    }

    .cpahakusho2025 .detail .type02 {
        margin-top: 20px;
    }
}

.cpahakusho2025 .company ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    max-width: 720px;
}

.cpahakusho2025 .company li {
    width: 33.33%;
}

@media screen and (max-width: 767px) {
    .cpahakusho2025 .company li {
        width: 50%;
    }
}

.p-banner {
    margin-top: 60px;
    text-align: center;
}

.p-banner ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.p-banner li {
    width: 100%;
}

.p-banner-text {
    text-align: left;
}

@media screen and (min-width: 768px) {
    .p-banner-text {
        font-size: 16px;
    }

    .p-banner li {
        width: 48%;
    }
}


@media screen and (min-width: 481px) {
    .p-banner-text {
        text-align: center;
    }

}

@media screen and (max-width: 640px) {
    .p-banner {

        margin-top: 40px;
    }


}


.p-modal {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.1);
    display: none;
    justify-content: center;
    opacity: 0;
    padding: 30px;
    position: fixed;
    top: 0;
    left: 0;
    transition: 0.3s all ease-out;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.p-modal.is-active {
    display: flex;
}

.p-modal.is-fade {
    opacity: 1;
}

.p-modal-body {
    background-color: #fff;
    margin: auto;
    max-width: 480px;
    position: relative;
}

.p-modal-close {
    background-color: var(--theme-color);
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(50%) translateY(-50%);
    width: 40px;
    height: 40px;
    z-index: 2;
}

.p-modal-close::before {
    background-color: #fff;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    width: 50%;
    height: 1px;
}

.p-modal-close::after {
    background-color: #fff;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    width: 50%;
    height: 1px;
}




@media screen and (min-width: 641px) {



    .p-img-graph-2025-1 {
        display: block;
        width: 92%;
        margin-left: auto;
        margin-right: auto;
    }

    .p-img-graph-2025-2 {
        display: block;
        margin-left: -30px;
    }

    .p-img-graph-2025-3 {
        display: block;
        margin-left: -15px;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    .p-img-graph-2025-4 {
        display: block;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

     .p-img-graph-2025-4 {
        display: block;
        margin-left: 2px;
    }

     .p-img-graph-2025-5 {
        display: block;
        margin-left: -12px;
    }


    .p-img-illust-lead {

        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 25px;
    }

    .u-display-sp {
        display: none;
    }


}


@media screen and (max-width: 640px) {



    .p-img-graph-2025-1 {
        display: block;
        width: 83%;
        margin-left: auto;
        margin-right: auto;
    }

    .p-img-graph-2025-2 {
        display: block;
        width: 95%;
        margin-left: -5%;
        margin-right: auto;
    }

    .p-img-graph-2025-3 {
        display: block;
        margin-left: 2%;
        margin-right: auto;
        width: 88%;
    }

     .p-img-graph-2025-4,.p-img-graph-2025-5 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
         margin-left: 2%;
    }

    .p-img-illust-lead {

        display: block;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }

    .u-display-pc {
        display:none;
    }


}