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

#contents { margin-bottom: 0; }

#contents h1 {
	background-color: #262626;
	display: flex;
	align-items: center;
    column-gap: 30px;
}

.section {
	margin-bottom: 5%;
}

.sectionEnd {
	padding-bottom: 5%;
}

#article { margin-bottom: 0; }

#article h2 { 
    font-family:  Shin Go Bold;
    font-size: 1rem;
    color: white;
    min-height: 113px;
    display:  flex;
    align-items: center;
    column-gap: 25px;
    margin-bottom:  30px;
}

h2.blue { background: url(../images/index/bk_ttl03.png) no-repeat right; }

h2#t01 { background: url(../images/index/bk_ttl02.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; }

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

.red { color: red; }

#box01,
#box02,
#box03,
#box04,
#box05 {
	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: 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;
}

#box01 figure:nth-child(-n + 2) figcaption {
    text-align: center;
}


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

#box03 table th {
	padding: 10px;
}

#box03 table td {
	padding: 7px 10px;
}

#box03 table th span {
	font-weight: normal;
}

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

#box03 table tr:nth-child(n+3) td:last-child {
	width: 15%;
}

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

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

#box03 table tr:nth-child(n+3) td:last-child {
	text-align: right;
}

#box03 table tr td span.note {
	padding-left: 1em;
	text-indent: -1em;
	display: inline-block;
}

#box03 table tr td span.code {
	width: 9em;
	display: inline-block;
}

#box03 table tr td.bottomB {
	border-bottom-style: dotted;
}

#box03 table tr td.B {
	border-bottom-style: dotted;
	border-top-style: dotted;
}

#box03 table tr td.topB {
	border-top-style: dotted;
}

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

#box04 table th span {
	font-weight: normal;
	position: absolute;
	display: block;
	font-size: 0.85rem;
	width: 10rem;
	margin-top: 13px;
	padding: 10px;
	border: 2px solid white;
}


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

	#contents h1 {
		text-shadow: 2px 2px 3px #000;
		z-index: 99;
	}
	
	div.overColumn {
		overflow-x: auto;
		white-space: nowrap;
		overflow-scrolling: touch;  /* スクロールを滑らかにする */
		-webkit-overflow-scrolling: touch;  /* スクロールを滑らかにする */
		padding-bottom: 1rem;
	}
	
	#box01 .flex-container {
		align-items: stretch;
	}

	#box01 figure img {
		max-height: 180px;
	}
	
	#box02 img {
		width: 100%;
	}
	
	#box03 table {
		width: 100%;
	}
	
	#box03 table tr:first-child th:first-child {
		width: 5em;
	}
	
	#box03 table tr:first-child th:nth-child(3) {
		width: 12%;
	}
	
	#box03 table tr:nth-child(n+3) td:last-child {
		width: 12%;
	}
	
	#box03 table tr:nth-child(2) td:last-child {
		width: 13%;
	}
	
	#box03 table tr:nth-child(2) td:last-child br {
		display: none;
	}
	
	#box03 table tr:nth-child(n+3) td:nth-child(2) {
		min-width: 4em;
	}
	
	#box04 table th span {
		font-weight: normal;
		margin-top: 10px;
		width: 9em;
	}
    
}

@media only screen and (max-width: 650px) {
    #titles {
        flex-wrap: wrap;
        gap: 20px;
        height: auto;
        padding: 10px 20px 0;
    }
    
    #contents h1 {
        min-height: 65px;
        flex-wrap: wrap;
    }
    
    #contents #rightNavi { margin-left: auto; }
    
    #contents p#pankuzu { padding-left:  20px; padding-right: 20px;}
    
    #article { margin: 0 30px; }
    
    .section { margin-bottom: 50px; }
    .sectionEnd { padding-bottom: 50px; }
    
    #box01, #box02, #box03, #box04, #box05 {  padding: 0; }
    
    #box01 p.note {  text-indent: 0; }
    
    #box01 div.flex-container {
        flex-wrap: wrap;
        gap: 20px;
    }
    
    #box03 table, #box04 table { margin-top: 0; }
    
    #box04 table th span { display: none;}
}



