@charset "utf-8";
/*-------------------------------------
  PosiTector200 
    last updated: 2026.09.08 
----------------------------------------*/

#contents {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-style: normal;
}

#contents h1 span {
	color: #40A631;
    font-size: 1.8rem;
	margin-left: 0;
}

#contents h1 span.serviceName {
    display: flex;
    flex-wrap: nowrap;
    column-gap: 1rem;
    margin-left: 2rem;
}

#contents h1 .serviceName span.rent {
    display: flex;
    align-items: baseline;
    column-gap: 0.3rem;
    color: #9dc037;
}

#contents h1 .serviceName > span > span {
    color: #9dc037;
    font-size: 1rem;
}

.section { margin-bottom: 100px; }

.sectionEnd { padding-bottom: 5%; }

h2.t01 { background: url(../images/index/bk_ttl02.png) no-repeat right; }

h2.t02 { background: url(../images/index/bk_ttl03.png) no-repeat right; }

h2.t03 { background: url(../images/index/bk_ttl04.png) no-repeat right; }

h2.t04 { background: url(../images/index/bk_ttl05.png) no-repeat right; }


.basicTable th {
	background-color: #666666;
	color: white;
	font-weight: bold;
}

.red { color: red; }

#article .scroll-x {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch; 
}

#article h2 {
    font-family: "Shin Go Bold", sans-serif;
    font-size: 16px;
    color: white;
    position: relative;
    min-height: 47px;
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}

#article h2 img {
    position: absolute;
    top: -40px;
    left: 0;
}

#article h2 span {
    display: inline-block;
    padding-left: 118px;
}

#article h2:first-child { margin-top: 100px; }

#article h3,
#article h4 {
    font-family: 'Noto Sans JP', sans-serif;
    font-style: normal;
}


.indexBox {
    padding: 0 1rem;
}

#box01 h3 {
    font-weight: 900;
	font-size: 110%;
	line-height: 1.3;
	margin-bottom: 1em;
}

#box01 h4 {
    font-weight: 700;
	font-size: 105%;
    line-height: 1.2;
	margin: 40px 0 0.5em;
}

#box01 p.note {
	text-indent: -1.25em;
    padding-left: 1.25em;
}

#box01 p.note::before { content: "※ "; }

#box01 ul {
	margin-bottom: 0.5em;
	line-height: 1.7;
}

#box01 div.flex-container {
    display: flex;
    gap: 30px 40px;
	margin-bottom: 3%;
}

#box01 div.flex-container.probe { flex-wrap: wrap;}

#box01 figure { margin: 5px 0 0; }

#box01 figcaption { margin-bottom: 0.5em; }

#box03 table { margin-top: 30px; }

#box03 table th span { font-weight: normal; }

#box03 table th,
#box03 table td { padding: 10px; }

#box03 table tr:nth-child(n+2) td:nth-child(3),
#box03 table tr:nth-child(n+2) td:nth-child(4) {
	text-align: center;
}

#box03 table tr td:nth-child(2),
#box03 table tr td:last-child { min-width: 150px;}

#box03 table td ul {
	line-height: 1.5;
	padding-left: 1em;
}

#box03 table td ul li::marker { content: "●"}

#box03 table td:last-child  {
	padding-left: 25px;
	text-indent: -15px;
}

#box03 ul.notice {
	line-height: 1.6;
	margin: 20px 0 0 0;
	padding-left: 1em;
}

#box03 ul.notice > li::marker { content: "※"; }

#box03 ul.notice li { margin-bottom: 1.5em;}

#box03 ul.notice li strong.st {
	display: inline-block;
	margin: 0.5em 0 0 1em;
}

#box03 ul.notice li strong {
	margin: 0.3em 0 0 0;
}

#box03 ul.notice  li span.ex {
	display: inline-block;
	padding-left: 2em;
	text-indent: -2em;
}

#box03 ul.notice ul.nor {
	margin: 0;
	padding: 0;
	list-style: disc inside;
}

#box03 ul.notice ul.nor li { margin: 0; }

#box03 p.note::before { content: "※ "; }

.modal__content { width: 300px; }

/* プラスRent */
#PlusRent { margin: 150px 0 0; }

#infoPlusRent .box {
    display: flex;
    column-gap: 40px;
    margin: 60px 0 40px;
}

#infoPlusRent .box figure { max-width: 180px; }
#infoPlusRent .box img { max-width: 100%; }

