@charset "UTF-8";

main {
    min-width: 1100px;
    color: #333;
    font-family: "Noto Sans JP";
}

@media screen and (max-width: 768px) {
    main {
        min-width: 100%;
    }
}

.doc_section-content {
    padding: 0 0 2rem;
}

.doc_section-content__body {
    padding-top: 4rem;
}

br.pc {
    display: block;
}

br.mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    br.pc {
        display: none;
    }

    br.mobile {
        display: block;
    }
}

/* ローディングアニメーション */
.loader {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}

/* header */
.layout-content__header_sub {
    width: 110rem;
    margin: 0 auto;
}

.p_docdl_title {
    color: #A78610;
    font-family: "Noto Sans JP";
    font-size: 4.0rem;

    font-weight: 700;
    line-height: 1.5;
    margin-top: 4.0rem;
}

.text-introduction {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 1.5rem;

    font-weight: 400;
    line-height: 1.5;
    margin-top: 2.4rem;
    margin-bottom: 5rem;
    text-align: left;
}

.nav-anchor__item.logo {
    position: relative;
    width: 26.4rem;
    height: 4.8rem;
}

.nav-anchor__item.logo a {
    position: absolute;
    width: 26.4rem;
    height: 4.7rem;
    top: -1.0rem;
    left: -2.0rem;
    padding-top: 1.0rem;
    padding-left: 2.0rem;
}

.nav-anchor__item.logo img {
    max-height: 2.4rem;
}

.nav-anchor__item.logo img.nac {
    max-height: 1.8rem;
}

.nav-anchor__item a {
    display: flex;
    justify-content: left;
    align-items: center;
    text-decoration: none;
    margin: 1.2rem 0 0 2.0rem;
    transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
}

.nav-anchor__item a:after {
    content: '';
    width: 0.8rem;
    height: 0.8rem;
    border: 0;
    background: none;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(135deg);
    position: absolute;
    top: -0.5rem;
    right: 1.2rem;
    bottom: 0;
    margin: auto;
}

.nav-anchor__item.logo:hover a:after {
    top: 0;
}

.nav-anchor__item:after {
    background: none;
}

.p_docdl_link_list {
    display: flex;
    width: 100%;
    justify-content: left;
    align-items: center;
    gap: 1.0rem;
    flex-wrap: wrap;
    margin: 2.0rem auto 6.0rem;
}

.p_docdl_link_list li {
    position: relative;
    display: inline-block;
    width: 24%;
    height: 4.8rem;
    border-radius: 0.4rem;
    background: #4D4D4D;
}

.p_docdl_link_list li:hover {
    background: #A78610;
    transition: 0.3s;
}

.p_docdl_link_list li a {
    display: block;
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 1.6rem;

    font-weight: 900;
    line-height: 1.5;
}


@media screen and (max-width:768px) {
    .layout-content__header_sub {
        width: 95%;
        margin: 0 auto;
    }

    .p_docdl_title {
        font-size: 5.4rem;
    }

    .text-introduction {
        font-size: 2.4rem;
        margin-left: 0;
        margin-right: 0;
    }

    .nav-anchor__item.logo {
        position: relative;
        width: 49%;
        height: 6.4rem;
    }

    .nav-anchor__item.logo a {
        position: absolute;
        width: 100%;
        height: 6.4rem;
        top: -1rem;
        left: -2rem;
        padding-top: 1.8rem;
        padding-left: 2rem;
    }

    .nav-anchor__item.logo img {
        max-width: 80%;
        max-height: 3.8rem;
    }

    .nav-anchor__item.logo img.nac {
        margin-top: 0.7rem;
        max-height: 2.8rem;
    }

    .p_docdl_link_list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 1.2rem;
        width: 100%;
    }

    .nav-anchor__item a {
        display: flex;
        justify-content: center;
        margin: 2.0rem auto;
        text-align: center;
    }

    .p_docdl_link_list li a {
        font-size: 2.2rem;
        margin-top: 0.5rem;
    }

    .nav-anchor__item a:after {
        width: 1.4rem;
        height: 1.4rem;
        right: 0.5rem;
        top: 0;
        background-size: 1.0rem 1.8rem;
    }

    .nav-anchor__item.logo:hover a:after {
        top: 0.4rem;
    }
}

/* Header END */

/* カテゴリー表示 */
.p_documents_docs_area-detail-doc--series {
    display: inline-block;
    font-size: 1.2rem;
    padding: 0.2rem 0.8rem;
    border-radius: 0.3rem;
    margin-bottom: 0.8rem;
}

.p_documents_docs_area-detail-doc p.p_documents_docs_area-detail-doc--series {
    color: #ffffff;
}

.p_documents_docs_area-detail-doc:hover p.p_documents_docs_area-detail-doc--series {
    color: #ffffff;
}

.p_documents_docs_area-detail-doc--series_alog {
    background-color: #4FA159;
}

.p_documents_docs_area-detail-doc--series_nac {
    background-color: #3670C6;
}

.p_documents_docs_area-detail-doc--series_verona {
    background-color: #3670C6;
}

.p_documents_docs_area-detail-doc--series_hypersonix {
    background-color: #05afc6;
}

.p_documents_docs_area-detail-doc--series_infrasec {
    background-color: #DB57BE;
}

.p_documents_docs_area-detail-doc--series_runsup {
    background-color: #DB57BE;
}

.p_documents_docs_area-detail-doc--series_nature {
    background-color: #D68322;
}

.p_documents_docs_area-detail-doc--series_secsup {
    background-color: #E3B81F;
}

.p_documents_docs_area-detail-doc--series_sentinelone {
    background-color: #694bff;
}

.p_documents_docs_area-detail-doc--series_secserv {
    background-color: #979550;
}

.p_documents_docs_area-detail-doc--series_training {
    background-color: #D68322;
}

.p_documents_docs_area-detail-doc--series_ubiquiti {
    background-color: #54A6D4;
}


.section-content--alternate {
    background: #f1f3f3;
}

.section-content--alternate:nth-of-type(2n) {
    background: #dee6e7;
}

/* TOP・他ページへのリンク追加 */
.p_documents_docs_link_top {
    position: relative;
    display: inline-block;
    padding-left: 2rem;
    margin: 4rem 0 1rem;
    text-decoration: none;
    color: #666;
    font-size: 1.6rem;
    font-weight: 700;
    transition: .3s;
}

