@charset "utf-8";

h1 {
	height: 107px;
	width: 100%;
	font-size: 35px;
	color: #FFF;
	line-height: 105px;
	text-align: center;
	letter-spacing: 0.2em;
	background: url(../images/cmn_title_bg.jpg) no-repeat center center;
	margin: 0 auto 70px;
}
.contents {
	width: 960px;
	margin: 0 auto 90px;
}
.proitemWrap--1 {
	margin-bottom: 60px;
}
.proitemWrap--2, .proitemWrap--3 {
	margin-left: -20px;
}
.proitemWrap--3 {
	padding-top: 20px;
	margin-bottom: 7px;
}
.proitemWrap--2 .proitem,
.proitemWrap--3 .proitem {
	margin-left: 20px;
}
.proitem {
	float: left;
}
.proitem p {
	margin: 0;
	font-size: 14px;
	padding-top: 25px;
}
.pro_01 {
	background: url(../images/03_pro/03_protop_pic01.jpg) no-repeat 0 0;
	width: 324px;
	
}
.pro_01_1 {
	padding: 260px 0 0 70px;
}
.pro_02 {
	background: url(../images/03_pro/03_protop_pic02.jpg) no-repeat 0 0;
	
	width: 315px;
	margin-left: 3px;
}
.pro_02_1 {
	height: 39px;
	width: 176px;
	padding-top: 260px;
	padding-left: 70px;
}
.pro_03 {
	background: url(../images/03_pro/03_protop_pic03.jpg) no-repeat 0 0;
	
	width: 307px;
	margin-left: 11px;
}
.pro_03_1 {
	height: 39px;
	width: 176px;
	padding: 260px 0 0 70px;
}
.message {
  margin-bottom: 30px;
  text-align: center;
}
.message__txt {
	margin-top: 25px;
}
#wrapper {
    ...
    margin: 0 auto;
}

/*----------------------------------------
	cmn_btn
-----------------------------------------*/
.cmn_btn{
	box-sizing: border-box;
	text-align: center;
	display: flex;
	position: fixed;
	justify-content: space-between;
	z-index: 99;
	width: 100%;
	bottom: 0;
}
.cmn_btn dl{
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	padding: 20px 0;
}
.cmn_btn dd{
	font-size: 2vw;
	padding-left:4%;
}
.cmn_btn dt{
	width:10%;
}
.cmn_btn .tel{
	background:url("../images/rn_cmn/cmn_bottom_btn.png") no-repeat right 5px bottom 5px #ffa800;
	color: #FFF;
	width:100%;
}
.cmn_btn .regist{
	background:url("../images/rn_cmn/cmn_bottom_btn.png") no-repeat right 5px bottom 5px #006ff8; 
	width:100%;
}
.cmn_btn .regist dl{
	color: #fff;
	text-decoration:none;
}
.cmn_btn .see{
	background:url("../images/rn_cmn/cmn_bottom_btn.png") no-repeat right 5px bottom 5px #219bc6; 
	width:100%;
}
.cmn_btn .see dl{
	color: #fff;
	text-decoration:none;
}
.cmn_btn .ex{
	background:url("../images/rn_cmn/cmn_bottom_btn.png") no-repeat right 5px bottom 5px #de6b89; 
	width:100%;
}