@charset "UTF-8";
/* CSS Document */

#jsca_obj02{
    margin-top: 80px;
}

table.downloadList{
	margin-top: 30px;
}

table.downloadList tr th{
	text-align: center;
}
table.downloadList tr th:last-child{
	width: 130px;
}
table.downloadList tr td:last-child{
	text-align: center;
}
table.downloadList tr td ul{
	display: inline-block;
	overflow: hidden;
}
table.downloadList tr td ul li{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}
table.downloadList tr td ul li a:hover img{
	opacity: 0.7;
}

#jsca_obj01 table.downloadList tr td:first-child{
	text-align: center;
	width: 50px;
}

.information_btn{
	display: inline-block;
	margin-top: 20px;
}
.information_btn a{
	display: block;
	position: relative;
	background-color: #003b61;
	padding-left: 15px;
	padding-right: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #ffffff;
	text-decoration: none;
}
.information_btn a:hover{
	opacity: 0.8;
}
.information_btn a::after{
	content: '';
	display: block;
	position: absolute;
	top: 31%;
	right: 15px;
	width: 14px;
	height: 26px;
	background-repeat: no-repeat;
	background-size: contain;
}
#pdf a::after{
	background-image: url(../images/file_pdf_wt.png);
}





#jsca_obj03 dl{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#jsca_obj03 dl dt{
width: 5em;
position: relative;
padding-right: 1em;
}
#jsca_obj03 dl dt::after{
content: '：';
width: 1em;
position: absolute;
top: 0;
right: 0;
text-align: right;
}
#jsca_obj03 dl dd{
width: calc(100% - 5em);
}

#jsca_obj02 h4{
margin-top: 2em;
font-weight: bold;
}
#jsca_obj02 dl{
display: flex;
}
#jsca_obj02 dl dt{
position: relative;
padding-right: 1em;
}
#jsca_obj02 dl dt::after{
content: '：';
width: 1em;
position: absolute;
top: 0;
right: 0;
text-align: right;
}
#jsca_obj02 dl dd{
}





#greeting01>div{
display: flex;
justify-content: space-between;
flex-direction: row-reverse;
}
#greeting01 figure{
width: 120px;
}
#greeting01 figure img{
max-width: 100%;
height: auto;
}
#greeting01 figure figcaption{
text-align: center;
font-size: 11px;
margin-top: 0.5em;
}
#greeting01 .txt{
width: calc(100% - 160px);
}