#infoPlusRent .box p { 
    line-height: 1.5;
    margin-bottom: 0.8rem;
}

#infoPlusRent table { white-space:  nowrap;}

#infoPlusRent table td { font-size: 0.90rem;}

#infoPlusRent table th,
#infoPlusRent table td { padding: 10px; }

#infoPlusRent table tr:nth-child(odd) { background-color: #CCC; }

#infoPlusRent table tr:nth-child(n+3) td:last-child { width: 15%; }

#infoPlusRent table tr:nth-child(n+3) td:nth-child(3) { text-align: left;}

#infoPlusRent table ul {
	line-height: 1.6;
	padding-left: 1.2em;
}

#infoPlusRent table ul li::marker { content: "● "; }

#infoPlusRent table tr:nth-child(n+3) td:last-child { text-align: right; }

#infoPlusRent table tr td span.note {
	padding-left: 1em;
	text-indent: -1em;
	display: inline-block;
}

#infoPlusRent table tr td span.code {
	width: 9em;
	display: inline-block;
}

#infoPlusRent table tr td.bottomB {
	border-bottom-style: dotted;
}

#infoPlusRent table tr td.B {
	border-bottom-style: dotted;
	border-top-style: dotted;
}

#infoPlusRent table tr td.topB { border-top-style: dotted; }

#infoPlusRent ul.note {
	line-height: 1.6;
	margin: 20px 0 0 0;
	padding-left: 1.2em;
}

#infoPlusRent ul.note >  li::marker { content: "※"; }

#infoPlusRent ul.note >  li { margin-bottom: 1.5em; }

#infoPlusRent ul.note > li strong.st {
	display: inline-block;
	margin: 0.5em 0 0 1em;
}

#infoPlusRent ul.note ul.nor {
	list-style: disc;
	padding: 0 0 0 1.2em;
}

#infoPlusRent ul.note ul.nor li { margin-bottom: 0.5em; }

#infoPlusRent ul.note ul.nor strong { margin: 0.3em 0 0 0; }

#infoPlusRent ul.note ul.nor li span.ex {
	display: inline-block;
	padding-left: 2em;
	text-indent: -2em;
}


.request > div { padding-top: 10px;}

.request .linksList {
    display: grid;
    grid-template-columns: repeat(3, 300px);
    gap: 3px; 
    background-color: #00b050;
    border: 3px solid #00b050;
    width: max-content;
}

.request .linksList .box {
    padding: 15px;
    background-color: #666666;
}

.request .linksList .box a {
    color: white !important;
    display: flex;
    column-gap: 10px;
    justify-content: space-between;
    width: 100%;
    height: 180px;
}

.request .linksList .box a h3 { white-space: nowrap; }

.request .linksList .box a p {
    border: 1px solid white;
    padding: 10px;
}

.request .linksList .box a img { 
    flex-shrink: 0;
    object-fit: contain;
    max-width: 100px;
}


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

	#contents h1 {
		text-shadow: 2px 2px 3px #000;
		z-index: 99;
	}
    
    #contents h1 span { display: flex !important; }
    
    .indexBox { padding: 0;}
    
    #box01 div.flex-container {
        flex-wrap: wrap;
        gap: 30px 20px;
    }

	#box01 figure img {
		width: 100%;
		max-height: 230px;
	}
	
	#box02 img { width: 100%; }
    
    #box03 table {  white-space: pre-line; }
	
	#box03 table td:nth-last-child(1) { width: 26%; }
	
	.modal__content{
		width: 40%;
	}
}

@media only screen and (max-width: 961px) {
    
    #article h2 img { 
        max-width: 70px;
        top: -20px;
    }
    
    #article h2 span { 
        padding-left: 70px;
        text-shadow: 0 0 2px black;
    }
    
    #box01 .flex-container { 
        flex-wrap: wrap;
        gap:20px;
    }
    
    #infoPlusRent .box { align-items: flex-end; }
    
}

@media only screen and (max-width: 550px) {
    
    #article h2 { margin-bottom: 50px; }
    
    #article h2:first-child {margin-top: 50px;}
    
    
    #box01 h4 { margin-top: 20px; }
    
    #infoPlusRent .box {  flex-direction: column-reverse; }
    
    #infoPlusRent .box figure {
        margin-right: auto;
        max-width: 100px;
    }
}


