@charset "utf-8";

#mainImgB {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 42.8%;
	position: relative;
	text-align:center;
	background:#d6e1e9;
	padding:44px;
	margin-top:70px;
	margin-bottom:40px;
}
#mainImgB #mainTtlB {
    font-size: 2.4rem;
    font-weight: bold;
    font-family: "Noto Sans JP",sans-serif;
    margin: auto;
    text-align: center;
    width: 100%;
    color: #003f73;
    letter-spacing: 0.1em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.btnWidthA {
	width: 100%;
	margin: 0 auto;
}
.btnArea, .btnArea2 {
	text-align: center;
}
.btnBace {
	display: inline-block;
	padding: 10px 0;
	text-align: center;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #809fb9;
	width: 100%;
	background: #FFFFFF;
}