@charset "UTF-8";

#main {
	position:relative;
	height:440px;
}
.copy {
    display: none;
}
#main p {
    position:absolute;
    top: 0;
    left:0;
    width:100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#main p img {
    filter: drop-shadow(0 0 10px #224477);
}
.tx1 {
    background-color: #224477;
    color: #fff;
    padding: 30px 0;
    line-height: 1.7;
    font-size: 1.48em;
    letter-spacing: 1px;
    text-indent: 1px;
}
.pw li {
	float:left;
	width:calc((100% / 3) - (80px / 3));
    margin-right: 40px;
}
.pw li:last-child{
	margin-right:0;
}
.pwimg {
	margin-bottom:20px;
    overflow: hidden;
}
.pwimg img {
	width:100%;
    transition: transform 0.5s;
}
.pwimg a {
    position: relative;
    display: block;
}
.pwimg a:hover img {
    transform: scale(1.2, 1.2);
}
.pwimg a span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    color: #fff;
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 1.3;
    transition: all 0.5s;
    background-color: rgba(34,68,119,0.3);
}
.pwimg a:hover span {
    opacity: 1;
}
.pw li h3 {
	font-size:1.32em;
	border-bottom:1px solid #0058a6;
	margin-bottom:20px;
	padding-bottom:10px;
	text-align:center;
    color: #224477;
}
.pw li .pwtx {
	padding:0 10px;
	line-height:1.6;
}
.news_sub {
	font-size:1.32em;
	border-bottom:1px solid #224477;
	margin-bottom:30px;
	padding-bottom:10px;
    padding-left: 10px;
    color: #224477;
}
#news dl {
	margin:0 10px;
	line-height:1.6;
	padding-bottom:20px;
}
#news dt {
	font-size:0.92em;
	font-family:"Courier New", Courier, monospace;
	float:left;
}
#news dd {
	padding:0 0 30px 110px;
	border-bottom:1px solid #ccc;
	margin-bottom:30px;
}
#news dd:last-child {
    margin-bottom: 0;
}

.nimg {
    display: flex;
    justify-content:flex-start;
    align-items: center;
    margin-top: 30px;
}
.nimg img {
    max-width:310px;
	max-height:310px;
    margin-right: 20px;
}

@media screen and (max-width: 499px) {
#main {
    margin-top: 52px;
	height:320px;
}
#main span {
    left: 10px;
    top: 10px;
    right: auto;
    bottom: auto;
}
#main p {

}
.tx1 {
    padding: 25px 0;
    font-size: 0.92em;
    letter-spacing: 0;
    text-indent: 0;
}
.pw li {
	float:none;
	width:100%;
	margin:0 0 40px 0;
}
.pw li:last-child {
    margin-bottom: 0;
}
.pw li h3 {
	font-size:1.4em;
}
.news_sub {
	font-size:1.4em;
	text-align:center;
	margin-bottom:20px;
    padding-left: 0;
}
#news dl {
	padding-bottom:10px;
}
#news dt {
	float:none;
}
#news dd {
	padding:0 0 20px 0;
	margin-bottom:20px;
}

.nimg {
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 20px;
}
.nimg img {
    max-width:310px;
	max-height:310px;
    margin-right: 0;
    margin-bottom: 10px;
}
.nimg img:last-of-type {
    margin-bottom: 0;
}

}
