/* -------------------- Parallax -------------------- */
.fadein {
    opacity : 0;
    transform : translate(0, 20px);
    transition : all 600ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

/* -------------------- bg -------------------- */

.bg-white {
    background:#fff; 
 }

.bg-blueAlpha {
	background-color:rgba(24,46,95,0.5);
}
.bg-whiteAlpha {
	background-color:rgba(255,255,255,0.9);
}
.bg-LGrey {
	background: #F2F2F2;
}



.bg-gr01 {
    background: -moz-linear-gradient(top, #9A001B, #870015);
    background: -webkit-linear-gradient(top, #9A001B, #870015);
    background: linear-gradient(to bottom, #9A001B, #870015);
 }
 
.bg01 {
    background: #870015;
 }
 
 .bg02 {
    background: #9A001B;
 }
 
/* -------------------- Buttons -------------------- */

    a.btn01 {
		clear: both;
        display: block;
        font-weight:normal;
        font-size: 12px;
        line-height: 12px;
        width:72%; 
        height: auto;
        text-align: center;
        text-decoration: none!important;
        padding: 18px;
        margin: 20px auto 60px;
        background: #f2f2f2;
		border: 1px solid #eee;
        color: #666;
    }
    a.btn01:hover {
			background: #fff;
			border: 1px solid #eee;
        	color: #666;
		}


    a.btn02 {
		clear: both;
        display: block;
        font-weight:normal;
        font-size: 18px;
        line-height: 1.4;
        width:72%; 
        height: auto;
        text-align: center;
        text-decoration: none!important;
        padding: 18px;
        margin: 20px auto 20px;
        background: #3A2D84;
		border: 1px solid #eee;
        color: #fff;
    }
    a.btn02:hover {
			opacity: 0.8;
            filter: alpha(opacity=80);
            -moz-opacity: 0.8;
		}


    a.btnDL {
		clear: both;
        display: block;
        font-weight:normal;
        font-size: 24px;
        line-height: 1.4;
        width:72%; 
        height: auto;
        text-align: center;
        text-decoration: none!important;
        padding: 18px;
        margin: 20px auto 20px;
		border: 1px solid #eee;
        color: #fff;
		background: #9A001B;
		
    }
    a.btnDL:hover {
			opacity: 0.8;
            filter: alpha(opacity=80);
            -moz-opacity: 0.8;
		}



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

		a.btn01 {
			font-size: 12px;
			line-height: 12px;
			width:90%; 
			padding: 16px;
			margin: 20px auto 40px;
		}
		a.btn01:hover {
				background: #f2f2f2;
			}


		a.btn02 {
			font-size: 16px;
			line-height: 1.4;
			width:98%; 
			padding: 16px;
			margin: 20px auto 20px;
			background: #3A2D84;
		}
		a.btn02:hover {
				opacity: 1;
				filter: alpha(opacity=100);
				-moz-opacity: 1;
			}


		a.btnDL {
			font-size: 18px;
			line-height: 1.4;
			width:98%; 
			padding: 16px;
			margin: 20px auto 20px;
			background: #9A001B;

		}
		a.btnDL:hover {
				opacity: 1;
				filter: alpha(opacity=100);
				-moz-opacity: 1;
		}
	
	} /* media */
		
		
/*---------- voiceTop ----------*/

#voiceTop {
	display: block;
	width: 100%;
	height: auto;
	margin: 30px 0;
 } 


/* pagetilteBalloon */

	header.pagetitleBalloon {
	  position: relative;
	  padding: 20px;
	  background-color: #fff8d0;

	  margin: 30px 0 0;
	}

		header.pagetitleBalloon::before {
		  content: '';
		  position: absolute;
		  display: block;
		  width: 0;
		  height: 0;
		  left: 0;
		  right: 0;
		  bottom: -15px;
		  margin: 0 auto;
		  border-top: 15px solid #fff8d0;
		  border-right: 15px solid transparent;
		  border-left: 15px solid transparent;
		  z-index: 2;
		}

			header.pagetitleBalloon h1 {
				font-size: 20px!important;
				line-height: 1.5;
				letter-spacing: 0;
			}	
			header.pagetitleBalloon h1 span {
				display: none;
				font-size: 3vw;
				line-height: 1.2;
				margin-top: 12px;
			}



/*---------- Column2 ----------*/

.column2 {
	display: flex;
	width: 1100px;
	margin: 30px auto 0;
}


	@media screen and (max-width:768px) {
	
      .column2 {
          display: block;
          width: 100%;
          margin: 30px auto 0;
      }

	}



/*---------- BannerTop TOP & PAGE ----------*/

section#bannerTop {
	width: 320px!important;
	padding: 50px 0;
	margin: 0 0 0 60px;
	/*background: #ccc;*/
}
	section#bannerTop a img {
		border: 0!important;
		width: 100%;
		height: auto;
		box-shadow:0px 0px 3px 1px #ccc;
	}

