  @charset "utf-8";

body {
	min-width: 320px;
}
.pc {
    display: none;
}
img {
	width: 100%;
}
section a:hover {
	opacity:1;
}


/* -- box layout
-------------------------------------------------------------------------------- */
header {
	padding: 30px 0 20px;
}
header h1 {
	width: 263px;
	margin: 0 15px;
}
article {
	line-height: 1.75;
	text-align: left;
}
.mainBtn {
	
}
.Btnbox {
    position: relative;
    display: block;
    overflow: hidden;
}
.Btnbox h2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90%;
    padding: 16px 5%;
    background-color: rgba(1,30,65,.7);
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.3;
    letter-spacing: 0.1em;
    z-index: 10;
}
.Btnbox h2:after {
    content: "";
    display: block;
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 25px;
    height: 22px;
    background: url(/rec/common/img/win_icn.png) no-repeat;
    background-size: 25px 22px;
}
.subBtn {
    margin: 40px 15px;
}
.subBtn li {
    margin-bottom: 25px;
}
.subBtn li a {
    display: block;
    padding: 25px;
    font-size: 14px;
    color: #ffffff;
    background: #004193;
}
.subBtn li:last-child a {
    color: #004193;
    background: #f2f2f2;
}

footer {
	padding: 20px 0;
}