@charset "UTF-8";
.m2{
	margin:2rem 0;
}
.commonbox{
	margin:0 1rem;
}
h2.cpn_ttl{
	font-size: 150%;
	background: none;
	border: none;
	border-bottom: 1px solid;
	margin: 0 0 1rem;
}
.image-box{
}
.image-box img{
	width:100%;
}
.top-lead-box {
  margin: 2rem auto;
  width: 90%;
}
.top-lead-box p {
  text-align: center;
  font-size: 90%;
  line-height: 1.9em;
}
.top-lead-box p span {
  background-color: yellow;
  padding: 0 0.5rem;
  font-weight:bold;
}
.commonbox h3.cpn_ttl_h3 {
	background: #d3d3d3;
	border: none;
	font-size: 110%;
	padding: 1rem;
}
ul.cpn_info{
	font-size: 90%;
  margin: 0.5rem;
}
ul.cpn_info li{
	margin: 0 0 0.5rem 0.8rem;
  list-style: disc;
}
.registrationtext {
  text-align: center;
  font-size: 90%;
  margin: 3% 0;
}
.registration_btn_wrap {
	text-align:center;
}
.registration_btn {
	display: inline-block;
	width: 80%;
	position: relative;
	background: #f28a1b; /* 背景色 */
	border: 2px solid #f28a1b;
	padding: 1em 2em;
	font-weight: bold;
	color: #fff; /* 文字色 */
	text-decoration: none;
	text-align: center;
	transition-duration: 0.3s;
}
a.registration_btn:visited {
  color: #fff;
}
.registration_btn:before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: 2px solid #fff; /* 矢印の色 */
	border-right: 2px solid #fff; /* 矢印の色 */
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 25px;
	margin-top: -6px;
}
/* マウスオーバーした際のデザイン */
.registration_btn:hover {
	background: #fff; /* 背景色 */
	color: #f28a1b; /* 文字色 */
}
.registration_btn:hover:before {
	border-top: 2px solid #f28a1b; /* 矢印の色 */
	border-right: 2px solid #f28a1b; /* 矢印の色 */
}