.p_documents_docs_link_top::before,
.p_documents_docs_link_top::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 2px;
    width: 0.8rem;
    height: 2px;
    background-color: #666;
    transform-origin: 1px 50%;
    transition: .3s;
}

.p_documents_docs_link_top::before {
    transform: rotate(45deg);
}

.p_documents_docs_link_top::after {
    transform: rotate(-45deg);
}

.p_documents_docs_link_top:hover {
    color: #A78610;
}

.p_documents_docs_link_top:hover::before,
.p_documents_docs_link_top:hover::after {
    left: 0;
    background-color: #A78610;
}

.p_documents_docs_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.p_documents_docs_link_next {
    position: relative;
    display: flex;
    padding: 0.8rem 3.2rem 0.8rem 1.6rem;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
    border-radius: 0.8rem;
    border: 2px solid #A78610;
    background: #fff;
    text-decoration: none;
    color: #333;
    font-size: 1.8rem;
    font-weight: 700;
    transition: .3s;
}

.p_documents_docs_link_next::before,
.p_documents_docs_link_next::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.6rem;
    width: 0.8rem;
    height: 2px;
    background-color: #a78610;
    transform-origin: calc(100% - 1px) 50%;
    transition: .3s;
}

.p_documents_docs_link_next::before {
    transform: rotate(45deg);
}

.p_documents_docs_link_next::after {
    transform: rotate(-45deg);
}

.p_documents_docs_link_next:hover {
    border: 2px solid #A78610;
    background: #A78610;
    color: #fff;
}

.p_documents_docs_link_next:hover::before,
.p_documents_docs_link_next:hover::after {
    right: 1.4rem;
    background-color: #fff;
}

@media screen and (max-width:768px) {
    .p_documents_docs_link_top {
        padding-left: 2.4rem;
        margin: 6rem 0 4rem;
        font-size: 2.4rem;
    }

    .p_documents_docs_link_top::before,
    .p_documents_docs_link_top::after {
        width: 1.2rem;
    }

    .p_documents_docs_title {
        position: relative;
        flex-direction: column-reverse;
        gap: 2rem;
    }

    .p_documents_docs_link_next {
        position: absolute;
        top: -8.4rem;
        right: 0;
        padding: 0.8rem 2.4rem 0.8rem 1.6rem;
        border-radius: 1.2rem;
        border: none;
        background: none;
        color: #A78610;
        font-size: 2.4rem;
    }

    .p_documents_docs_link_next::before,
    .p_documents_docs_link_next::after {
        right: 0.4rem;
        width: 1.2rem;
    }


    .p_documents_docs_link_next:hover {
        border: none;
        background: none;
        color: #666;
    }

    .p_documents_docs_link_next:hover::before,
    .p_documents_docs_link_next:hover::after {
        right: 0;
        background-color: #666;
    }
}

/* DL button */
.group-conversion__line {
    width: 30rem;
    margin: 2.0rem auto 0;
}

.button-docdl {
    width: 100%;
    height: 5.1rem;
    position: relative;
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-decoration: none;
    cursor: pointer;
    margin: 0 auto;
    padding: 1.0rem 2.0rem;
    color: #ffffff;
    border-radius: 0.5rem;
    background: #B29B46;
}

.button-docdl:hover {
    top: -0.6rem;
    box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.3);
    background-position: 99% 50%;
}


.button-docdl span {
    position: absolute;
    top: calc(50% - 1.0rem);
    left: 18%;
    right: 0;
}

.button-docdl .icon {
    position: absolute;
    left: 2.0rem;
    fill: #ffffff;
    z-index: 9;
    transition: fill .3s cubic-bezier(.39, .575, .565, 1) .1s;
}

.button-docdl .icon--download {
    top: calc(50% - 1.3rem);
    width: 2.6rem;
}

/* DL button END */

.title-content {
    height: 16rem;
}

.section-content {
    font-size: 1.5rem;
}

.section-content:first-child {
    padding-top: 4rem;
}

/* 資料請求フォーム */

