@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  共通CSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.CLEAR]
/* [02.PKG,SPC]
/* [03.OTHER]
/*
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.CLEAR]
--------------------------------------------------------------------------*/
.clr:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clr {
	min-height: 1px;
}
* html .clr {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* [02.PKG,SPC]
--------------------------------------------------------------------------*/
.pkg {
	width: 1020px;
	margin: 0 auto;
	padding: 60px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
}
.pkg-60 {
	width: 1020px;
	margin: 0 auto;
	padding: 60px 0 100px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
}
.pkg-l {
	width: 1020px;
	margin: 0 auto;
	padding: 135px 0 155px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
}
.spc-b-10 {
	margin-bottom: 10px;
}
.spc-b-20 {
	margin-bottom: 20px;
}
.spc-b-40 {
	margin-bottom: 40px;
}
.spc-b-60 {
	margin-bottom: 60px;
}
.spc-b-80 {
	margin-bottom: 80px;
}

/* [03.OTHER]
--------------------------------------------------------------------------*/
.tac {
	text-align: center;
}
.tar {
	text-align: right;
}
.fw-b {
	font-weight: bold;
}
.bdr {
	position: relative;
	border: solid 1px #CCC;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 40px;
}
.btn {
	position: relative;
	width: 320px;
	height: 62px;
	line-height: 62px;
	display: block;
	background: #0032a0;	
	color: #FFF;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 auto;
}
.btn-r {
	position: absolute;
	width: 200px;
	height: 40px;
	line-height: 40px;
	display: block;
	background: #FFF;
	border: solid 1px #0032a0;
	font-size: 12px;
	color: #0032a0;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	top: 30px;
	right: 30px;
}
.btn span {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 20px;
	margin: 0;
	padding: 0;
}
.btn-r span {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 18px;
	margin: 0;
	padding: 0;
}
.bg-eaf1f5 {
	background: #eaf1f5;
}
.bg-f5f5f5 {
	background: #f5f5f5;
}
.dpn {
    display: none;
}
.br-dpn-pc {
    display: block;
}
.br-dpn-sp {
    display: none;
}
