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

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

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

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

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

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

#box01 h4 {
	font-size: 105%;
	margin: 3% 0 0.5em;
}

#box01 p.note {
	text-indent: 1em;
}

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

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

#box01 div.flex-container {
	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	-webkit-box-pack: justify;
     -ms-flex-pack: justify;
   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;
}

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

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

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

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


#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: 300px;
	text-align: left;
}

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

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


@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%;
	}
	
	#box03 table {
		width: 100%;
	}
	
	#box04 table th {
		width: 33.3%;
	}
	
	#box04 table th a {
		width: 100%;
	}
}