.docdl {
    display: flex;
    width: 110rem;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.docdl_main {
    width: 66rem;
}

.readmore-check {
    display: none;
}

.docdl_form {
    width: 38rem;
    padding: 4rem 3.2rem;
    background: #f5f5f5;
}

.text-form {
    padding-top: 2rem;
    margin-bottom: 6rem;
}

.docdl_form.confirm {
    width: 76rem;
    background: none;
    margin: 2rem auto;
}

.docdl_form.confirm th {
    width: 24rem;
}

.docdl_form.confirm th td {
    padding: 1rem;
}

table.doc_request th,
td {
    display: block;
}

table.doc_request th {
    margin-bottom: 0.8rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #666666;
}

table.doc_request td {
    margin-bottom: 3.2rem;
}

table.doc_request td input[type=text] {
    width: 100%;
    height: 5rem;
    padding: 1rem;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #ffffff;
}


table.doc_request td select {
    width: 100%;
    height: 5rem;
    padding: 1rem;
    border: 1px solid #dcdcdc;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #ffffff;
}

.name_half {
    display: flex;
    justify-content: space-between;
    gap: 1.6rem;
}

.name_half div {
    width: 100%;
}

table.doc_request td.name_half div input[type=text] {
    width: 100%;
    height: 5rem;
    padding: 1rem;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #ffffff;
}

.is-required label {
    padding: 0.8rem 0;
}

input[type="checkbox"] {
    position: relative;
    width: 2rem;
    height: 2rem;
    border: 1px solid #1e5078;
    background: #fff;
    vertical-align: -0.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="checkbox"]:checked {
    background: #1E5078;
}

input[type="checkbox"]:checked:before {
    position: absolute;
    top: 0.3rem;
    left: 0.6rem;
    transform: rotate(50deg);
    width: 0.6rem;
    height: 1rem;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    content: '';
}


ul.radio_selecct {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 0.8rem;
    gap: 0.8rem;
}

ul.radio_selecct li {
    display: flex;
    align-items: center;
    border: 1px solid #E0E0E0;
    background: #FFF;
    border-radius: 0.4rem;
    transition: 0.3s ease-in-out;
}

ul.radio_selecct li:hover {
    border: 1px solid #1E5078;
    background: #DAE1EF;
}

ul.radio_selecct li label.label {
    padding: 0.8rem 2.4rem 0.8rem 1.6rem;
    width: 100%;
    height: 100%;
}


.docdl_form th span:after {
    content: '*任意';
    display: inline-block;
    padding: 0.1rem 0.7rem;
    color: #818d93;
    font-size: 1.2rem;
    font-weight: 500;
}

.docdl_form th.is-required span:after {
    content: '*必須';
    display: inline-block;
    padding: 0.1rem 0.7rem;
    color: #b20000;
    font-size: 1.2rem;
    font-weight: 500;
}

.docdl_button-form {
    display: block;
    margin-top: 6rem;
}

.docdl_button-form__item {
    text-align: center;
    width: 100%;
}

/* 右カラム ------------------------------------------------------------------------------*/

.di_text {
    line-height: 1.75;
    margin: 1.0rem 0;
}

.di_text.small {
    text-align: center;
    font-size: 1.4rem;
}

.di_type {
    display: block;
    width: auto;
    max-width: 14rem;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 1rem;
    border-radius: 0.4rem;
    background: #1E5078;
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 1.3rem;
    font-weight: 500;
    padding: 0.2rem 1rem;
    text-align: center;
}

.summary-document__subheading {
    font-family: "Noto Sans JP";
    font-size: 1.8rem;
    font-weight: 700;
    color: #1b3f5c;
    line-height: 1.5;
    margin-bottom: 0.4rem
}


.archive-download__caption {
    margin-top: 1rem;
    text-align: left;
}

.summary-document__heading {
    color: #1b3f5c;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 0.4rem;
}

.summary-document__lead {
    display: block;
    width: 100%;
    color: #1b3f5c;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 2.4rem;
}

.summary-document__lead2 {
    display: block;
    width: 100%;
    font-family: "Noto Sans JP";
    color: #1b3f5c;
    font-size: 2.2rem;
    font-weight: 700;
    margin: 2.4rem 0;
}

.summary-document__lead2.small {
    font-size: 1.8rem;
}

.summary-document__lead-catch {
    display: block;
    text-align: center;
    font-family: "Noto Sans JP";
    color: #1b3f5c;
    font-size: 2.6rem;
    font-weight: 900;
    margin: 2.4rem 0;
}

span.large.orange {
    font-family: "jost";
    color: #ffa813;
    font-size: 3.4rem;
    font-weight: 700;
}

span.medium.orange {
    font-family: "jost";
    color: #ffa813;
    font-size: 2.6rem;
    font-weight: 700;
}

.summary-document__lead2 span.yellow_underline {
    background: linear-gradient(transparent 75%, #ffe65b 75%, #ffe65b 90%, transparent 90%);
}

.summary-document__lead2 span.skyblue {
    color: #059fbe;
}

.summary-document__colorbar {
    display: block;
    width: 100%;
    padding: 2.4rem 0;
    text-align: center;
    background-color: #d2ebe8;
    margin: 2.4rem 0;
}

.summary-document__topic3 {
    display: flex;
    justify-content: center;
    align-items: start;
    width: 75%;
    gap: 4.8rem;
    margin: 0 auto;
}

.summary-document__topic3 li {
    text-align: center;
}

.summary-document__topic3--text {
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    color: #1b3f5c;
    margin-top: 0.5rem;
}

.docdl_profile {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2.4rem;
    margin-top: 1.2rem;
}

.summary-document__image {
    display: block;
    width: 58rem;
    background-color: #e8eaed;
    margin: 0;
}

.docdl_profile_index {
    display: block;
}

.summary-document__image--top {
    display: none;
}

.docdl_body {
    display: block;
    width: 100%;
    margin: 1.5rem 0 6rem;
}

.dlTopText {
    width: 100%;
    margin: 0 auto;
}

.dlTopText_two {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dlTopText_two_left.whitepaper09 {
    width: 40%;
    margin-right: 2.0rem;
}

.dlTopText_two_left.whitepaper11 {
    width: 60%;
    margin-right: 2.0rem;
}

.dlTopText_two_right {
    display: block;
    margin: 0 auto;
}

@media screen and (max-width:768px) {
    .summary-document__lead2 {
        font-size: 3.2rem;
    }

    .dlTopText_two_left.whitepaper09 {
        width: 100%;
        margin-right: 0rem;
    }

    .dlTopText_two_left.whitepaper11 {
        width: 100%;
        margin-right: 0rem;
    }

    .dlTopText_two_right {
        display: block;
        margin: 4.0rem auto 0;
    }

    .dlTopText p {
        font-size: 2.6rem;
    }

    .summary-document__lead2.small {
        text-align: center;
        font-size: 2.8rem;
    }
}

ul.point_list {
    position: relative;
    border-radius: 0.8rem;
    border: 2px solid #1E5078;
    background: #FFF;
    padding: 2.5rem 0 0.8rem;
    margin: 3.2rem 0 0;
    z-index: 1;
}

.point_list-area {
    position: relative;
}

.point_list-title {
    position: absolute;
    padding: 0rem 0.5rem;
    background: #ffffff;
    top: -1.0rem;
    left: 2.0rem;
    font-size: 1.6rem;
    font-weight: 700;
    color: #1E5078;
    z-index: 99;
}

ul.point_list li {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    padding-left: 3.2rem;
    margin-left: 2rem;
    margin-bottom: 1.4rem;
    position: relative;
    list-style-type: none;
}

ul.point_list li:before {
    content: "";
    display: inline-flex;
    width: 2.2rem;
    height: 2.2rem;
    background-image: url("../../images/ja/documents/request/icon_check.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 0.2rem;
    margin-right: 1.2rem;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

.docdl_body_point--list {
    display: flex;
    justify-content: center;
    border-bottom: solid 1px #666666;
    padding-bottom: 2.4rem;
    margin-bottom: 4rem;
}

.docdl_body_point li {
    display: block;
    padding: 0.8rem 1.6rem;
}

.docdl_body_point--tip {
    display: block;
    padding: 0.4rem 1.6rem;
    background: #1E5078;
    border-radius: 10rem;
    margin-right: 1rem;
    font-weight: 700;
    color: #ffffff;
}

.point_block {
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 2.0rem;
}

.point_block p {
    display: flex;
    justify-content: start;
    align-items: center;
    width: auto;
    height: 2.4rem;
    border-radius: 100rem;
    background: #1b3f5c;
    color: #fff;
    font-size: 2.0rem;
    font-weight: 700;
    margin-right: 2.0rem;
    text-align: left;
    padding: 2.0rem 2.4rem;
}

.point_block.small {
    font-size: 1.4rem;
}

.point_block.small p {
    font-size: 1.3rem;
    margin-right: 1.0rem;
}

.di_text .title {
    color: #666;
    font-family: "Noto Sans JP";
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0.5rem;
}

.di_text li {
    width: 90%;
    margin: 0 0 0.5rem 2.4rem;
    list-style-type: "－";
    color: #666;
    font-family: "Noto Sans JP";
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.75;
}

.di_text li p {
    padding-left: 1rem;
}

.di_text span.small {
    font-size: 1.2rem;
}

.di_text.imgTitle {
    font-family: "Noto Sans JP";
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.25;
}

.dlTopText_three {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.dlTopText_three div {
    width: 30%;
    text-align: center;
}

.dlTopText_three p {
    font-size: 2rem;
    font-weight: bold;
    list-style: disc;
    margin-bottom: 2.0rem;
}

.dlTopText_three li {
    width: 90%;
    margin: 0 0 1.0rem 4.0rem;
    list-style: disc;
    text-align: left;
}


.docdl_body_area {
    display: flex;
    justify-content: space-between;
}

.docdl_body_area div {
    margin-right: 2rem;
}

.docdl_body_area h3 {
    display: block;
    width: 100%;
    background: #1E5078;
    font-size: 1.6rem;
    font-weight: 700;
    color: #ffffff;
    padding: 0.4rem 1.6rem;
    margin: 1.5rem 0 1rem;
    text-align: center;
}

.docdl_body_area h4 {
    display: block;
    width: 100%;
    border-bottom: solid 2px #1E5078;
    font-size: 1.6rem;
    font-weight: 700;
    color: #1E5078;
    padding: 0.4rem 1.6rem;
    margin: 1.5rem 0 1rem;
    text-align: center;
}

.img_supervision {
    width: 15.0rem;
    float: left;
    margin: 0 2.0rem 2.0rem 0;
}

.supervision_name {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.supervision_name span {
    font-size: 2.0rem;
    font-weight: bold;
}

.select_form {
    color: #000000;
}

.attention {
    font-size: 1.2rem;
    margin: 1.2rem 0;
}

/* sub contents */
.summary-document__title {
    display: block;
    width: 100%;
    margin: 0 auto 2.0rem;
}

.summary-document__title span {
    display: inline-block;
    font-family: "Noto Sans JP";
    font-size: 2.4rem;
    font-weight: 700;
    text-align: left;
    color: #1b3f5c;
}

@media screen and (max-width:768px) {
    .summary-document__title span {
        font-size: 3.2rem;
    }
}

.summary-document__subtitle {
    font-family: "Noto Sans JP";
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
}

.summary-document__subtitle span.large {
    font-size: 2.2rem;
}

.summary-document__subtitle span.red {
    color: #d70d0d;
}

.summary-document__subimage {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 2.0rem;
}

.summary-document__subimage div {
    display: block;
    width: 50%;
    text-align: left;
}

.summary-document__subimage--title {
    display: block;
    width: 100%;
    background: #1E5078;
    color: #ffffff;
    padding: 0.5rem 1.0rem;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 1.0rem 0 2.0rem;
}

.summary-document__subimage--title.topmargin {
    margin-top: 3.6rem;
}

.summary-document__subimage--title.zero {
    background: #35a4b5;
}

.summary-document__subimage--title span.small {
    font-size: 1.2rem;
}

.summary-document__subimage--image {
    display: block;
    text-align: center;
    margin: 1.0rem auto 3.0rem;
}

.summary-document__subimage--image img.img100 {
    width: 100%;
}

.summary-document__subimage--image img.img80 {
    width: 80%;
}

.summary-document__subimage--image img.img50 {
    width: 50%;
}

.summary-document__subimage--image.topmargin {
    margin: 3.0rem auto 1.0rem;
}

.summary-document__subimage--table {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: left;
    align-items: start;
}

.summary-document__lead--h4 {
    display: inline-block;
    width: 100%;
    padding: 0.2rem 2.0rem;
    background-color: #D8512C;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: left;
    margin: 0;
}

.summary-document__lead--h4 span {
    font-family: "jost";
    font-size: 2.0rem;
    font-weight: 700;
    margin-right: 1.0rem;
}

.summary-document__subimage--table p.di_text {
    display: inline-block;
    width: 100%;
    text-align: left;
    font-size: 1.4rem;
    margin-bottom: 2.4rem;
    padding: 0 1.2rem;
}

.summary-document__subarea {
    padding: 2.4rem;
    background: #EEF2F9;
}

ol.summary-document__sublist {
    list-style: numeric;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

ol.summary-document__sublist>li {
    font-size: 1.8rem;
    font-weight: 700;
    margin-left: 2.4rem;
}

ol.summary-document__sublist>li span {
    background: linear-gradient(transparent 60%, rgb(171, 222, 235) 60%);
}

ol.summary-document__sublist li ul {
    margin: 0.5rem 0 0.5rem 2.0rem;
}

ol.summary-document__sublist li ul li {
    font-size: 1.4rem;
    font-weight: 500;
    list-style-type: "－";
    margin-bottom: 0.5rem;
}

.summary-document--figure {
    text-align: center;
}

.summary-document--figure img {
    margin: 2.4rem auto;
}

.summary-document--figure75 img {
    display: block;
    width: 75%;
}

@media screen and (max-width:768px) {
    .summary-document--figure75 img {
        display: block;
        width: 95%;
    }

    .summary-document--figure_s75 img {
        display: block;
        width: 75%;
    }
}

.topic_number li {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0.5rem 0;
}

.topic_number li span {
    display: inline-block;
    width: 2.0rem;
    height: 2.0rem;
    background-color: #2b2b2b;
    color: #ffffff;
    margin-right: 0.5rem;
    text-align: center;
}

/* sub contents END */

@media screen and (max-width:768px) {
    .doc_section-content p {
        font-size: 3.0rem;
    }

    .di_text.small {
        text-align: center;
        font-size: 2.6rem;
    }

    .summary-document__image--top {
        background-color: #e8eaed;
        display: block;
        margin: 1rem auto;
        text-align: center;
    }

    .summary-document__image--top img {
        width: 100%;
    }

    .docdl_body_point--list {
        display: block;
        text-align: center;
    }

    .docdl_body_point--tip {
        display: block;
        padding: 0.4rem 1.6rem;
        background: #1E5078;
        border-radius: 10rem;
        margin-right: 1rem;
        margin-bottom: 1.5rem;
        font-weight: 700;
        color: #ffffff;
    }


    .di_type {
        max-width: none;
        margin: 1.4rem 0 2rem;
        font-size: 2.4rem;
        display: inline-block;
        padding: 0.2rem 1.6rem;
    }

    .summary-document__subheading {
        font-size: 2.8rem;
    }

    .summary-document__heading {
        font-size: 3.6rem;
    }

    .docdl_profile {
        display: block;
    }

    .docdl_profile_index {
        width: 100%;
    }

    .docdl_profile_image {
        display: none;
    }

    .docdl_body_area {
        display: block;
    }

    .docdl_form.confirm {
        width: 90%;
        background: none;
        margin: 2rem auto;
    }

    .docdl_form.confirm th {
        display: block;
        width: 100%;
        margin-bottom: 1rem;
    }

    .docdl_form.confirm td {
        display: block;
        width: 100%;
        margin-bottom: 3rem;
        padding-left: 2rem;
    }

    .di_text .point {
        font-size: 2.6rem;
    }

    .di_text .point p {
        width: 7.0rem;
        height: 7.0rem;
        font-size: 2.6rem;
        margin-right: 1.0rem;
    }

    .di_text .title {
        font-size: 2.8rem;
    }

    .di_text {
        font-size: 2.4rem;
        margin: 1.0rem 0 2.4rem;
    }

    .di_text li {
        font-size: 2.4rem;
        margin: 0 0 1.0rem 2.0rem;
    }

    .di_text span.small {
        font-size: 2.0rem;
    }

    .di_text.imgTitle {
        font-size: 2.4rem;
    }

    .dlTopText_three {
        margin-top: 0;
    }

    .dlTopText_three div {
        width: 80%;
        margin-right: 1.2rem;
    }

    .dlTopText_three p {
        font-size: 2.4rem;
        margin-bottom: 1.0rem;
    }

    .dlTopText_three ul {
        margin-left: 3.2rem;
    }

    .dlTopText_three li {
        margin: 0 0 0.5rem 2.0rem;
        font-size: 2.2rem;
    }

    .dlTopText_three img {
        margin: 2.0rem auto 1.0rem;
    }

    .img_supervision {
        width: 100%;
        float: none;
        margin: 0 auto 2.0rem;
        text-align: center;
    }

    .img_supervision img {
        width: 15.0rem;
    }

    ul.point_list {
        border-radius: 0.8rem;
        border: 2px solid #1E5078;
        background: #FFFfff;
        padding: 7.0rem 0 0;
        margin: 3.2rem 0;
    }

    .point_list-title {
        font-size: 2.4rem;
        top: 1.0rem;
    }

    ul.point_list li {
        display: block;
        height: auto;
        font-size: 2.8rem;
        padding: 0 2.0rem 0 4.0rem;
        line-height: 1.25;
        margin-bottom: 2.4rem;
    }

    ul.point_list li:before {
        content: "";
        display: inline-flex;
        width: 2.7rem;
        height: 2.7rem;
        background-image: url("../../images/ja/documents/request/icon_check.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: -0.4rem;
        margin-right: 2.0rem;
        align-items: center;
        position: absolute;
        top: 1.0rem;
        left: 0;
    }

    .point_block {
        display: flex;
        justify-content: start;
        align-items: center;
        font-size: 2.2rem;
        font-weight: bold;
        padding-bottom: 2rem;
        margin-top: 4.0rem;
    }

    .point_block p {
        height: 6.0rem;
        font-size: 2.4rem;
        margin-bottom: 2.0rem;
    }

    .point_block.small {
        font-size: 2.2rem;
    }

    .point_block.small p {
        line-height: 1.2;
        font-size: 1.8rem;
    }

    .summary-document__lead {
        font-size: 3.2rem;
    }

    .summary-document__subimage {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        gap: 4.0rem;
    }

    .summary-document__subimage div {
        width: 95%;
        margin: 0 auto;
    }

    .summary-document__subimage--title {
        font-size: 2.4rem;
    }

    ol.summary-document__sublist>li {
        margin-left: 4.0rem;
        font-size: 3.6rem;
    }

    ol.summary-document__sublist li ul {
        margin: 1.5rem 0 1.5rem 3.0rem;
    }

    ol.summary-document__sublist li ul li {
        font-size: 2.6rem;
    }

    .summary-document__lead-catch {
        font-size: 3.2rem;
    }

    span.large.orange {
        font-size: 3.8rem;
    }

    .summary-document__subimage--title span.small {
        font-size: 1.8rem;
    }

    .attention {
        font-size: 1.8rem;
    }

    .summary-document__topic3 {
        display: block;
        flex-direction: column;
    }

    .summary-document__topic3 li p img {
        width: 50%;
        margin: 0 auto;
    }

    .summary-document__topic3--text {
        font-size: 2.6rem;
        margin-bottom: 2.0rem;
    }

    .summary-document__lead.small {
        font-size: 3.2rem;
    }

    span.large.orange {
        font-size: 4.0rem;
    }

    span.medium.orange {
        font-size: 3.2rem;
    }

    .summary-document__subimage--image img.img80 {
        width: 100%;
    }

    .summary-document__subimage--image img.img80.mbimg75 {
        width: 75%;
        margin: 2.4rem 0;
    }

    .summary-document__subimage--image img.img50 {
        width: 100%;
    }

    .summary-document__subtitle {
        text-align: center;
        font-size: 2.8rem;
    }

    .summary-document__subtitle span.large {
        font-size: 3.4rem;
    }

    .summary-document__lead--h4 {
        font-size: 3.0rem;
    }

    .summary-document__lead--h4 span {
        font-size: 3.4rem;
    }

    .summary-document__subimage--table p.di_text {
        font-size: 2.4rem;
    }
}

/* 右カラム END */


/* 資料請求フォーム */

/* エラーメッセージ */
.formErrorContent {
    display: block;
    width: auto;
    padding: 0.1rem 0.7rem;
    background: #b73535;
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 700;
    border-radius: 0;
}

/* エラーメッセージ */
.archive-download {
    margin-right: 0;
    margin-left: 0;
    gap: 1.6rem;
}

/*.archive-download--alog .archive-download__heading {
    color: #1b3f5c;
}*/
.archive-download__heading {
    border: solid 1px #cc0000;
}

.archive-download__heading.long-heading {
    height: 10rem;
}

.archive-download__heading {
    font-size: 2rem;
    min-height: 8rem;
}

.archive-download__heading small {
    font-size: 1.6rem;
    text-align: left;
}

.doc_download .archive-download__item {
    padding: 1.8rem 2rem;
}

.archive-download__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-right: 0;
    margin-left: 0;
}

.archive-download__item:nth-of-type(n+4) {
    margin-top: 0;
}

.archive-download__image img {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
}

.archive-download__caption {
    flex-grow: 1;
}


.section-content--alternate {
    background: #f1f3f3;
}

.section-content--alternate:nth-of-type(2n) {
    background: #dee6e7;
}

@media screen and (max-width:768px) {
    .archive-download__item {
        margin-right: 0;
        margin-left: 0;
        width: 49%;
    }

    .archive-download__item:nth-of-type(n+3) {
        margin-top: 0;
    }

    .archive-download__item:nth-of-type(n+4) {
        margin-top: 0;
    }

    .archive-download {
        margin-top: 3rem;
        margin-right: 1.7rem;
        margin-left: 1.7rem;
        gap: 1.6rem 2%;
    }

    .archive-download__heading {
        font-size: 2rem;
    }

    .archive-download__heading.long-heading {
        height: 14rem;
    }
}

/* 監修者 */

.wp_dlRecommend_sv {
    border: 1px solid #dcdcdc;
    border-radius: 0.8rem;
    margin-top: 4.0rem;
}

.wp_dlRecommend_ttl {
    width: 100%;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2;
    border-bottom: 2px solid #1b3f5c;
    margin-bottom: 1.6rem;
    text-align: left;
}

.wp_dlRecommend_descr_container {
    margin-top: 1.6rem;
    display: flex;
}

.wp_dlRecommend_descr {
    flex: 1;
}

.wp_dlRecommend_list {
    display: flex;
    justify-content: space-between;
}

.wp_dlRecommend_list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 30%;
    border: 1px solid #ccc;
    border-radius: 1.0rem;
    padding: 2.0rem 0.5rem;
}

.wp_dlRecommend_no {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.0rem;
    height: 4.0rem;
    background: #1b3f5c;
    color: #fff;
    font-size: 2.0rem;
    font-weight: bold;
    border-radius: 2.0rem;
    margin-bottom: 1.5rem;
}

.wp_dlRecommend_txt {
    color: #1b3f5c;
    line-height: 1.5;
}

.privacyAccept {
    font-size: 1.4rem;
}

@media screen and (max-width:768px) {
    /* 監修者 */

    .wp_dlRecommend_ttl {
        font-size: 2.6rem;
        margin: 2.0rem 0 1.5rem;
    }

    .wp_dlRecommend_list {
        display: flex;
        flex-direction: column;
        margin-bottom: 4.0rem;
    }

    .wp_dlRecommend_list li {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        border: none;
        padding: 0;
        margin-bottom: 2.0rem;
    }

    .wp_dlRecommend_no {
        width: 4.5rem;
        height: 4.5rem;
        font-size: 2.4rem;
        border-radius: 4.5rem;
        margin-right: 2.0rem;
        margin-bottom: 0rem;
        background: #fff;
        color: #000;
    }

    .wp_dlRecommend_txt {
        display: inline-block;
        font-size: 2.4rem;
        text-align: left;
    }

    /* 監修者 END */
}

/* 監修者 END */
.section-content__inner.index {
    max-width: 100%;
}

.index .section-content__inner {
    padding-bottom: 4.8rem;
}

.layout-content__header .section-content__inner {
    padding-top: 4rem;
}

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

    .section-content {
        font-size: 2.8rem;
    }

    .section-content>p {
        padding: 0 3.2rem;
    }

    .section-content__inner {
        max-width: none;
    }

    .layout-content__header .section-content__inner {
        padding: 4rem 4.4rem 0;
    }

    .docdl {
        display: block;
        width: 100%;
        flex-direction: row-reverse;
        justify-content: space-between;
        margin-top: 5.6rem;
    }

    .docdl_main {
        width: 100%;
        background: #F5F5F5;
        position: relative;
        padding: 2rem;
    }

    .dlTopText_two {
        flex-direction: column;
        margin: 2.0rem auto 0;
    }

    .dlTopText_two div {
        width: 100%;
    }

    /* cssアコーディオン*/
    .readmore {
        position: relative;
        box-sizing: border-box;
        padding: 1rem;
    }

    .readmore-content {
        position: relative;
        overflow: hidden;
        /*高さの初期値*/
        height: 72rem;
        margin-bottom: 2rem;
    }

    .readmore-content::before {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        content: "";
        /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
        height: 5rem;
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(245, 245, 245, 0.8) 50%, rgba(245, 245, 245, 0.8) 50%, #f5f5f5 100%);
        background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(245, 245, 245, 0.8) 50%, rgba(245, 245, 245, 0.8) 50%, #f5f5f5 100%);
        padding-bottom: 2rem;
        z-index: 998;
    }

    /* 続きを読むボタン */
    .readmore-label {
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        bottom: 0;
        left: 0;
        line-height: 1;
        width: 100%;
        height: 8.0rem;
        z-index: 999;
    }

    .readmore-label--arrow {
        color: #1E5078;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        width: 2.4rem;
        height: 2.4rem;
        border: 3px solid #1E5078;
        border-left: 0;
        border-bottom: 0;
        box-sizing: border-box;
        transform: translateY(-25%) rotate(135deg);
        margin: 0.5rem auto 1.5rem;
    }

    .readmore-check {
        display: none;
    }

    .readmore-check:checked~.readmore-label .readmore-label--arrow {
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateY(115%) rotate(-45deg);
    }

    /*チェック時に高さを自動に戻す*/
    .readmore-check:checked~.readmore-content {
        height: auto;
        margin-bottom: 2rem;
    }

    /*チェック時グラデーション等を削除*/
    .readmore-check:checked~.readmore-content::before {
        display: none;
    }

    .docdl_body {
        display: block;
    }

    .wp_dlRecommend_sv {
        display: none;
    }

    /*cssアコーディオン */

    .docdl_form {
        width: 100%;
        padding: 8rem 5.6rem;
    }

    table.doc_request th {
        margin-bottom: 1.6rem;
        font-size: 2.8rem;
    }

    table.doc_request td {
        font-size: 2.6rem;
        margin-bottom: 4.8rem;
    }

    table.doc_request td input[type=text] {
        height: 9rem;
        padding: 2rem;
    }

    table.doc_request td select {
        height: 9rem;
        padding: 2rem;
    }

    table.doc_request td.name_half div input[type=text] {
        height: 9rem;
        padding: 2rem;
    }

    ul.radio_selecct {
        gap: 2rem;
    }

    ul.radio_selecct li {
        border-radius: 1rem;
    }

    ul.radio_selecct li label.label {
        padding: 2rem 3.2rem 2rem 2.4rem;
    }

    .is-required label {
        padding: 2rem 0;
    }

    input[type="checkbox"] {
        width: 4rem;
        height: 4rem;
        vertical-align: -1rem;
    }

    input[type="checkbox"]:checked:before {
        top: 0.3rem;
        left: 1rem;
        width: 1.6rem;
        height: 2rem;
        border-right: 0.5rem solid #fff;
        border-bottom: 0.5rem solid #fff;
    }

    .formErrorContent {
        padding: 0.8rem 1.6rem;
        font-size: 2.4rem;
    }

    .docdl_form th.is-required span:after,
    .docdl_form th span:after {
        font-size: 2.3rem;
    }

    .privacyAccept {
        font-size: 2.6rem;
    }
}

/* 資料一覧 */
.layout-content.document_list {
    background: #f1f3f3;
}

.layout-content__header {
    margin-bottom: 0;
}

.list-topicpath {
    padding-top: 1.0rem;
    margin-top: 0;
}

.section-content {
    position: relative;
    padding: 10rem 0;
}

.document_list .section-content {
    position: relative;
    padding: 10rem 0 0;
}

.document_list .section-content:first-child {
    padding-top: 4rem;
}

.text-introduction {
    margin-bottom: 0;
}

.p_documents_head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
    margin-bottom: 6.4rem;
}

.index .p_documents_head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
    width: 110rem;
    margin: 0 auto 6.4rem;
}

.p_documents_head a,
.p_documents_area a {
    text-decoration: none;
}

.p_documents_head a:hover .p_documents_head_docs figure {
    transition: 0.5s;
    background: #E2DABA;
}

.p_documents_head a:hover .p_documents_head_docs--title {
    transition: 0.5s;
    color: #A78610;
}

.p_documents_head a:hover .p_documents_head_docs--btn {
    transition: 0.5s;
    background: #A78610;
}

.p_documents_head_docs {
    width: 53rem;
    display: flex;
    align-items: center;
    gap: 1.6rem;
    padding-right: 1.6rem;
    flex: 1 0 0;
    border-radius: 1.6rem;
    border: 2px solid #B29B46;
    background: #FFF;
}

.p_documents_head_docs figure {
    display: flex;
    width: 32rem;
    height: 18rem;
    padding: 0;
    border-radius: 1.6rem 0 0 1.6rem;
    justify-content: center;
    align-items: center;
    background: #E0E0E0;
}

.p_documents_head_docs--title {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.09px;
}

.p_documents_head_docs--btn {
    display: flex;
    width: 17.8rem;
    height: 4.8rem;
    border-radius: 0.4rem;
    padding: 0 2.4rem;
    align-items: center;
    background: #4D4D4D;
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-top: 2.0rem;
}

.p_documents_head_docs--btn:after {
    content: '';
    width: 1rem;
    height: 1rem;
    border: 0;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 1.6rem;
    bottom: 0;
    margin: auto;
}

.p_documents_head_docs--btn p {
    margin-top: 1.0rem;
}

.p_documents_head.foot {
    width: 52.0rem;
    margin: 0 auto;
}

.p_documents_head.back_btn a {
    position: relative;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 4rem auto;
    transition: all .3s;
}

.p_documents_head.back_btn a::before {
    content: '';
    position: absolute;
    top: 0.8rem;
    left: -1.6rem;
    width: 1rem;
    height: 1rem;
    border-top: solid 2px #333;
    border-left: solid 2px #333;
    transform: rotate(-45deg);
    transition: all .3s;
}

.p_documents_head.back_btn a:hover {
    color: #A78610;
}

.p_documents_head.back_btn a:hover::before {
    border-top: solid 2px #A78610;
    border-left: solid 2px #A78610;
}

.p_documents_area {
    display: flex;
    padding: 4rem 4rem 0;
    flex-direction: column;
    align-items: center;
    text-align: left;
    align-self: stretch;
    background: #FFF;
    margin-bottom: 8rem;
}

.p_documents_area.index {
    margin-bottom: 0;
}

.p_documents_docs-title {
    display: block;
    width: 100%;
    color: #cbcbcb;
    font-family: "jost";
    font-size: 5.6rem;
    font-weight: 200;
    letter-spacing: 0.3em;
    padding-top: 1.6rem;
}

.p_documents_docs_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    margin: 2.0rem 0 2.4rem;
    padding: 0 0 0.8rem;
    border-bottom: 4px solid #B29B46;
}

.p_documents_docs_area-subtitle {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 2.4rem;
    font-weight: 700;
}

.p_documents_docs_area-detail {
    display: flex;
    width: 100%;
    align-items: flex-start;
    align-content: flex-start;
    gap: 4.8rem 3rem;
    flex-wrap: wrap;
    margin-bottom: 6.4rem;
}

.index .p_documents_docs_area-detail {
    display: flex;
    width: 100%;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: space-between;
    gap: 4.8rem 3rem;
    flex-wrap: wrap;
    margin-bottom: 10rem;
}

.p_documents_docs_area-detail-doc {
    display: flex;
    width: 32.0rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
    flex-shrink: 0;
}

.p_documents_docs_area-detail-doc__title h4 {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: 1.8rem;
    font-weight: 700;
    text-align: left;
}

.p_documents_docs_area-detail-doc__title p {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
}

.p_documents_docs_area-detail-doc__image--area {
    position: relative;
}

.p_documents_docs_area-detail-doc__image {
    background: lightgray;
    margin-bottom: 1.0rem;
}

.icon__download--bg {
    background: #fff;
    position: absolute;
    width: 4rem;
    height: 4rem;
    right: 1.0rem;
    bottom: 1.0rem;
    border-radius: 10rem;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0 0 1.6rem #00000020);
    transition: all .5s;
}

.p_documents_docs_area-detail-doc:hover .icon__download--bg {
    background: #b29b46;
}

.icon__download {
    width: 2.0rem;
    fill: #574814;
    transition: all .5s;
}

.p_documents_docs_area-detail-doc:hover .icon__download {
    fill: #fff;
}

.icon__download_arrow {
    padding: 2.0rem;
}

.p_documents_docs_area-detail-doc a:hover .icon__download {
    right: 0.8rem;
    bottom: 0.8rem;
}

.p_documents_docs_area-detail-doc__caption p {
    margin: 1.0rem auto 2.4rem;
    color: #333;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
}

.p_documents_docs_area-detail-doc:hover .p_documents_docs_area-detail-doc__image {
    transition: 0.5s;
    background: #E2DABA;
}

.p_documents_docs_area-detail-doc:hover p {
    transition: 0.5s;
    color: #A78610;
}

.p_documents_docs_area-detail-doc:hover h4 {
    transition: 0.5s;
    color: #A78610;
}

.p_documents_docs_area-subtitle-btn {
    display: flex;
    width: 20.0rem;
    height: 4.8rem;
    padding: 0 2.4rem;
    align-items: center;
    gap: 1.6rem;
    border-radius: 0.4rem;
    background: #4D4D4D;
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

.p_documents_docs_area-subtitle-btn:after {
    content: '';
    width: 1rem;
    height: 1rem;
    border: 0;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 1.6rem;
    bottom: 0;
    margin: auto;
}

.p_documents_docs_area-subtitle-btn p {
    margin-top: 1.0rem;
}

.p_documents_docs_area-subtitle-btn:hover {
    transition: 0.5s;
    background: #A78610;
}

/* Products */
h1.p_documents_docs_area-subtitle {
    font-size: 3.2rem;
    text-align: center;
}

.p_docdl_link_list {
    margin: 4rem auto 0;
}

.p_documents_docs_list--title {
    display: flex;
    width: 100%;
    height: 7.2rem;
    padding: 0 2.4rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    background: #4D4D4D;
}

.p_documents_docs_list--title img {
    max-height: 3.8rem;
}

.p_documents_docs_list--title img.nac {
    max-height: 2.6rem;
}

.p_documents_docs_list--title {
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: 2.4rem;
    font-weight: 900;
}

@media screen and (max-width:768px) {
    h1.p_documents_docs_area-subtitle {
        font-size: 3.6rem;
    }

    /* 上段カテゴリボタン */
    .p_documents_head {
        width: 80%;
        flex-direction: column;
        gap: 2rem;
        margin: 0 auto 6.4rem;
        text-align: center;
    }

    .index .p_documents_head {
        flex-direction: column;
        gap: 2rem;
        width: 60rem;
        margin: 0 auto 6.4rem;
    }

    .p_documents_head_docs {
        width: 60rem;
        gap: 3.2rem;
        padding-right: 3.2rem;
    }

    .p_documents_head_docs--title {
        width: 26.0rem;
        font-size: 2.6rem;
        text-align: left;
    }

    .p_documents_head_docs--btn {
        font-size: 2.2rem;
        text-align: left;
        height: 6rem;
        width: 100%;
        border-radius: 0.8rem;
    }

    .p_documents_head_docs--btn:after {
        width: 8px;
        height: 8px;
        right: 2.4rem;
    }

    .p_documents_head_docs--btn p {
        margin-top: 1.2rem;
    }

    .p_documents_docs_area {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.6rem;
        padding: 0 0 2rem;
    }

    /* 上段カテゴリボタン END */
    .p_documents_area {
        padding: 6rem 7.2rem;
    }

    .p_documents_docs-title {
        font-size: 5.2rem;
    }

    .p_documents_docs_area-subtitle {
        font-size: 3.2rem;
    }

    .p_documents_docs_area-subtitle-btn {
        width: 32rem;
        height: 8rem;
        border-radius: 0.8rem;
        font-size: 2.6rem;
    }

    .p_documents_docs_area-subtitle-btn p {
        margin-top: 2rem;
    }

    .p_documents_docs_area-subtitle-btn:after {
        width: 8px;
        height: 8px;
        right: 2.4rem;
    }

    .p_documents_docs_area-detail {
        flex-direction: column;
        margin-bottom: 4rem;
    }

    .p_documents_docs_area-detail-doc {
        width: 100%;
    }

    .icon__download--bg {
        width: 8rem;
        height: 8rem;
        right: 2rem;
        bottom: 2rem;
        border-radius: 10rem;
        filter: drop-shadow(0 0 1.6rem #00000020);
    }

    .icon__download {
        width: 4rem;
    }

    .p_documents_docs_area-detail-doc--series {
        font-size: 2.2rem;
    }

    .p_documents_docs_area-detail-doc__title p {
        font-size: 2.6rem;
    }

    .p_documents_docs_area-detail-doc__title h4 {
        font-size: 3rem;
    }

    .p_documents_docs_area-detail-doc__caption p {
        margin-top: 0.8rem;
        font-size: 2.4rem;
    }

    .p_documents_docs_area-detail-doc__caption.whitepaper {
        display: none;
    }

    .p_documents_docs_list--title {
        font-size: 3.6rem;
        padding: 0 4rem;
        height: 8.8rem;
    }

    .p_documents_docs_list--title img {
        max-height: 4.8rem;
    }

    .p_documents_docs_list--title img.nac {
        max-height: 3.6rem;
    }

    .p_documents_head.foot {
        width: 60rem;
        margin: 0 auto;
    }

    .p_documents_head.foot .p_documents_head_docs {
        width: 60rem;
    }

    .p_documents_head_docs figure {
        width: 34rem;
        height: 22rem;
    }

    .p_documents_head.back_btn a {
        font-size: 3rem;
        margin: 4rem auto;
    }

    .p_documents_head.back_btn a::before {
        top: 1.4rem;
        left: -3.4rem;
        width: 2rem;
        height: 2rem;
        border-top: solid 0.4rem #333;
        border-left: solid 0.4rem #333;
    }

    .p_documents_head.back_btn a:hover::before {
        border-top: solid 0.4rem #A78610;
        border-left: solid 0.4rem #A78610;
    }
}
