@charset "utf-8";
.top_img {
	width: 100%;
	max-height: 550px;
	overflow-y: hidden;
	overflow-x: hidden;
	/* [disabled]height: 100%; */
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #E1F4F9;
	z-index: -1;

}
.top_img_bg  {
	width: 100%;
}

.top_img .inner {
	position: relative;
}
.top_img h2 {
	position: absolute;
	top: 71px;
	left: 119px;
	text-indent: -1em;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 300%;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	text-shadow: 0px 0px 5px #7E7E7E;
}
.top_img_logo {
	width: 188px;
	position: absolute;
	right: 5%;
	bottom: 5%;
	opacity: 0.8;
}
iframe {
	max-width: 100% !important;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.tsuushin {
	border-radius: 10px;
	border: 2px solid #5CA6B9;
	height: 400px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(../img/index/kazoku.png);
	background-repeat: no-repeat;
	background-position: 90% bottom;
	background-size: 30% auto;
}
.tsuushin_inner h1 {
	background-color: #5CA6B9;
	border-radius: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 10px;
}
.pdf {
	background-image: url(../img/common/icon_pdf.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	font-weight: bold;
	font-size: 100%;
	padding-top: 8px;
	padding-bottom: 5px;
	background-size: 25px auto;
	padding-left: 40px;
	display: block;
	margin-bottom: 5px;
}
.pdf:hover {
	background-color: rgba(92,166,185,0.30);
	border-radius: 10px;
}

.tsuushin_inner{
	overflow-y: scroll;
	overflow-x: hidden;
	height: 100%;
}
.maincontents {
	padding-bottom: 10px;
}
.moo {
	max-width: 1024px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 120px;
	background-image: url(../img/index/maru.png);
	background-repeat: repeat-x;
	padding-top: 30px;
}
.moo .moo_img_01 {
	width: 25%;
	float: left;
}
.moo .moo_img_01 img {
	width: 100%;
}
.moo .moo_word {
	width: 70%;
	float: right;
}
.moo .moo_img_02 {
	width: 100%;
	margin-top: 10px;
}
.moo .moo_img_02 img {
	width: 28%;
	margin-right: 3%;
}



@media screen and (max-width:768px){
	.top_img .inner {
	position: relative;
	padding-top: 50px;
	}
.maincontents {
	padding-top: 10px;
}

}

@media screen and (max-width:480px){
.top_img h2 {
	font-size: 150%;
	top: 69px;
	left: 47px;
	line-height: 1.2;
}
	iframe {
	display: block;
	margin-right: auto;
	margin-left: auto;
	}
	.moo {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	}
.moo .moo_img_01 {
	float: none;
	width: 100%;
}
	.moo .moo_word {
		float: none;
		width: 100%;
	}
	.moo .moo_img_02 img {
		width: 100%;
	}
}
