@charset "utf-8";
/*-------------------------------------
  PosiTector200 
    last update: 2025.07.04 
----------------------------------------*/

#contents h1 {
	min-height: 65px;
}

.section {
	margin-bottom: 5%;
}

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

#contents h2 img {
	float: left;
}

.textTitle {
	padding: 48px 0 0 20px;
}

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

.red { color: red; }

#box01,
#box02,
#box03,
#box04 {
	padding-left: 10px;
	padding-right: 10px;
}

.indexBox {
    padding: 0 1rem;
}

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

#box01 h4 {
	font-size: 105%;
	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 {
	list-style: none;
	line-height: 1.6;
	padding: 0;
}

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

#box03 table td ul li {
	padding-left: 1.0em;
	text-indent: -1.0em;
}

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

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

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

#box03 ul.notice li {
	padding-left: 1em;
	text-indent: -1em;
	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 ul.notice ul.nor li:before {
	content: none;
}

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


#box04 a {
	color: white;
}


#box04 table {
	margin-top: 40px;
    border-collapse: collapse;
}

#box04 table,
#box04 table th {
	border-color: #00b050;
	border-width: 3px;
}

#box04 table th { 
    height: 150px;
    padding: 15px;
    text-align: left;
}

#box04 table th a {
	width: 300px;
    height: 100%;
	display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#box04 table th img {
	align-self: flex-end;
    margin-left: auto;
}

.modal__content{
    width: 300px;
}


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

	#contents h1 {
		text-shadow: 2px 2px 3px #000;
		z-index: 99;
		width: 40%;
	}
    
    .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 {
		width: 100%;
	}
	
	#box03 table td:nth-last-child(1) {
		width: 26%;
	}
	
	#box04 table th {
		width: 33.3%;
        height: 210px;
	}
	
	#box04 table th a {
        flex-wrap: wrap;
        align-content: space-between;
        gap: 10px;
        width: 100%;
	}
	
	.modal__content{
		width: 40%;
	}
}


