@charset "utf-8";
/*----------------------
  grindometer 
------------------------*/

#contents h1 {
	font-size: 130%;
	min-height: 64px;
	background: url(../images/index/ttl_01.png) no-repeat 30px #262626;
	padding-left: 360px;
}

.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: 43px 0 0 20px;
}

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

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

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

#box01 img {
	float: left;
}

#box01 table {
	float: left;
	margin: 3em 0 0 5em;
}

#box01 table td {
	text-align: center;
}

#box01 dl {
	display: flex;
	align-items: center;
	column-gap: 1rem;
	margin: 3em 0;
}

#box01 dl dd {
	line-height: 1.5;
	width: 92.45%;
}


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

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

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

#box03 ul li {
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 1em;
}


#box04 a {
	color: white;
}


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

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

#box04 table th {
	width: 33.3%;
	text-align: left;
}

#box04 table th img {
	padding-top: 10px;
	float: right;
}

#box04 table th a {
	display: block;
	width: 100%;
	height: 150px;
}


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

	#contents h1 {
		text-shadow: 2px 2px 3px #000;
		z-index: 99;
	}
	
	#box01 figure {
		margin-right: 2em;
	}
	
	#box01 dl {
		margin-left: 0;
	}

	#box01 dl dd {
		width: 85%;
	}
	
	#box04 table th a {
		height: auto;
	}
}


