@charset "utf-8";
.main_bg{
    background: url("../images/bg_pc.jpg") top center;
    position: relative;
}
#confidenceman{
    max-width: 640px;
    max-height: 1016px;
    margin: 0 auto;
    position: relative;
}
#confidenceman .sewrap{
	background: url(../images/bg_main_sp.png) no-repeat top center;
	width: 100%;
	height: 100%;
	padding-top: 158.75%;
	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: 94%;
    font-size: 6vw;
    font-weight: bold;
    border: 4px #B90013 solid;
    box-shadow: #B90013 1px 1px 6px 3px;
    color: #FFF;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16%;
    margin: 0 auto;
}
.btn:hover{
    text-decoration: none;
    color: #FFF;
    background: #b9001333;
}
.main_bg .middle{
    width: 100%;
    margin: 0 auto;
    background: #0003;
    position: absolute;
    bottom: 0;
    padding: 4%;
}
.main_bg .middle a{
    width: 80%;
    max-width: 400px;
    display: block;
    margin: 0 auto 6%;
}
.main_bg .middle .miwrap{
    font-size: 4.5vw;
    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;
}