.gousei{
	background-color: #fff7e0;

}



.btn-gradient-radius {
  display: inline-block;
  padding: 7px 80px 10px;
  border-radius: 25px;
  margin:0px 3% 0 3%;
  text-decoration: none;
  color: #FFF;
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  transition: .4s;
}

.btn-gradient-radius:hover {
  background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
}


.bwakusoto {
  display: inline-block;
  padding: 7px 80px 10px;
  border-radius: 25px;
  margin:0px 3% 0 3%;
  text-decoration: none;
  color: #FFF;
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  transition: .4s;
}

.wakusoto:hover {
  background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
}



.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	width: auto;
	margin: 1em 10px;
	padding-bottom: 28px;
}
.cp_box label {
	font-weight: bold;
	position: relative;
	display: block;
	width: 80%;
	margin: auto;
	padding: 1.0em 1em;
	cursor: pointer;
	transition: all 0.3s;
	text-align: center;
	color: #FFFFFF; /**#da3c41**/
	border: 2px solid #f7b564;
	border-radius: 10px;
	background: #f7b564;

}
.cp_box label:hover {
	transition: all 0.3s;
	color: #FFFFFF;/**#f9975a;**/
	background: #f7b564;
}
.cp_box label::after {
	font-family: 'FontAwesome';
	
	color: #da3c41;
}
.cp_box label:hover::after {
	color: #ffffff;
}
.cp_box input:checked ~ label::after {
	font-family: 'FontAwesome';

	color: #da3c41;
}
.cp_box input:checked ~ label:hover::after {
	color: #ffffff;
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	position: relative;
	z-index: 10;
	overflow: hidden;
	height: 0;
	margin-top: -1px;
	transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
	background: rgba(255, 255, 255, 0.5);
}
.cp_box input:checked ~ div {
	transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
}
/* 続きを読むを押すと表示されるテキストの高さ */
.cp_box input:checked ~ div.cp_container {
	height: 900px;
	background-color: #fff7e0; /*e6f8f8*/
}
