.con1 {
	width: 320px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 25px;
}
.con1_sp {
	width: 96%;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 2%;
	margin-right: 2%;
}

.con2 {
	width: 550px;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 25px;
}

.con2_read {
	width: 95%;
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 25px;
	font-size: 14px;
}

.boxes {
  margin: auto;
  padding: 30px 50px;
  background: #484848;
}

/*Checkboxes styles*/
input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font: 14px/20px 'Open Sans', Arial, sans-serif;
  color: #ddd;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  font-size: 18px;

}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #6cc0e5;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn--orange,
a.btn--orange {
	margin-top: 50px;
	color: #fff;
	background-color: #eb6100;
	font-size: 18px;
	letter-spacing: 0.1em;
	height: 60px;
}
.btn--orange:hover,
a.btn--orange:hover {
	color: #fff;
	background: #f56500;
}


.btn--gray,
a.btn--gray {
	margin-top: 50px;
	color: #fff;
	background-color: #a0a0a0;
	font-size: 18px;
	letter-spacing: 0.1em;
}
.btn--gray:hover,
a.btn--gray:hover {
	color: #fff;
	background: #5f5f5f;
}

.btn--gray2,
a.btn--gray2 {
	color: #fff;
	background-color: #a0a0a0;
	font-size: 18px;
	letter-spacing: 0.1em;
}
.btn--gray2:hover,
a.btn--gray2:hover {
	color: #fff;
	background: #5f5f5f;
}




.flex_btn{
	display: flex;
	justify-content: center;

}

.con_btn {
	background-image: url(../img/con_btn.png);
	float: left;
	height: 53px;
	width: 151px;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 16px;
	line-height: 53px;
	color: #FFF;
}
.con_btn_sp {
	background-image: url(../img/con_btn.png);
	height: 53px;
	width: 151px;
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 16px;
	line-height: 53px;
	color: #FFF;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
.con_btn_box_sp {
	float: left;
	width: 100%;
	padding: 20px 0;
}
.con3 {
	font-size: 24px;
}
.con4 {
	font-size: 18px;
	padding-bottom: 200px;
}
