/* 2024.10- */

/* 2024.10.18
    box-sizing      --> general.css
    body            --> general.css
    top navigation  --> general.css
    icon            --> general.css
    footer(general) --> general.css */

/* 2025.03.25 photo */

/* Main sheet -- so called Container */

.sheet_row {
    /* YOKO Narabi */
    background: #E6D3E8;
    width: 100%;
    /*    max-width: 1440px; */
    margin: 0 auto;
    padding: 30 0 0 0;
    display: flex;
    flex-direction: row;
    border: 0px solid green;
    /* for debug */
}

.sheet_column {
    /* TATE Narabi */
    background: #E6D3E8;
    width: 100%;
    /*    max-width: 1440px; */
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    border: 0px solid green;
    /* for debug */
}


/* Contents: Headline/Heading + Text (right side of Main sheet) */

.content {
    width: 100%;
    /*    max-width: 1440px; */
    margin: 0 auto;
    color: #000;
    font-family: "Noto Serif JP", Helvetica;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
}

/* Headline/Heading (in Contents) */

.content .headline-border {
    width: 100%;
    margin: 0 auto 40 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 0px solid white;
    /* for debug */
}

.content p.headline {
    margin: 0;
    color: #9143C6;
    font-family: "MFW-PKaishoMCBK1ProN-Bold", serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    /* 28px */
}

.content p.headline_e {
    margin: 10 0 0 0;
    color: var(--category-col-blue, #9143C6);
    font-family: "Namdhinggo", Helvetica;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    /* 20px */
}

.content .heading {
    color: var(--Text-Gray2, #383940);
    font-family: "MFW-PKaishoMCBK1ProN-Bold", serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 160%;
    /* 36.8px */
}

.content .heading2 {
    margin: 60 0 0 0;
    color: var(--Text-Gray2, #383940);
    font-family: "MFW-PKaishoMCBK1ProN-Bold", serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 160%;
    /* 36.8px */
}

.content .heading3 {
    margin: 40 0 0 0;
    color: var(--Text-Gray2, #383940);
    font-family: "MFW-PKaishoMCBK1ProN-Bold", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 170%;
}

/* Main text (in Contents) */

.maintext {
    margin: 10 260 0 70;
    color: #000;
    text-align: justify;
    font-family: "MFW-PShinseiKaiCBSK1Pr5N-Regular", serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.4px;
}

/* Main text Link decoration */

.maintext a { color: #9143C6; }

.maintext a:visited { color: #9143C6; }


.subtext {
    margin: 20 auto;
    padding: 0 0;
    color: #000;
    text-align: justify;
    font-family: "MFW-PShinseiKaiCBSK1Pr5N-Regular", serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.4px;
}

/* Contents photo */

div.photo {
    width: 100%;
    /*    max-width: 1440px; */
    margin: 0 auto;
    padding: 24 12.5% 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    flex-wrap: nowrap;
    gap: 2%;
    border: 0px solid white;    /* for debug */
}

/*
.caption {
    color: #000;
    margin: 0 auto;
    text-align: center;
    font-family: "MFW-PShinseiKaiCBSK1Pr5N-Regular", serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}
*/

img.photo_item {
    flex: 1 1 auto;
    width: 40%;
    height: auto;
}


div.photo_grey {
    background: #dddddd;
    width: 90%;
    /*    max-width: 1440px; */
    margin: 0 auto;
    padding: 24 12.5% 12;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    flex-wrap: nowrap;
    gap: 2%;
    border: 0px solid white;    /* for debug */
}

div.photo_org {
    width: 100%;
    /*    max-width: 1440px; */
    margin: 0 auto;
    padding: 24 12.5%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    flex-wrap: nowrap;
    gap: 2%;
    border: 0px solid white;    /* for debug */
}

img.photo_item_org {
    flex: 1 1 auto;
    width: 30%;
    height: auto;
}



/* News timestamp */

div.timestamp{
    margin: 0 0 30 0;
    text-align: right;
    font-size: smaller;
    border: 0px solid red;  /* for debug */
}
