@charset "utf-8";
.jumbotron {
	background: url("../images/main_title.png") center no-repeat;
	background-size: cover;
	position: relative;
	height: 540px;
	margin-bottom: 0px;
}
.bg_yellow {
	width: 100%;
	background-color: #ffdd22;
	padding-bottom: 75px;
}

.bg_yellow_diagonal {
	width: 100%;
	background-color: #ffdd22;
	background-image: repeating-linear-gradient(-45deg, #f7d621 0, #f7d621 2px, #ffdd22 0, #ffdd22 50%);
	background-size: 30px 30px;
	padding-top: 75px;
	padding-bottom: 105px;
}

.bg_dot_green {
	background-image: radial-gradient(#c2c800 1px, #dae000 1px);
	background-size: 20px 20px;
	padding-top: 60px;
	padding-bottom: 90px;
}
.bg_dot_brown {
	background-image: radial-gradient(#41260f 1px, #573214 1px);
	background-size: 20px 20px;
	padding-top: 60px;
	padding-bottom: 75px;
}

.bg_fusion {
	background: #ddd url(../images/senior_back.png) no-repeat center center;
	background-size: cover;
}
.bg_gray {
	width: 100%;
	background-color: #e5ecf1;
	padding-top: 70px;
	padding-bottom: 105px;
}

.movie_margin {
	margin-bottom: 45px;
	margin-top: 30px;
}

.btnimage {
	display: inline-block;
}
a:hover img {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity = 50);
}

.feature_title {
}
.product {
	margin-bottom: 75px;
	margin-top: 75px;
}
.contact_text {
	padding-bottom: 15px;
}
footer {;
	background-color: black;
	color: white;
	font-size: 18px;
	padding-top: 30px;
	padding-bottom: 15px;
}
.copyright {
	font-size: 14px;
	padding-top: 15px;
}

@media screen and (max-width:768px) {
/*　画面サイズが768px以下の場合読み込む　*/
.bg_yellow {
	padding-bottom: 45px;
}
.bg_yellow_diagonal {
	padding-top: 35px;
	padding-bottom: 75px;
}
.bg_dot_green {
	padding-top: 25px;
	padding-bottom: 45px;
}
.bg_dot_brown {
	padding-top: 25px;
	padding-bottom: 45px;
}
.product {
	margin-bottom: 45px;
	margin-top: 45px;
}
.bg_gray {
	padding-top: 45px;
	padding-bottom: 75px;
}
}

/* ページトップへ戻るボタン */
#page-top{
	position:fixed;
	display:none;
	width:100%;
	height: 0;
	bottom: 200px;
	z-index:2;
	margin: auto;
}

#page-top a{
	position:absolute;
	display:block;
	right: 40px;
	width:60px;
	height:170px;
	background-size: 60px 170px;
	-moz-background-size: 60px 170px;
	background-image:url('../images/top_btn.png');
	background-repeat: no-repeat;
/*	bottom:110px;*/
}
#page-top a:hover{
	opacity:0.5;
}

@media only screen and (max-width: 480px)　{
	#page-top {
	display:none;
	}
}