@charset "utf-8";
/*--------------------------------
	Factory Support Post Layout
	created: 2025.02.03
	updated: 2026.08.20
----------------------------------*/

/*---------------
	base fonts
----------------*/
body .bgset {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

#topContents .information h2 { font-family: "Shin Go Bold","sans-serif";}

#mainContents .article h2 { font-family: "Shin Go Regular", "sans-serif";}

#mainContents #menu h2 { font-family: "Noto Sans JP", sans-serif;}

/*----------
	color
-----------*/
body .bgset,
#mainContents .article h2 { color: white; }

.red { color: #FF3333; }

.sarmon { color: #FF8181;}

@media (prefers-color-scheme: dark) {
    body { color: white; background-color: #767676; font-weight: 300;}
    
    .red { color: #ff7a7a; }
    
    .basicTable,
    .basicTable tr th,
    .basicTable tr td { 
        color: white;
        border-color: black;
        font-weight: 400;
    }
    
     #mainContents #secondNavi {
        font-weight: 400;
    }
}


/*---------------------
	layout topContents
-----------------------*/
#topContents .title {
	background-color: black;
	min-height: 90px;
	padding: 50px;
}

#topContents .title h1 {
	color: white;
	font-family: 'Shin Go Bold', 'BIZ UDPGothic', sans-serif;
	font-weight: 700;
	font-style: normal;
}

#topContents .commonCard {
	background-color: #262626;
	border-top: 5px solid gray;
	border-bottom: 5px solid gray;
	display: flex;
	align-items: center;
	gap: 30px;
	padding: 20px 50px;
    overflow-x: auto;
}

#topContents .commonCard .topImg,
#topContents .commonCard .secondImg {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
    flex-shrink: 0;
}

#topContents .commonCard .topImg {
    gap: 10px;
}

#topContents .commonCard .secondImg {
    gap: 20px;
}

#topContents .commonCard .topImg img {
	width: 250px;
	opacity: 0.8;
}

#topContents .commonCard .secondImg img{
    width: 130px;
}

#topContents .commonCard .comment p {
    font-feature-settings: "palt";
    font-size: 1rem;
}

#topContents .commonCard .commonBtn {
    flex-shrink: 0;
}

#topContents .commonCard .commonBtn ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

#topContents .commonCard .commonBtn ul li img {
	border: 1px solid gray;
    height: 74px;
}

#topContents .commonCard .information {
    flex-shrink: 0;
    margin-left: 50px;
    position: relative;
}

#topContents .commonCard .information img {
    position: absolute;
    width: 200px;
}

#topContents .commonCard .information .comment {
    padding-left: 200px;
    margin-left: 20px;
}

#topContents .commonCard .information h2 {
    margin-bottom: 10px;
}

/*---------------------
	layout mainContents
-----------------------*/
#mainContents {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 0;
    padding: 0;
}

#mainContents #firstCont {
    display: flex;
    flex-direction: column-reverse;
    gap: 50px;
    padding: 0 30px 50px 0;
}

#mainContents #secondNavi {
    padding: 50px 30px;
    margin: 0;
}

/*-----------------
	#cont
------------------*/
#mainContents #firstCont #cont h1 {
    border-top: 1px solid dimgray;
    border-bottom: 2px solid dimgray;
    margin-bottom: 30px;
}

#mainContents #firstCont #cont h1 img {
    height: 60px;
}

#mainContents #firstCont #cont .article {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

#mainContents #firstCont #cont .article h2 {
    font-size: 1rem;
    border-radius: 5px;
	background-color: #333333;
	padding: 3px 10px;
    display: flex;
    align-content: center;
    margin-bottom: 30px;
}

#mainContents #firstCont #cont .article h2 span {
    font-size: 0.90rem;
    margin-left: 0.5rem;
}

#mainContents #firstCont #cont .box > div {
    margin: 0 15px;
}

/*-----------------
	#menu
------------------*/
#mainContents #firstCont #menu {
    overflow-x: auto;
    padding-bottom: 10px;
}

#mainContents #firstCont #menu div {
    display: flex;
    margin-top:  50px;
}

#mainContents #firstCont #menu h2 {
     font-size: 16px;
     flex-shrink: 0;
}

#mainContents #firstCont #menu ul {
    display: flex;
    gap: 40px;
    margin: 0 40px;
}

#mainContents #firstCont #menu ul li {
    flex-shrink: 0;
}

#mainContents #firstCont #menu ul li:last-child {
    padding-right: 50px;
}

#mainContents #firstCont #menu ul li a img {
    width: 175px;
}


/*-----------------
	#secoundNavi
------------------*/
#mainContents #secondNavi ul {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

#mainContents #secondNavi figure {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

#mainContents #secondNavi figure img {
    width: 80px;
    height: 80px;
}

#mainContents #secondNavi figure figcaption {
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
}

#mainContents #secondNavi a {
    text-decoration: none;
}


/*------------
	visible
-------------*/
@media (hover: hover) {
	.pc {display: block;}
	.mobile { display: none;}
}

@media (hover: none) {
	.pc {display: none;}
	.mobile { display: block;}

}


@media screen and (max-width: 1400px) {
    #mainContents #firstCont #cont .article h2 {
        flex-wrap: wrap;
        white-space: pre-line;
    }
}

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

}

@media screen and (max-width: 1156px) {
    
    #mainContents {
        flex-direction: column;
    }
    
    #mainContents #firstCont {
        margin: 0 30px 50px;
        padding: 0;
    }
    
    #mainContents #firstCont #menu ul {
        gap: 30px;
        margin: 0 0 0 30px;
    }
    
    #mainContents #secondNavi {
        border-top: 5px solid gray;
    }

}

/* - tablet以下 - */
@media screen and (max-width: 961px) {
    
    #topContents .title {
        padding: 50px 30px;
    }
    
    #topContents .commonCard {
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 0;
        padding: 20px 30px 0;
    }
     
    #topContents .commonCard .topImg,
    #topContents .commonCard .secondImg {
        justify-content: center;
        width: 100%;
    }
    
    #topContents .commonCard .topImg img {
        width: auto;
        max-width: 250px;
    }
    
    #topContents .commonCard .secondImg img {
        width: auto;
        max-width: 130px;
    }
    
    #topContents .commonCard .information {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 30px;
        width: 100%;
        margin-left: 0;
        margin-bottom: 50px;
    }
    
    #topContents .commonCard .information .comment {
        margin: 0;
        padding: 0;
    }
    
    #topContents .commonCard .information img {
        width: auto;
        max-width: 200px;
        position: static;
    }

}

/* - 例外 - */
@media screen and (max-width: 808px) {
    #topContents .commonCard .information {
        flex-direction: column-reverse;
    }
}

/* - mobile - */
@media screen and (max-width: 431px) {
    
    #topContents .commonCard {
        gap: 50px;
    }
    
    #topContents .commonCard .topImg img {
        max-width: 70%;
    }
    
    #topContents .commonCard .information img {
        max-width: 50%;
    }
    
    #topContents .commonCard br{
        display: none;
    }
    
    #mainContents #firstCont #cont .box > div {
        margin: 0 0;
    }

}