body {
	/* [disabled]font-family: 'Montserrat', sans-serif; */
	/* [disabled]background: #388E3C; */
}
.bh_btn_01 {
}
.bh_btn_01 a {
	display: block;
	width: 240px;
	height: 60px;
	line-height: 60px;
	border: 1px solid #C8C8C8;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bh_btn_01 a:hover {
}


.example {/*親div*/
  position: relative;/*相対配置*/
  }

.example p {
	position: absolute;/*絶対配置*/
	color: #c80e42;/*文字は白に*/
	top: 0px;
	left: 0;
	padding-left: 215px;
	padding-top: 0px;
  }

.example img {
    width: 100%;
  }
.btn_text {
	width: 215px;
}

@media screen and (max-width:767px){
.bh_btn_01 a {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	border: 1px solid #C8C8C8;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.example p {
	position: absolute;/*絶対配置*/
	color: #c80e42;/*文字は白に*/
	top: 0px;
	left: 0;
	padding-left: calc(100% - 35px);
	padding-top: 0px;
  }
.btn_text {
	width: calc(100% - 35px);
}
}
