@charset "utf-8";


@import url("../../share/css/reset.css");
@import url("../../share/css/common.css");




#header_img {
	/* background: url(../images/img_header.png) no-repeat center top,  linear-gradient(to right, #E3E3E4 0%, #E3E3E4 50%, #80A946 50%, #80A946 100%); */
	background: #fff url(../images/img_header.png) no-repeat center top;
	background-size: auto 100%;
}







/*20200124 added---------------*/
.lead2{
	float: left;
	margin-left: 2%;
	width: 67%;
}
.maincontents-link-to-ministry {
  display: block;
  float: left;
  margin-top: 15px;
  margin-left: 2%;
}
@media (max-width: 499px){
	.lead2 {
	margin-left: 2%;
	width: 96%;
	}
}

.message_img {
	position: relative;
	display: inline-block;
	float: right;
	top: 0px;
  margin-top: 40px;
	margin-bottom: -10px;
	padding-right: 3.5%;
  width: 23%;
}
@media (max-width: 768px) and (min-width: 500px) {
	.message_img img {
	width: 25vw;
	height: auto;
	}
}
@media (max-width: 499px){
	.message_img {
	position: relative;
	display: inline-block;
	float: none;
	top: 0px;
    margin-top: 20px;
	margin-bottom: -10px;
	padding-right: 0;
	width: 100%;
	text-align: center;
	}
}


