@charset "UTF-8";

@media print, screen and (min-width: 751px) {
.mainContent {
	padding: 0 !important;
}
h1 {
	background-image: url(../solution/img/bg_mv.jpg);
}
h1 .pt01 {
	font-size: 28px;
	padding-bottom: 10px;
}
.ttlTwo01 {
	font-size: 24px;
	font-weight: bold;
	padding-left: 28px;
	background: url(../common_re/img/icon/icon_circle01.png) left 10px no-repeat;
	background-size: 12px;
	margin-bottom: 35px;
	line-height: 1.4!important;
}
.ttlTwo02 {
	font-size: 36px;
	font-weight: normal;
	line-height: 1.2;
	margin-bottom: 55px;
	position: relative;
	text-align: center;
}
.ttlTwo02:after {
	content: "";
	width: 68px;
	height: 2px;
	background: #ffe100;
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin-left: -34px;
}
.btnGeneral {
	border-radius: 3px;
	background-color: #333;
	color: #fff !important;
	font-size: 18px;
	letter-spacing: 1.8px;
	display: block;
	width: 270px;
	margin: 30px auto 0;
	padding: 0;
	text-align: center;
	position: relative;
	border: 1px solid #333;
}
.btnGeneral a {
	display: block;
	padding: 10px 10px;
	color: #fff !important;
}
.btnGeneral:hover a {
	color: #333 !important;
}
/* rent
  ------------------------------------------- */
.cont01 {
	padding: 80px 0;
	background: #f9f8f3;
}
.cont02 {
	padding: 80px 0 100px;
	background: #fff;
}
.contwrap .img01 img {
	width: 100%;
}
.alignCenter.txtLead {
	margin-bottom: 30px;
}
.box01 {
	position: relative;
}
.box01 + .box01 {
	margin-top: 80px;
}
.box01 img {
	width: 100%;
	height: auto;
}
.box01 .txtBox {
	font-size: 18px;
	letter-spacing: normal;
	width: 330px;
	position: absolute;
	top: 330px;
	left: 0;
}
.columnBox {
	margin-top: 25px;
	padding: 20px 30px;
	background: #fff;
	border: 1px #e5e5e5 solid;
	border-radius: 8px;
}
.columnBox.benefit {
	padding: 40px 50px;
	border-radius: 0;
}
.columnTtl {
	padding-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
}
.benefit .columnTtl {
	/*border-bottom: 1px #e5e5e5 solid;
	padding-bottom: 15px;*/
	padding-bottom: 0;
}
.columnTtl .txtRed {
	color: #f43737;
}
.columnImg {
	padding-top: 40px;
	width: 588px;
	margin: 0 auto;
}
.columnNotes {
	font-size: 14px;
	padding: 40px 0 0 1em;
	text-indent: -1em;
}
.ttlEvent01 {
	font-size: 24px;
	font-weight: bold;
	padding-left: 24px;
	background: url(../common_re/img/icon/icon_circle01.png) left 6px no-repeat;
	background-size: 12px;
	margin-bottom: 30px;
	line-height: 1.4;
}
.cont01 .pt01 {
	margin-bottom: 35px;
}
.cont01 .pt02 {
	width: 500px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.cont01 .pt03 {
	width: 410px;
}

.cont02 .imgBox{
	margin-top: 40px;
}


/* btn
  ------------------------------------------- */
.links{
	margin: 60px 0 0;
	width: 100%;
	display: table;
	text-align: center;
}
.links a{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 4px;
	padding: 30px 30px 25px 30px;
	vertical-align: middle;
	position: relative;
	background: #fee100;
	font-size: 21px;
	line-height: 1;
}
.links a:hover{
	background-color: #ead003;
	opacity: 1 !important;
}
.links a::after{
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-left: 10px;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -6px;
}


}
