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

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

.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,
#box05 {
	padding-left: 10px;
	padding-right: 10px;
}

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

#box01 .imgBox {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

#box01 .imgBox img {
    max-width: 100%;
}

#box01 figure {
    margin-right: 2em;
}

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

#box02 img {
    max-width: 100%;
}


#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 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;
	}
    
    #box03 table td.comment {
        min-width: 250px  !important;
        white-space: normal !important;
    }
    
    div.overColumn {
		overflow-x: auto;
		white-space: nowrap;
		overflow-scrolling: touch;  /* スクロールを滑らかにする */
		-webkit-overflow-scrolling: touch;  /* スクロールを滑らかにする */
		padding-bottom: 1rem;
	}
}

@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 h1 img { max-width: 100%;}
    
    #contents #rightNavi { margin-left: auto; }
    
    #contents p#pankuzu { padding-left:  20px; padding-right: 20px;}
    
    #article { margin: 0 30px; }
    
    #article h2 img { max-width: 30%;}
    
    .section { margin-bottom: 50px; }
    .sectionEnd { padding-bottom: 50px; }
    
    #box01, #box02, #box03, #box04, #box05 {  padding: 0; }
    
    #box01 .imgBox { justify-content: center; }
    
    #box03 table, #box04 table { margin-top: 0; }
    
    #box04 table th span { display: none;}
}
