@charset "utf-8";
.main_bg{
    background: url("../images/bg_pc.jpg") top center;
    position: relative;
}
#confidenceman{
    max-width: 1280px;
    max-height: 920px;
    margin: 0 auto;
    position: relative;
}
#confidenceman .sewrap{
	background: url(../images/bg_main.png) no-repeat top center;
	width: 100%;
	height: 100%;
	padding-top: 71.875%;
	margin: 0 auto;
	font-size:14px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position:relative;
	line-height: 1.5;
	background-size: cover;
}
#confidenceman .clrTxt {
	text-indent:-10000px;
	text-decoration:none;
	overflow:hidden;
    position:absolute;
}
.btn{
    width: 82%;
    font-size: 30px;
    font-weight: bold;
    border: 2px #B90013 solid;
    box-shadow: #B90013 1px 1px 6px 3px;
    color: #FFF;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18%;
    margin: 0 auto;
}
.btn:hover{
    text-decoration: none;
    color: #FFF;
    background: #b9001333;
}
.main_bg .middle{
    width: 100%;
    margin: 0 auto;
    background: #0005;
    position: absolute;
    bottom: 0;
    padding: 1%;
}
.main_bg .middle a{
    width: 50%;
    max-width: 24em;
    display: block;
    margin: 0 auto 20px;
}
.main_bg .middle .miwrap{
    font-size: 20px;
    font-weight: bold;
    border: 3px #B90013 solid;
    box-shadow: #B90013 1px 1px 8px 2px;
    color: #FFF;
    text-align: center;
    width: 100%;
    height: 100%;
}
.main_bg .middle a:hover{
    text-decoration: none;
    color: #FFF;
    background: #b9001333;
}
/*グレーアウト　終わり*/
#footer{
	margin:0px !important;
}