@charset "utf-8";


.index_bnr_andoh{
	position:relative;
	width:960px;
	margin:20px auto;
	box-sizing:border-box;
	border:1px solid #ddd;
}
.index_bnr_andoh img{width:100%;height:auto;}
.index_bnr_andoh_text{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	padding:40px;
	box-sizing:border-box;
	background:rgba(255,255,255,0.8);
	width:90%;
	text-align:center;
	font-weight:400;
}
.index_bnr_andoh_h1,
.index_bnr_andoh_h2,
.index_bnr_andoh_p{display:block;font-weight:300;}
.index_bnr_andoh_link{}

.index_bnr_andoh_h1{font-size:1.4rem;margin-bottom:10px;}
.index_bnr_andoh_h2{font-size:2rem;margin-bottom:10px;}
.index_bnr_andoh_p{font-size:1rem;text-align:left;margin-bottom:20px;}

.index_bnr_andoh_link a{padding:10px 20px;display:inline-block;}
.index_bnr_andoh_link a:link,
.index_bnr_andoh_link a:visited{background-color:#999;color:#fff;}



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

	.index_bnr_andoh_text{
		position:relative;
		top:auto;
		left:auto;
		transform:translate(0,0);
		width:100%;
	}
	.index_bnr_andoh{
		width:100%;
	}
	.index_bnr_andoh_h1{font-size:1.2rem;font-weight:500;}
	.index_bnr_andoh_h2{font-size:1.2rem;}
}


