/*website selected*/

/*2022/02/26-repage*/

/* トップ見出し */
.dnewsh2 {
    color: rgba(0, 88, 164, 1);
    font-size: 110%;
}

.dnewsh2::before {
    content: "- ";
}

h3.dnewsh3 {
    font-size: 100%;
}

h3.dnewsh3::before,
h3.dnewsh3::after {
    content: "- ";
}



#review_st section {
    margin-top: 60px;
    /* outline: 1px solid red; */
}

#review_st ul {
    list-style-type: disc;
    list-style-position: outside;
    /* border-bottom: lightgrey 1px solid; */
    padding: 10px;
    font-weight: bold;
}

.inner_space {
    display: flex;
    justify-content: space-between;
    align-items: top;
}

.review_more {
    display: flex;
    justify-content: space-between;
    /* border: 1px solid #333; */
    align-items: center;
    font-size: 90%;
}

.ref_small {
    font-size: 80%;
}

@media screen and (max-width: 768px) {
    .review_more {
        display: block;
    }

    .review_more img {
        display: block;
        margin: auto;
    }
}

/*記事内画像をセンターに配置*/

#review_st img {
    display: block;
}

/* ページ内アンカーリンク調整 */
#review_st .img_center img {
    padding-top: 60px;
    margin-top: -30px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

#review_st .img_right img {
    padding-top: 90px;
    margin-top: -90px;
    margin-left: auto;
}

/* 文章調整 */
#review_st p {
    margin-bottom: 1rem;
    line-height: 1.8;
}

.com_center {
    text-align: center;
}

.com_right {
    text-align: right;
    padding-top: 10px;
}

.review_small {
    font-size: 90%;
}

.box_center {
    /* outline: 1px solid red; */
}

.box_center_inner {
    margin: 0 auto;
    /* outline: 1px solid red;   */
}

.w60 {
    width: 60%;
}



#review_st {
    margin-top: 30px;
}

#review_st h2 {
    font-size: 1.3rem;
    /* padding: 5px; */
}

#review_st h3 {
    font-size: 1.2rem;
    padding: 10px;
}


@media screen and (max-width: 768px) {
    #review_st h2 {
        font-size: 1.2rem;
    }

    #review_st h3 {
        font-size: 1.1rem;
        padding: 5px;
    }
}

#review_st h5 {
    background-color: rgb(231, 231, 231);
    font-size: 1rem;
    padding: 5px;
}

/* トップに戻る調整 */
.top {
    text-align: right;
    font-size: 0.8rem;
}

/*全体Reset.cssを解除*/
sup,
sub {
    font-size: 0.7rem;
    letter-spacing: 0.03em;
}

sup {
    vertical-align: super;
}

sub {
    vertical-align: sub;
}

/* REVIEWS TOP TABLE */

.reviews_top td {
    padding: 10px;
    vertical-align: middle;
    line-height: 1.4;

    strong {
        font-size: 1.2rem;
        line-height: 2.6;
    }
}

.reviews_top td:first-child {
    /* width: 140px; */
}

@media screen and (max-width: 768px) {
    .reviews_top td {
        display: block;
        text-align: center;
    }
}

/* refierenceNav */
.reference {
    padding: 80px 0;
}

.reference_nav li {
    line-height: 1.4;
    padding-top: 90px;
    margin-top: -83px;
    margin-bottom: 20px;
    list-style-type: none;
    list-style-position: outside;
    counter-increment: cnt;
    text-indent: -2em;
    padding-left: 2em;
}

.reference_nav li:before {
    display: marker;
    content: counter(cnt) ")　 ";
}

.back_btn {
    border-top: 1px solid rgb(199, 199, 199);
    padding-top: 20px;
}

.back_btn a {
    display: block;
    margin: auto;
}

/* 中ページタイトルまわり */
.dnews_index {
    color: rgba(0, 88, 164, 1);
    font-size: 110%;
    font-weight: bold;
    margin: 0 0 .5em 0 !important;
}

.dnews_index::before {
    content: "- ";
}


.dnews_ttl {
    margin-bottom: 0 !important;
}

.dnews_sub_tit {
    font-size: 1.2rem;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 10px !important;
    margin-bottom: 20px !important;
    line-height: 1.5 !important;
}

.dnews_right {
    text-align: right;
    margin-bottom: 0 !important;
}

/* グリッド　商品閲覧用 */
.grid_table {
    margin-top: 50px;
    display: grid;
    width: 100%;
    /* border: 1px solid #333; */
    grid-template-rows: auto;
    grid-template-columns: 4fr 1fr 1fr 1fr;
    gap: 10px 0;
}

.grid_table>.grid_table_row {
    display: contents;
}

