@charset "utf-8";
/*------------------------------------
    positector6000 
    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; }

.red { color: red; }

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

.basicTable th span {
	display: inline-block;
	font-weight: normal;
}

.basicTable td:nth-child(3) {
	text-align: center;
}

.basicTable td:nth-child(4) {
	text-align: center;
	width: 15%;
}

.basicTable td span {
	display: inline-block;
	padding : 0 0 0 1em;
	text-indent: -1em;
	text-align: left;
}

#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;
}

#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: 3% 0 0.5em;
}

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

#box01 ul {
    list-style: disc;
	padding-left: 2em;
	margin-bottom: 0.5em;
	line-height: 1.7;
}

#box01 div.flex-container {
  	display: flex;
   justify-content: space-between;
	margin-bottom: 3%;
}

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

#box01 figure img {
    max-height: 250px;
}

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

#box03 table {
	margin-top: 30px;
    font-size: 0.9rem;
    white-space: nowrap;
}

#box03 ul { padding-left: 1em;}

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

#box03 table ul { line-height: 1.6; }

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

#box03 ul.notice {
	list-style: none;
	line-height: 1.6;
	margin: 20px 0 0 0;
}

#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;
}


/* プラス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 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 span { display: flex !important; }
}

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

	#contents h1 {
		text-shadow: 2px 2px 3px #000;
		z-index: 99;
	}
	
	#box01 .flex-container {
		align-items: stretch;
	}

	#box01 figure img {
		width: 100%;
		max-height: 180px;
	}
	
	#box02 img {
		width: 100%;
	}
}

@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 p.note { padding-left: 0; }
    
    #box01 h4 { margin-top: 20px; }
    
    #box01 ul { padding-left: 1em;}
    
    #infoPlusRent .box {  flex-direction: column-reverse; }
    
    #infoPlusRent .box figure {
        margin-right: auto;
        max-width: 100px;
    }
}


