@charset "utf-8";
/*----------------------
  AT-A 
------------------------*/

#contents h1 {
	background: url(../images/index/ttl_01.png) no-repeat 0 #262626;
	padding-left: 450px;
	min-height: 68px;
	display: flex;
	align-items: flex-end;
}

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

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

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

.basicTable tr:nth-child(2) td:nth-child(3),
.basicTable tr:nth-child(n + 3) td:nth-child(2) {
	text-align: center;
}

.basicTable tr:nth-child(2) td:nth-child(4),
.basicTable tr:nth-child(n + 3) td:nth-child(3) {
	text-align: center;
	width: 15%;
}

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

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

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

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

#box01 figure.end {
	margin-right: 0;
}


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

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

#box01 dl dd strong {
	display: inline-block;
	margin-bottom: 0.5em;
}

#box02 p {
	margin-bottom: 1.5em;
}


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

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

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

#box03 table tr:nth-child(2) td:last-child {
	width: 25%;
}

#box03 table ul {
	list-style: none;
	line-height: 1.6;
	padding: 0;
}

#box03 table ul.jizen + ul  {
	padding-bottom: 0.7em;
}

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

#box03 table ul.jizen li:before {
	content: "◎ ";
}

#box03 table ul.jizen li {
	padding-left: 1.5em;
	text-indent: -1.5em;
}

#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 ul.nor {
	list-style: disc;
	padding: 0 0 0 1em;
}

#box03 ul.notice ul.nor li {
	padding-left: 0;
	text-indent: 0;
	margin-bottom: 0.5em;
}

#box03 ul.notice ul.nor li:before {
	content: none;
}

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

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


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

.red {
	color: red;
}

@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: calc(100% - 85px);
	}
	
	#box02 img {
		width: 100%;
	}
	
	#box03 table th:first-child {
		width: 5em;
	}
	
	#box03 table th:nth-child(3) {
		width: 10em;
	}
	
	#box03 table th:last-child {
		width: 9em;
	}
	
	#box03 table td ul li {
		padding-left: 1.3em;
		text-indent: -1.3em;
	}
	
	#box03 table tr:nth-child(2) td:last-child br {
		display: none;
	}
}