section#bannerSide {
	width: 100%;
	padding: 50px 0 50px 20px;
	margin: 0 0 0 0;
	/*background: #ccc;*/
}
	section#bannerSide a img {
		display: block;
		margin: 0 auto;
		width: 92%!important;
		height: auto;
		border: 0!important;
		box-shadow:0px 0px 3px 1px #ccc;
	}

	@media screen and (max-width:768px) {
	
		section#bannerTop {
			width: 100%;
			padding: 50px 0;
			margin: 0 auto;
			text-align: center;
		}
			section#bannerTop a img {
				display: block;
				width: 100%;
				height: auto;
				border: 0!important;
				box-shadow:0px 0px 3px 1px #ccc;
			}
			
		section#bannerSide {
			width: 100%;
			padding: 50px 0;
			margin: 0 0 0 0;
		}

	}


/*---------- Whats New Thumb = Normal Auto ----------*/
	
section#wnThumb {
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	/*background: #fcc;*/
}
	section#wnThumb ul {
		width: auto;
		height: auto;
		margin: 60px auto;
		padding: 0;
	}
	section#wnThumb ul li {
		display: flex;
		width: 100%;
		height: auto;
		position: relative;
		margin: 24px 0;
		padding: 8px;
	}
		section#wnThumb ul li:nth-child(2n) {
			background: #f2f2f2;
		}
		section#wnThumb ul li:hover {
			transform: translate(-4px,0);
			transition: 0.2s ease-in-out;
		}
	
		
	section#wnThumb ul li a.thumArea {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 140px;
		height: auto;
		overflow: hidden;
		/*border: 1px solid #f2f2f2;*/
	}
	section#wnThumb ul li a.thumArea img {
		border: 0!important;
		padding: 0!important;
		background: none!important;
	}
	
		section#wnThumb ul li a.thumArea:hover {
			opacity: 0.7;
			filter: alpha(opacity=70);
		}

	section#wnThumb ul li a.titleArea {
		/*display:flex;
		flex-wrap: wrap;
		align-items: flex-start;*/
		display:flex;
		flex-direction: column;
		flex-wrap: wrap;
		justify-content: center;

		width: 100%;
		height: auto;
		padding: 0 0 0 30px;
		overflow: hidden;
		text-decoration: none;
		font-weight: bold;
		font-size: 100%;
		line-height: 1.4;
		color:#333;
	}
		section#wnThumb ul li a.titleArea span  {
				display:block;
				font-size: 12px;
				margin-top: 12px;
			}

	section#wnThumb ul li span.newsdate {
		position: absolute;
		left: 0;
		top: -12px;
		font-size: 10px;
		line-height: 1;
		color: #aaa;
	}

	section#wnThumb ul li em.newest {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
		flex-flow: column; 
		vertical-align: top;
		width: 30px;
		height: 30px;
		font-size: 8px;
		line-height: 1;
		color: #fff;
		background: #FF4A4A;
		/*transform: rotate(-36deg);*/

		position: absolute;
		top:-8px;
		right: -16px;
		z-index: 2;
	}




/* ------------------ mainImg ------------------ */


.mainImg {
	display: block;
	margin: 0 auto 30px;
	border: 1px solid #f2f2f2;
	position: relative;
}
.mainImg img {
	display: block;
	margin: 0!important;
	padding: 0!important;
	border: 0!important;
}

.mainImg strong {
	display: block;
	width: 100%;
	margin: 0;
	text-align: center;
	color: #fff;
	font-size:12px;
	line-height:1;
	padding:10px;
	background:rgba(0,0,0,0.2);
	position: absolute;
	bottom: 0;
	left: 0;
}



	@media screen and (max-width:768px) {
	
		.mainImg {
			display: block;
			margin: 0 auto 30px;
			border: 0;
			
			width: 100vw;
			position: relative;
			left: 50%;
			transform: translateX(-50%);
		}
	
		.mainImg img {
			height: auto;
		}
	
		.mainImg strong {
			display: block;
			width: 100vw;
			text-align: center;
			color: #fff;
			font-size:12px;
			line-height:1;
			padding:10px;
			background:rgba(0,0,0,0.6);
			position: absolute;
			bottom: 0;
			left: 0;
		}
	
	}

	@media screen and (max-width:768px) {
    
    .officerImg  { padding: 0 3rem; }    
    .officerName { text-align: center; }
    
  }