@charset "utf-8";
/*----------------------------------
     posiTector200 Serial No.
    created: 2026.4.2
    update: 2026.4.9
------------------------------------*/

/*----------------------------------------
    title
-----------------------------------------*/
.title {
    background-color: #d9d9d9;
    max-width: 1530px;
    margin: 0 auto;
    padding: 32px 52px;
    gap: 50px 6%;
    color: black;
}

.title h1 {
    display: flex;
    align-items: center;
    column-gap: 30px;
}

.title h1 figure img { max-height: 150px; }

.title div.topImg {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    gap: 32px 22px;
    max-width: 45%;
}

.title div.topImg  figure img { width: 220px; }

.title div.topImg h2 {
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
}

.title div.topImg p { text-align: left; }

.title nav.rightNavi ul { font-size: 14px; }

.title nav.rightNavi ul li a { width: 100px; }

.title nav.rightNavi ul li.return a img { width: 90px; }


/*----------------------------------------
    contents
-----------------------------------------*/
.contents {
    max-width: 1530px;
    padding: 50px 0;
    margin: 0 auto;
    font-size: 1rem;
}

/* flow */
.flow {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px 2%; 
    margin-top: 52px;
}

.flow a { text-decoration: none; }

.flow figure { flex-shrink: 0; }

.flow figure img { width: 100%; }

/* box */
.box {  flex-basis: 32%; }

.box h2,
.box figcaption {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
}

.box h2 { margin-bottom: 0.5rem; }

.box figure > img { max-width: 100%; }

.box figcaption { 
    margin-top: 0.5rem;
    line-height: 1.7;
}

.box:nth-child(n+2):nth-child(-n+4) figcaption { max-width: 70%; }

.box figcaption img {
    display: inline-block;
    vertical-align: middle; 
    width: 32px;
}

/* box 1st */
#firstBox div.comment { position: relative; }

#firstBox p.note {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    position: absolute;
    margin: -50% 35% 0 35%;
}

/* box 6th */
#sixthBox figcaption img.viewer { width: 70px; }



@media only screen and (max-width: 1531px) {
    .contents { padding:  50px 32px;}
}

@media only screen and (max-width: 1025px) {
    
    .title { justify-content: space-between; }
    
    .title div.topImg { max-width: 55%;  }
    
    .box { flex-basis: 48%; }
    
    #firstBox p.note { font-size: 14px; }
}

@media only screen and (max-width: 769px) {
    
    .title h1 figure {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .title div.topImg { max-width: calc(100% - 144px);  }
    
    .contents {
        max-width: 100%;
        padding: 50px 32px;
    }
    
    .flow { gap: 50px 1%; }
    
    .box h2 { height: 3rem; }

    .box:nth-child(n+2):nth-child(-n+4) figcaption { max-width: 100%; }
}

@media screen and (max-width: 730px){ #firstBox p.note { margin: -70% 35% 0 35%; } }

@media screen and (max-width: 660px){ #firstBox p.note { margin: -90% 32% 0 35%; } }

/* -SP- -599px */
@media screen and (max-width: 599px){
    
    .title {
        padding-right: 22px;
        padding-left: 22px;
        padding-bottom: 0;
    }
    
    .title div.topImg { max-width: 100%;  }
    
    .title div.topImg figure { 
        flex-shrink: 0;
        max-width: 40%; 
    }
            
    .flow {
        flex-direction: column;
        font-size: 14px;
        margin-top: 0;
    }
    
    .box { flex-basis: 100%; }
    
    .box h2 { height: auto; }
    
    #firstBox p.note { margin: -54% 35% 0 35%; }
}

@media screen and (max-width: 367px){ #firstBox p.note { margin: -80% 35% 0 35%; } }

@media screen and (max-width: 344px){ #firstBox p.note { margin: -95% 35% 0 35%; } }

