@charset "UTF-8";

.balloon1 {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  justify-content: center;
  margin: 0.5em 0;
  padding: 7px 10px;
  height: 39px;
  width: 163px;
  color: #555;
  top: -60px;
  left: 12px;
  line-height: 1;
  text-align: center;
  font-size: 16px;
  background: #e0edff;
  border-radius: 15px;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}

.top_boday {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
}

.btn_label_rd_l {
    background: #F99F48;
    position: relative;
    display: inline-block;
    width: 480px;
    height: 70px;
    font-size: 22px;
    line-height: 1;
    text-align: center;
    color: #fff;
    padding: 21px 60px;
    border-radius: 40px;
    margin: 0 auto;
    font-weight: bold;
    -webkit-box-shadow: 0 6px 10px rgb(0 0 0 / 30%);
    box-shadow: 0 6px 10px rgb(0 0 0 / 30%);
}

.topMargin60 {
  margin-top: 60px;
}

.attention_hover:hover {
  background: #fff;
  color: #F99F48
}

@media screen and (max-width: 799px) {
	.btn_label_rd_l {
		font-size: 17px;
		padding: 20px 40px;
		border-radius: 40px;
		width: 360px;
		height:60px;
	}
}