.grid_table_row.ttl>div {
    text-align: center;
    font-size: 75%;
    background-color: #f7f7f7;
    padding: 10px 5px;
    border-bottom: 1px solid lightgray;
}

.grid_table_row div {
    border-bottom: 1px solid lightgray;
    text-align: center;
    padding-bottom: 5px;
}


.grid_table_row>div:first-child {
    text-align: left;
}


@media screen and (max-width: 768px) {
    .grid_table {
        grid-template-rows: auto;
        grid-template-columns: 2.4fr 1fr 0.8fr 0.8fr;
        align-items: center;
        /* text-align: left; */
    }

    .grid_table_row>div:nth-child(1),
    .grid_table_row>div:nth-child(2),
    .grid_table_row>div:nth-child(3),
    .grid_table_row>div:nth-child(4) {
        font-size: 90%;
        height: 100%;
        padding-bottom: 0px;
    }


    .grid_table b {
        /* font-size: 90%; */
    }

    .sp_none {
        display: none;
    }
}



/* 索引 */
.li_inner,
.li_inner_1col {
    list-style-type: none !important;
    /* position: relative; */
    margin: 0 !important;
    padding: 0 !important;
    /* display: inline-block; */

}

.li_inner li,
.li_inner_1col li {
    padding: 15px 0;
    line-height: 1.5;
    border-bottom: 1px solid lightgray;
    /* display: flex; */
    align-items: center;
    vertical-align: middle;
}


.li_inner span {
    /* outline: 1px solid red; */
    display: block;
    white-space: nowrap;
    float: right;
    width: 100px;
    margin-top: -20px;
    font-weight: normal;
    /* padding-bottom: 50px; */
    /* text-align: right; */

}

.li_inner_1col span {
    display: block;
    white-space: nowrap;
    float: right;
    width: 100px;
    /* margin-top: -20px; */
    font-weight: normal;
    /* padding-bottom: 50px; */
    /* text-align: right; */

}

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

    .li_inner span,
    .li_inner_1col span {
        float: none;
        display: block;
        margin-top: 0;
        margin-left: auto;
    }
}

/*printで適用する内容*/
@page {
    size: A4;
}

@media print {

    #header,
    #lang__btn,
    .top,
    .q_custom_button,
    #footer {
        display: none;
    }

    #main_col {
        width: 87% !important;
        margin: 15px auto !important;
        padding-top: 30px !important;
    }

    .post_content h2 {
        margin-top: 50px !important;
    }

    .post_content p {
        line-height: 1.7;
    }

    /* 画像調整 */
    img {
        padding-bottom: 30px;
    }
}

/*図解した説明分*/
.smaller {
    display: inline-block;
    margin: 0 30px;
    font-size: .9rem;
    line-height: 1.5;
}

/*no.182調整分*/
.table_frame {
    /* width: 100%;
    overflow-x: scroll;
    white-space: nowrap; */
}

.table_frame th,
.table_frame td {
    padding: 8px;

}

.table_frame th {
    text-align: left;
    font-weight: bold;
    /* color: rgb(4, 85, 190); */
    white-space: nowrap;
}

.table_frame td {
    font-size: 90%;
    line-height: 1.4em;
}

.table_frame tr>td:first-child {
    font-weight: bold;
    white-space: nowrap;
}

#review_st :target:before {
    height: 100px;
    /* ヘッダの高さ */
    margin: -100px 0 0;
    /* ヘッダの高さ */
    content: '';
    display: block;
}


/*2024.06 change*/
/*review titbox left:writer/right:abstract*/

.review-top__box {
    display: flex;
    justify-content: space-between;
    /* align-items: flex-start; */
    /* vertical-align: flex-start; */
    margin-top: 40px;
    gap: 40px;

    @media screen and (max-width: 768px) {
        display: block;
        /* margin-top: 20px; */
    }

}

.review-top__box__writer {
    /* width: auto; */
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    align-items: flex-start;
    /* vertical-align: flex-start; */
    gap: 10px;


    p {
        font-size: 0.9rem;
        line-height: 1.4;
        float: right;
    }

    strong {
        font-size: 110%;
        line-height: 2.4;
    }

    img {
        max-width: 100px;
        max-height: 150px;
        object-fit: contain;
        float: left;
    }



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

}

.reviw-top__wrap {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    vertical-align: flex-start;
    gap: 10px;
    /* outline: auto; */

}

.review-top__box__abstract {
    /* margin-top: 20px; */
    /* outline: auto; */
    width: 60%;


    @media screen and (max-width: 768px) {
        width: 100%;
        margin: 40px 0;
    }

    strong {
        display: block;
        font-size: 125%;
        line-height: 2.4;


    }

    p {
        line-height: 1.6;
    }
}

.writer {
    line-height: 1.6 !important;
    padding-bottom: 20px;
}

.ttl-en {
    display: block;
    font-size: 96%;
    line-height: 1rem;
    margin-bottom: 10px;

    @media screen and (max-width: 768px) {
        font-size: 90%;

    }
}

.txt-small {
    font-size: 80%;
}

.txt-big {
    font-size: 130%;
}

figcaption {
    text-align: center;
    font-size: clamp(0.9rem, 1vw, 1rem);
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    font-weight: bold;

    @media screen and (max-width: 768px) {
        text-align: left;

    }
}

.img-comment {
    font-size: clamp(0.8rem, 0.6vw, 1rem);
    padding: 0px 24px 0 24px;

    li {
        font-weight: normal;
        line-height: 1.4;
        margin-bottom: 8px;
    }
}

/* 
.serialization-title {

    border: 1px solid #333;
    padding: 20px 30px;
    margin-bottom: 20px;
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    font-weight: bold;

    >p {
        line-height: 1.4;
    }

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

    }
}

.serialization-index {
    display: block;
    font-size: 80%;
}
 */

.tit-line {
    position: relative;
    padding-right: 80px;
}

.tit-line::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: #007dcb;
}

.bf-indent {
    text-indent: 1.4rem;
}

.grid_table2_wrapper {
    display: inline-block;
    /* または display: table; を使用 */

}

.grid_table2 {
    display: grid;
    grid-template-columns: max-content max-content;
    align-items: stretch;
    border: 1px solid #333;
    /* 外枠を追加 */

    @media screen and (max-width: 768px) {
        grid-template-columns: 1fr;
        border: none;
    }

}

.grid_table2 dt,
.grid_table2 dd {
    padding: 10px;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    border-bottom: 1px solid #333;

    @media screen and (max-width: 768px) {
        border: none;
    }

}

.grid_table2 dt {
    background-color: rgb(230, 249, 255);
}

.grid_table2 dd {
    border-left: 1px #333 solid;

    @media screen and (max-width: 768px) {
        border: none;
    }

}

.grid_table2 dd:last-of-type,
.grid_table2 dt:last-of-type {
    border-bottom: none;
}


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

@media screen and (max-width: 768px) {
    .flex-box {
        display: block;
        /* text-align: center; */
        /* インライン要素を中央揃えに */
    }

    .flex-box>* {
        margin: 0 auto;
        /* ブロックレベル要素を中央揃えに */
        display: block;
        /* 必要に応じて */
    }
}

.img-w550 {
    width: 550px;
}

.img-w300 {
    width: 300px;
}
.img-w360 {
    width: 380px;
}

.img-w420 {
    width: 420px;
}
.img-w220 {
    width: 220px;
}

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

    .img-w550,
    .img-w300,
    .img-w420,
    .img-w220
     {
        width: 100%;
    }
}


.table_frame2,
.table_frame3 {
    width: 100%;
    overflow-x: scroll;
    /* white-space: nowrap; */
    border-collapse: collapse;
    border-spacing: 0;
    margin: 20px 0 0 !important;
}

.table_frame2 {

    th,
    td {
        padding: 6px;
        border: 1px solid #bdbdbd;
    }

    th {
        font-weight: bold;
        white-space: nowrap;

    }

    td {
        font-size: 90%;
        line-height: 1.4em;
    }

    tr>td:last-child,
    tr>td:first-child {
        text-align: center;
    }
}

.table_frame3 {

    th,
    td {
        padding: 16px 8px;
        border: 1px solid #bdbdbd;
        line-height: 1.4em;
    }

    th {
        background-color: rgb(56, 135, 209);
        color: white;
        font-weight: bold;
        white-space: nowrap;

    }

    td:nth-child(1),
    td:nth-child(2) {
        text-align: center;
        white-space: nowrap;
    }

    tr:nth-child(odd) td {
        background-color: #f5feff;
    }

}


/* グローカル */
.glocal-tit {
    color: #007dcb;
    font-weight: bold;

}

.glocal-box {
    background-color: rgb(236, 251, 255);
    padding: 2rem;
    margin-bottom: 20px;
}

.glocal-box p,
.glocal-box li {
    line-height: 1.4 !important;
}

.glocal-box li {
    margin-bottom: 20px;
}

/* フォーラム */

.forum-box {
    margin: 20px 0;
    background-color: #deedfc;
    padding: 20px;
    text-align: center;
}

.forum-blue {
    color: #00447e;
}


/* flex */

.flex-box2 {
    width: 100%;
    gap: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;

}

@media screen and (max-width: 768px) {
    .flex-box2 {
        flex-direction: column;
        width: 100%;
        gap: 20px;

        img {
            width: 100%;
        }
    }
}

/* /border */

.border-line {
    padding: 10px;
    border: 1px solid #c4c4c4;
}

